body {
  font-size: 10pt;
  font-family: Verdana, Helvetica, sans-serif;
  color: #1c2b4a;
  background: url('/images/background.gif') repeat-x;
  margin: 0px;
  overflow: -moz-scrollbars-vertical;
  width: 100%;
  height: 100%; }

p {
  margin: 0px 0px 13px 0px; }

.small {
  font-size: 8pt; }

table {
  border-collapse: collapse; }
  table th {
    padding: 1px 3px; }
  table td {
    padding: 1px 3px; }

table.highlight th {
  background: #ffffff; }
table.highlight tr.red {
  background: #ffdfdc; }
table.highlight tr:hover {
  background: #efefd0; }

table.nopad td {
  padding: 0px; }

a {
  color: #f63636;
  text-decoration: none; }

a:hover {
  color: #b51515; }

img {
  border: 0px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-family: Trebuchet MS, Trebuchet, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  letter-spacing: 1px; }

h1 {
  font-size: 18pt; }

h2 {
  font-size: 16pt; }

h3 {
  font-size: 14pt; }

h4 {
  font-size: 12pt;
  font-weight: bold; }

h5 {
  font-size: 10pt;
  font-weight: bold; }

h6 {
  font-size: 8pt;
  font-weight: bold; }

hr {
  background-color: #cccccc;
  border: 0px;
  height: 1px;
  overflow: hidden; }

label {
  cursor: pointer; }

form {
  margin: 0px;
  padding: 0px; }

input[type=text],input[type=password],textarea {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  border: 1px solid #ccc;
  padding: 1px 2px; }

input[type=text]:focus,input[type=password]:focus,textarea:focus {
  background: #efefd0; }

input[disabled=disabled], textarea[disabled=disabled] {
  background: #eee;
  color: #888; }

ul {
  margin: 0px;
  padding-left: 20px; }
  ul li {
    margin: 1px 0px; }

#errorExplanation {
  border: 1px dashed #cccccc;
  background: #ffffff;
  padding: 5px;
  margin: 5px 0px 10px 0px; }
  #errorExplanation h2 {
    font-size: 10pt;
    font-weight: bold;
    margin: 0px; }
  #errorExplanation p {
    font-size: 8pt;
    margin: 0px; }
  #errorExplanation ul {
    margin: 5px 25px; }
    #errorExplanation ul li {
      font-size: 8pt; }

.fieldWithErrors {
  display: inline; }
  .fieldWithErrors input, .fieldWithErrors textarea {
    background: #fcc;
    border: 1px solid #ccc; }

.clr {
  clear: both;
  height: 0px;
  overflow: hidden; }

.pad10 {
  padding: 10px; }

.header_image {
  margin-bottom: 10px; }

.big {
  font-size: 11pt;
  font-weight: bold;
  letter-spacing: 1px; }

.right {
  text-align: right; }

.pagination {
  border: 1px solid #eee;
  background: #f7f7f7;
  text-align: center;
  padding: 2px 4px; }
  .pagination .current {
    font-weight: bold; }

.pad5 {
  padding: 5px; }

.form {
  margin: 5px 0px; }
  .form .label {
    width: 175px;
    float: left;
    margin: 3px 0px; }
  .form .field {
    max-width: 500px;
    float: left;
    margin: 3px 0px; }
    .form .field ul.slides {
      list-style: none;
      padding: 0px; }
      .form .field ul.slides li {
        text-align: center;
        width: 90px;
        height: 115px;
        float: left;
        display: block; }

#flashbox {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 400px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  padding-left: 40px; }
  #flashbox .error {
    height: 40px;
    background: #ce1d25 url('/images/exclamation_red.gif') top left no-repeat;
    border: 1px solid #e1767a;
    color: #fff; }
  #flashbox .warning {
    height: 40px;
    background: #ecf3aa url('/images/exclamation_yellow.gif') top left no-repeat;
    border: 1px solid #ccd38a; }
  #flashbox .notice {
    height: 40px;
    background: #acf3ba url('/images/exclamation_green.gif') top left no-repeat;
    border: 1px solid #8cd39a; }
