html, body {
  background-color: #F4F9FB;
}

div#layoutTop {
  background-image: url(../images/global/top.jpg);
}

div#content {
  background-image: url(../images/global/bg_content.jpg);
}

#contentRight {
  border-left-color: #B0D6E3;
}

#divFooter {
  background-color:#B0D6E3;
}

ul#navigationSub li a {
  margin: 0px 25px 0px 25px;
}

#contentLeft .line, #contentRight .line {
  border-bottom-color: #B0D6E3;
}  

ul#navigationSub {
  background-color:#4180A9;
}

/* Data table */
table.datatable tr th {
  background-color: #548EB3;
}
table.datatable tr a {
  color: #5D9AC1;
}
table.datatable tr.swap-odd td {
  background-color: white;
  background-image: url(/images/global/bg_table.jpg);
}
table.datatable tr.swap-even td {
  background-color: white;
  background-image: url(/images/global/bg_table.jpg);
}

a:link,
a:visited,
a:active,
a:hover {
  color: #5D9AC1;
}
a:active {
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: none;
}
