@charset "utf-8";
/* CSS Document */

.tab_headding {
	overflow:hidden;
}

.tab_headding a {
	color:#FFFFFF;
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:15px;
	margin-right:6px;
	padding:9px 0 6px;
	text-align:center;
	text-decoration:none;
	width:219px;
	background-image:url(/atf/cf/{fb3c17e2-cdd1-4df6-92be-bd4429893665}/tabspite2.gif);
	background-repeat:no-repeat;

}

a.normal_state {
	background-color:#8cbbe6;	
	background-position:left 0px;
	
}

a.hover_state {
	background-color:#558ec3;
	background-position:left -30px;
}

a.select_state {
	background-color:#30659f;
	background-position:left -60px !important;
}

.tab_body {
	display:none;
	border:#30659f solid 1px;
	padding:15px;
}
