/**********************************************************************
   Program: Maian_Uploader v1.2 - Multiple Uploader Script.
   E-Mail: david@maiandream.co.uk
   This File: breeze.css
   Written by: David Ian Bennett (c)2003.
   Information: CSS for browser output.
   Tested on: Linux Server running PHP 4.3.2
   Browser Testing: IE6
   ********************************************************************
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or (at
   your option) any later version. This program is distributed in the
   hope that it will be useful, but WITHOUT ANY WARRANTY; without even
   the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
   PURPOSE.  See the GNU General Public License for more details.
   ********************************************************************/

<style type="text/css">

a:link        { font-family:Verdana;
                color: #000000;
                font-size:12px;
                text-decoration: none;}

a:visited     { font-family:Verdana;
                color: #000000;
                font-size:12px;
                text-decoration: none;}

a:hover	      { font-family:Verdana;
                color: #800000;
                font-size:12px;
                text-decoration: underline; }

a:active      { font-family:Verdana;
                color: #800000;
                font-size:12px;
                text-decoration: underline; }

a.footer:link        { font-family:Verdana;
                color: #000000;
                font-size:10px;
                text-decoration: none;}

a.footer:visited     { font-family:Verdana;
                color: #000000;
                font-size:10px;
                text-decoration: none;}

a.footer:hover	      { font-family:Verdana;
                color: #800000;
                font-size:10px;
                text-decoration: underline; }

a.footer:active      { font-family:Verdana;
                color: #800000;
                font-size:10px;
                text-decoration: underline; }

body          { scrollbar-arrow-color: #000000;
                scrollbar-base-color: #000000;
                scrollbar-dark-shadow-color: #ffffff;
                scrollbar-track-color: #AFDCEC;
                scrollbar-face-color: #AFDCEC;
                scrollbar-shadow-color: #000000;
                scrollbar-highlight-color: #000000;
                scrollbar-3d-light-color: #ffffff; }

body          { font-family:Verdana;
                background-image: none;
                background-color: #AFDCEC;
                font-size:12px;
                color: #000000; }

table         { font-family:Verdana;
                background-image: none;
                font-size:12px;
                background-color: #AFDCEC;
                color: #000000; }

img           { border-color: #ffffff; }

h2            { font-family:Verdana;
                font-size:12px;
                color:#000000; }

input         {
                background-image: none;
                font-family: Verdana;
                font-size: 12px;
                color: #000000;
                background-color: #ffffff; }
                
.checktype     {
                background-image: none;
                font-family: Verdana;
                font-size: 12px;
                color: #000000;
                background-color: #AFDCEC; }

textarea      {
                background-image: none;
                font-family: Verdana;
                font-size: 12px;
                color: #000000;
                background-color: #ffffff; }

</style>
