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

p {
  margin: 6px 0px 7px 0px; }

table {
  border-collapse: collapse; }
  table th {
    padding: 2px 3px;
    background: #eeeeee; }
  table td {
    padding: 2px 3px; }

a {
  color: #0055a6;
  text-decoration: none; }

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

b, strong {
  color: #0055a6; }

img {
  border: 0px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px 0px 10px 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; }

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

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 #dddddd;
  padding: 1px 2px;
  background: white; }

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: 10px;
  top: 10px; }

#errorExplanation {
  border: 1px dashed #1c2b4a;
  background: white;
  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: #ffcccc;
    border: 1px solid #cccccc; }

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

.right {
  text-align: right; }

.float_right {
  float: right; }

.admin {
  color: white;
  font-weight: bold;
  background: red;
  padding: 1px 5px;
  margin-top: 10px;
  width: 923px;
  float: left; }
  .admin .base {
    float: right;
    border-left: 1px solid white;
    padding-left: 10px; }
  .admin a {
    color: white; }
  .admin a:hover {
    color: white; }

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

table.nopad td {
  padding: 0px; }

.form {
  margin: 10px 0px; }
  .form .label {
    width: 150px;
    line-height: 22px;
    float: left;
    margin-bottom: 5px;
    clear: both; }
  .form .field {
    float: left;
    margin-bottom: 5px; }
  .form .cfield {
    width: 200px;
    height: 100px;
    float: left; }

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

.debug {
  background: #ffe0e0;
  display: block;
  text-align: right;
  margin: 10px 0px 0px 0px; }

#debug {
  border-bottom: 1px solid #ffe0e0;
  display: block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px; }
