.HomeTabbedPanels {
	margin: 0px;
	float: inherit;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 665px;
}
.HomeTabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	width: 665px;
}
.HomeTabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	background-color: #EEE;
	list-style: none;
	border-left: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	width: 200px;
}
.HomeTabbedPanelsTabHover {background-color: #E6E6E6;}
.HomeTabbedPanelsTabSelected {
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF6600;
	border-bottom-style: 1px solid #FFF;
}
.HomeTabbedPanelsTab a {
	color: #000;
	text-decoration: none;
}
.HomeTabbedPanelsContentGroup {
	clear: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	width: 665px;
}
.HomeTabbedPanelsContent {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}
.HomeTabbedPanelsContentVisible {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
