@charset "UTF-8";


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


.TabbedPanelsTabGroup {
	margin:0px auto;
	padding:17px 0px 0px 0px;
	width:500px;
	height:200px;
	position: relative;
	position:fixed;
	right:20%;
	left:25%;
	outline:none;
}



.TabbedPanelsTab {
	top:1px;
	margin: 0px 1px 0px 0px;
	padding:15px 0px 15px 0px;
	list-style: none;
	width:200px;
	height:auto;
	float:left;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	outline:none;
	text-align:center;
	background-color:#e8e8e8 ;
	font-weight:300;
	font-family: 'Dosis', sans-serif;
	color:#668761;
	font-weight:300;
	font-size:15px;
	-webkit-transition: all 0.40s ease-in-out;
	-moz-transition: all 0.40s ease-in-out;
	-o-transition: all 0.40s ease-in-out;
	-ms-transition: 2ll 0.40s ease-in-out;
	transition: all 0.40s ease-in-out;

}

.TabbedPanelsTab2 {
	top:1px;
	margin: 0px 1px 0px 0px;
	padding:15px 0px 15px 0px;
	list-style: none;
	width:200px;
	height:auto;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	outline:none;
	text-align:center;
	background-color:#e0e0e0;
	font-weight:300;
	font-family: 'Dosis', sans-serif;
	color:#668761;
	font-weight:300;
	font-size:15px;
	-webkit-transition: all 0.40s ease-in-out;
	-moz-transition: all 0.40s ease-in-out;
	-o-transition: all 0.40s ease-in-out;
	-ms-transition: 2ll 0.40s ease-in-out;
	transition: all 0.40s ease-in-out;

}



.TabbedPanelsTabHover {
	background-color:none;
}


.TabbedPanelsTabSelected {
	background-color:#ef4036;
	color:#fff;
	-webkit-transition: all 0.40s ease-in-out;
	-moz-transition: all 0.40s ease-in-out;
	-o-transition: all 0.40s ease-in-out;
	-ms-transition: 2ll 0.40s ease-in-out;
	transition: all 0.40s ease-in-out;
}


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


.TabbedPanelsContentGroup {
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #EEE;
	float:left;
}


.TabbedPanelsContent {
	overflow: hidden;
	width:100%;
	height:auto;
	padding:85px 0px 0px 0px;
}

.TabbedPanelsContent h5{
	float:right;
	margin:0px 12% 0px 0px;
	padding:0px;
}

.TabbedPanelsContentVisible {
}

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


.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;
	background-color:#ef4036;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color:#ef4036;
}


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

/* Styles for Printing */
@media print {
.TabbedPanels {
	overflow: visible !important;
}
.TabbedPanelsContentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}
.TabbedPanelsContent {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
}
.TabbedPanelsTab {
	 overflow: visible !important;
	 display: block !important;
	 clear:both !important;
}
}