/* Horizontal Tabbed Panels */

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: both;
	 width: 100%px;  /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

ul.TabbedPanelsTabGroup {
	list-style: none;
	height: 20px;
	padding: 0px;
	margin: 0px;
	display: block;
}
ul.TabbedPanelsTabGroup {
	list-style: none;
	height: 20px;
	padding: 0px;
	margin: 0px;
	display: block;
}

.TabbedPanelTab {
/*
	-moz-user-select: none;
	-khtml-user-select: none;*/
	cursor: pointer;
	position: relative;
	top: 1px;
	float: left;
	padding: 2px 3px;
	margin: 1px 1px 0px 1px;
	text-decoration: none;
	border: 1px solid #666666;
	background: #eeeeee;
	color: #666666;
	font-weight: bold;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.TabbedPanelsContentVisible {

}

.TabbedPanelsTabHover, .TabbedPanelsTabHover:hover {
	background: #640000;
	text-decoration: none;
	color: white;
}

.TabbedPanelsTabSelected {
	background: red;
	color: white;
}

.TabbedPanelsContentGroup {
	clear: both;
	border: 1px solid #666666;
	margin-top: -1px;
	padding: 5px 5px 0 5px;
}

.TabbedPanelContent {
	display: block;
	padding: 10px;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
	background: #eeeeee;
}

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

.TabbedPanelTab a:hover {
	color: red;
	text-decoration: underline;
}

/* Vertical Tabbed Panels */
/*
.VTabbedPanels .TabbedPanelsTabGroup {
	float: right;
	width: 20em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 40em;
	height: 20em;
}
*/
