@charset "UTF-8";

.TabbedPanels {
	/*background-image: url(../images/sebas.gif);
	background-repeat: no-repeat;*/
	background: #fff;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	left:20px;
	top: 2px;
	float: left;
	padding: 4px 1px;
	background-image: url(../images/Inder_bgn_TabLinkmod.gif);
	background-repeat:no-repeat;
	height: 20px;
	width:107px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: default;
	font-family: "Trebuchet MS";
	font-size:9px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	list-style:none;
}


.TabbedPanelsTabHover {
	background-color: none;
}

.TabbedPanelsTabSelected {
	background-image:  url(../images/Inder_bgn_TabActivomod.gif);
	background-repeat:no-repeat;
	background-color: none;
	width:107px;
	border-left: 2px #999;
	border-bottom: 2px #999;
	border-top: 2px #999;
	border-right: 2px #999;
	height:20px;
	font-family: "Trebuchet MS";
	font-size:9px;
	text-align:center;
	color:#000000;
	text-decoration:none;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: overline;
}

.TabbedPanelsContentGroup {
	margin:			2px 20px 0 0;
	padding-bottom:	20px;
	clear: 			both;
	border-left: 	none;
	border-bottom: 	none;
	border-top: 	3px solid #ffed00;
	border-right:	none;
	background: 	#fff;
	height:			2080px;
	overflow:		auto;
}

.TabbedPanelsContent {
	padding: 0px;
}

.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: none;
	position: relative;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: none;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {

	background-color: #000;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {

	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

