/*TOP MENU*/
.topMenu{
	font-family: FNBSansLight;
	position:fixed;
	width: 100%;
	z-index: 150;
	opacity:0;
	background: #E7E7E7;
}
ul.topNav{padding:0px;}
.topNav{

	height: 86px;
	position: relative;
	padding:0px;
	overflow:hidden;
}
.hideTopNav{height:0;}
.topNav li {
	height: 86px;
	cursor: pointer;
	display: table;
}
.topNavScrollable{
	position: relative;
}

.topNavContainer {
	position: relative;
	overflow: hidden;
}
.topNavWrapper{
	margin: 0 0 0 13.3%;
    width: 71%;
}

.topNavWrapperMobi{
	margin: 0;
}
.topNav li a{
	width: 100%;
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: none;
	color: #888;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1em;
	display: table-cell;
	vertical-align: middle;
}
.topNav li.selected a{
	color: #000;
}
.topNav .gridCol {
	background: url("../../03images/base/frame/tabseperator.jpg") no-repeat scroll right 50% transparent;

	overflow:hidden;
}
.topNav  .gridCol.lastTab{
	background: none;
}
.topNavBottomBorderContainer{
	position: relative;
}
.topNavMenuSlider{
	/*background: none repeat scroll 0 0 #009999;
    bottom: 6px;
    height: 6px;*/
    width: 100%;
	float:left;
}
.topNavBottomBorder{
	/*background: #FFF;*/
	height: 7px;
	float:left;
	width:100%;
}
.topNavMenuSliderIndicator{
	background: none repeat scroll 0 0 #92CAC9;

    float: left;
    height: 6px;
    position: absolute;
    z-index: 150;
}
.topNav li#topMenuButtons {
	float:left;
	min-width:72.8px;
	overflow: hidden;
	display:table;
}
.topMenuButtons{
	z-index: 110;
	position:absolute;
	background-color: #E7E7E7;
	right:0;
}
.topNavWrapper a.leftScrollButton{
	background: url("../../03images/base/frame/left-scroll-button.png") no-repeat center center;
	cursor: pointer;
	float: left;
	width:35px;
	height: 86px;
}
.topNavWrapper a.rightScrollButton{
	background: url("../../03images/base/frame/right-scroll-button.png") no-repeat center 42%;
	cursor: pointer;
	width: 30px;
	position: absolute;
	right: 0;
	top: 35px;
	height:99px;
}
.rightScrollBottomBorder{
	background: url("../../03images/base/frame/right-scroll-bottom-border.jpg") no-repeat bottom center;
	width: 30px;
	height:100%;
}




/*TOP MENU END*/
/*CONTENT*/
.progressWrapperEzi{
	left: 0px;
	height: 50px;
	background: #E7E7E7;
    top: 53%;
	width:100%;
	z-index:116;
	position: absolute;
}
.progressWrapperEzi .loadText{
	font-family: FNBSansLight;
	font-size: 30px;
	color: white;
	float: left;
	margin: 4px 0 0 15px;
}
.progressWrapperEzi .percValue{
	font-family: FNBSansLight;
	font-size: 30px;
	color: white;
	position: absolute;
	right: 5px;
	top: 4px;
}
.progressWrapperMain{
	left: 34px;
	height: 50px;
	background: #FFF;
	position: fixed;
    top: 53%;
	width:100%;
	z-index:116;
}
.progressWrapperMainInstance1{
	left: 0px;
}
.progressWrapperMain .loadText{
	font-family: FNBSansLight;
	font-size: 30px;
	color: white;
	float: left;
	margin: 2px 0 0 15px;
}
.progressWrapperMain .percValue{
	font-family: FNBSansLight;
	font-size: 30px;
	color: white;
	position: absolute;
	right: 5px;
	top: 2px;
}
.progressBackGround{
	height: 40px;
	width:100%;
	background: #099;
	margin-top: 5px;
}
.loadText{
	font-family: FNBSansLight;
	font-size: 30px;
	color: white;
	float: left;
	margin: 2px 0 0 15px;
}
.percValue{
	font-family: FNBSansLight;
	font-size: 30px;
	color: white;
	position: absolute;
	right: 5px;
	top: 2px;
}
.progressBar{
	height: 40px;
	width:0;
	background: #63afd1;
	position: absolute;
    top: 5px;
	overflow:hidden;
}
/*CONTENT END*/
