/* Much of this is stolen from the ENS source code. Or I have modifed ENS CSS. Or I have created by own.*/
/* copyright at the bottom of the page */
p.copyright {
  color: #436844;
  font-size: 14px;
  align: center;
}

/* title at the top of the page */
h2.titleDB {
  color: #436844;
  //color: #FF00FF;
  text-align: center;
  margin: 0;
}

div#container {
  background-color: #ffffff;
  border-left: 1px white solid;
  border-right: 1px white solid;
  border-bottom: 1px white solid;
  text-align: left;
  /* width: 1000px; */
  width: 780px;
}

body {
  background-color: #aaaaaa;
  color: #444444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0px;
}

table#layoutTable {
  width: 100%;
}

td#contentAreaTable {
  vertical-align: top;
}

div#contentAreaTable {
  /* margin: 40px 38px 20px 38px; */
  margin: 0px 38px 20px 38px;
  vertical-align: top;
}

table#footer {
  background-color: #ffffff;
  color: #436844;
  font-size: 14px;
  height: 42px;
  /* width: 1000px; */
  width: 100%;
}

/* I don't think this was used */
td#navFooter {
  background-color: #f5ebcb;
  width: 220px;
  min-width: 220px;
}

.toolBarBox {
  background-color: #E0E0E0;
  border: #999 solid thin;
  padding: 2px;
}

.srchFiltLabel {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

.activeHdr {
  background-color: #D0E3D1;
  /* background-color: #FF00FF;  */
  border: 1px #444444 solid;
  border-collapse: collapse;
  font-size: 12px;
  font-weight: bold;
  padding: 6px;
  cursor: pointer;
  cursor: hand;
}

.resultTable {
  border: 1px #444444 solid;
  border-collapse: collapse;
  font-size: 12px;
  padding: 6px;
}

.paginator {
  font-size: 12px;
}

a.pagn {
  font-size: 12px;
}

.pagnCur {
  font-size: 12px;
  font-weight: bold;
  border: thin #000 solid;
  padding-left: 4px;
  padding-right: 2px;
  margin-right: 4px;
}

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

a {
  color: #436844;
  text-decoration: underline;
}

a:visited {
  color: #436844;
  text-decoration: underline;
}

a:hover {
  color: #436844;
  text-decoration: underline;
}

.formLabel {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: right;
}

.formInput {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-left: 3px;
}

select.formInput {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-left: 3px;
}