@charset "UTF-8";

.TabbedPanels {
	overflow: hidden;
	margin: 30px;
	padding: 0px;
	clear: none;
	width: 100%;
}


.TabbedPanelsTabGroup {
	margin: 0 auto;
	padding: 0px;
	float: left;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #303;
	border-left-color: #303;
}

.TabbedPanelsTab {
	color:#303;
	position: relative;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold ;
	height: 40px;
	line-height: 40px;
	width: auto;
	padding-left:30px;
	padding-right:30px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #303;
	
	-webkit-transition: 0.6s;
  	-moz-transition: 0.6s;
  	-o-transition: 0.6s;
  	transition: 0.6s;
}

.TabbedPanelsTabHover {
	/* [disabled]font-weight: bold; */
	color: #FFF;
	background-color: #336;
}

.TabbedPanelsTabSelected {
	color: #FFF;
	background-color:#303;
}


.TabbedPanelsTab a {
	font-weight:bold;
	text-decoration:none;
}

.TabbedPanelsContentGroup {
	clear: both;
	height: auto;
	width: 100%;
	/* [disabled]background-color: #FFFECD; */
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #303;
	border-bottom-color: #303;
}


.TabbedPanelsContent {
	overflow: hidden;
	height: auto;
	width: auto;
	padding: 0px;
	background-color: ;
}

.TabbedPanelsContentVisible {
	height: auto;
}




/* Styles for Printing */
@media print {
.TabbedPanels {
	overflow: visible !important;
}
.TabbedPanelsContentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
	background-color: #CCC;
}
.TabbedPanelsContent {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
	/* [disabled]background-color: #F0F; */
}
.TabbedPanelsTab {
	 overflow: visible !important;
	 display: block !important;
	 clear:both !important;
}
}
