/*
* 
{
    margin: 0;
    padding: 0;
}
*/

html
{
    overflow-y: scroll;
}

body
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    color: #333333;
    line-height: 18px;
    margin-top: 8px;
    margin-left: 3px;
    background-color: White;
    background-image: url( '/shared/images/black-and-white-gradient.png' );
    background-repeat: repeat-x;
}

h1
{
    font-size: 13pt;
    margin-top: 0px;
    margin-bottom: 5px;
}

h2
{
    font-size: 11pt;
    margin-top: 0px;
    margin-bottom: 5px;
}

h3
{
    font-size: 9pt;
    margin-top: 0px;
    margin-bottom: 1px;
}

p
{
    margin-top: 0px;
    margin-bottom: 20px;    
}

.borderRed
{
    border: #CC6600 1px solid;
}

.borderYellow
{
   border: #FFCC66 1px solid;
   margin-bottom: 20px;    
}

table
{
    background-image: url(/images/grey_grid_bar.jpg);
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt; 
    color: #333333;
    line-height: 18px;
}

td
{
    padding: 0;
    vertical-align: top;
}

a
{
    font-weight: bold;
}

a:link
{
    color: #CC6600;
}

a:visited
{
    color: #CC6600;
}

a:hover
{
    text-decoration: underline;
    color: #FF6600;
}

a:active
{
    color: #FF6600;
}

.BodyTable
{
    border-style: none;
    width: 750px;
    border-width: 0px;
    background-image: url(  '/images/grey_grid_bar.jpg' );
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    color: #333333;
    line-height: 18px;
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.NavBarTable
{
    background-color: White;
    background-image: none; 
}

/* Navbar colors: grey = #333333 , red = #D03000 */

.NavBarTD
{
    padding-bottom: 6px;
    font-family: Verdana,Arial;
    font-size: 12pt; 
    font-weight: bold;
    color: #333333;
}

.NavBarItem
{
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    font-size: 9pt;
    padding-right: 25px;
}

.NavBarItemSelected
{
    text-decoration: none;
    color: #D03000;
}

.CrumbsBarTable
{
    font-family: Verdana,Arial;
    font-size: 8pt;
    font-weight: bold;
    color: Gray;
    padding-top: 10px;
    padding-bottom: 6px;
    margin-top: 6px;
}

.CrumbsBarTD
{
}

.CrumbsBarItem
{
}

.SpacerRow
{
    height: 15px;
}

.ContentColumn
{
    width: 615px;
}

.SiderColumn
{
    width: 135px;
}

.SiderDiv
{
   margin-left: 24px; 
}

.Content
{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.ContentLeft
{
    width: 235px;
    text-align: right;
    float: left;
    vertical-align: top;
}

.ContentRight
{
    width: 351px;
    float: right;
}

.ContentWide
{
    width: 586px;
    float: right;
    clear: both;
}

.FooterRow
{
    margin-top: 20px;
    clear: both;
}

.NetworkingText
{
    font-size: 8pt;   
}