﻿body 
{
    font-family:Verdana,Sans-Serif;
    background-color:#000000;
}

p, li
{
    font-size:12px;
    line-height:150%;
}

p
{
    margin-bottom:10px;
}

h1
{
    font-weight:bold;
    font-size:18px;
    margin-bottom:15px;
}

h2, h3
{
    font-weight:bold;
    font-size:15px;
    margin-bottom:5px;
    color:#de6969;
}


#ft
{
    font-size:9px;
    color:#999999;
}

#bd
{
    background:#ffffff url('/images/bg-body.jpg') repeat-y;
}

#content
{
    padding:15px 20px 20px 0;
}

#mainmenu
{
    margin-top:20px;margin-bottom:20px;
}

#mainMenu a 
{
    font-weight:bold;
    line-height:24px;
    text-decoration:none;
}

.lighterHeading
{
    color:#999999;
}

a
{
    color:#de6969;
    text-decoration:none;
    font-weight:bold;
}

a:hover
{
    color:#de6969;
    text-decoration:underline;
}

.detailLabel
{
    vertical-align:top;
    text-align:right;
    padding-right:10px;
    padding-bottom:5px;
}

#divDoingSomething
{
    padding:4px 6px 4px 6px;
    display:none;
    z-index:100;
    right:0px;
    background:#c44;
    color:white;
    position:absolute;
    font-size:85%;
}

#lblMessage
{
    color:Red;
    font-weight:bold;
}

#tickerAnchor
{
    font-size:14px;
    font-weight:bold;
    color:#002F60;
}


/* YUI Overrides */

#bd
{
     background-color:#000000;
     color:#ffffff;
}

.yui-g
{
    padding:10px;
}

.yui-skin-sam .yuimenuitemlabel
{
    color:#ffffff;
    background-color:#002F60;
    font-size:15px;
    font-weight:bold;
}

.yui-skin-sam .yuimenuitem .yuimenu .yuimenuitem .yuimenuitemlabel 
{
    font-size:12px;
    padding-bottom:2px;
}

.yui-skin-sam .yuimenu ul
{
    background-color:#002F60;
    border-color:#002F60;
    border-style:solid;
    border-width:1px 0pt 0pt;
    padding:3px 0pt;
}

.yui-skin-sam .yuimenu .bd
{
    border:0px;
}

.yui-skin-sam .yuimenuitem a.selected {
background:#999999 none repeat scroll 0%;
}
    
