/*
 *  General
 */

body {
  background: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

h1, h2, h3 {
  color: #0a6828;
}

h1 {
  font-size: 1.25em;
  margin-top: 2em;
  margin-bottom: 1em;
}

h2 {
  font-size: 1.15em;
  margin-top: 2em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.05em;
  margin-top: 2em;
  margin-bottom: 1em;
}

h4 {
  font-size: 1em;
  margin-top: 2em;
  margin-bottom: 1em;
}

ol {
  margin-left: 0.5em;
  padding-left: 1em;
}

ul {
  margin-left: 0;
  padding-left: 1em;
  list-style-type: square;
}

ul.bottomMargin li {
  margin-bottom: 12px;
}

ul.references {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

ul.references li {
  padding-bottom: 12px;
}



/*
 *  Generic
 */

.clear {
  clear: both;
}

.highlight {
  color: #0035ad;
  font-size: larger;
  font-weight: bold;
}

.marginal {
  color: #7f7f7f;
  font-size: smaller;
}

.new {
  background: yellow;
  font-size: smaller;
  font-weight: bold;
}

.noBottomMargin {
  margin-bottom: 0;
}

.noTopMargin {
  margin-top: 0;
}

.noMargin {
  margin: 0;
}

.small {
  font-size: smaller;
}



/*
 *  Links
 */

a {
  color: #0035ad;
  text-decoration: none;
}

a:visited {
  color: #557799;
  text-decoration: none;
}

a:hover {
  color: #557799;
  text-decoration: underline;
}

a img {
  border: none;
}



/*
 *  Header
 */

div.header {
  background: url(/icons/header.png) repeat-x right;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 106px;
}

div.textHeader {
  background-color: #e5ecf6;
  font-size: smaller;
  height: 98px;
  padding: 4px 12px;
}

div.textHeader h1 {
  margin: 0;
}

div.logoSCIL {
  position: absolute;
  top: 24px;
  left: 12px;
}

div.sloganGRS {
  background-image: url(/logos/slogan-grs.gif);
  background-repeat: no-repeat;
  position: absolute;
  top: 43px;
  left: 176px;
  width: 220px;
  height: 10px;
}

div.gradient {
  background-image: url(/icons/gradient.png);
  background-repeat: repeat-x;
  position: absolute;
  top: 90px;
  left: 0;
  width: 160px;
  height: 16px;
}

div.headerRight {
  font-size: 0.8em;
  position: absolute;
  top: 100px;
  right: 16px;
  padding: 0;
}



/*
 *  Navigation
 */

div.navigation {
  float: left;
  background-color: #e5ecf6;
  padding: 0;
  padding-top: 8px;
  padding-bottom: 4px;
  width: 160px;
  height: 100%;
}

ul.navigation {
  font-size: smaller;
  list-style-type: none;
  margin-top: 4px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
}

ul.navigation li {
  border-bottom: 1px solid #bdcee5;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 4px;
}

ul.navigation li a, ul.navigation li a:visited {
  color: #0a6828;
}

ul.navigation li a:hover {
  color: #0035ad;
  text-decoration: none;
}

ul.navigation li#selected {
  background-color: #ffffff;
}

ul.navigation li#selected a, ul.navigation li#selected a:visited {
  color: #0035ad;
}

ul.navigation li#opened a, ul.navigation li#opened a:visited {
  color: #0035ad;
}

ul.navigation li.second {
  padding-left: 24px;
}

ul.navigation li.second a, ul.navigation li.second a:visited {
  color: #0035ad;
}


div.quickLinks h4, div.banner h4 {
  border-bottom: 1px solid #bdcee5;
  font-size: smaller;
  font-weight: normal;
  margin: 0;
  padding-top: 24px;
  padding-bottom: 2px;
  padding-left: 12px;
}

div.quickLinks ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 2px;
}

div.quickLinks li {
  font-size: smaller;
  margin: 0;
  padding-top: 2px;
  padding-left: 12px;
  padding-right: 4px;
}

div.banner {
  margin-top: 16px;
}

div.banner img {
  display: block;
  margin-top: 8px;
  margin-left: 9px;
}



/*
 *  Main content
 */

div.page {
  background: url(/icons/navigation.png) repeat-y left;
  margin: 0;
  padding: 0;
  width: 100%
}

div.content {
  margin-left: 160px;
  padding: 16px;
  height: 100%;
}


div.logoLeft {
  position: relative;
  top: -12px;
  left: 0;
  margin-bottom: 12px;
  width: 110px;
  height: 24px;
}

div.logoRight {
  position: absolute;
  top: 122px;
  right: 16px;
  width: 195px;
  height: 18px;
}


div.eyecatcher {
  border: 1px solid #a9c0e1;
  padding-top: 14px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 16px;
  min-height: 94px;
}

div.eyecatcher div.image {
  float: left;
  margin-bottom: 4px;
  margin-right: 14px;
}

div.eyecatcher h4, div.eyecatcher p {
  margin-left: 194px;
}


div.contactCard {
  float: left;
  margin-right: 20px;
  width: 20em;
}


div.box {
  border: 1px solid #bdcee5;
  padding: 12px
}



/*
 *  Tables
 */

table.borderTable {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}

table.borderTable td {
  border: 1px solid #bdcee5;
  padding: 6px;
  vertical-align: top;
}

table.borderTable td.noBorder {
  border-width: 0;
}

table.borderTable td ul {
  margin-top: 0;
  margin-bottom: 0;
}


table.lightTable {
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

table.lightTable td {
  border-bottom: 1px solid #bdcee5;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-right: 12px;
  vertical-align: top;
}

table.lightTable tr>td {       /* IE hack: Remove the border if <td> is a child of <tr>. IE doesn't support the child selector. Therefore this affects 'real' browsers only. */
  border-width: 0;
}

table.lightTable tr+tr td {    /* Adjacent selector: if the <tr> has an adjacent <tr> the <td> in the second <tr> has a top border */
  border-bottom: 0;
  border-top: 1px solid #bdcee5;
}


table.simpleTable {
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

table.simpleTable td {
  padding-bottom: 6px;
  padding-right: 12px;
  vertical-align: top;
}


table.zebraTable {
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

table.zebraTable td {
  padding-bottom: 6px;
  padding-right: 12px;
  vertical-align: top;
}

table.zebraTable th {
  background-color: #e5ecf6;
  padding-bottom: 6px;
  padding-right: 12px;
  text-align: left;
  vertical-align: top;
}

table.zebraTable tr.even {
  background-color: #f0f4fa;
}


td.shaded {
  background-color: #e5ecf6;
}



/*
 *  Footer
 */

div.footer {
  clear: left;
  background-color: #e5ecf6;
  font-size: smaller;
  padding: 4px 12px;
}

div.footerLeft {
  float: left;
  position: relative;
  top: 0;
  left: 164px;
}

div.footerRight {
  text-align: right;
}



/*
 *  Forms
 */

div.searchform {
  padding-left: 11px;
}

input {
  border: 1px solid #bdcee5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: smaller;
  margin-bottom: 1px;
}

textarea {
  border: 1px solid #bdcee5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: smaller;
  margin-bottom: 1px;
}

input.searchinput {
  border: 1px solid #bdcee5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: smaller;
  margin-bottom: 1px;
}

input.searchbutton {
  background-color: #d1dded;
  border: 1px solid #bdcee5;
  color: #0035ad;
  font-family: Arial, Helvetica, sans-serif;
  font-size: smaller;
}

input.submitinput {
  background-color: #d1dded;
  border: 1px solid #bdcee5;
  color: #0035ad;
}

div.label {  
  float: left;
  font-size: smaller;
  width: 5.5em;
  white-space: nowrap;
}
