/******************************************************************
 * TITLE: Common Color Scheme Stylesheet for Sinorca              *
 * URI  : http://www.oswd.org/design/???/sinorca/color-scheme.css *
 * MODIF: 2003-01-13 1237 +0800                                   *
 ******************************************************************/


/* ---------------------------------------------------------------------
    Colors which are common to both the sinorca-grey and sinorca-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: #0066cc;}

.sideMenuBox a {color: #EE2C2C;}

.sideMenuBox a:hover {color: white;}

.sideTextBox span {color: black;}

.sideTextBox a {color: #0066cc;}

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


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

q {background-color: #f0f0f0;}

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



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

q {border-color: #999999;}


#bodyText a {border-bottom-color: #0066cc;}

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