﻿/* custom tab theme */
.ajax__tab_cust .ajax__tab_header {
	font-family: Bodoni MT, Verdana, Tahoma;
	font-size:.9em;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	height:40px;
}
.ajax__tab_cust .ajax__tab_outer {
	/*background:url("images/tab_bg.png") no-repeat right;*/
	height:40px;
	margin:0px -4px 0px 0px;/* sets the spacing between tabs */
	padding:0px 0px 0px 0px;
}
.ajax__tab_cust .ajax__tab_inner {
	/*background:url("images/tab_bg.png") no-repeat;*/
	height:40px;
}
.ajax__tab_cust .ajax__tab_tab {
	height:40px;
	padding: 12px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	color:White;
}
.ajax__tab_cust .ajax__tab_hover .ajax__tab_outer {
	/*background:url("tab_right_on.png") no-repeat right;*/
}
.ajax__tab_cust .ajax__tab_hover .ajax__tab_inner {
	/*background:url("tab_left_on.png") no-repeat;*/
}
.ajax__tab_cust .ajax__tab_hover .ajax__tab_tab {
	background:url("images/tab_bg_on.png") repeat-x;
}
.ajax__tab_cust .ajax__tab_active .ajax__tab_outer {
	/*background:url("tab_right_active.png") no-repeat right;*/
}
.ajax__tab_cust .ajax__tab_active .ajax__tab_inner {
	/*background:url("tab_left_active.png") no-repeat;*/
}
.ajax__tab_cust .ajax__tab_active .ajax__tab_tab {
	background:url("images/tab_bg_active.png") repeat-x;
	color:White;
}
.ajax__tab_cust .ajax__tab_body {
	width:749px;
	font-family: Bodoni MT, Verdana, Tahoma;
	font-size:10pt;
	border:1px solid #999999;
	background-color:#ffffff;
	background-image:url("images/3_jac.jpg");
	background-repeat:no-repeat;
	background-position:center;
}