@CHARSET "ISO-8859-1";


.responsive {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

p.leftPad2percent {
	padding-left: 2%;
}

.txt_bold{
	font-family:Calibri;
	font-size: 15px;
	font-weight:bold;	
}
.txt_Content_head{
		font-family:Calibri;
		font-size: 18px;
		color:#329DC9;
		padding-left: 10px;
	}
	
.txt_Content_head2{
		font-family:Calibri;
		font-size: 18px;
		color:#00001a;
		line-height:25px;
		padding-left: 10px;
	}
	
.txt_Content1{
		font-family:Calibri;
		font-size: 15px;
		color:#000000;
		padding-left: 10px;
		padding-right: 10px;
		text-align: justify;
	}
	
.txt_languageList{
	font-family:Calibri;
	font-weight: bold;	
}

.td_languageList{
	padding-left: 2%;
	height: 60px;
	width: 15%;
	font-weight: bold;
}

.btn_style{
	width:90px;
	height:31px;
	cursor:pointer;
	margin-bottom:5px;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #1499D2),color-stop(1, #057BAD));
	background-image: -o-linear-gradient(bottom, #1499D2 0%, #057BAD 100%);
	background-image: -moz-linear-gradient(bottom, #1499D2 0%, #057BAD 100%);
	background-image: -webkit-linear-gradient(bottom, #1499D2 0%, #057BAD 100%);
	background-image: -ms-linear-gradient(bottom, #1499D2 0%, #057BAD 100%);
	background-image: linear-gradient(to bottom, #1499D2 0%, #057BAD 100%);
	border-radius:15px;
	color:#f4f8fb;
}


.popup_head{height:40px;color:#ffffff;background:#01a2e9;width:600px;border-top-left-radius:10px;border-top-right-radius:10px;}
.popup_head h4{line-height: 36px;text-align: center;margin-left: 8px}
.popup_head button{
	background: url(../images/layout/pop-close.png) no-repeat 8px center;
	background-color:#01a2e9;
       right:0px;
	   top :0px;
       width: 40px;
       height: 40px;     
	   border:none;	   
	   position : absolute;
}


#pop{
    display              : none;
    position             : absolute;
    z-index              : 99999;
    padding              : 10px;
    background           : #3AB9AE;
    border               : 1px solid #A2ADBC;
    -moz-border-radius   : 20px;
    -webkit-border-radius: 20px;
    margin               : 0px;
    -webkit-box-shadow   : 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow           : 0px 0px 5px 0px rgba(164, 164, 164, 1);
}

.clsSearchPageHeader{
		width: 100%;
		height:90px;
	}
	
	
	.clsLanding_Main_wrapper{
		width: 910px;
		margin: 20px auto;
		-moz-box-shadow: 0 0 5px 5px #ededed;
		-webkit-box-shadow: 0 0 5px 5px#ededed;
		box-shadow: 0 0 5px 5px #ededed;
		margin-bottom: 20px;
	}

	.clsLanding_Header{
		width: 910px;
		height:90px;
	}
	
	.clsLandingNav_bar{
		background: url('../images/well_point_images/menu-divider.png');
		width:910px;
		height:44px;
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #0984C2),color-stop(1, #0A96C1));
		background-image: -o-linear-gradient(bottom, #0984C2 0%, #0A96C1 100%);
		background-image: -moz-linear-gradient(bottom, #0984C2 0%, #0A96C1 100%);
		background-image: -webkit-linear-gradient(bottom, #0984C2 0%, #0A96C1 100%);
		background-image: -ms-linear-gradient(bottom, #0984C2 0%, #0A96C1 100%);
		background-image: linear-gradient(to bottom, #0984C2 0%, #0A96C1 100%);
	}
	.clsLandingFooter{
		background:#f4f4f4;
		width:910px;
		height:44px;
		margin-top:235px;
	}
	
	.infoMsgAlertText{
		font-family: Calibri;
		font-size: 15px;
		color: #ff0000;
		text-align: center;
	}
	.popupSelect{
	font-family: Calibri;
	font-size: 15px;
	width:130px;
	border:1px solid #dedede;
	border-radius:4px;
	}

	
