﻿body 
{
   margin:0px auto;
    padding:0px;
    font-family:Trebuchet MS, Tahoma ;
    font-size:11px;
    text-align:center;
    width:755px;
}

#CONTAINER
{
    width:755px;
    text-align:left;
}

#APP_HEADER
{
    float:left;
    height:110px;
    width:100%;
    background:url('../_img/site_bg.jpg') top left no-repeat;
}

#EAHALOGO
{
    clear:right;
    float:right;
    margin:15px 5px 0 0;
}

#APP_LOGOUT
{
    float:right;
    margin-right:10px;
}
#APP_NAV
{
    float:left;
    height:25px;
    background-color:#009783;
    width:100%;
    color:#fff;
    margin:2px 0 0 0;
}
#APP_NAV A
{
    text-decoration:none;
    color:#fff;
}
#APP_NAV A:Hover
{
    text-decoration:underline;
}
#NAV_SECURITY
{
    float:left;
    width:400px;
    margin:4px 0 0 10px;
}
#NAV_PRINT
{
    float:right;
    width:90px;
    margin:4px 0 0 0;
}

#APP_FOOTER
{
    float:left;
    width:100%;
    height:197px;
    background:url('../_img/footer_bg.jpg') top left repeat-x;
    color:#fff;
}
.PaddedDiv
{
    padding:10px;
}
#FOOTER_INFO
{
    float:left;
    width:200px;
}
#FOOTER_LEGAL
{
    float:right;
    width:500px;
    text-align:right;
}


#BODY_CONTENT
{
    float:left;
    width:100%;
    min-height:400px;
}

.DataTableHeader
{
    font-size:17px;
    color:#009783;
    border-bottom:1px solid #DBDBDB;
}
.DataTableFooter
{
    float:left;
    font-size:17px;
    color:#009783;
}
.DataTableHeader TD
{
    padding:4px 0 6px 0;
    border-bottom:1px solid #DBDBDB;
}

.DataTableRow TD,.DataTableRowAlternate TD
{
    padding:5px;
    height:20px;
}
.DataTableRowAlternate TD
{
    background-color:#FAFAFA;
}

.SiteButton
{
    border:0px solid white;
    background-color:#223487;
    color:#fff;
    padding:5px 10px 5px 10px;
    font-size:11px;
    font-family:Trebuchet MS, Tahoma ;
}

BR
{
    clear:left;
}

.HRTop
{
    width:100%;
    height:2px;
    border-top:1px solid #DBDBDB;
    margin:2px 0 2px 0;
    padding:1px 0 0px 0;
}
.HRBottom
{
    float:left;
    width:100%;
    height:2px;
    border-bottom:1px solid #DBDBDB;
    margin:2px 0 2px 0;
    padding:0px 0 1px 0;
}


.pnlError
{
    padding:10px;
    color:#CC0202;
    border:2px solid #CC0202;
    background-color:#fff;
    margin-bottom:10px;
}

.pnlConfirm
{
    border:2px solid #007C00;
    background:#fff;
    padding:10px;
    margin-bottom:10px;
    color:#007C00;
}

.pnlError .SiteButton
{
    border:0px solid white;
    background-color:#CC0202;
}
Label
{
    float:left;
    width:140px;
    font-weight:bold;
    margin:4px 0 0 0;
}

INPUT,TEXTAREA, SELECT
{
     font-size:11px;
    font-family:Trebuchet MS, Tahoma ;
}

.FileButton
{
    font-size:11px;
    font-family:Trebuchet MS, Tahoma ;
    height:22px;
}



