/**********************************************************************

   Program: Maian_Links v1.0 - Link Tracking System.
   Creator: David Ian Bennett.(C)2003.
   E-Mail: david@maiandream.co.uk
   This File: breeze.css
   Information: Cascading Style Sheet.
   This file written by: David Ian Bennett.
   Tested on: Linux Server running PHP 4.3.3
   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:11px;
                text-decoration: none;}

a:visited     { font-family:Verdana;
                color: #000000;
                font-size:11px;
                text-decoration: none;}

a:hover	      { font-family:Verdana;
                color: #800000;
                font-size:11px;
                text-decoration: underline; }

a:active      { font-family:Verdana;
                color: #800000;
                font-size:11px;
                text-decoration: underline; }
                
a.footer:link        { font-family:Verdana;
                color: #000000;
                font-size:11px;
                text-decoration: none;}

a.footer:visited     { font-family:Verdana;
                color: #000000;
                font-size:11px;
                text-decoration: none;}

a.footer:hover	      { font-family:Verdana;
                color: #800000;
                font-size:11px;
                text-decoration: underline; }

a.footer:active      { font-family:Verdana;
                color: #800000;
                font-size:11px;
                text-decoration: underline; }

a.tab:link        { font-family:Verdana;
                color: #000000;
                font-size:11px;
                text-decoration: none;}

a.tab:visited     { font-family:Verdana;
                color: #000000;
                font-size:11px;
                text-decoration: none;}

a.tab:hover	      { font-family:Verdana;
                color: #000000;
                font-size:11px;
                text-decoration: underline; }

a.tab:active      { font-family:Verdana;
                color: #000000;
                font-size:11px;
                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:11px;
                color: #000000; }

table         { font-family:Verdana;
                background-image: none;
                border-color:#000000;
                border-style:solid;
                border-width:1px;
                font-size:11px;
                background-color: #AFDCEC;
                color: #000000; }

.backtable         { font-family:Verdana;
                background-image: none;
                font-size:11px;
                border-color:#000000;
                border-style:solid;
                border-width:1px;
                background-color: #AFDCEC;
                color: #000000; }

img           { border-color: #ffffff; }

h2            { font-family:Verdana;
                font-size:11px;
                color:#000000; }
                
select         {
                background-image: none;
                font-family: Verdana;
                font-size: 11px;
                color: #000000;
                border-color:#000000;
                border-style:solid;
                border-width: 2px;
                background-color: #ffffff; }                

input         {
                background-image: none;
                font-family: Verdana;
                font-size: 11px;
                color: #000000;
                border-color:#000000;
                border-style:solid;
                border-width: 1px;
                background-color: #ffffff; }
                
.checktype     {
                background-image: none;
                font-family: Verdana;
                font-size: 11px;
                border-color: #AFDCEC;                
                color: #000000;
                background-color: #AFDCEC; }

textarea      {
                background-image: none;
                font-family: Verdana;
                font-size: 11px;
                border-color:#000000;
                border-style:solid;
                border-width:1px;
                color: #000000;
                background-color: #ffffff; }

</style>
