

.TabbedPanels {
	margin: 2px;
	padding: 2px;
	float: right;
	clear: none;
	width: 650px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	font-family: Tahoma;
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
    width:650px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: right;
	padding: 5px 12px 5px 12px;
	margin: 0px 4px 0px 2px;
	font-size:11px;
	font-family:tahoma;
	background-color: #f9f9f9;
	list-style: none;
	border: solid 1px #d3d3d3;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #666;
	background-image: url(../images/tab.png);
	background-position: top;
	background-repeat:repeat-x;
}


.TabbedPanelsTabHover {
	background-color: #fff;
}


.TabbedPanelsTabSelected {
	background-color: #f9f9f9;
	border-bottom: solid 1px #f9f9f9;
    font-family:Tahoma;
    color: #ff6700;
	font-size:11px;
	background-image: url(../images/tab_selected.png);
	background-position: top;
	background-repeat:repeat-x;
}

.TabbedPanelsTab a {
	color: #707070;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
	border-top: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
	background-color: #f9f9f9;
	padding: 10px;
	color: #999;
	width:700px;
	float:right;
	min-height: 280px;
}

.TabbedPanelsContent {
	padding: 4px;
	text-align: right;
	font-family:Tahoma;
	color: #666;
}
.TabbedPanelsContentVisible p
{}