body {
  margin: 0px;
  background: #370000 url('images/body_background.gif') repeat;
  color: #000000;
}

table, td, checkbox, input, radio, select, textarea, file {
  font-family: Arial, Verdana, sans-serif;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

img {
  border: none;
}

form {
  display: inline;
}

a {
  color: #3388dd;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
}



.info_box_title_bar {
  border: 1px solid black;
  border-bottom: none;
  padding: 2px 5px 2px 5px;
  background-image:url('images/bar_orange_vertical_25.gif');
  color: #000000;
  font-size: 12px;
  font-weight: bold;
}
.info_box_body {
  border: 1px solid black;
  padding: 5px;
  background-color: #eeee00;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
}
.info_box_body .important_info {
  color: #0000ff;
}
.info_box_body a {
  color: #ff0000;
}
.info_box_body a:hover {
  color: #ff8888;
}

.error_box_title_bar {
  border: 1px solid black;
  border-bottom: none;
  padding: 2px 5px 2px 5px;
  background-image: url('images/bar_red_vertical_25.gif');
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
.error_box_body {
  border: 1px solid black;
  padding: 5px;
  background-color: #660000;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
}
.error_box_body .important_info {
  color: #ff8888;
}
.error_box_body a {
  color: #ffff00;
}
.error_box_body a:hover {
  color: #cccc00;
}



.framework {
  height: 100%;
  width: 760px;
  background-color: #ffffff;
}

.header {
  height: 150px;
}

.toolbar {
  height: 25px;
  background-image: url('images/bar_orange_vertical_25.gif');
}
.toolbar td {
  color: #3333ff;
  font-size: 14px;
  font-weight: bold;
}
.toolbar a {
  color: #0000DD;
  font-weight: bold;
}
.toolbar a:hover {
  color: #ff5555;
}

.main_content {
}

.column_left {
  width: 150px;
  padding: 10px 5px 10px 5px;
  background-color: #336699;
}
.column_left td {
  color: #ffffff;
  font-size: 12px;
}
.column_left a {
  color: #99ccff;
}

.column_left a:hover {
  color: #ccccff;
}

.column_right {
  padding: 10px;
}

.footer {
  height: 25px;
  background-image: url('images/bar_orange_vertical_25.gif');
}
.footer td {
  color: #000000;
  font-size: 12px;
}



.table_colored td {
  padding: 0px 2px 0px 2px;
}

.table_colored_row_heading td {
  background-color: #ffcc00;
  color: #000000;
  font-weight: bold;
}

.table_colored_row td {
  background-color: #eeee00;
  color: #000000;
}
.table_colored_row_selected td {
  background-color: #ccddee;
}

.table_colored_row_highlighted td {
  background-color: #ffffff;
}



.page_heading {
  color: #888888;
  font-size: 18px;
  font-weight: bold;
}