body
{
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #5C5C5C;
    margin: 0px;
}

table
{
    border-collapse: collapse;
}
td
{
    padding: 2px;
}

.label
{
    font-size: 1.0em;
}
ul
{
    padding-left: 20px;
}

ol
{
    padding-left: 25px;
}

p
{
    margin: 5px 0px;
}
.textbox
{
    font-size: .9em;
}

.smalltextbox
{
    font-size: .9em;
    width: 20px;
}

.multilinetextbox
{
    width: 188px;
    height: 80px;
}

.largemultilinetextbox
{
    width: 350px;
    height: 150px;
}

.longmultilinetextbox
{
    width: 350px;
    height: 75px;
}

.mediumtextbox
{
    font-size: 0.9em;
    width: 250px;
}

.longtextbox
{
    font-size: .9em;
    width: 325px;
}

.dropdownlist
{
    font-size: 1.0em;
    color: #5C5C5C;
}

.fwdropdownlist
{
    font-size: 1.0em;
    font-family: Courier New;
}

.mediumdropdownlist
{
    font-size: 0.9em;
    width: 255px;
}

.button
{
    font-size: 12px;
    height: 22px;
    font-weight: bold;
}

.rightbutton
{
    font-size: 1.0em;
    height: 20px;
    font-weight: bold;
    float: right;
}

.menuItem
{
    color: #fff;
}

.menuItem a
{
    cursor: pointer;
}

.menuItem #left
{
    width: 5px;
    display: inline;
    background: url(images/blue_tab_left.gif) no-repeat;
    height: 30px;
    position: relative;
    float: left;
}

.menuItem #mid
{
    display: inline;
    background: url(images/blue_tab_middle.gif) repeat-x;
    height: 30px;
    position: relative;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.menuItem #mid #text
{
    position: relative;
    top: 5px;
    color: #FFF;
}

.menuItem #right
{
    width: 5px;
    display: inline;
    background: url(images/blue_tab_right.gif) no-repeat;
    height: 30px;
    position: relative;
    float: left;
}

.menuItemSelected
{
    color: #fff;
}

.menuItemSelected a
{
    cursor: pointer;
}

.menuItemSelected #left
{
    width: 5px;
    display: inline;
    background: url(images/lightblue_tab_left.gif) no-repeat;
    height: 30px;
    position: relative;
    float: left;
}

.menuItemSelected #mid
{
    display: inline;
    background: url(images/lightblue_tab_middle.gif) repeat-x;
    height: 30px;
    position: relative;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.menuItemSelected #right
{
    width: 5px;
    display: inline;
    background: url(images/lightblue_tab_right.gif) no-repeat;
    height: 30px;
    position: relative;
    float: left;
}

#allContent
{
    width: 980px;
    margin: 0px auto; /*border:solid 1px #ccc;*/
}

#headerRegion
{
    background: url(images/header.jpg) no-repeat bottom;
    height: 130px; /*border:solid 1px #ccc;*/
}

#mainContentRegion
{
    display: block;
    clear: both;
}


.sectionHeader
{
    border-bottom: 1px solid rgb(235, 235, 235);
    color: #024A76;
    font-size: .9em;
    padding-bottom: 5px;
    font-weight: bold;
}

.navigationRule
{
    border: 2px solid #024A76;
    position: relative;
    top: -8px;
}

.defaultTable
{
    width: 99%;
}

.verticalalign img
{
    vertical-align: middle;
}

.verticalalign span
{
    vertical-align: top;
}

.showAll
{
    float: right;
}


.modalbutton
{
    font-size: .7em;
    height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    float: right;
}

hr
{
    border-bottom: 1px solid #CCC;
    color: #FFF;
    margin: 5px;
}

a:link
{
    color: #0066A6;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:visited
{
    color: #0066A6;
    text-decoration: none;
}

.smallleft
{
    float: left;
}

.smallright
{
    float: right;
}

#footer a
{
    text-decoration: none;
    color: #0066A6;
}

h1
{
    font-size: 20px;
}
h2
{
    padding: 0px 0px 4px 0px;
    margin: 0px 0px 4px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #0066a6;
    font-weight: bold;
    border-bottom: 1px solid #e4e4e4;
}
h3
{
    font-size: 14px;
}
h4
{
    padding: 0px;
    margin: 2px 0px 5px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ff7e00;    
}
h5
{
    font-size: 9px;
}


.trainingpanel
{
	border: solid 1px #CCCCCC;
	
	}
.trainingmediumtextbox
{
    font-size: 0.9em;
    width: 250px;
    margin-left: 28%;
}

.trainingtextbox
{
    font-size: .9em;
    margin-left: 4%;
}

.traininglongmultilinetextbox
{
    width: 350px;
    height: 75px;   
}
