BODY {
  background-color: #1080f0;
}

.tabs {
  clear: right;
  margin-left: 10px;
}

.tab {
  height: 63px;
  width: 120px;
  background: url(/images/layout-tab.png) 0px 0px no-repeat;
  float: right;
}

.tabtext {
  vertical-align: text-bottom;
  padding-top: 40px;
  text-align: center;
}

.title_border_top_left {
  height: 38px;
  width: 42px;
  background: url(/images/layout-title-tl.png) 100% 100% no-repeat;
}
.title_border_top {
  background: url(/images/layout-title-t.png) 0 100% repeat-x;
}
.title_border_top_right {
  background: url(/images/layout-title-tr.png) 0 100% no-repeat;
}
.title_border_left {
  background: url(/images/layout-title-l.png) 100% 0 repeat-y;
}
.title_middle {
  background: url(/images/layout-title-background.png);
}
.title_border_right {
  background: url(/images/layout-title-r.png) 0 0 repeat-y;
}
.title_border_bottom_left {
  background: url(/images/layout-title-bl.png) 100% 0 no-repeat;
}
.title_border_bottom {
  background: url(/images/layout-title-b.png) 0 0 repeat-x;
}
.title_border_bottom_right {
  height: 38px;
  width: 42px;
  background: url(/images/layout-title-br.png) 0 0 no-repeat;
}

.content {
  clear: both;
  background-color: #ffffff;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
}

.img_corner_top_left {
  border: 0;
  position: relative;
  top: -10px;
  left: -10px;
}

.img_corner_top_right {
  z-index: 99;
  border: 0;
  position: relative;
  top: -10px;
  left: 10px;
}

.img_corner_bottom_right {
  z-index: 99;
  border: 0;
  position: relative;
  top: 10px;
  left: 10px;
}

.img_corner_bottom_left {
  z-index: 99;
  border: 0;
  position: relative;
  top: 10px;
  left: -10px;
}

.title {
  height: 87px;
}

.logo {
  clear: right;
  position: relative;
  float: left;
  left: -10px;
  top: -10px;
}

.postbox {
  border: dotted 1px #000088;
  float: right;
  font-color: #000000;
  width: 200px;
  padding: 3px;
  margin: 3px;
  font-size: smaller;
  text-align: center;
}

.postbox td {
  font-size: smaller;
  text-align: center;
}

.notes_message {
  display: block;
}
.notes_who {
  display: block;
  font-style: italic;
  padding-bottom: 4px;
}
.displayed_notes {
  font-size: smaller;
  text-align: center;
}

.table_title {
  font-weight: bold;
  background-color: #000077;
  color: #ffffff;
}

.linkback {
  font-size: smaller;
  font-style: italic;
  text-align: center;
}


