body
{
    background-image: url(../img/mainBG.jpg);
    background-repeat: repeat-x;
    background-position-y: top;
}

.defaultStyle
{
	font-family:Tahoma;
	font-size:10pt;
	text-decoration: none;
}


.flyOutDiv  
{  
     display: none;  
     position: absolute;  
     z-index: 3;  
     opacity: 0;  
     filter:(progid:DXImageTransform.Microsoft.Alpha(opacity=0));  
     font-size: 14px;  
     border: solid 1px #CCCCCC;  
     background-color: #FFFFFF;  
     padding: 5px;  
}  


.flyOutDivCloseX  

 {  
   
   color: #FFFFFF;  
   text-align: center;  
   font-weight: bold;  
   text-decoration: none;  
   
 }  




.bluePane
{
	background-image: url(../img/leftButtomRound.gif);
	background-position: left bottom;
	background-color: #000064;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	height: 20px;
	background-repeat: no-repeat;
}

.bluePaneText
{
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
}

.grayPane
{
	background-color: #a9a9a9;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	height: 20px;
	color: #000000;
}










.NewsTab .ajax__tab_header
{
    
}

.NewsTab .ajax__tab_outer
{    
}

.NewsTab .ajax__tab_inner
{
    padding: 10px;
    margin-top: 1px;
    margin-bottom: 1px;
    border-bottom: darkgray 3px solid;
    background-image: url(../img/mnbr_pane.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
    color: White;
}

.NewsTab .ajax__tab_hover .ajax__tab_outer
{
    background-color: Orange;
}

.NewsTab .ajax__tab_hover .ajax__tab_inner
{
    background-color: #FFFFE1;
}

.NewsTab .ajax__tab_active .ajax__tab_outer
{
    
}

.NewsTab .ajax__tab_active .ajax__tab_inner
{
    background-image: url(../img/tab_selTab.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
    color: Black;
    border-bottom: white 3px solid;
    color: Black;
}
