@charset "UTF-8";

.RightTabbedPanels {
	z-index: inherit;
	position: relative;
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 980px;
	height: 360px;
}
/* ---------------------------------------- */
/* ---------------------------------------- */
.RightTabbedPanelsTabGroup { 
	z-index: inherit;
	position: absolute;
	width: 245px;
	left: 735px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border: none;
}
.RightTabbedPanelsTab {
	top: 0px;
	left: 0px;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #FFFFFF;
	opacity:.9;
	vertical-align: top;
}

.TabbedPanelsTabHover {
	background-color: transparent;
	border: none;
	padding: 0px;
	text-decoration:none;
	margin: 0px;
	opacity:.6;
}

.TabbedPanelsTabSelected {
	background-color: transparent;
	padding: 0px;
	text-decoration:none;
	margin: 0px;
	opacity:.6;
	border: none;
}

.TabbedPanelsTab a {
	background-color: transparent;
	border: none;
	padding: 0px;
	text-decoration:none;
	margin: 0px;
}

/* ---------------------------------------- */
/* ---------------------------------------- */
.RightTabbedPanelsContentGroup {
	z-index: inherit;
	position: relative;
	left: 0px;
	top: -1px;
	clear: both;
	width: 715px;
	height: 360px;
}
.RightTabbedPanelsContent {
	width: 715px;
	height: 360px;
}
.TabbedPanelsContentVisible {
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;	
}

