body, td, th {
  font-size: 10pt;
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: normal;
  color: #1c2b4a; }

body {
  background: #ffffff;
  margin: 0px;
  overflow: -moz-scrollbars-vertical; }

p {
  margin: 5px 0px 10px 0px; }

table {
  border-collapse: collapse; }
  table th {
    font-weight: bold;
    text-align: left;
    padding: 1px 3px 1px 1px; }
  table td {
    padding: 1px 3px 1px 1px; }

table.highlight th {
  background: #fff;
  border-bottom: 1px solid #deddde; }
table.highlight tr:hover {
  background: #ffffe0; }

table.nopad td {
  padding: 0px; }

table.morepad th {
  padding: 1px 6px 1px 6px; }
table.morepad td {
  padding: 1px 6px 1px 6px; }

a {
  color: #3f63db;
  text-decoration: none; }

a:hover {
  color: #7488be;
  text-decoration: underline; }

img {
  border: 0px; }

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

h1 {
  font-size: 18pt;
  letter-spacing: 2px; }

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; }

.first {
  margin: 0px 0px 6px 0px; }

.small {
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  font-weight: normal; }

div.hr {
  color: #3785b7;
  background: #3785b7;
  height: 1px;
  line-height: 1px;
  overflow: hidden;
  padding: 0px;
  margin: 4px 0px; }

label {
  cursor: pointer; }

form {
  margin: 0px; }

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

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

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

#errorExplanation {
  border: 1px dashed #ff1a00;
  background: #fee;
  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; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

.float_right {
  float: right; }

.float_left {
  float: left; }

.margin0 {
  margin: 0px; }

.red {
  color: #ff1a00; }

.red_outline {
  color: #ff1a00;
  background: #fee;
  border: 1px dashed #ff1a00;
  padding: 5px; }

.pagination {
  text-align: center;
  margin: 5px 0px; }
