﻿.google .ajax__tab_header 
{
	font-size:10px;
	font-weight:bold;
    font-family: Times New Roman;
    padding-left:0px;
    border-bottom:solid 3px #2647a0;
}
.google .ajax__tab_body 
{
    font-family:Arial;
    font-size:10pt;
    border:solid 1px #dddddd;
    border-top:none;
} 
/* Active/Hover States */
.google .ajax__tab_active .ajax__tab_outer
{
    margin-right:4px;
	background:url(img/active-tl.gif) no-repeat left top;    
}
.google .ajax__tab_hover .ajax__tab_outer 
{
	border:solid 1px #a3a3a3;
    background: url(img/active-tl.gif) #bfdaff repeat-x left -1300px;
}

.google .ajax__tab_active .ajax__tab_inner
{
    margin-left:0px;
	background:url(img/active-tr.gif) no-repeat right top;        
}
.google .ajax__tab_active .ajax__tab_tab
{
	margin-right:4px;	
	padding:5px 3px;
	color:#fff;
	background:#2647a0;
	text-decoration:none;
}


/* Regular States */
.google .ajax__tab_outer
{
    margin-right:4px;
	background:url(img/inactive-tl.gif) no-repeat left top;   	
}
.google .ajax__tab_inner
{
    margin-left:4px;
	background:url(img/inactive-tr.gif) no-repeat right top;  	
}
.google .ajax__tab_tab
{
	margin-right:4px;
	padding:5px 3px;
	color:#0d4eb2;
	background:url(img/inactive-mid.gif) repeat-x;
	text-decoration:underline;
}
 
