/* DEFAULT LIGHT BLUE STYLE STYLESHEET *******************************************************
This file only contains color info. For global layout info use layout.css.
For global style info use style.css.
split the following sections:
- GLOBAL LAYOUT(style formatting for layout.css entries)
- GLOBAL SEMANTICS (direct formatting of markup <a> <form> <img>, etc.)
- CLASSES & IDS (.whatever & #whatever - organized alphabetically)
- COMMON PLUGIN CSS
- NAVBAR CSS

SAMPLE:
.poll-vote,
.poll-vote-results {
  background:transparent;
  color:#000000;
  font-size:smaller;
}

These are the rough rules:
- always put a ';' after the last entry
- always a linebreak before .
- always a linebreak after , ; { and }
- always a . before all classes
- always a # before all ids
- two spaces indent
- no tabs
- no spaces after colons
**********************************************************************/

/* GLOBAL LYOUT*****************************************************/

#gl_container {
  background:#FFFFFF;
}
#gl_header {
  background:#FFFFFF url(images/header-bg.png) 0 0 repeat-x;
}
#gl_wrapper {
}
#gl_content { /* standard left & right blocks - switched to dynamically by functions.php*/
  background:#FFFFFF;
}
#gl_content-full { /* no blocks  - switched to dynamically by functions.php*/
  background:#FFFFFF;
}
#gl_content-wide-right { /* left blocks & content displayed  - switched to dynamically by functions.php*/
  background:#FFFFFF;
}
#gl_content-wide-left { /* right blocks & content displayed  - switched to dynamically by functions.php*/
  background:#FFFFFF;
}
#gl_navigation,
#gl_navigation-alt { /*the leftblocks*/
  background:#F7F7F7;
  border:1px solid #CCCCCC;
}
#gl_extra,
#gl_extra-alt { /*the rightblocks*/
  background:#F7F7F7;
  border:1px solid #CCCCCC;
}
#gl_footer {
  background:#CCCCCC;
  border-top:1px solid #666666;
  color:#333333;
}

/* GLOBAL SEMANTICS ***********************************************/

a {
  background:transparent;
}
a:link.non-ul,
a:visited.non-ul,
a:hover.non-ul,
a:active.non-ul {
  color:#000000;
}
a:link {
  color:#0000FF;
}
a:visited {
  color:#333333;
}
a:hover {
  color:#588EE3;
}
a:active {
  color:#588EE3;
}
body {
  background:#EBEBEB;
  color:#000000;
}
form fieldset div.notes {
  background-color:#ffffe1;
  border:1px solid #666666;
  color:#666666;
}
form fieldset div.notes h4 {
  background:url(images/icon_info.png) no-repeat top left;
  border:0px 0px 1px 0px solid #666666;
  color:#666666;
}
form fieldset div.notes p {
  color:#666666;
}
input,
submit,
td {
  color:#000000;
}
select {
  color:#000000;
}
textarea {
  color:#000000;
}
th {
  background-color:#DAE0ED;
  color:#000000;
}

/* CLASSES & IDS ********************************************************/

/* Admin lists **********************************/
.admin-menu { /* the box around the menu */
  border:1px solid #EEEEEE;
}
/* General formatting class***********************/
.ext-link {
  background:url(images/external.png) right center no-repeat;
  background-color:transparent;
}
/* Blocks **************************************/
.block-box,
.block-box-left,
.block-box-right, {
}
.block-box ul,
.block-box-left ul,
.block-box-right ul {  /* do not indent lists in the blocks too much */
}
.block-columnpad {
}
.block-content,
.block-content-left,
.block-content-right {
  background:transparent;
  color:#000000;
}
.block-content ul,
.block-content-left ul,
.block-content-right ul {
}
.block-helpicon,
.block-helpicon-left,
.block-helpicon-right {
}
.block-title,
.block-title-left,
.block-title-right {
  background:#CCCCCC;
  color:#000000;
}
/* Comments ***********************************/
.commentbar-line1 {
  background:transparent;
  color:#000000;
}
.commentbar-line2 {
  background:#E7E7E7;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #FFFFFF;
}
.commentbar-line3 {
  background:#FFFFFF;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #E7E7E7;
  color:#000000;
}
.commenttitle {
  background:#F7F7F7;
  border-bottom:1px solid #E7E7E7;
  border-left:1px solid #E7E7E7;
  border-right:1px solid #E7E7E7;
  border-top:1px solid #E7E7E7;
}
/*Edit*****************************************/
.fieldhelp {
  color:#666666;
}
/* Footer **************************************/
#footer-copyright {
  color:#333333;
}
#footer-copyright .footerlinks a {
  color:#333333;
}
#footer-copyright .footerlinks a:hover {
  color:#666666;
}
/* Header ***************************************/
#header-site-logo {
}
#header-site-slogan {
  color:#FFFFFF;
}
#header-textbox {
  background:url(images/bg_search.jpg) no-repeat right -22px #fff;
  color:#000000;
}
#header-textbox:focus {
  background:url(images/bg_search.jpg) no-repeat right -1px #fff;
  color:#000000;
}
.header-textbox-search {
  background:#FFFFFF;
}
/**********************************************/
.highlight {
  background-color:yellow;
  color:#000000;
}
.searchauth {
  background:transparent;
  color:#000000;
}
.searchdate {
  background:transparent;
  color:#000000;
}
.searchform-box {
  background:#E7E7E7;
  border-bottom:1px solid #CCCCCC;
}
.searchhits {
  background:transparent;
  color:#000000;
}
/* Story ****************************************/
.story { /* the frame around all elements of one story */
  background:transparent;
  color:#000000;
}
.story h1{ /* the title of a story */
  background:transparent;
  color:#000000;
}
.story-featured { /* the frame around all elements of a featured story */
  background:transparent;
  color:#000000;
}
.story-featured h1 { /* the title of a featured story */
  background:transparent;
  color:#000000;
}
.story-footer { /* the bottom of the story with edit-links etc */
  color:#666666;
}
.story-icons { /* print & mail icons in a storybox */
}
.story-information {
  /* the author, views and date of a story */
  background:transparent;
  color:#666666;
}
.system-message {
  background:url(images/header-bg.png) #FFFFFF;
  border:1px solid #000000;
  color:#FFFFFF;
  font-weight:bold;
  margin:10px;
  width:95%;
}
.system-message-body {
  background:#CCCCCC;
  border-top:3px solid black;
  color:#000000;
  padding:5px 15px 5px 15px;
}
.warning {
  background:transparent;
  color:#FF0000;
}
.warningsmall {
  background:transparent;
  color:#FF0000;
}
.welcomeanddate-text {
  border-bottom:1px solid #CCCCCC;
}
/* COMMON PLUGIN CSS ************************************************/
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  background:#EFEFEF;
  border:1px solid #CCCCCC;
  color:#000000;
}
.plugin th {
  background:#B7C1DC;
  color:#000000;
}
.pluginBG {
  background:#7398BA;
  color:#FEFEFE;
}
.pluginAltBG {
  background:#7398BA;
}
.pluginAltBG td {
  color:#FFFFFF
}
.pluginCellTitle {
  background:#7398BA;
  color:#FFFFFF;
}
.pluginCellFill {
  background:#F8FAFD;
}
.pluginCellText {
  color:#636363;
}
.pluginHeader {
  color:#204275;
}
.pluginFooter, .pluginFooter td {
  background:#507AA1;
  color:#FFFFFF;
  }
.pluginAlert {
  background:#CCCCCC;
  color:#000000;
}
.pluginInfo {
  background:#CCCCCC;
  color:#707070;
}
.pluginSubTable {
  background:#CCCCCC;
  border:1px solid #CCCCCC;
  color:#000000;
}
.pluginSubTable th {
  background:#C9D1E4;
  color:#000000;
}
.pluginSolidOutline {
  background:#CCCCCC;
}
.pluginSolidFill {
  background:#1A3955;
}
.pluginTitle {
  background:#507AA1;
  color:#F5F9FF;
}
.pluginCellSubTitle {
  background:#F7F7F7;
  color:#000000;
}
.pluginAltText {
  color:#FFFFFF;
}
.pluginRow1, .pluginRow1 td {
  background:#FFFFFF;
  color:#000000;
}
.pluginRow2, .pluginRow2 td {
  background:#F1F5FA;
  color:#000000;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  background:#E7E7E7;
  color:#000000;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  background:#FFFFFF;
  color:#000000;
}
.pluginLinks A:link {
  color:#000000;
}
.pluginLinks A:visited {
  color:#000000;
}
.pluginLinks A:hover {
  color:#000000;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  color:#FFFFFF;
}
.pluginBreadCrumbs A:visited {
  color:#FFFFFF;
}
.pluginBreadCrumbs A:hover {
  color:#FFFFFF;
}
a.pluginButton:link,
a.pluginButton:visited {
  background:transparent;
  color:#000000;
}
a.pluginButton:hover {
  background:transparent url(navbar/images/button_over.gif) center repeat-x;
  color:blue;
}

/* Common CSS for on-hover tooltip feature*********/
a.tooltip {
  color:#000;
}
a.tooltip:hover span { /*the span will display just on :hover state*/
  background-color:#E5EFFF;
  border:1px solid #C8DAF7;
  color:#033666;
}
/* End of common CSS for on-hover info feature */

/* Poll Plugin ***********************************/
.poll-vote,
.poll-vote-results {
  background:transparent;
  color:#000000;
}

/* NAVBAR CSS *********************************************************/

#navcontainer {
  background:#FFFFFF; /* #F4F4F4; */
  border-bottom:1px solid #24618E;
}
#navcontainer a {
  background:url("navbar/images/tableftJ.gif")
}
#navcontainer a span {
  background:url("navbar/images/tabrightJ.gif") no-repeat right top;
  color:#24618E;
}
#navcontainer a:hover span {
  color:#FFFFFF;
}
#navcontainer a#current span {
  background:url("navbar/images/tabrightI.gif") no-repeat left top;
  color:#FFFFFF;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background:url("navbar/images/tableftI.gif") no-repeat left top;
}
