@charset "UTF-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	color:#0000FF;
}
.TabbedPanelsTab {
	position: relative;
	list-style: square;
	border: 0;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover {
	color:#FF0000;
	text-decoration:underline;
}
.TabbedPanelsContentGroup {
	clear: both;
	border:0;
}
