﻿/* custom tab theme */
.ajax__tab_cust .ajax__tab_header {
	font-family: Veranda, Tahoma, Sans-Serif, Arial;
	font-size:1.0em;
	border-left:solid 1px #414141;
	border-right:solid 1px #414141;
	background:url("http://www.southflorida.edu/_images/acc_header.gif") repeat-x;
}
.ajax__tab_cust .ajax__tab_outer {
	/*background:url("images/tab_bg.png") no-repeat right;*/
	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;*/
}
.ajax__tab_cust .ajax__tab_tab {
	height:18px;
	padding: 4px 15px 0px 15px;
	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("http://www.southflorida.edu/_images/atab_hover.gif") 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("http://www.southflorida.edu/_images/atab_active.gif") repeat-x;
	color:Black;
}
.ajax__tab_cust .ajax__tab_body {
	font-family: Veranda, Tahoma, Sans-Serif, Arial;
	font-size:1em;
	border-left:1px solid #414141;
	border-right:1px solid #414141;
	border-bottom:1px solid #414141;
	background-color:#fefefe;
	padding-bottom:5px;
}