@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)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	width:298px;
	height:31px;
	padding:0px;
	background:url(../images/top-teb-nor.gif) left top repeat-x;
}
.TabbedPanelsTab {
	position: relative;
	top:0px;
	float: left;
	padding: 0px 15px;
	margin: 0px 3px 0px 0px;
	background:url(../images/top-teb-nor.gif) left top repeat-x;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	line-height:31px;
}
.TabbedPanelsTabHover {
	background:url(../images/top-teb-hov.gif) left top repeat-x;
}
.TabbedPanelsTabSelected {
	background:url(../images/top-teb-hov.gif) left top repeat-x;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear:both;
	background:url(../images/teb-bg.gif) left top repeat-x;
	height:218px;
	width:277px;
	padding:1px;
	margin:11px 0px 0px 9px; 
}
.TabbedPanelsContent {
	padding:12px;
	border:#bdb398 1px solid;
	height:188px;
	color:#013b63;
}
.TabbedPanelsContent label {color:#013b63; font-size:12px; line-height:18px; margin-bottom:5px; width:88px; display:block; float:left; clear:both;}
.TabbedPanelsContent input, .TabbedPanelsContent select {color:#000000; font-size:12px; padding:0px; height:18px; width:160px; float:left; margin-bottom:5px;}
.but-Search {background:url(../images/burten-bg.gif) left top repeat-x; height:18px; width:248px; display:block; border:1px solid #376997; color:#376997;}
.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;
}
