/* Default.CSS */
#subnav
{
    clear: both;
    font-size: 8pt;
}
#subnav a
{
    font-weight: normal;
}

#breadcrumbs
{
    float: left;
    margin: 5px;
}
#profile
{
    float: right;
    margin: 3px;
    text-align: right;
}
#content
{
    clear: both;
    margin: 10px 10px 10px 10px;
    text-align: left;
}
#MyBusyPage
{
    background-color: #EEE;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-opacity: .55;
}

body
{
    font-size: 8pt;
    font-family: Verdana, Tahoma, Arial;
    color: #000;
    background-color: #FFFFFF;
    margin: 0px;
}

a
{
    color: #002bb8;
}

a:visited
{
    color: #5a3696;
}

a:active
{
    color: #FF0000;
}

a:hover
{
    color: #3366FF;
}

a.stub
{
    color: #772233;
}

.pageTitleTable
{
    width: 100%;
    height: 30px;
}
.pageTitleTD
{
    width: 100%;
    font-size: 14px;
    height: 20px;
    background-image: url(pink_gradient.JPG);
    text-align: left;
}

.contentblockbody
{
    font-size: 12px;
    background-color: #FFFFFF;
    padding: 5px;
    width: 100%;
}

.contentblocktitle
{
    height: 20px;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #CCCCFF;
    background-image: url('titlebar.png');
    background-repeat: repeat-x;
    width: 100%;
}

.contentblockheader
{
    border-bottom: 2px inset #000080;
    background-color: #CCCCFF;
    border-left: 1px #000080;
    border-right: 1px #000080;
    border-top: 2px inset#000080;
    width: 100%;
}

.divtitleblock
{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    padding: 0px 5px 5px 5px;
    background-image: url('../../images/backgrounds/bluebar.png');
    background-repeat: repeat-x;
}

.divContentBlock
{
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    padding: 5px;
}

.tdrightline
{
    margin: 0;
    vertical-align: top;
    padding-right: 4px;
}

.dividerColumn
{
    background-color: #7B95C6;
    width: 3px;
    margin: 0px;
    padding: 0px;
}

.fieldsetMain
{
    padding: 10px;
    margin: 5px;
    border: 1px solid #CBCCCC;
    width: 340px;
}

.fieldsetRight
{
    font-size: 14px;
    padding: 10px;
    margin: 5px;
    border: 1px solid #CBCCCC;
    width: 120px;
}

.fieldsetLegend
{
    margin-left: 0px;
    font-size: 14px;
    font-weight: bold;
}

.tickerMain
{
    padding: 2px;
}

.textCenter
{
    text-align: center;
}
.pinkFont
{
    color: #FF00FF;
}
.font16
{
    font-size: 16px;
}
.tennisSize
{
    width: 297px;
    height: 269px;
}
.rightColumnS
{
    text-align: left;
}

