.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 602px;; 
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	width:118px;
	padding: 0px 0px;
	margin: 0px 2px 0px 0px;
	font-family:Tahoma;
	font-size:12px;
	line-height:33px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	background-image:url(../images/tab.gif);
	background-position:left top;
	background-repeat:no-repeat;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover {
	font-family:Tahoma;
	font-size:12px;
	color:#e18a0e;
	line-height:33px;
	text-align:center;
	width:118px;
	text-decoration:none;
	background-image:url(../images/tab-hover.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.TabbedPanelsTabSelected {
	font-family:Tahoma;
	text-align:center;
	font-size:12px;
	color:#e18a0e;
	line-height:33px;
	width:118px;
	text-decoration:none;
	background-image:url(../images/tab-hover.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #494a4c;
	border-right: solid 1px #000000;
	float:left;
	background-color:#000;
	
}
.TabbedPanelsContent {
	padding: 2px;
	width:594px;
}
.TabbedPanelsContentVisible {
}
