@charset "UTF-8";


.TabbedPanels {
	margin: 0px;
	padding: 0px;
	margin-bottom:0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}



.TabbedPanelsTab {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	position: relative;
	top: 2px;
	float: left;
	height:47px;
	width:128px;
	list-style: none;
	cursor: pointer;
	text-align:center;
	padding:10px 6px 5px 0px;
	background-repeat: no-repeat;
	background-position:bottom;
	color:#333;
	font-weight:bold;
	line-height:14px;
}
.TabbedPanelsTab2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	position: relative;
	top: 2px;
	float: left;
	height:47px;
	width:128px;
	list-style: none;
	cursor: pointer;
	text-align:center;
	padding:10px 6px 5px 0px;
	background-repeat: no-repeat;
	background-position:bottom;
	color: #FFFFFF!important;
	font-weight:bold;
	line-height:14px;
}

/*.TabbedPanelsTab b{
	padding-top:30px;
	vertical-align:middle;
}*/

.firstTab {
	
	background-repeat: no-repeat;
	background-position:bottom;
}

a .firstTab   {

	color: #FF0000;
	
}

.TabbedPanelsTabHover {
	color:#FF0000;
}


.TabbedPanelsTabSelected {
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFF;
	color:#FF0000;
	font-weight:bold;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
	font-weight:bold;
}
.TabbedPanelsTab2 a:hover {
	color:#3366cc!important;
	text-decoration: none;
	font-weight:bold;
}


.TabbedPanelsContentGroup {
	clear: both;
	border-top: solid 1px #FF0000;
	background-color: #fff;
	padding:0px;
	width:630px;
}


.TabbedPanelsContent {
	color: #333;
	padding: 0px;
	line-height:18px;
}



