@charset "UTF-8";

.TabbedPanels {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: none;
	/*width: 720px;  IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

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

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 7px 10px;
	margin: 0px 1px 0px 0px;
	font: 0.85em Arial, Helvetica, sans-serif;
	/*font: 11px Verdana, Geneva, sans-serif;*/
	letter-spacing:0.1em;
	/*background-color: #DDD;*/
	background-color: #c4ccd6;	
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999; 
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-radius:6px 6px 0 0 ;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height:13px;
	width:116px;
	text-align:center;
}

.TabbedPanelsTabHover {
	background-color: #701f7e;
	color:#ffffff;
	
}

.TabbedPanelsTabSelected {
	/*background-color: #EEE;*/
	background-color: #fff;
	color:#000000;
	/*border-bottom: 1px solid #EEE;*/
	border-bottom: 1px solid #fff;
	cursor: default !important;
}

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

.TabbedPanelsTab1 {
	position: relative;
	top: 1px;
	float: left;
	padding: 7px 10px;
	margin: 0px 1px 0px 0px;
	font: 0.85em Arial, Helvetica, sans-serif;
	font-weight:bold;
	/*font: 11px Verdana, Geneva, sans-serif;*/
	letter-spacing:0.1em;
	/*background-color: #DDD;*/
	background-color: #ff8916;
	color:#FFF;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999; 
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-radius:6px 6px 0 0 ;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height:13px;
	width:145px;
	text-align:center;
}

.TabbedPanelsContentGroup {
	clear: both;
	/*border-left: solid 1px #CCC;*/
	border-left: solid 0px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	/*border-right: solid 1px #999;*/
	border-right: solid 0px #999;
	/*background-color: #EEE;*/
	background-color: #fff;
}


.TabbedPanelsContent {
	overflow: hidden;
	padding: 4px;
}


.TabbedPanelsContentVisible {
	margin-right: auto;
	margin-left: auto;
}


.VTabbedPanels {
	overflow: hidden;
	zoom: 1;
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	/*background-color: #EEE;*/
	background-color: #fff;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.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;
}

/* Styles for Printing */
@media print {
.TabbedPanels {
	overflow: visible !important;
	border:none;
	width: 100%;
}
.TabbedPanelsContentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
	border-left: none;
	border-right: none;
}
.TabbedPanelsContent {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
	border-left: none;
	border-right: none;
}
.TabbedPanelsTab {
	 overflow: visible !important;
	 display: none !important;
	 clear:both !important;
	 border:none;
}
}
