@charset "UTF-8";

.TabbedPanels {
	float:left;
	margin: 0;
	padding: 0 0 0 16px;
	/*float: left;*/
	clear: none;
	/*width: 100%;*/ /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0 30px 0 0;
	padding: 0px;
	float:left;
	width:227px;
	display:inline;
}


.TabbedPanelsTab {
	
	padding:0;
	margin:0;
	float:left;
	border-bottom:1px dotted #3C9915;
	color:#063475;
	font-size:12px;
	margin-bottom:10px;
	padding-bottom:5px;


	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:227px;
	text-decoration:none;
}


.TabbedPanelsTab span{
	border-bottom:1px dotted #3C9915;
	color:#063475;
	font-size:12px;
	margin-bottom:10px;
	padding-bottom:5px;
	float:left;
	width:227px;
	display:inline;
}


.TabbedPanelsTabHover, .TabbedPanelsTabHover span {
	color:#4FA32A;
	text-decoration:none;
}

.TabbedPanelsTabSelected {
	font-size:12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#4FA32A;
	text-decoration:none;
}

.TabbedPanelsTabSelected span{
	font-size:12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#791333;
	text-decoration:none;
}

li.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
	display:block;
}

.TabbedPanelsContentGroup {
	float:left;
	width: 620px;

}

.TabbedPanelsContent {
	padding:0;
	float:left;
	width: 620px;
	height:400px;
}

.TabbedPanelsContent p{
	line-height:18px;
}


.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 620px;
	height:400px;
	position: relative;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 554px;
	height: 20em;
}

