@charset "UTF-8";



.TabbedPanels {
	margin: 0px;
	padding: 0px 0px 0px 7px;
	float: left;
	clear: none;
	width: 97%; 
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 1px 3px 3px 3px;
	margin: 0px 5px 0px 0px;
	font: bold 11px tahoma;
	/*background-color: #DDD; */
	list-style: none;

	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(../images/bg-x.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c2bd7b;
	border-right-color: #c2bd7b;
	border-bottom-color: #c2bd7b;
	border-left-color: #CCC;
		
}


.TabbedPanelsTabHover {
	background-color: #CCC;     /* for hove color change */
	background-image: url(../images/bg-x2.gif);
	background-repeat: repeat-x;
	
}

.TabbedPanelsTabSelected {
	background-color: #fff; 
	border-bottom: 1px solid #fff;
	background-image: url(../images/bg-x2.gif);
	background-repeat: repeat-x;
	
	
}



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

.TabbedPanelsContentGroup3 {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #9cb8c6;
	border-right: solid 1px #9cb8c6;
	background-color: #fff; 
	text-align:left;
	height:25px;
	font-size:9px;
	vertical-align:top;
	
}

.TabbedPanelsContentGroup {
	clear: both;
	background-color: #edecd9;
	text-align:left;
	padding-left:7px;
	padding-right:7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c2bd7b;
	border-right-color: #c2bd7b;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


.TabbedPanelsContent {
	padding: 4px;
	height:270px;
}


.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #c2bd7b;
	border-right: solid 1px #c2bd7b;
	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 #c2bd7b;
}


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