/******************************************************************
 * TITLE: Common Color Scheme Stylesheet for Government Forge              *
 * URI  : http://governmentforge.org/color-scheme.css *
 * MODIF: 2003-07-2003                                  *
 ******************************************************************/


/* ---------------------------------------------------------------------
    Colors which are common to both the grey and white
    stylesheets are declared here. Color rules which are specific to
    one of the alternative stylesheets are found in that alternative
    stylesheet.
----------------------------------------------------------------------*/


/* ###### Text Colors ###### */

body {color: black;}

#bodyText a {color: #F4201F;}

#upperMenuBar, #upperMenuBar a {color: white;}

#header {color: #272727;}

#headerSearch .submit {color: white;}

#lowerMenuBar, #lowerMenuBar a {color: white;}

#upperMenuBar .highlight, #lowerMenuBar .highlight {color: #fda05b;}

.sideMenuBox a {color: #F4201F;}

.sideMenuBox a:hover {color: white;}

.sideTextBox span {color: black;}

.sideTextBox a {color: #002086;}

#footer, #footer a {color: white;}


/* ###### Background Colors ###### */

q {background-color: #f0f0f0;}

#upperMenuBar {background-color: #002086;}

#header {background-color: #FFBB32;}

#headerSearch .submit {background-color: #cfcfbb;}

#lowerMenuBar {background-color: #002086;}

.sideMenuBox a:hover {background-color: #F4201F;}

#footer {background-color: #002086;}


/* ###### Border Colors ###### */

q {border-color: #999999;}

acronym {border-bottom-color: #999999;}

#bodyText a {border-bottom-color: #F4201F;}

#headerSearch .text {border-color: #003399;}

#headerSearch .submit {border-color: white;}

.sideTextBox a {border-bottom-color: #F4201F;}

#footer a {border-bottom-color: white;}

