/******************************************************************
 * 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: #00cc66;}

#upperMenuBar, #upperMenuBar a {color: white;}

#header {color: #008800;}

#lowerMenuBar, #lowerMenuBar a {color: white;}

#upperMenuBar .highlight, #lowerMenuBar .highlight {color: #008800;}

.sideMenuBox a {color: #00cc66;}

.sideMenuBox a:hover {color: white;}

.sideTextBox span {color: black;}

.sideTextBox a {color: #00cc66;}

#footer, #footer a {color: white;}


/* ###### Background Colors ###### */

q {background-color: #008800;}

#upperMenuBar {background-color: #008800;}

#header {background-color: #008800;}

#lowerMenuBar {background-color: #008800;}

.sideMenuBox a:hover {background-color: #008800;}

#footer {background-color: #008800;}

a {color: green; font-size:150%; text-decoration: none;}

a:hover {color: red; font-size:150%; text-decoration: underline;}


/* ###### Border Colors ###### */

q {border-color: 999999;}

acronym {border-bottom-color: #999999;}

#bodyText a {border-bottom-color: #00cc66;}

.sideTextBox a {border-bottom-color: #00cc66;}

#footer a {border-bottom-color: white;}

img.edge {border-style: solid; border-width: 0px 0px 10px 10px; border-color: #ffffff }