.TabbedPanels {

	margin: 0px 0px 0px 0px;
	padding: 0px;

	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	height: 100% auto;
}


.TabbedPanelsTabGroup {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	position: relative;
	top: -1px;
	left: 0px;
	float: left;
	padding: 4px 10px 4px 10px;
	margin: 0px 1px 0px 0px;
		_margin: 0px 1px 0px 0px;	/* ie6 */
		#margin: 0px 1px 0px 0px;	/* ie7 */
	

	font-size: 12px;
	font-weight: bold;
	
	list-style: none;
	border-left: solid 1px #121212;
	border-bottom: solid 1px #3A3A3A;
	border-top: solid 1px #3A3A3A;
	border-right: solid 1px #121212;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	z-index: 20;
	background-color: #171616;

	background: url(/menu/tabbedButtonBG.gif) repeat-x;

}


.TabbedPanelsTabHover {

	background: url(/menu/tabbedButtonBG_over.gif) repeat-x;
	border-left: solid 1px #3A3A3A;
	border-bottom: none;
	border-top: solid 2px #31426e;
	border-right: solid 1px #3A3A3A;
	top: 1px;
}


.TabbedPanelsTabSelected {
	position: relative;
	float: left;
	top: 1px;
	background: url(/menu/tabbedButtonBG_over.gif) repeat-x;	
	background-color: #1C1C1C;
	border-bottom: none;	
	border-left: solid 1px #3A3A3A;

	border-top: solid 2px #31426e;
	border-right: solid 1px #3A3A3A;
	color: #fff;
}

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

.TabbedPanelsContentGroup {

	clear: both;
	width: 100% auto;
	height: 100% auto;
}


.TabbedPanelsContent {

	background: url(/menu/tabbedContentBG_over.gif) repeat-x;	

	border: 1px solid #3A3A3A;
	width: 100% auto;
	height: 100% auto;
	padding: 10px;
	clear: both;
}


.TabbedPanelsContentVisible {

}

.tabimages {

	float: right;
	border: 1px solid #3A3A3A;
	width: 100% auto;
	height: 100% auto;
	margin: 10px;
  clear: both;
}

