﻿.ajax__tab_gd .ajax__tab_header {
    font-size:11px;
    background:
        url("images/tab/tab_line.gif") 
        repeat-x 
        bottom;
	border-left:solid 1px black;         
}
.ajax__tab_gd .ajax__tab_outer {
    padding-right:4px;
    background:		
		url("images/tab/tab_right_grey.gif")
        no-repeat 
        right;
    height:32px;
    vertical-align:top;
}
.ajax__tab_gd .ajax__tab_inner {
    padding-left:6px;
    background:
		url("images/tab/tab_left_grey.gif")
        no-repeat;
    vertical-align:top; 
    height:32px;
    margin-left:-1px;
}
.ajax__tab_gd .ajax__tab_tab {
    height:22px;
    padding:4px;
    margin:0;

	border-top:solid 1px black; 
    border-bottom:solid 1px black; 

	background-color:#f2f2f2;
	vertical-align:middle;
	line-height:12px;
	font-size:11px;
}

.ajax__tab_gd .ajax__tab_active .ajax__tab_outer {
    background:		
		url("images/tab/tab_right-a.gif")
        no-repeat 
        right;      
        height:32px; 
}
.ajax__tab_gd .ajax__tab_active .ajax__tab_inner {
    background:
		url("images/tab/tab_left-a.gif")
        no-repeat;
        height:32px;
}
.ajax__tab_gd .ajax__tab_active .ajax__tab_tab
{
	font-size:11px;
	height:23px;
	background-color:white;
	border-bottom:0; 
	vertical-align:middle;
	line-height:12px;
	font-weight:bold;
}
.ajax__tab_gd .ajax__tab_body {
    font-size:12px;
    border:1px solid #464646;
    border-top:0;
    padding:8px;
    background-color:#ffffff;
    padding-left:20px;
}