@charset "utf-8";
/* CSS Document */

.tab-container {
	position: absolute;
	left: 50%;
	margin-left: -575px;
	margin-top: -1%;
}
.tab-container .etabs {
	margin: 0;
	padding: 0;
}
.etabs {
width: auto;
height: auto;
text-align: center;
display: inline-block;
float: right;
padding: 5px 15px 0px !important;
border-top: 3px dashed #A1E1FF;
border-right: 3px dashed #A1E1FF;
border-left: 3px dashed #A1E1FF;
background-color: #fefefe;
/*padding-bottom: 0.3% !important;*/
z-index: 2;
position: absolute;
margin-top: -1.7% !important;
margin-left: 82.5% !important;

}
.tab-container .etabs .tab {
	display: inline-block;
	background: #6FC6EE;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align: bottom;
}
.tab-container .etabs .tab a {
	text-decoration: none;
	font-family: 'cabinmedium' !important;
	font-size: 23px;
	min-width: 54px;
	display: block;
	outline: none;
	color: #fefefe;
	height: 26px;
}
.tab-container .etabs .tab .active {
		display: inline-block;
	background: #4A72B1;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tab-container .etabs .tab .active div {
	margin-top: 0%;
}
.tab-container .panel-container {
	width: 1126px;
	height: 585px;
	margin: 0 auto;
	padding: 15px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 3px dashed #A1E1FF;
	position: relative;
	z-index:1;
}

