/*SiteThemeStarts*/

body{
background-color: #091426;
color: #333399;
font-family: Arial;
font-weight: normal;
font-size: 12px;
}
#clsLeftPan{
width:199px;
overflow:hidden;
border:0px solid #0000ff;

}
#clsLeftPanTD{
background-color: #dbdbdb;
border-right:1px solid #c7c7c7;
}
#clsCenterPan{
width:570px;			
overflow:hidden;
padding:10px;
text-align:left;
border:0px solid #00ff00;

}
#clsCenterPanTD{
background-color: #dbdbdb;
text-align:left;
}
#clsRightPan{
width:199px;
overflow:hidden;
border:0px solid #ff0000;

}
#clsRightPanTD{
background-color: #dbdbdb;
border-left:1px solid #c7c7c7;
}
#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:Verdana;
font-weight:bold;
font-size:10px;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #37618D;
border: 1px solid #f3965;
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: #D3E1ED;
background-color: #37618D;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #f3965;
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: #294769;
color: #D3E1ED;
}



/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
text-decoration:none;
font-family:Verdana;
font-weight:bold;
font-size:10px;
list-style-type: none;
border-bottom: 1px solid #f3965;
background: #37618D;
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 #f3965; /*right divider between tabs*/
color:#D3E1ED;
background: #37618D;
text-align:left;
}

.mattblackmenu li a:visited{
color: #D3E1ED;
}

.mattblackmenu li a:hover{
background: #294769; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background:#294769; /*background of tab with "selected" class assigned to its LI */
}
/*TopMenuThemeEnds*/

