body
{
    font-family: tahoma;
    font-size: 8pt;
    background: #659DB6; /* Production background */
    /*background: #f5f5f5;*/ /* dev/qa color */
}

a
{
    color: #008080
    font-size: small;
    font-weight: bold;
}

a:hover
{
    color: #663399;
    text-decoration: none
}

a.noUnderline
{
    color: black;
    text-decoration: none
}

ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

ul li {
    margin-left: -10px;
}

ol {
    margin-top: 5px;
    margin-bottom: 5px;
}

ol li {
    padding-bottom: 10px;
}

.helpLink
{
    font-size: x-small;
    font-weight: normal;
}

.bordered {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
}

#wrapper {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
    width: 75%;
}

#header {
    background: #fff;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#headerBottom {
    background: #f5f5f5;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    display: none;
    height: 20px;
    margin-top: 0px;
    position: relative;
    top: -20px;
}

#centerColumn {
    background: #fff;
    border: 1px solid #666;
    padding: 0 0 0 0;
    width: 750px;
}

#content {
    background: #fff;
    margin: 10px 0px 10px 10px;
    text-align: left;
}

#contentHeader {
    font-family: 'Century Gothic', Arial;
    font-weight: bold;
    font-size: 11pt;
    color: #fff;
    padding: 4px;
    margin-left: 12px;
    background-image: url('/images/purple.gif');
    background-repeat: repeat-y;
}

#content p {
    margin-left: 15px;
    margin-right: 15px;
}

#content a {
    text-decoration: none;
    font-weight: bold;
    color: #009999;
}

#content a:hover {
    text-decoration: underline;
}

#errorMessage {
    color: red;
    font-size: 10pt;
    font-weight: bold;
}

form {
    margin: 5px 0px 5px 0px;
}

.contentFormContainer {
    border: 1px solid #d3d3d3;
    padding: 10px;
}

.contentDataTable {
    background-color: #fff;
    color: #000;
    font-size: xx-small;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 10px;
}

.contentDataTable th {
    background-color: #f5f5f5;
    border: 1px solid #d3d3d3;
    font-weight: bold;
    padding: 4px;
    text-align: left;
}

.contentDataTable td {
    border: 1px solid #d3d3d3;
    padding: 4px;
    text-align: left;
}

.contentDataTable td a {
    color: #666;
}

.contentDataTable td a:hover {
    color: #008080;
    text-decoration: none;
}

span.requiredField {
    color: red;
    text-align: left;
    font-size: x-small;
    font-weight: normal;
}

div.row {
    background: #fff;
    clear: both;
    padding-left: 15px;
    padding-top: 4px;
    width: 700px;
}
    
div.row label {
    float: left;
    font-size: x-small;
    font-weight: bold;
    margin-right: 5px;
    margin-top: 5px;
    text-align: right;
    width: 75px;
}

div.row span.formField {
    float: left;
    font-weight: bold;
    text-align: left;
    width: 180px;
}

span.formField input, select, textarea {
    background: #f5f5f5;
    border: 1px solid #000;
    font-size: 8pt;
    font-weight: bold;
    padding: 1px 0 1px 0;
}

span.checkboxLabel {
    font-size: x-small;
    font-weight: normal;
}

.timeFieldRow {
    width: 225px;
    font-weight: bold;
    font-size: x-small;
    padding-left: 75px;
}

.timeFieldLabel {
    text-decoration: underline;
}

/* nav stuff */
#tabmenu {
    margin: 5px 0px 0px 5px;
    padding: 0px;
    padding-left: 0px;
    z-index: 1;
}

#tabmenu li {
    display: inline;
    font-size: xx-small;
    list-style-type: none;
    overflow: hidden;
    padding: 1px;
}

#tabmenu a {
    background: #e1e1e1;
    border: 1px solid #d3d3d3;
    color: #666;
    font-weight: bold;
    font-size: xx-small;
    margin: 0;
    padding: 2px 3px 0px 3px;
    text-decoration: none;
}

#tabmenu a.active {
    background: #f5f5f5;
    border: 1px solid #d3d3d3;
    font-size: xx-small;
    font-weight: bold;
    margin: 0;
    padding: 2px 3px 0px 3px;
    text-decoration: none;
}

#tabmenu a.active:visited {
    background: #f5f5f5;
    color: #666;
    font-size: xx-small;
    font-weight: bold;
}

#tabmenu a:visited {
    background: #e1e1e1;
    color: #666;
    font-weight: bold;
    font-size: xx-small;
}

#tabmenu a:hover {
    background: #f5f5f5;
    color: #008080;
    font-size: xx-small;
    font-weight: bold;
}

#tabmenu a.active:hover {
    background: #f5f5f5;
    color: #008080;
    font-size: xx-small;
    font-weight: bold;
}

#tabmenuBottom {
    background-color: #f5f5f5;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    color: #666;
    font-size: xx-small;
    font-weight: bold;
    height: 15px;
    padding: 5px 2px 2px 10px;
    text-align: left;
    z-index: 2;
}

#tabmenuBottom a {
    color: #666;
    font-size: xx-small;
    font-weight: bold;
}

#footer {
    background-color: #f5f5f5;
    border-top: 1px solid #d3d3d3;
    color: #666;
    font-size: xx-small;
    font-weight: bold;
    height: 10px;
    padding: 5px 2px 5px 2px;
    text-align: left;
    text-indent: 5px;
    z-index: 2;
}
