﻿body 
{
    font-family:Tahoma;
    font-size:10pt;
    /*
    background-image:url('../Images/BG_Blue_Big.gif');
    background-repeat:repeat-x;
    background-color:#eaf3fd;
    */
    background-color:#003466;
    margin:0px 0px 0px 0px;
}
.DefaultMainDiv 
{ 
    width:960px; 
    background-color:#eaf3fd;
    /* border: solid 1px #427ea7; */
}
.LeftShadow
{
    width:972px;
    /*background-image:url('../Images/LeftShadow.gif');*/
    background-repeat:repeat-y;
    background-position:left;
    margin:0px 0px 0px 0px;
}
.RightShadow
{
    width:972px;
    /*background-image:url('../Images/RightShadow.gif');*/
    background-repeat:repeat-y;
    background-position:right;
    margin:0px 0px 0px 0px;
}
.ButtomShadow
{
    height:6px; 
    width:964px; 
    /*background-image:url('../Images/ButtomShadow.gif'); */
    background-repeat:repeat-x;
}
.LanguageOption
{ 
    height:28px; 
    width:964px; 
    /*background-image:url('../Images/BGLanguage.gif'); */
}
.Banner 
{ 
    height:130px; 
    width:960px; 
    background-image:url('../Images/Banner.jpg'); 
    background-color:#e5f0f9; 
}
.MainMenu 
{
    height:30px;  
    background-image:url('../Images/mnu.gif'); 
    font-family:Tahoma;
    color:White;
    text-align:center;
    width:99%;
    /*
    border-left:solid 1px #427ea7; 
    border-right:solid 1px #427ea7; 
    */
}
.MainMenu a
{ 
    color:White; 
    text-decoration:none; 
}
.MenuItem
{
    width:105px;
    color:White;
    font-weight:bold;
    font-size:9pt;
    border-left:solid 1px White;
    border-right:solid 1px White;
    float:right;
    margin:7px 0px 0px 0px;
}
.SubMenuPlace
{
    /*height:22px;  */
    height: 25px;
    overflow: hidden;
    position: relative; /*background-image:url('../Images/BG_SubMenu.gif'); */;
    background-image: url('../Images/BG_navcon.gif');
    font-family: Tahoma;
    font-size: 9pt;
    color: White;
    text-align: center;
    margin-top: 0px;
    width: 960px;
}
.SubMenu
{
    visibility:hidden;
    position:absolute;
    width:950px; 
    height:25px; 
    top:2px;
    right:0px;
    margin:0px;
}
.SubMenuItem
{
    width:105px;
    height:21px;
    font-size:10pt;
    border-left:solid 1px White;
    border-right:solid 1px White;
    float:right;
    margin:0px 0px 0px 0px;
}

.SubMenuItem:hover
{
    background-image:url('../Images/Top.gif');
    color:White;
}

.SubMenuItem a
{
    /*color:#b4b3b3;*/
    color:#525eb9;
    text-decoration:none;
}
.SubMenuItem a:hover
{
    /*color:#303866;*/
    color:White;
    text-decoration:none;
}
.DefaultContents
{
    background-image:url('../Images/BG_Blue.gif');
    background-repeat:repeat-x;
    background-color:#eaf3fd;
    width:940px;
    padding:8px 10px 20px 10px;
}
.ChangeLanguage a
{
    float:right;
    color:#ccdce9;
    font-family:Verdana;
    padding:5px 15px 0px 10px;
}
.ChangeLanguage a:hover
{
    color:White;
}
.DateTime
{
    float:left;
    color:#003466;
    font-family:Verdana;
    direction:ltr;
    padding:4px 5
}

.RightMenu
{
    width:160px;
    height:18px;
    background-image:url('../Images/RightMenubw.gif');
    text-align:center;
    padding:2px 0px 0px 0px; 
    border: solid 1px #002b45;
}

.RightMenu a
{
    color: white;
    text-decoration:none;
    font-size: 10pt;
}
.RightMenu a:hover
{
    color: Black;
    text-decoration:none;
    font-size: 10pt;
}
.RightMenu:hover
{
    width:160px;
    height:18px;
    background-image:url('../Images/CBoxHeader.gif');
    text-align:center;
    padding:2px 0px 0px 0px;
}
.TableTitle
{
    background-image:url('../Images/TableTitle.gif');
    height:37px;
}
.RedBox
{
    background-image:url('../Images/mod_mid_red.gif');  
    height:23px;
    width:100%;  
}
.RedBox div
{
    background-image:url('../Images/mod_beg_red.gif'); 
    background-repeat:no-repeat;
    background-position:left;
    height:23px;
    width:100%;
}
.RedBox div div
{
    background-image:url('../Images/mod_end_red.gif'); 
    background-repeat:no-repeat;
    background-position:right;
    height:23px;
    width:100%;
    text-align: right;
}
.RedBox div div p
{
    padding: 5px 18px 0px 0px;
    font-size: 8pt;
    font-weight: bold;
    color:#000066;
}

.RedBoxContent
{
    border-left:solid 1px #808080;
    border-right:solid 1px #808080;
    border-bottom:solid 1px #808080;
    text-align:right;
}
.UpperCase
{
    text-transform:uppercase;
}