/*=.=.=.=.=---STYLE FOR---=.=.=.=.=*/

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block;
}
mark, rp, rt, ruby, summary, time {
	display:inline;
}
/* Global properties */
* {
	padding:0px;
	margin:0px;
	outline:none;
	border:none;
	/* list-style:none; */
	text-decoration:none;
}
.noBdr {
	border:none !important;
}
.clr {
	clear:both;
}
body {
	font-family: 'Open Sans', sans-serif;
	color:#000;
}
.container {
	width: 1000px;
	margin: 0 auto;
	height:auto;
}
.header_top {
	float: left;
	width: 100%;
	background: #003952;
	padding: 7px 0;
}
.header_top ul {
	width:100%;
	list-style: none;
	margin: 0pz;
	padding: 0px;
	float: left;
}
.header_top ul li {
	float: left;
	margin-left: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	font-weight: 600;
}
.header_top ul li a {
	color: #fff;
}
.header_top ul li img {
	float: left;
	margin-right: 10px;
}
.header_bot {
	float: left;
	width: 100%;
	background: url(../images/hdr_bg.jpg) repeat-x 0 0;
}
.logo {
	float:right;
	margin: auto;
	height:75px;
	width: 75px;
}
.colname {
	float:left;
	margin:17px 0;
	font-size:28px;
	font-weight:700;
	color:#FFF;
}
.blankdiv {
	float:left;
	height:15px;
	width:100%;
	border-top: 1px solid #a5a5a5;
	padding: 10px 0;
	margin-top: 3px;
}
.body_sec {
	float: left;
	width: 100%;
	background: #f7e9d8;
	padding: 15px 0 0 0;
}
.body_sec_bx {
	float: left;
	width: 100%;
	background: #fff;
	border-radius:20px;
	border: 1px solid #c9c9c9;
}
.body_sec_bx_nav {
	float: left;
	width: 940px;
	border-bottom: 1px solid #a5a5a5;
	padding: 20px 30px 10px 30px;
	border-bottom: 1px solid #a5a5a5;
}
.body_sec_bx_nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.body_sec_bx_nav ul li {
	float: left;
}
.body_sec_bx_nav ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	padding:10px 9px;
	display: block;
	font-weight: 600;
}
.body_sec_bx_nav ul li a:hover, .body_sec_bx_nav ul li a.active {
	background: #424242;
	border-radius:10px;
	color: #fff;
}
.body_sec_bx_heading_sec {
	float: left;
	width: 100%;
	border-top: 1px solid #a5a5a5;
	padding: 10px 0;
	margin-top: 3px;
}
.form_bx {
	float: left;
	width: 94%;
	min-height:500px;
	background: #ededed;
	border-radius:10px;
	border: 1px solid #a9a9a9;
	margin: 0 3% 3%;
	
}
.form_bx_hdr {
	float: left;
	width: 96%;
	background: #424242;
	padding: 0 2%;
	font-size: 18px;
	color: #f28432;
	line-height: 52px;
	font-weight: 400;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
}
.form_bx_hdr img {
	margin-right: 15px;
}
.form_content {
	float:left;
	width:100%;
	height:auto;
}
.form_contentL {
	float:left;
	width: 270px;
	margin:15px 0px 0px 25px;
}
.form_contentL h5 {
	font-size: 16px;
	color: #0092d0;
	font-weight: 400;
	margin: 11px 0px;
}
.form_contentM {
	float:left;
	width: 329px;
	text-align: center;
	margin:15px 0px 0px 0px;
}
.form_contentR {
	float:left;
	width: 300px;
	margin:15px 0px 0px 0px;
}
.radio_sec {
	font-size: 16px;
	color: #424242;
	font-weight: 600;
}
.radio_sec input[type="radio"] {
	margin-right: 10px;
}
.note_sec {
	float: left;
	width: 100%;
	background: url(../images/paper.png) no-repeat 0 0;
	min-height: 309px;
}
.note_sec p {
	font-size: 13px;
	color: #424242;
	font-weight: 400;
	padding: 48px 36px 0 27px;
	color:#F00;
	font-size:14px;
}
.form_contentM p {
	font-size: 14px;
	color: #000;
	margin-top: 86px;
}
.form_contentM img {
	margin-top: 94px;
}
.main_btn {
	background: url(../images/btn.png) no-repeat 0 0;
	font-size: 18px;
	font-weight: 400;
	height: 50px;
	width: 182px;
	color: #fff;
	margin-top: 18px;
	cursor: pointer;
}
.form_contentR h5 {
	font-size: 16px;
	color: #424242;
	font-weight: 400;
	margin: 11px 0px;
}
.form_pnl {
	float: left;
	width: 100%;
	padding-top: 6px;
}
.copy_sec {
	float: left;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
	color: #000;
}
.footer {
	float: left;
	width: 100%;
	background: #c0a585;
	padding: 32px 0;
}
.footer ul {
	float:left;
	width: auto;
}
.footer ul li {
	float: left;
	border-right: 1px solid #000;
	margin-right: 8px;
	padding-right: 10px;
	line-height: 12px;
	list-style:none;
}
.footer ul li a {
	font-size: 12px;
	color: #000;
}
.footer ul li.last {
	border: none;
}
.footer ul li a:hover {
	color: #fff;
}

.row_box {
	width:100%;
	height:auto;
	margin:0px auto 0px auto
		
}
.control_row
{
	margin:5px auto 0px auto;
	height:30px;
	font-size:16px;
	float:left;
}
.controlbtn {
	width:200px;
	height:40px;
	color:#FFF;
	background:#036;
	border:none;
	padding:0px;
	font-size:18px;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.controlbtn:hover {
	background:#FED83F;
	color:#900;
}
#apl_rpt {
	width:100%;
	height:30px;
	margin:auto;
	display:block;
}
#verified_rpt {
	width:100%;
	height:30px;
	margin:auto;
	display:none;
}
#adm_rpt {
width:100%;
	height:30px;
	margin:auto;
	display:none;
}
#yearset {
	width:100%;
	height:auto;
	margin:auto;
	display:block;
}
#boardset {
	width:100%;
	height:auto;
	margin:auto;
	display:none;
}
#miscset {
	width:100%;
	height:auto;
	margin:auto;
	display:none;
}
#dateset {
	width:100%;
	height:auto;
	margin:auto;
	display:none;
}
#form_container {
	width:98%;
	height:auto;
	margin:auto;
	display:none;
}

#criteria_chk{
width:98%;
	height:auto;
	margin:auto;
	display:block;	
	}
#err_container{
width:98%;
	height:auto;
	min-height:600px;
	margin:auto;
	display:none;	
	}
.controllbl {
	height:28px;
	margin:0px 5px 0px 0px;
	line-height:30px;
	font-size:16px;
	float:left;
	text-align:right;
	padding:0px;
}
.controlinput {
	margin:0px 0px 0px 3px;
	padding:0px;
	outline:none;
	padding-left:4px;
	height:28px;
	font-size:15px;
	color:#000;
	border:#999 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float:left;
}
.controlradio {
	display:inline;
	padding:0px;
	float:left;
	margin:8px auto 0px 5px;
}
.controlchk {
	margin:0px 0px 0px 10px;
}
.controlinput:focus {
	border-color:#09F;
}
.errordiv {
	width:100%;
	height:15px;
	margin:0px auto 0px auto;
	float:left;
}
.errorlbl {
	height:14px;
	line-height:30px;
	font-size:11px;
	float:left;
	padding:0px;
	color:#F00;
	float:left;
	display:none;
	font-size:12px; 
	text-align:left;
	margin-left:15px;
}
.details {
	width:100%;
	height:auto;
	margin:5px auto 0px auto;
	float:left;
}
.nostyle table {
	
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table tr, td, th {
	border: 1px solid #dddddd;
	height:30px;
	}
table td,th {
	padding-left:5px;	
}
tr:hover td {
	background: #f5f5f5;
}
th {
	text-align:center;
	height:30px;
	background-color:#999;
	color:white;
}
.btn_tbl {
	background-color: #e5e5e5;
	width:95%;
	height:90%;
	margin:auto;
	background-image: none;
	filter: none;
	border: 0;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
	outline: none;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}
.red {
	color:#000;
	text-shadow:none;
	background: #FFA8A8;
	border:1px solid #FFA8A8;
}
.red:hover {
	color:#FFF;
	background:#AE0000;
}
.green {
	color:#000;
	text-shadow:none;
	background-color:#B9FDA2;
}
.green:hover {
	color:#FFF;
	background-color:#009F00;
}
.blue {
	color:#000;
	text-shadow:none;
	background-color:#0CF;
}
.blue:hover {
	color:#FFF;
	background-color:#06F;
}
.messagediv {
	width:80%;
	height:auto;
	margin:50px auto 20px auto;
	border:1px solid #C8C8C8;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#A6D8FD;
}
.messagebody {
	width:80%;
	font:Arial;
	margin:20px auto 0px auto;
	font-size:24px;
	color:#000;
	background:#A6D8FD;
}
.memberid {
	width:400px;
	height:30px;
	margin:0px auto 0px 5px;
	float:left;
	font-size:18px;
	color:#03F;
	line-height:30px;
}
.login_bx {
	width:600px;
	height:400px;
	background:#ededed;
	margin:150px auto 0px auto;
}
.login_bx_innner {
	width:350px;
	height:250px;
	background:#FBFBFB;
	border-radius:5px;
	border: 1px solid #a9a9a9;
	margin:15px auto;
}
#UTEXT {
	background: white url(../images/at.png) left no-repeat;
	padding-left: 18px;
}
#pass {
	background: white url(../images/pwd.png) left no-repeat;
	padding-left: 18px;
}
.login_as_bar {
	width:95%;
	height:30px;
	margin:5px auto 15px 15px;
	float:left;
}
.login_as_barup {
	width:30px;
	height:30px;
	margin:0px auto 0px 15px;
	float:left;
}
.login_as_bardown {
	width:200px;
	height:30px;
	margin:0px 10px 0px auto;
	line-height:30px;
	font-size:16px;
}
.login_as_bardown ul {
	padding:0px;
	margin:0px auto;
}
.login_as_bardown ul li {
	line-height:30px;
	text-decoration:none;
	list-style-type:none;
	float:left;
	border-right:1px #666 solid;
}
.login_as_bardown ul li a {
	color:#F00;
	padding-right:5px;
	padding-left:5px;
}
.login_as_bardown ul li:last-child {
	border:none;
}
.icon_container_row {
	width:675px;
	height:100px;
	background-color:#ededed;
	margin:15px auto 0px auto;
}
.large_icon_holder {
	width:150px;
	height:100px;
	background-color:#60aaac;
	margin:0px auto 0px 15px;
	border:0px solid;
	border-radius:8px;
	float:left;
	position: relative;
overflow: hidden;
}
.large_iconname {
	font-size:18px;
	color: #FF0;
	font-family:"Arial Black", Gadget, sans-serif;
	margin:35px auto 0px 8px;
}
.large_tile-info 
{
				opacity: 0;
				filter: alpha(opacity = 0);
				position:absolute;
				z-index:1000;
				width: 150px;
				height: 100px;
				color: #ffffff;
				background-color: #000000;
				top:0;
				left:0;
				font-size: 1.1em;
				font-weight: 400;
				
  			-webkit-border-radius: 8px;
  			-moz-border-radius: 8px;
  			border-radius: 8px;
}
.large_icon_holder:hover .large_tile-info{
			opacity:0.65;
			filter: alpha(opacity = 75);
			transition:opacity 0.20s;
			-moz-transition:opacity 0.20s;
			-webkit-transition:opacity 0.20s;
}
.saptarshi {
	width:650px;
	height:70px;
	background-color:#000;
	margin:15px auto 15px auto;
	border:3px solid;
	border-color:#0085cf;
	border-radius:8px;
}
.myButton 
{
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
display:inline-block;
cursor:pointer;
color:#000;
font-family:Arial;
font-size:17px;
padding:7px 23px;
text-decoration:none;
margin:10px auto 10px 10px;
}

.myButton:active
 {
position:relative;
top:1px;
}

#panel1 {
	width:98%;
	height:auto;
	margin:0px auto 0px auto;
	height:auto;
    display: block;
}
#panel2{
	width:98%;
	margin:0px auto 0px auto;
	height:auto;
    display: block;
}

.btn {
width:auto;
background-image: none;
filter: none;
border: 0;
box-shadow: none;
text-shadow: none;
font-family: "Segoe UI", Helvetica, Arial, sans-serif;
cursor: pointer;
outline: none;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
float:left; 
}

.mini {
width:80px;
height: 30px;
font-size: 14px; 
line-height: 30px;
}
.looking_box{ width:100%; float:left; border:1px solid #09F; padding:20px 0;}
.looking_box img{ width:auto; float:left; padding-left:30px;}
.looking_box p{ width:auto; float:left; font: 600 23px/64px 'Open Sans', sans-serif; color:#00a8ff; padding-left:16px;}
.looking_box p span{ color:#000;}
.looking_box p a{font: 600 23px/64px 'Open Sans', sans-serif; color:#00a8ff;}
#progress {
	width:98%;
	height:auto;
	margin:10px auto 10px auto;
	float:left;
	display: none;
}

.btn_side3 {width:400px; height:50px; background:#3584d6; border:none; padding:0px; color:#fff; cursor:pointer; font-family:'Open Sans', sans-serif; font-size:16px; font-weight:600; text-align: center; margin:0px auto 0px 250px;  border-radius: 6px;}
.btn_side3:hover {background:#33d4d4; color:#000;}