@charset "UTF-8";

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

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #ffffff;
	list-style: none;
	border-left: solid 0px #ffffff;
	border-bottom: solid 0px #ffffff;
	border-top: solid 0px #ffffff;
	border-right: solid 0px #ffffff;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-color: #ffffff;
}


.TabbedPanelsTabSelected {
	background-color: #ffffff;
	border-bottom: 0px solid #ffffff;
}


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


.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 0px #ffffff;
	border-bottom: solid 0px #ffffff;
	border-top: solid 0px #ffffff;
	border-right: solid 0px #ffffff;
	background-color: #ffffff;
}

.TabbedPanelsContent {
	padding: 0px;
}


.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #ffffff;
	position: relative;
	border-top: solid 0px #ffffff;
	border-right: solid 0px #ffffff;
	border-left: solid 0px #ffffff;
	border-bottom: solid 0px #ffffff;
}


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

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #ffffff;
	border-bottom: solid 0px #ffffff;
}


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