/* Tab Control */
.tab-container .ajax__tab_header { 
    background:url(images/tab-line.gif) repeat-x bottom;
} 

.tab-container .ajax__tab_outer    
{
	background:url(images/tab-right.gif) no-repeat right;      
} 

.tab-container .ajax__tab_inner    { 
     background:url(images/tab-left.gif) no-repeat; 
} 

.tab-container .ajax__tab_tab { 
     background:url(images/tab.gif) repeat-x; 
} 

.tab-container .ajax__tab_hover .ajax__tab_outer { 
     background:url(images/tab-right.gif) no-repeat right; 
} 

.tab-container .ajax__tab_hover .ajax__tab_inner { 
     background:url(images/tab-left.gif) no-repeat; 
} 

.tab-container .ajax__tab_hover .ajax__tab_tab { 
     background:url(images/tab.gif) repeat-x; 
} 

.tab-container .ajax__tab_active .ajax__tab_outer { 
     background:url(images/tab-active-right.gif) no-repeat right; 
} 

.tab-container .ajax__tab_active .ajax__tab_inner { 
     background:url(images/tab-active-left.gif) no-repeat; 
} 

.tab-container .ajax__tab_active .ajax__tab_tab { 
     background:url(images/tab-active.gif) repeat-x; 
}

.tab-container .ajax__tab_header
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-size: 12px;
	font-weight: bold;
	color: #003C79;
}

.tab-container .ajax__tab_outer
{
	height: 29px;
}


.tab-container .ajax__tab_inner
{
	padding-left: 3px;
}

.tab-container .ajax__tab_tab
{
	padding: 8px 10px;
	margin: 0px;
}

.tab-container  .ajax__tab_body 
{ 
     font-family:verdana,tahoma,helvetica; 
     font-size:11px; 
     border:1px solid #999999; 
     border-top:0; 
     padding:8px; 
     background-color:#ffffff; 
} 