html { height: 100%; margin-bottom: 1px; }

#header { 
   background: url(page_top_tile.png) repeat-x top center; 
   height: 62px; 
   margin: 0 0 20px;
   width: 100%;
   clear: both;
   }
   
#logo {
   margin-left: 10px;
   padding-top: 15px;
   white-space: nowrap;
}

body {
   color: #B7CFB8;
   background: #0E0D13;
   padding: 0px;
   margin: 0px;
}

p {
   color: #B7CFB8;
   font: normal 0.9em "Trebuchet MS", Arial, serif;
   font-weight: normal;
}

.page_container {
  text-align: left;
  width: 756px;
  margin-left: 16px;
  margin-right: auto;
}

.titlebar {
  font: normal 1.4em "Trebuchet MS", Arial, serif;
  font-weight: normal;
  color: #6793ab;
  margin-left: 170px;
}

.menu_bar {
   font: normal 1.1em "Trebuchet MS", Arial, serif;
   font-weight: normal;
}

.menu_bar a:link {
	color: #7db1cd;
}

.menu_bar a:visited {
	color: #7db1cd;
}

.menu_bar a:hover {
	color: #174d6b;
}

.item_list {
   color: #B7CFB8;
   font: normal 0.9em "Trebuchet MS", Arial, serif;
   font-weight: normal;
}

.textfields {
  font-family: "Trebuchet MS", Arial, serif;
  font-size: 10pt;
  font-weight: normal;
}

.selectfields {
  font-family: "Trebuchet MS", Arial, serif;
  font-size: 10pt;
  font-weight: normal;
}

.table_body {
   color: #B7CFB8;
   font: normal 0.7em "Trebuchet MS", Arial, serif;
   font-weight: normal;
}

.tab_title {
   color: white;
   font: normal 0.7em "Trebuchet MS", Arial, serif;
   font-weight: bold;
   margin-top: -3px;
}

.confirmed {
   color: #5df123;
}

.required {
   color: #f12358;
}

img {
  border: 0;
}

a {
   color: #82b2cc;
}

a:hover {
   color: #609aba;
}

