/* STYLESHEET FORMAT GUIDE *****************************************************

  split the following sections:
  - semantics (direct formatting for <td>, <a > etc
  - classes (.whatever)
  - common plugin CSS
  - navbar
  Within these sections, entries are to be strictly alphabetized.

  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
  - two spaces indent
  - no tabs
  - no spaces after colons
*/

body {
  background-image: url(images/bg_blue.gif);
  background-repeat: repeat-x;
}

.header-logobg-container-inner {
  background:url(images/header_bg_blue.gif) #a0bee5;
  background-repeat:no-repeat;
}
.navCell:hover {
  background:transparent;
  background:#a0bee6;
  border-bottom:0px solid #CCCCCC;
  font-size:1em;
  }
.navCellSelected {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  background:#3367ab;
  color:#FFFFFF;
  border-top:1px solid #FFFFFF;
  padding-top:10px;
  padding-bottom:5px;
  padding-left:0px;
  padding-right:0px;
  border-left:1px solid #FFFFFF;
  color:#FFFFFF;
  text-align:center;
}
.shadow-left-top {
  background:url(images/shadow_left_blue.gif) #FFFFFF;
	background-repeat: no-repeat;
}
.shadow-left {
  background:url(images/shadow_left.gif) #FFFFFF;
  background-repeat: repeat-y;
}
.shadow-right-top {
  background:url(images/shadow_right_blue.gif) #FFFFFF;
  background-repeat: no-repeat;
}
.shadow-right {
  background:url(images/shadow_right.gif) #FFFFFF;
  background-repeat: repeat-y;
}
.footerblock {
  background:#628dc5;
}
