/*SiteThemeStarts*/

body{
background-color: #f7f8fa;
color: #333399;
font-family: Arial;
font-weight: normal;
font-size: 12px;
}
#clsLeftPan{
width:219px;
overflow:hidden;
border:0px solid #0000ff;

}
#clsLeftPanTD{
background-color: #cceaff;
border-right:1px solid #b8d6eb;
}
#clsCenterPan{
width:530px;			
overflow:hidden;
padding:10px;
text-align:left;
border:0px solid #00ff00;

}
#clsCenterPanTD{
background-color: #FFFFFF;
text-align:left;
}
#clsRightPan{
width:219px;
overflow:hidden;
border:0px solid #ff0000;

}
#clsRightPanTD{
background-color: #f5f5f5;
border-left:1px solid #e1e1e1;
}
#MainTable{
width:990px;
overflow:hidden;
border:0px solid #000000;

}

/*SiteThemeEnds*/
/*TopMenuThemeStarts*/

/* ######### Drop Down ULs CSS ######### */
.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}


.ddsubmenustyleTop, .ddsubmenustyleTop ul{ /*topmost and sub ULs, respectively*/
text-decoration:none;
font-family:Tahoma;
font-weight:bold;
font-size:10px;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #a8de9b;
border: 1px solid #80b673;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
text-align:left;
}

.ddsubmenustyleTop li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: #000203;
background-color: #a8de9b;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #80b673;
text-align:left;
}

* html .ddsubmenustyleTop li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyleTop li a:hover{
background-color: #afcdf0;
color: #ffffff;
}



/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
text-decoration:none;
font-family:Tahoma;
font-weight:bold;
font-size:10px;
list-style-type: none;
border-bottom: 1px solid #80b673;
background: #a8de9b;
overflow: hidden;
width: 100%;
text-align:left;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 8px; /*padding inside each tab*/
border-right: 1px solid #80b673; /*right divider between tabs*/
color:#000203;
background: #a8de9b;
text-align:left;
}

.mattblackmenu li a:visited{
color: #000203;
}

.mattblackmenu li a:hover{
background: #afcdf0; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background:#afcdf0; /*background of tab with "selected" class assigned to its LI */
}
/*TopMenuThemeEnds*/

/*LeftMenuThemeStarts*/
/* ######### Drop Down ULs CSS ######### */
.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0px;
}

.ddsubmenustyleLeft, .ddsubmenustyleLeft ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #b4bccb;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyleLeft li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: #011F5B;
background-color: lightyellow;
text-decoration: none;
padding: 2px 5px;
border-bottom: 1px solid #b4bccb;
text-align:left;
}

* html .ddsubmenustyleLeft li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyleLeft li a:hover{
background-color: black;
color: white;
}


/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 100%; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #b4bccb;
}
.markermenu ul li a{
display: block;
width: auto;
padding: 3px 0;
text-decoration:none;
font-family:Arial;
font-weight:bold;
font-size:12px;
list-style-type: none;
border-bottom: 1px solid #b4bccb;
color:#011F5B;
background: #DCE4F3;
text-align:left;
}
.markermenu ul li a div{
padding-left:20px;
 }
* html .markermenu ul li a{ /*IE6 hack*/
width: 100%;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #011F5B;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #000000;
background-color: #A3B7DE;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #DCE4F3;
}

.blackwhite li a:hover{
background: #A3B7DE;
color: #000000;
}
/*LeftMenuThemeEnds*/

/*BottomMenuThemeStarts*/

#BottomMenu{
padding:10px;
background-color:#DCE4F3;
color:#011F5B;
text-decoration:none;
font-family:Arial;
font-size:12px;
}

#BottomMenu a{
margin:3px;
color:#011F5B;
text-decoration:none;
font-family:Arial;
font-size:12px;
background-color:#DCE4F3;
font-weight: bold;
border:0px solid #DCE4F3;					
}

#BottomMenu a:hover{
background-color:#A3B7DE;
color:#D3E1ED;
}

/*BottomMenuThemeEnds*/
