@charset "UTF-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	height:55px;
	background:url(../images/banner.gif) no-repeat top left;
	background-position:0% -124px;

}

.TabbedPanelsTab_fst{
	position: relative;
	top: 2px;
	float: left;
	padding: 4px 1px;
	margin: 0px 1px 0px 0px;
	/*font: bold 0.7em sans-serif;*/
	color:#fff;
	list-style: none;
	/*border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;*/
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height:45px;
	width:204px;
	background:url(../images/tabone.gif) no-repeat bottom left;
}

.TabbedPanelsTab_sec {
	position: relative;
	top: 2px;
	float: left;
	padding: 4px 2px;
	margin: 0px 0px 0px 0px;
	background-color:none;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height:45px;
	width:204px;
	background:url(../images/tabtwo.gif) no-repeat bottom left;
	
}



.TabbedPanelsTab_third{
	position: relative;
	top: 2px;
	float: left;
	padding: 4px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height:45px;
	width:204px;
	background:url(../images/tabthree.gif) no-repeat bottom left;
		
}

.TabbedPanelsTabSelected {
	background-image:url(../images/tabone_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;	
}

/*tabheadet*/

.tabheader_sml{
	line-height:9px; padding:8px 0px 0px 0px; height:10px; float:left; width:182px; text-align:center
	}
.tabheader_big{
	font: bold 12px sans-serif;
	line-height:9px; padding:5px 0px 0px 0px; height:10px; float:left; width:182px; font-size:13px; font-weight:bold; color:#FFFFFF; 					
	text-align:center; text-transform:uppercase;
}
.tabheader_sml_1{
	line-height:9px; padding:18px 0px 0px 0px; height:10px; float:left; width:182px; text-align:center; color:#fff;
}
.tabheader_big_1{
	font: bold 12px sans-serif;
	line-height:9px; padding:5px 0px 0px 0px; height:10px; float:left; width:182px; font-size:13px; font-weight:bold; color:#FFFFFF; 			
	text-align:center; text-transform:uppercase;
}

.tabheader_sml_2{
	line-height:9px; padding:18px 0px 0px 0px; height:10px; float:left; width:182px; text-align:center; color:#fff;
}
.tabheader_big_2{
	font: bold 12px sans-serif;
	line-height:9px; padding:5px 0px 0px 0px; height:10px; float:left; width:182px; font-size:13px; font-weight:bold; color:#FFFFFF; 			
	text-align:center; text-transform:uppercase;
}
