@charset "UTF-8";
.TabbedPanels {
	padding: 0px;
	float: left;
	clear: none;
	width: 540px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow:visible;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #bebebe;
	border-bottom: solid 1px #bebebe;
	border-top: solid 1px #bebebe;
	border-right: solid 1px #bebebe;
	/*-moz-user-select: none;
	-khtml-user-select: none;*/
	cursor: pointer;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}
.TabbedPanelsTabHover {
	background-color: #F4F4F4;
}
.TabbedPanelsTabSelected {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #bebebe;
	border-bottom: solid 1px #bebebe;
	border-top: solid 1px #bebebe;
	border-right: solid 1px #bebebe;
	background-color: #FFF;
}
.TabbedPanelsContent {
	width:570px;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 20px;
}
.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;
}
.model_holder {
	height: 130px;
	width: 175px;
	padding-right: 14px;
}
.spliter {
	height: 19px;
	width: 506px;
}

