/******************************************************************
 * 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: white;}

#bodyText a {color: #00cdff;}

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

#header {color: #dddddd;}

#headerSearch .submit {color: white;}

#menutable, #menutable a, #lowerMenuBar, #lowerMenuBar a {color: #00cdff;}

#menutable .highlight, #upperMenuBar .highlight, #lowerMenuBar .highlight {color: #ff0000;}

.sideMenuBox a {color: #00cdff;}

.sideMenuBox a:hover {color: white;}

.sideTextBox span {color: black;}

.sideTextBox a {color: #00cdff;}

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


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

q {background-color: #f0f0f0;}

#upperMenuBar {background-color: #222222;}

#header {background-color: #444444;}

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

#lowerMenuBar {background-color: black;}

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

#bodytext {background-color: black;}

body {background-color: black;}

#footer {background-color: black;}


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

q {border-color: #999999;}

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

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

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

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

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

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