/* 
Document   : bd Layout
Created on : Jan 11, 2008 by SiZu
Version    : 0.9
*/

body  {
    font-family: sans-serif;
    font-size: 15px;
    background: #666666;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000000;
}

#container { 
    width: 780px;
    background: #FFFFFF;
    margin: 0 auto;
    border: 1px solid #000000;
    text-align: left;
} 


h1 {
    font-size: 20px;
    margin: 0; 
    padding: 10px 0;
    color: #36586F;
}

h2 {
    font-size: 18px;
    margin: 0; 
    padding: 10px 0;
    color: #36586F;
}

h3 {
    font-size: 16px;
    margin: 0; 
    padding: 10px 0;
    color: #36586F;
}

a {
    color: #000000;
}


a:hover {
    color: #000000;
    text-decoration:none;
}

a:visited {
    color: #000000;
    text-decoration:none;
}


/*================================
Header Settings

================================*/
.shortcuts {
    width: 750px;
    background: #DDDDDD; 
    padding: 5px 10px 5px 20px;
}

.shortcuts {
    color: #36586F;
    font-size: 12px;
    text-align: right;
}
.shortcuts a {
    color: #36586F !important;
    text-decoration: underline;
}

.shortcuts a:hover {
    color: #36586F !important;
    text-decoration: underline;
}

.shortcuts a:visited {
    color: #36586F !important;
    text-decoration: underline;
}

.header{
    width: 750px;
    background: #DDDDDD; 
    padding: 0px 10px 5px 20px;
}

.logo {
    clear: none;
    border: 0px;
    padding: 20px 15px 5px 5px; 
}

.branding {
    color: #009900;
    font-size: 40px;
    font-weight: bold;
    letter-spacing:.2em;
}

.slogan {
    color: #36586F;
    font-size: 18px;
    letter-spacing:.2em;
    padding: 5px 20px 5px 95px;
}


/*================================
top Navigation Bar Settings

================================*/

.topNavigationBar {
    border-top-color:#009900;
    border-top-style: solid;
    border-top-width: 5px;	
    color: #000000;
    background-color: #36586F;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
}

.topNavigationBarText {
    color: #DDDDDD;
/*    margin: 0 3px;*/
}

.topNavigationBar a:link {
    color: #DDDDDD !important;
    border: 0 px;
    margin: 1px 2px;
    text-decoration: none;
}

.topNavigationBar a:hover {
    color: #DDDDDD !important;
    text-decoration: underline;
}

.topNavigationBar a:visited {
    color: #DDDDDD !important;
    text-decoration: none;
}

/*================================
Left Navigation Bar Settings

================================*/

.leftNavigationBar {
    float: left;
    padding: 10px 20px 10px 20px;
    width: 150px;  
    background: #EBEBEB;  
}  


.leftNavigationBar a:link {
    color: #009900 !important;
    text-decoration: none;
}

.leftNavigationBar a:hover {
    color: #009900 !important;
    text-decoration: underline;
}

.leftNavigationBar a:visited {
    color: #009900 !important;
    text-decoration: none;
}    

.leftSidebar {
    float: left;  
    width: 150px;  
    background: #EBEBEB;  
    padding: 5px 10px 15px 20px;  
}


/*================================
Main Content Settings

================================*/
.mainContent { 
    margin: 0 200px;  
    padding: 5px 10px;  
}

.mainContent a:link {
    color: #009900 !important;
    text-decoration: none;
}

.mainContent a:hover {
    color: #009900 !important;
    text-decoration: underline;
}

.mainContent a:visited {
    color: #009900 !important;
    text-decoration: none;
}

.mainContentinfo  {
    font-family: sans-serif;
    font-size: 15px;
    color: #8C8C8C;
}


/*================================
Footer Settings

================================*/

.footer {
    border-top-color:#009900;
    border-top-style: solid;
    border-top-width: 5px;
    padding: 10px 20px 10px 20px;
    background:#36586F;
    color: #DDDDDD;
}

.bDfooterText {
    color: #DDDDDD;
    margin: 0 3px;
}

.footer a:link {
    color: #DDDDDD !important;
    border: 0 px; 
    margin: 1px 1px;
    text-decoration: none;
}

.footer a:hover {
    color: #DDDDDD !important;
    text-decoration: underline;
}

.footer a:visited {
    color: #DDDDDD !important;
    text-decoration: none;
}

.bDfooterCopyright {
    color: #DDDDDD;
    font-size: 12px;
    margin: 0 3px;
}


/*================================
Label & Buttons Settings

================================*/

.LblLev2Txt_sun4, .LblLev2smTxt_sun4, .LblRqdDiv_sun4, .LblLev3Txt_sun4, .LblLev3TxtDis_sun4 {
	font-size: 15px !important;
        font-weight: normal; 
}

.Btn1_sun4, .Btn1Hov_sun4, .Btn1Dis_sun4, .Btn2_sun4, .Btn2Hov_sun4, .Btn2Dis_sun4, .Btn1Mni_sun4, .Btn1MniHov_sun4, .Btn1MniDis_sun4, .Btn2Mni_sun4, .Btn2MniHov_sun4, .Btn2MniDis_sun4 {
	font-size:15px !important;
        font-weight: normal; 
}        
/*================================
Message and Message Groups settings
TODO: adjust all settings
================================*/

.MsgFldSumTxt_sun4 {
    color:#C000000;
}
.MsgFldTxt_sun4 {
    color:#C00;
}
.MsgGrpTbl_sun4 {
    border:solid 1px #C00;
    margin-top:10px;
}
.MsgGrpTbl_sun4 td {
    background-color:#FAEDED;
}
.MsgGrpTblTtl_sun4 {
    color:#000;
    background-color:#FAEDED;
}
.MsgGrpDiv_sun4 ul {
    color:#C00;
    list-style-type:square;
}
.MsgGrpSumTxt_sun4 {
    color:#009900;
}
.MsgGrpTxt_sun4 {
    color:#009900;         
         
}