﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
}
div.headerContainer
{
    position:absolute;
    top:0px;
    width:100%;
    display:block;
}
div.header
{
    position: relative;
    height: 50px;
    margin: 10px 10px 0px 10px;
}
div.content
{
    margin-top: 108px;
    display: block;
    width: 100%;
}
div.tleft
{
    position: absolute;
    left: 0px;
    top: 108px;
    display: block;
}
div.tright
{
    margin-left:190px;
    border-style: solid;
    border-width: 0px 0px 0px 10px;
    border-color: #666666;
}
.footer
{
    padding: 10px 0px;
    margin: 0px auto;
    text-align: center;
}
div.logo
{
    float: left;
}
div.apps
{
    position: absolute;
    bottom: 0px;
    left: 250px;
}
div.header_right
{
    float: right;
}
div.gad_hbar
{
    height: 15px;
    text-align: center;
    padding: 5px;
    background-color: #006699;
    color: #FFFFFF;
}
div.sitepath
{
    height: 15px;
    text-align: center;
    padding: 5px;
    width:730px;
    margin:auto;
}
a
{
    color: #0000FF;
}
/*
table.tcontent
{
    border-width: 0px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}
td.tleft
{
    width: 170px;
}
td.tright
{
    border-style: solid;
    border-width: 0px 0px 0px 10px;
    border-color: #666666;
}
*/
td
{
    vertical-align: top;
    /* margin-left: 40px; */
}
div.phead
{
    text-align:center;
}
div.phead h1
{
    margin: 0px;
    background-color: #666666;
    padding: 2px 10px;
    color: #E9E9E9;
}
.IE8Fix_menu
{
    z-index: 1000;
}
