﻿#divContainer
{
    text-align: center;
}
#divContent
{
    width: 776px;
    text-align: left;
    background-color: white;
    border-left: white 2px solid;
    border-right: white 2px solid;
    font-size: 13px;
    font-family: Arial, Tahoma, Verdana;
}
#divHeader
{
    width: 776px;
}
#divLoginBox
{
    float: right;
    width: 160px;
    margin-top: 7px;
}
#divNavBar
{
    clear: both;
    width: 776px;
    height: 42px; /*Chieu cao thuc su : 46 = 42 + 4*/
    padding-top: 4px;
    text-align: right;
    background-image: url(Images/Nav.Background.gif);
    background-repeat: repeat-x;
}
#divLeft
{
    float: left;
    width: 225px;
}
#divRight
{ 
    /*width: 546px;*/
    margin-left: 225px; 
}
#divWelcome
{
    background-image: url(Images/Welcome.p1.jpg); 
    background-repeat: no-repeat;
}
#divBodyTitle
{
    color: white;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Tahoma, Verdana;
    padding-left: 5px;
    padding-top: 7px;
    margin-bottom: -7px;
    background-repeat: repeat-x;
    background-image: url(Images/TitleBar.C.gif);
}
.divTitleBar-M, .divTitleBar-C
{
    height: 30px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Tahoma, Verdana;
    padding-left: 5px;
    padding-top: 7px;
    margin-bottom: -7px;
    background-repeat: repeat-x;
}
.divTitleBar-M
{
    background-image: url(Images/TitleBar.M.gif);
}
.divTitleBar-C
{
    background-image: url(Images/TitleBar.C.gif);
}
.divBorder-M
{
    width: 218px;
    border-right: #FF008A 1px solid;
    border-left: #FF008A 1px solid;
    border-bottom: #FF008A 1px solid;
    margin-bottom: 7px;
}    
.divBorder-C
{
    width: 218px;
    border-right: #009DDA 1px solid;
    border-left: #009DDA 1px solid;
    border-bottom: #009DDA 1px solid;
}    
#divSupportBox
{
    width: 132px;
    height: 97px;
    margin-bottom: 7px;
    background-image: url(Images/SupportBox.gif);
    background-repeat: no-repeat;
    padding-left: 88px;
    padding-top: 41px;
}    

#divFooter
{
    width: 776px;
    height: 107px;
    clear: both;
    margin-top: 15px;
    background-image: url(Images/Footer.Background.gif);
}
#divFooterLeft,#divFooterRight
{
    color: #404040;
    font-size: 11px;
    line-height: 150%;
    font-family: Tahoma, Verdana, Arial;
}         
#divFooterLeft
{
    float: left;
    width: 215px;
    padding-left: 5px;
    padding-top: 25px;
}         
#divFooterRight
{
    text-align: center;
    padding-top: 15px;
}         
#divBody
{
}