﻿html, body, body > form
{
    height: 100%;
    width: 100%;
}

body
{
    font-family: Arial;
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

td
{
    vertical-align: top;
}

img
{
    border: none;
}

.message
{
    color: Red;
    font-weight: bold;
}

input[type="text"], input[type="password"], select, textarea
{
    border: inset 2px #eeeeee;
    background-color: #eeeeee;
    margin-bottom: 5px;
}
input[type="text"], input[type="password"], textarea
{
    width: 100%;
}

h1, h2, h3, h4
{
    font-family: Gill Sans, Myriad Pro, Arial, Verdana;
    font-weight: normal;
}
h1
{
    font-size: 20px;
    border-bottom: solid 2px #00529f;
    padding-bottom: 2px;
}
h2
{
    font-size: 14px;
    font-weight: normal;
}

label
{
    display: block;
    font-size: 11px;
    margin-bottom: 2px;
    margin-top: 10px;
}

hr
{
    border: none;
    height: 1px;
    background-color: #cccccc;
    color: #cccccc;
    margin-top: 27px;
    margin-bottom: 27px;
}

small
{
    font-size: 10px;
    font-style: italic;
}

/* --- styles --- */

.buttons
{
    text-align: right;
}
.buttons a, .buttons input
{
    margin-left: 5px;
}
div.buttons
{
    float: right;
}


.contentTable
{
    color: #ffffff;
    background-color: #1e66a9;
    border: none;
    text-align: left;
    font-size: 12px;
    width: 100%;
}
.contentTable a
{
    color: #ffffff;
}
.contentTable a:hover
{
    color: #cccccc;
}
.contentTable th, .contentTable td
{
    font-weight: normal;
    border-right: solid 1px #3c7bb5;
}

.contentTable .thead th
{
    font-size: 12px;
    font-weight: bold;
    background-color: #00529e;
    padding: 7px;
    text-align: left;
    border-bottom: solid 1px #3c7bb5;
    vertical-align: top;
}
.contentTable .thead td
{
    background-color: #00529e;
    border-bottom: solid 1px #3c7bb5;
}
.contentTable .subHead
{
    background-color: #2088d4;
}
.contentTable .subHead th
{
    font-weight: bold;
}

.contentTable th
{
    padding: 7px;
    border-bottom: solid 1px #3c7bb5;
}
.contentTable td
{
    padding: 7px;
    border-bottom: solid 1px #3c7bb5;
}
.contentTable .tfoot th
{
    padding: 7px;
    background-color: #003d76;
    font-weight: bold;
}
.contentTable .tfoot td
{
    background-color: #003d76;
    padding: 7px;
    font-weight: bold;
}
.contentTable .rowOdd
{
    background-color: #00529e;
}

.formrow
{
    margin-bottom: 5px;
}

.pager
{
    background-color: #1e66a9;
    color: #ffffff;    
    padding: 5px;
}
.pager a
{
    color: #ffffff;    
}
.pager select, .pager input
{
    font-size: 11px;
    margin: 0px;
}
.pagerLeft
{
    float: left;
    font-size: 11px;
}
.pagerRight
{
    float:right;
    font-size: 11px;
}
.pager table
{
    background-color: Transparent;
}
.pager table th, .pager table td
{
    white-space: nowrap;
    padding: 2px;
    vertical-align: middle;
    border: none;
}
.pager .spacer
{
    width: 100%;
}

.overlay
{
    position: absolute;
    background-image: url(../images/overlay.png);
    background-repeat: repeat;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 200;
}
.overlayContent
{
    background-color: #eeeeee;
    margin-left: auto;    
    margin-right: auto;        
    margin-top: 20%;
    width: 600px;
    min-height: 40px;
    padding: 15px;
    z-index: 200;    
}
.overlayClose
{
    float: right;
}
.overlayContent table
{
    width: 100%;
}
.overlayContent th
{
    text-align: left;
}
.overlayContent td
{
    vertical-align: middle;
}

.buttonCell input
{
    display: block;
    margin-bottom: 5px;
    vertical-align: bottom;
}

.checkBoxList label
{
    display: inline;
    margin-right: 20px;
}

.fullWidth
{
    width: 100%;
}

.calendarLinkText
{
    color: #00529e;    
}
.calendarLink
{
    cursor: pointer;
    color: #00529e;
    text-decoration: underline;
}

.filterTable
{
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;    
    padding: 5px;
    border-top: solid 1px #00529e;
}
.filterTable .imgButton
{
    margin-bottom: 5px;
}
/*-- FAQ Styles --*/
.faqul
{
    list-style-type:circle;
}

.faqh2
{
    font-weight:bold;
}