
.sub_tab_header
{
	width: 300px;
	height: 15px;
	
	padding-top: 10px;
	
	background: url('sub_tab_container_top_c.gif');
	background-repeat: no-repeat;
	
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	text-align: center;
}

.sub_tab_tab_container
{
	width: 300px;
	height: 23px;
	
	padding-top: 7px;
	
	background: url('sub_tab_container_under_top_b.gif');
	
	text-align: center;
}

.sub_tab 
{
	width: 62px;
	height: 15px;
	
	float: left;
	
	margin-right: 5px;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.sub_tab_3
{
	width: 84px;
	height: 15px;
	
	float: left;
	
	margin-right: 5px;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.sub_tab_off
{
	color: #EEEEFF;
	
	cursor: pointer;
	cursor: hand;
}

.sub_tab_on
{
	height: 16px;
	
	color: #213A70;
	background-color: #E7ECF0;
}

.sub_tab_spacer
{
	width: 19px;
	height: 15px;
	
	float: left;
}

.sub_tab_content_container
{
	background: url('sub_tab_container_repeat_b.gif');
	background-repeat: repeat-y;
	float: left;
	overflow: hidden;
	width: 300px;
}

.sub_tab_content
{
	background: url('sub_tab_container_body_b.gif');
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	width: 300px;
}

.sub_tab_bottom
{
	background: url('sub_tab_container_bottom_b.gif');
	clear: both;
	height: 13px;
	width: 300px;
	
	overflow: hidden;
}

.sub_tab_bottom_tall
{
	background: url('sub_tab_container_bottom_tall_b.gif');
	clear: both;
	height: 22px;
	padding-top: 3px;
	width: 300px;
	
	overflow: hidden;
}
