
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	padding-top: 10px;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
    -moz-border-radius: 10px;
    -webkit-border-bottom-right-radius: 40px;
    -webkit-border-top-left-radius: 40px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	margin: -1px 0px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: default;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	border-top-color: #999;
	width:33.1%;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background: #CCCCCC;
	border: 1px solid #000;
}
.TabbedPanelsTabHover {
	background-color: #336699;
	color: #000000;
    -moz-border-radius: 10px;
    -webkit-border-top-right-radius: 40px;

}
.TabbedPanelsTabSelected {
	background-repeat: repeat-x;
	background-color: #000030;
	color: white;
}

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

.TabbedPanelsContentGroup {
	clear: both;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000030;
/*	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: inset;
	border-left-style: outset;
	border-right-color: #999;
	border-left-color: #CCC;
*/
}
.TabbedPanelsContent {
	margin-top: -10px;
}

