@charset "UTF-8";

.TabbedPanels {
	margin: 0 0 30px 10px;
	padding: 0px;
	width: 635px;
	float: left;
	display: inline;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab1 {
	position: relative;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #333333;
	width: 88px;
	height: 22px;
	margin: 0 2px 20px 0;
}

.TabbedPanelsTab2 {
	position: relative;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #333333;
	width: 88px;
	height: 22px;
	margin: 0 2px 0 0;
}

.selected {
	position: relative;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #333333;
	width: 179px;
	height: 38px;
}

.TabbedPanelsTab3 {
	position: relative;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #333333;
	width: 114px;
	height: 30px;
	margin: 0 0  0 3px;
}

.TabbedPanelsTab4 {
	position: relative;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #333333;
	width: 114px;
	height: 30px;
	margin: 0 0  0 3px;
}

.TabbedPanelsTabHover {
	background-color: #99FFCC;
}

.TabbedPanelsTabSelected1 {
	background-color: #FFFF99;
}

.TabbedPanelsTab a {
	color: #333333;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	background-color: #FFFFFF;
}

.TabbedPanelsContent {
	clear: both;
	width: 635px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	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 .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
.TabbedPanelsTab1 p {
	margin: 0;
}

.TabbedPanelsTab2 p {
	margin: 0;
}

.TabbedPanelsTab3 p {
	margin: 0;
}

.TabbedPanelsTab4 p {
	margin: 0;
}
