body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
  font-family: Georgia, Garamond, Palatino, Times New Roman, times, serif;
  font-size:   13px;
  line-height: 18px;
}

table {
  margin: 0px;
  padding: 0px;
  border: 2px solid #aaaaff;
  width: 100%;
  border-collapse: separate;
  empty-cells: show;
}


tr, th, td {
  margin: 0px;
  padding: 3px;
  border: 0px;
}

tr.odd_row {
  background: #eef;
}

td.actions {
  text-align: right;
}

th {
  font-size: 13px;
  white-space: nowrap;
  text-align: left;
  background: #cfcfff;
}

th.centered {
  text-align: center;
}

table.layout {
  border: 0px;
  border-collapse: collapse;
}

table.layout tr, table.layout th, table.layout td {
  border: 0px;
  vertical-align: top;
}

table.items td {
  border-top: 1px solid #ccf;
}

table.items tr {
  vertical-align: middle;
}

table.multiline tr {
  vertical-align: baseline;
}

table.credits {
  border: 0px;
  width: auto;
  margin: 0 auto;
}

table.credits tr, table.credits th, table.credits td {
  border: 0px;
  vertical-align: top;
}

table.credits th {
  background: white;
  text-align: right;
}

table.changelog th {
  width: 130px;
  vertical-align: baseline;
}

table.changelog td {
  vertical-align: baseline;
}

table.changelog ul {
  margin: 0px;
}

table.buttons {
  border: 0px;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}

table.buttons tr, table.buttons th, table.buttons td {
  border: 0px;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
}

table.tabs {
  border: 0px;
  padding: 0px;
  margin: 0px;
  width: auto;
  margin: 0px auto;
}

table.tabs tr, table.tabs td {
  border: 0px;
  vertical-align: middle;
  text-align: center;
  padding: 0px 2px;
  margin: 0px;
}

.form_label {
  font-weight: bold;
  white-space: nowrap;
}

TD.form_label {
  text-align: right;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

DIV#border {
  position: relative;
  top: 0;
  right: 0;
  border: 12px solid #ddddff;
  margin: 0 auto;
  width: 700px;
  text-align: left;
}

DIV#flash_notice {
  padding: 12px;
  margin: 0px;
  background: #bfb;
  border-left: 1px solid #aaaaff;
  border-right: 1px solid #aaaaff;
}

DIV#flash_error {
  padding: 12px;
  margin: 0px;
  background: #ffa;
  border-left: 1px solid #aaaaff;
  border-right: 1px solid #aaaaff;
}

DIV#content {
  padding: 12px;
  border: 1px solid #aaaaff;
}

DIV.block_list_item {
  border-bottom: 1px dotted #0ff;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

DIV#page_description {
  border-bottom: 1px solid #0ff;
  margin-bottom: 5px;
  padding-bottom: 15px;
}

DIV#copyright {
  text-align: center;
  margin-top: 10px;
  font-size: 11px;
}

UL#submenu {
  margin: 0px;
  padding: 2px;
  font-size: 90%;
  text-align: center;
  background: #88f;
  color: white;
}

UL#submenu LI {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

UL#submenu A {
  color: white;
  text-decoration: none;
}

DIV.back {
  margin-top: 2ex;
}

h1 {
  text-align: center;
  padding-top: 10px;
}

h2 {
  padding: 12px;
  margin: 0px;
  background: #aaaaff;
}

h3 {
  padding: 0px; margin: 0px;
  font-size: 15px;
}

DIV.hr {
  border-bottom: 1px dotted #aaf;
  margin-top: 12px;
  margin-bottom: 12px;
}

DIV.minihr {
  border-bottom: 1px dotted #aaf;
  margin-top: 2px;
  margin-bottom: 5px;
}

form {
  margin: 0px;
}

a { color: #00f; }
a:visited { color: #00a; }
a:hover { color: #f00; }

img {
  border: 0px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

DIV.floater {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  background: white;
  opacity: 0.85;
  padding: 5px;
  margin-top: 10px;
  margin-left: 5px;
  border: 2px solid #aaf;
  font-size: 90%;
  line-height: 120%;
  display: none;  
}


#help_floater {
  width: 200px;
}

#top_center {
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto;
  padding: 9px;
  width: 700px;
  height: 44px;
}

DIV#authentication {
  position: absolute;
  right: 9px;
  top: 12px;
  font-size: 90%;
}

DIV#maintitle {
  position: absolute;
}

UL#mainmenu {
  position: absolute;
  right: 9px;
  top: 35px;
  padding: 0px;
  margin: 0px;
}

UL#mainmenu LI {
  display: inline;
  margin-left: 10px;
}

UL#mainmenu A {
  color: #00e;
  text-decoration: none;
  font-weight: bold;
}

UL#mainmenu A:hover {
  color: #00e;
  background: #ddddff;
  text-decoration: none;
}

.no_link_decoration A {
  text-decoration: none;
  color: #00f;
}

.no_link_decoration A:hover {
  background: #ccf;
}

DIV.latest_journal_container {
  font-size: 11px;
  padding: 3px;
  background: #eef;
  border: 2px solid #cfcfff;
  margin-top: 2px;
  margin-bottom: 2px;
}

DIV.latest_journal {
  margin-bottom: 2px;
}

/* Scoreboard */

td.sb_blcell {
  font-size: 10px;
  font-family: Arial, helvetica, sans-serif;
  text-align: center;
}

td.sb_na {
  background: #e4e4e4;
}

td.sb_optional {
  background: url('/images/barberpole_e4.gif');
}

td.sb_trained {
  background: #ff4;
}

td.sb_tested {
  background: #5e5;
}

DIV.sb_container {
  display: none;
}

/* Printables */

#available, #selected {
  width: 160px;
}

table#draggables td {
  width: 33%;
}

ul.draggable {
  border: 2px solid #66f;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul.draggable li {
  margin: 2px;
  padding: 0px;
  padding-left: 4px;
  width: 150px;
  border: 1px solid #aaf;
  background: #eef;
}

ul.draggable li:hover {
  background: #ccf;
}

DIV.draggable_explanation {
  text-align: center;
  color: #bbb;
  font-size: 11px;
  line-height: 14px;
  padding: 3px 0px 3px 0px;
  margin: 0px;
  font-style: italic;
}

/* Reference */

.ref_na {
  background: #f0f0f0;
}

.ref_optional {
  background: url('/images/barberpole.gif');
}

/* Collapsed */

DIV.disclosure {
  border: 2px solid #bbf;
  margin-bottom: 5px;
}

DIV.disclosure H3 {
  background-color: #ddf;
  padding: 2px 6px;
  background-repeat: no-repeat;
  background-position: 99% center;
}

DIV.disclosure H3:hover {
  background-color: #ccf;
}

DIV.disclosure_open H3 {
  background-image: url('/images/disclosures/open_ddf.gif');
}

DIV.disclosure_close H3 {
  background-image: url('/images/disclosures/close_ddf.gif');
}

DIV.disclosed_behavior {
  display: none;
  padding: 5px;
}

SPAN.disclosure_summary {
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  color: #55f;
}

/* Two Column Box Lists */

UL.two_col_boxes {
  padding: 0px;
  margin: 0px;
}

UL.two_col_boxes LI {
  float: left;
  width: 311px;
  height: 102px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

/* Paginator */

TABLE.pagination_bar {
  border: 1px solid #ccf;
  background: #eef;
  text-align: center;
  margin-top: 10px;
}

TABLE.pagination_bar TD {
  padding: 3px;
}