body {
  font-size: 10pt;
  font-family: Verdana, Helvetica, sans-serif;
  color: #1c2b4a;
  background: #ffffff;
  margin: 0px;
  overflow: -moz-scrollbars-vertical; }

p {
  margin: 4px 0px 8px 0px; }

table {
  border-collapse: collapse; }
  table th {
    padding: 2px 3px;
    text-align: left; }
  table td {
    padding: 2px 3px; }

a {
  color: #903f98;
  text-decoration: none; }

a:hover {
  color: #5f0e67;
  text-decoration: underline; }

img {
  border: 0px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, sans-serif;
  font-weight: normal; }

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;
  margin: 2px 0px 5px 0px; }

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

h1.margin, h2.margin, h3.margin, h4.margin, h5.margin, h6.margin {
  margin: 10px 0px; }

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

label {
  cursor: pointer; }

form {
  margin: 0px; }

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

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

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

#flashbox {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 435px;
  height: 40px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  padding-left: 40px; }

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

.right {
  text-align: right; }

table.highlight {
  background: #fff; }
  table.highlight th {
    background: #fff; }
  table.highlight tr:hover {
    background: #ffffe0; }

table.nopad td {
  padding: 0px; }

.form {
  margin: 10px 0px; }
  .form .label {
    width: 175px;
    height: 22px;
    line-height: 22px;
    float: left;
    margin-bottom: 5px; }
  .form .field {
    height: 22px;
    float: left;
    margin-bottom: 5px; }

.pagination {
  text-align: center;
  background: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 5px 0px; }
  .pagination .disabled {
    color: #aaa; }
  .pagination .current {
    font-weight: bold; }

.small {
  font-size: 8pt; }

.first {
  margin-top: 0px; }
