@charset "UTF-8";

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 99%; 

	
	/* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 3px 0px 0px;
	font: bold 12px sans-serif;
	background-color: #ddeeff;
	list-style: none;
	border-left: solid 1px #2890e9;
	border-bottom: solid 1px #2890e9;
	border-top: solid 1px #2890e9;
	border-right: solid 1px #2890e9;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: black;
}

.TabbedPanelsTabHover {
	
}

.TabbedPanelsTabSelected {

	border-bottom: 1px solid #ecf5fe;
	padding-left: 10px;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;

}

.TabbedPanelsContentGroup {
	clear: both;
	border: solid 1px #2890e9;
	background-color: #ecf5fe;
	width: 99%;
}

.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContentVisible {
}

