body {
  margin: 0px;
  border: 0px;
}

body, td, p {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  color: black;
  line-height: 180%;
  text-align:left;
}

h1 {
  font-style: bold;
  font-size: 10pt;
  line-height: 100%;
  color: #c5ced7;
}

input, select, textarea {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  color: black;
  width: 200px;
}

input.small {
  width: 120px;
}

input.resource, textarea.resource {
  width: 200px;
}

input.radio {
  width: 20px;
}

.nav {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  color: black;
}

.homepanel {
  margin: 10px;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button, a.button_active {
    background: transparent url('/_media/global/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span, a.button_active span {
    background: transparent url('/_media/global/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active, a.button_active {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span, a.button_active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}