﻿
.google .ajax__tab_header { font:bold 12px Arial; }
.google .ajax__tab_body { border:solid 1px #ebebeb; } 
/* Active State */
.google .ajax__tab_active .ajax__tab_outer { background:url(Images/bluetab.jpg) no-repeat 0 -30px; }
.google .ajax__tab_active .ajax__tab_inner { background:url(Images/bluetab.jpg) no-repeat 100% -30px; }
.google .ajax__tab_active .ajax__tab_tab { color:#fff; }
/* Regular States */
.google .ajax__tab_outer { background:url(Images/bluetab.jpg) no-repeat 0 0; padding-left:5px; margin-right:4px; }
.google .ajax__tab_inner { background:url(Images/bluetab.jpg) no-repeat 100% 0; padding-right:5px; }
.google .ajax__tab_tab { color:#03606c; padding:7px 5px 0 9px; height:23px; text-decoration:none; }