﻿/* OVERRIDES */
#contentWrapper {margin:0 auto; text-align:left; width:800px; position:relative; left: 10px;} 
#headerWrapper {margin:0 auto; text-align:left; width:865px; position:relative; left: 10px;}
/****/
body {
    font-size: 10pt;
}


.button {
    color: #000;
    font: 10pt arial,helvetica,sans-serif;
}
.bottom3 {
    margin-bottom: 3px;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom8 {
    margin-bottom: 8px;
}

.bottom12 {
    margin-bottom: 12px;
}


.bottom20 {
    margin-bottom: 20px;
}

.top12 {
    margin-top: 12px;
}

.left10 {
    margin-left: 10px;
}

.left20 {
    margin-left: 20px;
}

.floatLeft {
    position: relative; 
    float: left;
}

.floatRight {
    position: relative; 
    float: right;
}

.clear {
    clear: both;
}

.formSubHeading {
    font-weight: normal;
    font-size: 14pt;
}

.panelHeading
{
    border: 1px solid #333333;
    border-bottom: none;
    background-color: #006699;
    padding: 5px;
    color: #FFFFFF;
}

.panelBody
{
    background-color: #FFFFFF;
    border: 1px solid #333333;
    padding: 5px;
}

#tabContentContainer {
    border: 1px solid #000;
    background-color: #F7F7F7;
    position: relative;
}