@charset "UTF-8";

#TabbedPanels1  {margin:0 0;}
 .TabbedPanels1 {
	 margin:0;
	 padding:0;
}
 
.TabbedPanels {
	overflow: hidden;
	clear: none;
	width: 100%;
	margin: 0;
	padding:0;
}

li {list-style:none;}

.TabbedPanelsTabGroup {
	display:block;
	padding: 3% 5% 6%;
	width: 90%;
	margin: 0;
	clear: both;
	text-align: center;
	float: left ;
	background: #0b212d;}

.TabbedPanelsTab {
	position: relative;
	top: 6px;
	float: left ;
	padding: 1%;
	margin: 0;
 	font-family: 'Yrsa', sans-serif;
	font-weight: 300;
	font-size: 14pt;
	letter-spacing: 0pt;
	color: #75adab;
	line-height: 17pt;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	clear:none;
}

.TabbedPanelsTabHover {
	color: #fff;
	background: none;
}

.TabbedPanelsTabSelected {
	color: #ffffff;	
	font-weight: 600;
	padding: 1%;
	outline: 0px;
	}

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

.TabbedPanelsContentGroup {
	clear: both;
	background-color: none;
}

.TabbedPanelsContent {
	overflow: hidden;
	width: 76%;
	padding: 8% 12%;
}

@media only screen and (min-width: 581px) {
.TabbedPanels1 {
	 margin:0;
	 padding:0;
}
	
.TabbedPanels {
	overflow: hidden;
	clear: none;
	width: 100%;
	margin:0;
	padding:0;
	background-color: none;
}
.TabbedPanelsTabGroup {
	display:block;
	padding: 1% 5% 2%;
	width: 90%;
	margin: 0;
	clear: both;
	text-align: center;
	float: left ;
	background: #0b212d;
}
	
.TabbedPanelsTab {
	display: block;
	text-align: center;
	padding: 0.6%;
	float:left;
	clear: none;
	font-size: 14pt;
	line-height: 13pt;
}	
	
.TabbedPanelsContentGroup {
	display:block;
	clear:none;
	width:100%;
	margin:0;
	float: left;
}

.TabbedPanelsContent {
	overflow: hidden;
	width: 84%;
	padding: 5% 8%;
	margin: 0;
}
.TabbedPanelsTabSelected {
	font-weight: 600;
	padding: 0.6%;
	outline: 0px;
	}
}

@media only screen and (max-width: 769px) {
.TabbedPanelsContent {
	overflow: hidden;
	width: 70%;
	padding: 8% 15% 6%;
}
.TabbedPanelsTabGroup {
	display:block;
	padding: 3% 15% 4%;
	width: 70%;
	clear: both;
}
}

/* 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;
}
}
