/******************************************************************
 * 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: white;}

#header {color: #f0f0f0;}

#headerSearch .submit {color: white;}

#lowerMenuBar, #lowerMenuBar a {color: white;}

#upperMenuBar .highlight, #lowerMenuBar .highlight {color: #fda05b;}

.sideMenuBox a {color: #0066cc;}

.sideMenuBox a:hover {color: white;}

.sideTextBox span {color: black;}

.sideTextBox a {color: #0066cc;}

#footer, #footer a {color: white;}

p { text-indent: 0em; margin-top: 0em; margin-bottom: 1em; }

pre, code {
  font: .9em "Lucida Console", Monaco, monospace;
}
code {
/*  background: #555;*/
}
.code {
  padding: 3px 5px;
  border: 1px dotted #ccc;
/*  background: #555;*/
}

/* ###### Background Colors ###### */

q {background-color: #f0f0f0;}

#upperMenuBar {background-color: #6487dc;}

#header {background-color: #8caae6;}

#headerSearch .submit {background-color: #8cc68c;}

#lowerMenuBar {background-color: #6487dc;}

.sideMenuBox a:hover {background-color: #6487dc;}

#footer {background-color: #6487dc;}


/* ###### 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: white;}




/* -- IMAGE STYLES -- */

.imgRight, .imgLeft {
  padding: 10px 5px 5px 10px;
  border: 1px solid #FFFFFF;
}

.imgRight {
  float: right;
}

/* Below style will not work correctly unless clear = "both" on the
   #mainContent h1, #mainContent h2, .footer class */

.imgLeft {
  float: left;
}