/*---------------------Common Style------------------------*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {clear: both;}
.newsRow .clearfix:after{clear:none}
.clearfix {
	zoom: 1;
	float:left;
}
.prettycheckbox,
.prettyradio{
    padding:0;
    margin:0;
}
.prettyfile{
	padding:0;
	margin:0;
}
/*---------------------prettyradio Style------------------------*/
.radiokBox{
	width:99%;
	padding:0px;
	margin-bottom:3px;
	overflow:hidden;
}
.radiokBox input{
	margin-right:3px;
}
.radiokBoxIn{
	padding:3px 2%;
	background-color:#E9E9EE;
}
.radiokBox label{
	padding-left:10px;
	display:inline-block;
	color:#000;
	font-weight:bold;
	float:none;
}
ul .radiokBox label{
	padding-left:10px;
	display:inline-block;
	color:#6D4E33
}
.prettyradio a{
    width:15px;
    height:15px;
    margin-top:2px;
    display:block;
    float:left;
    cursor:pointer;
    background:url(../images/chackBox.png) no-repeat left top;
}
.prettyradio a:focus{outline:0 none}
.prettyradio a:focus{background-position:0 top}
.prettyradio a.checked{background-position:left bottom}
.prettyradio a.checked:focus{background-position:left bottom}
/*---------------------cheackBox Style------------------------*/
.checkBox{
	width:95%;
	padding:0 0 35px 5%;
	margin:0;
	overflow:hidden;
}
.prettycheckbox a{
    width:22px;
    height:22px;
    margin:0;
    display:block;
    float:right;
    cursor:pointer;
    background:url(../images/chackBox.png) no-repeat left top;
}
.prettycheckbox a:focus{outline:0 none}
.prettycheckbox a:focus{background-position:0 top}
.prettycheckbox a.checked{background-position:left bottom}
.prettycheckbox a.checked:focus{background-position:left bottom}
/*------------Select Box----------------------*/
.customSelect{
	width:70%;
	padding:0;
	margin:0;
	border-radius:5px;
	position:relative;
}
.customSelect2{width:89px; margin-left:4%}
.customSelect3{width:137px}
.MltSesectCont .customSelect{float:right}
.customSelect select{
	width:100%;
	height:24px;
	margin:0;
	padding:0;
	border:0;
	font-size:14px;
	line-height:20px;
	text-align:left;
	color:#6D4E33;
	position:relative;
	left:0;
	cursor:pointer;
	top:0;
	z-index:1;
}
.MltSesectCont .customSelect select{top:0}
.customSelect label{
	padding-bottom:5px;
	display:block;
}
.MltSesectCont label{
	width:100%;
	padding-bottom:5px;
	font-size:16px;
	line-height:20px;
	display:block;
	float:left;
}
.transparent {opacity:0}
span.select-esa{
	width:96%;
	padding:2px 2% 0;
	margin:0;
	font-size:14px;
	line-height:16px;
	color:#6D4E33;
	display:inline-block;
	background:#fff url(../images/selectArrow.png) no-repeat right 1px;
	border:1px solid #408CB4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
    border-radius:3px;
}
span.select-esa b {
	font-weight:bold;
	display:inline-block;
	font-weight:normal;
    overflow: hidden;
}
span.select-esa b em{font-style:normal;}
.ngoList td{
	padding:5px 0;
	margin:0;
	font-size:14px;
	line-height:17px;
	color:#6D4E33;
	word-spacing:-1px;
}
.ngoList td.ngoTitle{
	height:35px; 
	border-right:1px solid #EAEAE5;
	border-bottom:1px solid #EAEAE5
}
td.serial{
	width:7%;
	text-align:center;
}
td.ngoLogo{
	width:25%;
	text-align:center;
}
td.ngoLogo img{ 
	width:95px;
	height:95px;
}
td.dot{
	width:2%; 
	text-align:center;
}
td.DtlCont{
	width:63%;
	padding-left:2%;
	border-right:none;
	vertical-align:top;
}
.DtlCont a{
	color:#6D4E33;
	display:block;
}
.DtlCont span{display:block}
h3 a{ color:#6D4E33}
.DtlCont address{
	font-style:normal;
}
.searchForm{
	width:100%;
	padding:0;
	margin:0;
}
.textWrapper .ngoList{
	margin:0;
	border-color:#408CB4;
}
.textWrapper .ngoList td,
.textWrapper .ngoList td.ngoTitle{border-color:#408CB4} 
.textWrapper td.serial{/*text-align:left*/ color:#000}
td.item1{
	padding-left:2%;
	width:30%;
}
td.item2{
	padding-left:2%;
	width:65%;
}
.textField{
	width:66%;
	padding:2px 2%;
	margin:0;
	font-size:14px;
	line-height:18px;
	color:#6D4E33;
	border:1px solid #408CB4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
    border-radius:3px;
}
.close{
	width:20px;
	height:15px;
	float:right;
	text-align:center;
	color:#000;
}
ul.radioCont{
	width:100%;
	padding:5px;
	margin:0;
	overflow:hidden;
	background-color:#D9D9EB;
}
ul.radioCont1{
	width:99%;
	padding-left:1%;
}
ul.radioCont li{
	width:33%;
	padding:0;
	margin:0;
	float:left;
}