/* Go_Blue theme */
.Go_Blue .ajax__tab_header 
{
    font-family:arial,helvetica,clean,sans-serif;
    font-size:small;
    color: #FFF;
    font-weight: bold;
    height: 24px;
    width: 120px;
}
.Go_Blue .ajax__tab_header .ajax__tab_outer 
{
	/* MouseOUT */
	background:url(tabs/tabsprite.gif) no-repeat left -24px;
	height: 24px;
	width: 120px;
	color: #FFF;
}
.Go_Blue .ajax__tab_header .ajax__tab_tab
{    
	/*  */
    color:#000;    
    padding-top:0.4em ;    
    margin-right:0.01em;
    width: 120px;
    height: 24px;
}


.Go_Blue .ajax__tab_hover .ajax__tab_tab 
{
	color: #FFF;
	font-weight: bold;
}
.Go_Blue .ajax__tab_hover .ajax__tab_outer 
{
	/* MouseOVER */
	background:url(tabs/tabsprite.gif) no-repeat left -48px;
	height: 24px;
	width: 120px;
	color: #FFF;
}
.Go_Blue .ajax__tab_active .ajax__tab_tab 
{
	color:#FFF;
	font-weight: bold;
}
.Go_Blue .ajax__tab_active .ajax__tab_outer
{
	/* MouseSELECTED */
	background:url(tabs/tabsprite.gif) no-repeat left 0px;
	height: 24px;
	width: 120px;
}
.Go_Blue .ajax__tab_body 
{
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: thin;	
	border-right-style: outset;
	border-right-width: 2px;
	border-right-color: #eeeeee;
	border-bottom-style: outset;
	border-bottom-width: 2px;
	border-bottom-color: #eeeeee;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #cccccc;	
}
