/******************************************************************
 * 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;}

#upperMenuBar, #upperMenuBar a {color: #FFFFFF;}

#header {
	color: #FFFFFF;
}

.submit {color: white;}

#lowerMenuBar, #lowerMenuBar a {
	color: #000000;
	font-size: 11px;
	text-align: right;
	vertical-align: middle;
}

#upperMenuBar .highlight, #lowerMenuBar .highlight {color: #fda05b;}

.sideMenuBox a {color: #000000;}

.sideMenuBox a:hover {color: #000000;}

.sideTextBox span {color: black;}

.sideTextBox a {}

/* ###### Background Colors ###### */

q {background-color: #f0f0f0;}

#upperMenuBar {background-color: #6487dc;}

#header {background-color: #3B59A1;}

.submit {background-color: #8cc68c;}

#lowerMenuBar {background-color: #C8D0D3;}

.sideMenuBox a:hover {background-color: #C8D0D3;}

.footer {
	background-color: #FFFFFF;
	color: #000000;
}


/* ###### Border Colors ###### */

q {border-color: #999999;}

acronym {border-bottom-color: #999999;}

#bodyText a {border-bottom-color: #0066cc;}

#headerSearch .text {border-color: #003399;}

.submit {border-color: white;}

.sideTextBox a {border-bottom-color: #0066cc;}

#footer a {border-bottom-color: #FFFFFF;}
.heading {background-color: #8caae6;}
