@media screen
  {
body  {
	font:12px  Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl, dt, dd, li { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	list-style-type:none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

.clear{ clear:both;}

#container { 
	position:relative;
 	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin:6px 6px 0px 6px;	text-align: left; /* this overrides the text-align: center on the body element. */
	
	border:1px solid #c2cce1;

} 
#header { 
 	padding: 0 0px;   
	height:136px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#7f98c0 url(/images/main_bg.jpg) repeat-x left top;
}
.header_main_top{ height:102px; border-bottom:1px solid #435b8b;}
.header_left{ width:700px; float:left; height:102px;}
.header_left .logo{ height:102px; float:left; width:585px; background:url(../images/logo.jpg) no-repeat 10px  top;}
.header_left .logo a{ width:585px; overflow:hidden; display:block; text-indent:-9999999px; height:102px;  }

 
.header_right{ float:right; width:200px; padding:15px 15px 0px 0px;}
.header_right  .font_tab{ padding:8px 0px;}
.header_right  .font_tab a{ width:30px; height:30px;
background: #1a6cb0; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhNmNiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDJkNjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #1a6cb0 0%, #002d60 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a6cb0), color-stop(100%,#002d60)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1a6cb0 0%,#002d60 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1a6cb0 0%,#002d60 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1a6cb0 0%,#002d60 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1a6cb0 0%,#002d60 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a6cb0', endColorstr='#002d60',GradientType=0 ); /* IE6-8 */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
display:block; margin-left:2px; float:right; text-align:center; line-height:30px; color:#ffffff; font-size:16px; text-decoration:none; font-weight:bold; border:1px solid #002d53;}
.header_right  .font_tab a:hover{ background:#2e79b7;}

.login_user{ padding:5px; border-bottom:1px solid #5874a2; background:#89a1c7; display:block; font-size:14px; color:#ffffff; border-bottom:1px solid #E3E8F0; font-weight:bold;}
.login_user span{ color:#ffffff;}

.nav{ padding:0px; background:url(../images/nav_bg.jpg) repeat-x left top; height:33px; border-bottom:1px solid #e3e8f0;}
.nav .nav_left{ padding:0px; float:left; width:560px;}
.nav .nav_left ul{ padding:0px; list-style:none; margin:0px; } 
.nav .nav_left ul li{ list-style-type:none; display:inline; float:left; line-height:32px; font-size:13px; height:32px;}
.nav .nav_left ul li a{  color:#41649c; padding:8px 20px; border-bottom:0px solid #e3e8f0;  border-right:1px solid #dde4ee; }
.nav .nav_left ul li a:hover{ background:#ffffff;}
.nav .nav_left ul li a.active{background:#657eaf url(../images/arrow_white.png) no-repeat right center;  _background:#657eaf url(../images/arrow_white.gif) no-repeat right center;  border-bottom:1px solid #657eaf; color:#ffffff;}
.nav_left ul li.home a{ background:url(../../../images/home.jpg) no-repeat 0px 0px; padding:0px; display:block; overflow:hidden; text-indent:-9999999px; width:34px; height:33px;}
.nav_left ul li.contact_us a{background:url(../../../images/contact.jpg) no-repeat 0px 0px; display:block;   padding:0px; text-indent:-9999999px; overflow:hidden; width:34px; height:33px;}
 


.nav_right{ padding:0px 8px; float:right; width:200px;}
.nav_right ul{ padding:0px; margin:0px; list-style:none;}
.nav_right ul li { list-style-type:none; float:right;  width:16px; height:16px; margin:8px 8px 0px 0px;}
.nav_right ul li a{ display:block; width:16px; height:16px; overflow:hidden; text-indent:-99999px;}
.nav_right ul li a.black{ background:#3e3e3e; }
.nav_right ul li a.blue{ background:#005a90;}
.nav_right ul li a.yellow{ background:#df9c00;}
.nav_right ul li a.green{ background:#609300;}
.nav_right ul li a.red{ background:#7f0000;}
.nav_right ul li a:hover{  }
 
/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#sidebar1 {
	width: 245px; /* since this element is floated, a width must be given */
	float:left;
	position:absolute;
	left:10px;
	top:10px;
}
#sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.lgoin_links{ padding-bottom:8px;}

.principal_login{ background:url(../images/left_nav.jpg) no-repeat  0px 0px; width:249px; height:44px; text-transform:uppercase; font-size:16px; text-align:center; line-height:44px;}
.principal_login a{ color:#ffffff; font-weight:bold; display:block;  width:249px; height:44px;}

.hod_login{ background:url(../images/left_nav.jpg) no-repeat 0px -48px; width:249px; height:44px; text-transform:uppercase; font-size:16px; text-align:center; line-height:44px;}
.hod_login a{ color:#ffffff; font-weight:bold;  display:block;  width:249px; height:44px;}

.MSBTE_login{ background:url(../images/left_nav.jpg) no-repeat 0px -100px; width:249px; height:44px; text-transform:uppercase; font-size:16px; text-align:center; line-height:44px;}
.MSBTE_login a{ color:#ffffff; font-weight:bold;  display:block;  width:249px; height:44px;}

.examiner_login{ background:url(../images/left_nav.jpg) no-repeat 0px -147px; width:249px; height:44px; text-transform:uppercase; font-size:16px; text-align:center; line-height:44px;}
.examiner_login a{ color:#ffffff; font-weight:bold;  display:block;  width:249px; height:44px;}


/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent { 
	margin-left:265px;
	margin-right:10px;
} 
#footer { 
	text-align:center;
	background:#D4D6D6;
	border:1px solid #e5e5e5;
	line-height:35px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin:6px 6px 6px 6px;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a{ text-decoration:none;}
.content{ padding:10px 0px; position: relative;}
.main_box{ border:1px solid #c3d0e1; background:#f2f4f7; margin-bottom:8px;}
.main_box h1{ background:url(../../../images/title_bg.jpg) repeat-x left top; color:#002f71; font-size:14px; padding:0px 15px; margin:0px; border:1px solid #ffffff; line-height:31px;}
.linkbox{ background:#ffffff; } 
.linkbox ul{ padding:0px; margin:0px; list-style:none;}
.linkbox ul li{ padding:0px 0px 0px 0px!important; padding-bottom:0px!important; margin:0px 0px 0px 0px!important; list-style-type:none; }
.linkbox ul li a{ font-weight:bold; display:block; border-bottom:1px dashed #e3e8ee; background:url(../images/sprite.png) no-repeat -385px 8px; padding:0px 15px 0px 25px; margin:0px 0px 0px 0px!important;min-height:25px;  height:auto!important;  height:25px; line-height:25px; color:#31538b; }
.linkbox ul li a:hover{ background:#f2f4f7 url(../images/sprite.png) no-repeat -385px 8px;}

.whitebox{ background:#ffffff;  min-height:400px;  height:auto !important;  height:400px;} 

/* inner pagge css */
.loginbox{ width:430px; display:block; margin:0px auto 0px auto!important; }
.loginbox .box_tilte{ padding:10px 10px 10px 40px; color:#ffffff; font-size:14px; margin-top:10px; background:#4268a2 url(../../../images/icon_login.png) no-repeat 9px 3px; ;}
.loginbox .box_mid{ padding:15px; border:1px solid #c7d6ed; background:#eef5ff;}
.loginbox .login_fomr{ padding:0px;}
.loginbox .login_fomr .input{ padding:5px ; border:1px solid #b1c5e2; background:#d0def4; width:220px;}
.loginbox .login_fomr .input:focus{ border:1px solid #7895bf; background:#ffffff;}
.loginbox .login_fomr dl{ width:100%; display:block; padding-bottom:8px;}
.loginbox .login_fomr dt{ float:left; width:125px; line-height:20px; text-align:right; padding-right:15px; color:#246b9c;}
.loginbox .login_fomr dd{ float:left; width:250px;}
.loginbox .login_fomr dd span{ color:#bf0808; padding-left:8px;}
.loginbox .login_fomr .submit_btn{ padding:3px 8px; border:1px solid #145a8b; background:#2a77ac; font-size:14px; font-weight:bold; color:#ffffff; cursor:pointer;}
.loginbox .login_fomr .submit_btn:hover{ border:1px solid #145a8b; background:#16659d;}
.loginbox .login_fomr  a{ font-size:14px;  text-decoration:none; color:#093!important;}
.loginbox .login_fomr  a:hover{ color:#000000;}


/* ---------------------------------- */
/* @Note BOx */
.notebox{ padding:0px; border-top:1px solid #e4ecf9; border-left:1px solid #e4ecf9; border-right:3px solid #e4ecf9; border-bottom:3px solid #e4ecf9; background:#f4f7fc; margin-bottom:8px;}
.notebox h2{ color:#264886!important; font-size:14px!important;; font-weight:bold;  padding:5px!important; margin:0px!important; border:0px!important; background:#e4ecf9!important;}
.notebox ul{ padding:5px; margin:0px;}
.notebox ul li{   padding:0px 0px 5px 15px; color:#293f67;  background:url(../images/bullet.gif) no-repeat 0px 5px; list-style-type:none;}

 

.water_logo{ background:url(../images/watermark.jpg) no-repeat center center;  min-height:390px;  height:auto !important;  height:390px;}
.examiner_index_img{ text-align:center; padding:190px 0px 0px 0px; font-size:22px; font-weight:bold; color:#0a3678;}
.welcome_text{ font-size:16px; text-align:center; color:#333333; padding:15px 0px; line-height:28px;}
.welcome_text span{ color:#407b00;}

.inner_box{ padding:8px;}
.inner_box h2 { font-size:14px; font-weight:bold; color:#143567; padding:3px 10px; background:#a6bcdd; border:1px solid #aec1de; margin:5px 0px;}

table.list_tbale {
	width : 100%;
	background:#d2dce9;
	color:#5A5A5A;
	border-collapse: collapse;
}

table.list_tbale td, tr, th {
	padding : 0;
	margin : 0;
	
	text-align : left;
	border:1px solid #d2dce9;
}

table.list_tbale  tr th {
	/*color : #002e68;*/
	font-size:12px;
	text-align : center;
	/*ackground:#f8f9fb url(../../../images/table-thead.gif) repeat-x left bottom;*/
}


table.list_tbale tr th{
	padding : 3px 8px;
	line-height : 19px;
}
table.list_tbale tr{ background:#ffffff;}
table.list_tbale tr:hover{ background:#f9f9f9;}
 
table.list_tbale td {
	padding : 3px 8px;
	line-height : 19px;
	color:#5A5A5A; 
	font-size:12px;
}
table.list_tbale .input{ padding:3px 5px ; border:1px solid #b1c5e2; background:#d0def4; width:100px;}
table.list_tbale .input:focus{  border:1px solid #7895bf; background:#ffffff;}
table.list_tbale.textarea:focus{ border:1px solid #7895bf; background:#ffffff;}
table.list_tbale .textarea{  padding:3px 5px ; border:1px solid #b1c5e2; background:#d0def4; width:240px;}

table.list_tbale td a{ color:#49830d; font-weight:bold;}
table.list_tbale td a:hover{ color:#063883; font-weight:bold;}

.contactbox{ padding:0px;}
.contactbox .box_left{ float:left; width:48%;   border:1px solid #c3d0e1;}
.contactbox .box_left .title{ font-size:14px; font-weight:bold; color:#26436e; 	color:#002e68; background:url(../../../images/table-thead.gif) repeat-x left top; padding:5px; border-bottom:1px solid #c3d0e1;}
.contactbox .box_right{ float:right; width:48%; border:1px solid #c3d0e1;}
.contactbox .box_left .contact_info{ padding:5px;}
.assistance_box h3{ font-size:14px; font-weight:normal; color:#074576;   margin:0px;  color:#002e68; background:url(../../../images/table-thead.gif) repeat-x left top; padding:5px; border-bottom:1px solid #c3d0e1;  }
.assistance_box dl{ width:100%; display:block; padding-bottom:5px;}
.assistance_box dt{ float:left; width:35%;}
.assistance_box dd{ float:left; width:40%;}
.assistance_box .title{ display:block; padding-bottom:3px; border-bottom:1px solid #d2dce9; font-weight:bold; margin-bottom:5px; color:#002e68;}

.main_addbox h3{ font-size:14px; font-weight:normal; color:#074576;   margin:0px;  color:#002e68; background:url(../../../images/table-thead.gif) repeat-x left top; padding:5px; border-bottom:1px solid #c3d0e1; border-top:1px solid #c3d0e1; }
.address_box{ width:45%; padding:8px; border:1px solid #c3d0e1; float:left; min-height:145px; margin-bottom:8px; color:#585858;}
.address_box span{ display:block; padding-bottom:3px; border-bottom:1px solid #d2dce9; font-weight:bold; margin-bottom:5px; color:#002e68;}

.form_box{ padding:0px; border:1px solid #c3d0e1; }
.form_box h3{ font-size:14px; font-weight:normal; color:#074576;   margin:0px;  color:#002e68; background:url(../../../images/table-thead.gif) repeat-x left top; padding:5px; border-bottom:1px solid #c3d0e1;  border-top:1px solid #c3d0e1;
 }
.form_box .input{ padding:3px 5px ; border:1px solid #b1c5e2; background:#d0def4; width:240px;}
.form_box .textarea:focus{ border:1px solid #7895bf; background:#ffffff;}
.form_box .textarea{  padding:3px 5px ; border:1px solid #b1c5e2; background:#d0def4; width:240px;}
.form_box .input:focus{  border:1px solid #7895bf; background:#ffffff;}
.form_box .select{ padding:3px  5px; border:1px solid #cae8f9; background:#f0f7fd; width:252px;}
.form_box .select:focus{ border:1px solid #73b7dd; background:#ffffff;}
.form_box dd select{ padding:3px  5px; border:1px solid #cae8f9; background:#f0f7fd; width:252px;}
.form_box dd select:focus{ border:1px solid #73b7dd; background:#ffffff;}
.form_box dl{ width:100%; display:block; height:35px;}
.form_box dt{ float:left; width:185px; line-height:20px; text-align:right; padding-right:15px; color:#246b9c;}
.form_box dd{ float:left; width:250px;}
.form_box dt span{ color:#bf0808; padding-left:8px;}
.submit_btn{ padding:3px 8px;  *padding:3px 0px; border:1px solid #145a8b!important; background:#27497a!important; font-size:14px; color:#ffffff!important; cursor:pointer;}
.submit_btn:hover{ padding:3px 8px; *padding:3px 0px; border:1px solid #145a8b!important; background:#0e3062!important; font-size:14px; color:#ffffff!important; cursor:pointer;}

/* Status Bars */
.status {padding: 8px 10px 5px 25px; border-radius: 10px; -moz-border-radius: 10px; text-shadow: 1px 1px 1px #fff; overflow: auto; margin-bottom: 20px; clear: both}
.status img {float: left; padding-right: 5px}
.status p {padding: 0; margin: 0;}
.status p span {font-weight: 700}
.status .closestatus {float: right; color: #fff; text-align: center; margin-left: 10px}
.status .closestatus a {position: relative; color: #fff; text-decoration: none; padding: 5px; width: 10px; height: 10px; display: block; border-radius: 5px; -moz-border-radius: 5px; line-height: .6em; top: -2px; text-shadow: none}

.success_messg {border: 2px solid #c5d584; background: #e1edb2 url(../../../images/icon_success.png) no-repeat 5px 8px; color:#425202; font-weight:bold;}
.success_messg span {color: #617904}
.success_messg .closestatus a {background: #8EA534}
.success_messg .closestatus a:hover {background: #829829}

.error_messg {border: 3px solid #990000; background: #F5D0CD url(../../../images/icon_error.png) no-repeat 5px 8px}
.error_messg span {color: #990000}
.error_messg .closestatus a {background: #990000}
.error_messg .closestatus a:hover {background: #730D0D}

.newsbox{ padding:5px 3px; border-bottom:1px dashed #ededed;}
.title{ width:65%; float:left; background:url(../images/arrow2.gif) no-repeat left 5px; padding-left:15px; font-weight:bold; color:#; }
.news_date{ width:110px; float:left; text-align:right; font-size:11px; font-weight:bold; font-style:italic; color:#19418d;}
.download{  font-weight:bold; color:#5b8f16; float:left; widows:150px;}
.download span{ float:left;}
.download .word{ width:18px; height:18px; padding-right:5px;}
.download .word a{background: url(../images/word.jpg) no-repeat center center; display:block; width:18px; height:18px; text-indent:-99999px; overflow:hidden;}
.download .pdf{ width:18px; height:18px; padding-right:5px;}
.download .pdf a{background: url(../images/pdf.png) no-repeat center center; display:block; width:18px; height:18px; text-indent:-99999px; overflow:hidden;}
.download .excel{ width:18px; height:18px; padding-right:5px;}
.download .excel a{background: url(../images/excel.png) no-repeat center center; display:block; width:18px; height:18px; text-indent:-99999px; overflow:hidden;}
.download .image{ width:18px; height:18px; padding-right:5px;}
.download .image a{background: url(../images/jpg.png) no-repeat center center; display:block; width:18px; height:18px; text-indent:-99999px; overflow:hidden;}
.download .zip{ width:18px; height:18px; padding-right:5px;}
.download .zip a{background: url(../images/zip.png) no-repeat center center; display:block; width:18px; height:18px; text-indent:-99999px; overflow:hidden;}
													/* For FAQS */

body  {
	font:12px  Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl, dt, dd, li { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	list-style-type:none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

.clear{ clear:both;}

#container { 
	position:relative;
 	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin:6px 6px 0px 6px;	text-align: left; /* this overrides the text-align: center on the body element. */
	
	border:1px solid #c2cce1;

} 
#header { 
 	padding: 0 0px;   
	height:136px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#7f98c0 url(../images/main_bg.jpg) repeat-x left top;
}
.header_main_top{ height:102px; border-bottom:1px solid #435b8b;}
.header_left{ width:700px; float:left; height:102px;}
.header_left .logo{ height:102px; float:left; width:585px;}
.header_left .logo a{ width:585px; overflow:hidden; display:block; text-indent:-9999999px; height:102px;  background:url(/images/logo.jpg) no-repeat 10px  top;}

 
.header_right{ float:right; width:200px; padding:15px 15px 0px 0px;}
.header_right  .font_tab{ padding:8px 0px;}
.header_right  .font_tab a{ width:30px; height:30px;
background: #1a6cb0; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhNmNiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDJkNjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #1a6cb0 0%, #002d60 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a6cb0), color-stop(100%,#002d60)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1a6cb0 0%,#002d60 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1a6cb0 0%,#002d60 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1a6cb0 0%,#002d60 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1a6cb0 0%,#002d60 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a6cb0', endColorstr='#002d60',GradientType=0 ); /* IE6-8 */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
display:block; margin-left:2px; float:right; text-align:center; line-height:30px; color:#ffffff; font-size:16px; text-decoration:none; font-weight:bold; border:1px solid #002d53;}
.header_right  .font_tab a:hover{ background:#2e79b7;}

.login_user{ padding:5px; border-bottom:1px solid #5874a2; background:#89a1c7; display:block; font-size:14px; color:#ffffff; border-bottom:1px solid #E3E8F0; font-weight:bold;}
.login_user span{ color:#ffffff;}

.nav{ padding:0px; background:url(../images/nav_bg.jpg) repeat-x left top; height:33px; border-bottom:1px solid #e3e8f0;}
.nav .nav_left{ padding:0px; float:left; width:560px;}
.nav .nav_left ul{ padding:0px; list-style:none; margin:0px; } 
.nav .nav_left ul li{ list-style-type:none; display:inline; float:left; line-height:32px; font-size:13px; height:32px;}
.nav .nav_left ul li a{  color:#41649c; padding:8px 20px; border-bottom:0px solid #e3e8f0;  border-right:1px solid #dde4ee; }
.nav .nav_left ul li a:hover{ background:#ffffff;}
.nav .nav_left ul li a.active{background:#657eaf url(../images/arrow_white.png) no-repeat right center;  _background:#657eaf url(../images/arrow_white.gif) no-repeat right center;  border-bottom:1px solid #657eaf; color:#ffffff;}
.nav_left ul li.home a{ background:url(../../../images/home.jpg) no-repeat 0px 0px; padding:0px; display:block; overflow:hidden; text-indent:-9999999px; width:34px; height:33px;}
.nav_left ul li.contact_us a{background:url(../../../images/contact.jpg) no-repeat 0px 0px; display:block;   padding:0px; text-indent:-9999999px; overflow:hidden; width:34px; height:33px;}
 


.nav_right{ padding:0px 8px; float:right; width:200px;}
.nav_right ul{ padding:0px; margin:0px; list-style:none;}
.nav_right ul li { list-style-type:none; float:right;  width:16px; height:16px; margin:8px 8px 0px 0px;}
.nav_right ul li a{ display:block; width:16px; height:16px; overflow:hidden; text-indent:-99999px;}
.nav_right ul li a.black{ background:#3e3e3e; }
.nav_right ul li a.blue{ background:#005a90;}
.nav_right ul li a.yellow{ background:#df9c00;}
.nav_right ul li a.green{ background:#609300;}
.nav_right ul li a.red{ background:#7f0000;}
.nav_right ul li a:hover{  }
 
/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#sidebar1 {
	width: 245px; /* since this element is floated, a width must be given */
	float:left;
	position:absolute;
	left:10px;
	top:10px;
}
#sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.lgoin_links{ padding-bottom:8px;}

.principal_login{ background:url(../images/left_nav.jpg) no-repeat  0px 0px; width:249px; height:34px; text-transform:uppercase; font-size:12px; text-align:center; line-height:34px;}
.principal_login a{ color:#ffffff; font-weight:bold; display:block;  width:249px; height:34px;}

.hod_login{ background:url(../images/left_nav.jpg) no-repeat 0px -37px; width:249px; height:34px; text-transform:uppercase; font-size:12px; text-align:center; line-height:34px;}
.hod_login a{ color:#ffffff; font-weight:bold;  display:block;  width:249px; height:34px;}

.MSBTE_login{ background:url(../images/left_nav.jpg) no-repeat 0px -75px; width:249px; height:34px; text-transform:uppercase; font-size:12px; text-align:center; line-height:34px;}
.MSBTE_login a{ color:#ffffff; font-weight:bold;  display:block;  width:249px; height:34px;}

.examiner_login{ background:url(../images/left_nav.jpg) no-repeat 0px -112px; width:249px; height:34px; text-transform:uppercase; font-size:12px; text-align:center; line-height:34px;}
.examiner_login a{ color:#ffffff; font-weight:bold;  display:block;  width:249px; height:34px;}


/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent { 
	margin-left:265px;
	margin-right:10px;
} 
#footer { 
	text-align:center;
	background:#D4D6D6;
	border:1px solid #e5e5e5;
	line-height:35px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin:6px 6px 6px 6px;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a{ text-decoration:none;}
.content{ padding:10px 0px; position: relative;}
.main_box{ border:1px solid #c3d0e1; background:#f2f4f7; margin-bottom:8px;}
.main_box h1{ background:url(../images/main_bg.jpg) repeat-x left top; color:#002f71; font-size:14px; padding:0px 15px; margin:0px; border:1px solid #ffffff; line-height:31px;}
.linkbox{ background:#ffffff; } 
.linkbox ul{ padding:0px; margin:0px; list-style:none;}
.linkbox ul li{ padding:0px 0px 0px 0px!important; padding-bottom:0px!important; margin:0px 0px 0px 0px!important; list-style-type:none; }
.linkbox ul li a{ display:block; border-bottom:1px dashed #e3e8ee; background:url(../images/sprite.png) no-repeat -385px 8px; padding:0px 15px 0px 25px; margin:0px 0px 0px 0px!important;min-height:25px;  height:auto!important;  height:25px; line-height:25px; color:#31538b; }
.linkbox ul li a:hover{ background:#f2f4f7 url(../images/sprite.png) no-repeat -385px 8px;}

.whitebox{ background:#ffffff;  min-height:400px;  height:auto !important;  height:400px;} 

/* inner pagge css */
.loginbox{ width:430px; display:block; margin:0px auto 0px auto!important; }
.loginbox .box_tilte{ padding:10px 10px 10px 40px; color:#ffffff; font-size:14px; margin-top:10px; background:#4268a2 url(../../../images/icon_login.png) no-repeat 9px 3px; ;}
.loginbox .box_mid{ padding:15px; border:1px solid #c7d6ed; background:#eef5ff;}
.loginbox .login_fomr{ padding:0px;}
.loginbox .login_fomr .input{ padding:5px ; border:1px solid #b1c5e2; background:#d0def4; width:220px;}
.loginbox .login_fomr .input:focus{ border:1px solid #7895bf; background:#ffffff;}
.loginbox .login_fomr dl{ width:100%; display:block; padding-bottom:8px;}
.loginbox .login_fomr dt{ float:left; width:125px; line-height:20px; text-align:right; padding-right:15px; color:#246b9c;}
.loginbox .login_fomr dd{ float:left; width:250px;}
.loginbox .login_fomr dd span{ color:#bf0808; padding-left:8px;}
.loginbox .login_fomr .submit_btn{ padding:3px 8px; border:1px solid #145a8b; background:#2a77ac; font-size:14px; font-weight:bold; color:#ffffff; cursor:pointer;}
.loginbox .login_fomr .submit_btn:hover{ border:1px solid #145a8b; background:#16659d;}
.loginbox .login_fomr  a{ font-size:14px;  text-decoration:none; color:#093!important;}
.loginbox .login_fomr  a:hover{ color:#000000;}


/* ---------------------------------- */
/* @Note BOx */
.notebox{ padding:0px; border-top:1px solid #e4ecf9; border-left:1px solid #e4ecf9; border-right:3px solid #e4ecf9; border-bottom:3px solid #e4ecf9; background:#f4f7fc; margin-bottom:8px;}
.notebox h2{ color:#264886!important; font-size:14px!important;; font-weight:bold;  padding:5px!important; margin:0px!important; border:0px!important; background:#e4ecf9!important;}
.notebox ul{ padding:5px; margin:0px;}
.notebox ul li{   padding:0px 0px 5px 15px; color:#293f67;  background:url(../images/bullet.gif) no-repeat 0px 5px; list-style-type:none;}

.user_img{ background:url(../images/user.png) no-repeat center top; width:190px; height:150px; text-align:center; padding:190px 600px 0px 0px; font-size:22px; font-weight:bold; color:#0a3678;}

.examiner_index_img{ text-align:center; padding:0px 0px 0px 0px; font-size:22px; font-weight:bold; color:#0a3678;}
.welcome_text{ font-size:16px; text-align:center; color:#333333; padding:15px 0px; line-height:28px;}
.welcome_text span{ color:#407b00;}

.inner_box{ padding:8px;}
.inner_box h2 { font-size:14px; font-weight:bold; color:#143567; padding:3px 10px; background:#a6bcdd; border:1px solid #aec1de; margin:5px 0px;}

table.list_tbale {
	width : 100%;
	background:#d2dce9;
	color:#5A5A5A;
	border-collapse: collapse;
}

table.list_tbale td, tr, th {
	padding : 0;
	margin : 0;
	
	text-align : left;
	border:1px solid #d2dce9;
}

table.list_tbale  tr th {
	color : #002e68;
	font-size:12px;
	background:#f8f9fb url(../../../images/table-thead.gif) repeat-x left bottom;
}


table.list_tbale tr th{
	padding : 3px 8px;
	line-height : 19px;
}
table.list_tbale tr{ background:#ffffff;}
table.list_tbale tr:hover{ background:#f9f9f9;}
 
table.list_tbale td {
	padding : 3px 8px;
	line-height : 19px;
	color:#5A5A5A; 
	font-size:12px;
}
table.list_tbale .input{ padding:3px 5px ; border:1px solid #b1c5e2; background:#d0def4; width:95%!important;}
table.list_tbale .input:focus{  border:1px solid #7895bf; background:#ffffff;}
table.list_tbale.textarea:focus{ border:1px solid #7895bf; background:#ffffff;}
table.list_tbale .textarea{  padding:3px 5px ; border:1px solid #b1c5e2; background:#d0def4; width:240px;}

table.list_tbale td a{ color:#49830d; font-weight:bold;}
table.list_tbale td a:hover{ color:#063883; font-weight:bold;}

.contactbox{ padding:0px;}
.contactbox .box_left{ float:left; width:48%;   border:1px solid #c3d0e1;}
.contactbox .box_left .title{ font-size:14px; font-weight:bold; color:#26436e; 	color:#002e68; background:url(../../../images/table-thead.gif) repeat-x left top; padding:5px; border-bottom:1px solid #c3d0e1;}
.contactbox .box_right{ float:right; width:48%; border:1px solid #c3d0e1;}
.contactbox .box_left .contact_info{ padding:5px;}
.assistance_box h3{ font-size:14px; font-weight:normal; color:#074576;   margin:0px;  color:#002e68; background:url(../../../images/table-thead.gif) repeat-x left top; padding:5px; border-bottom:1px solid #c3d0e1;  }
.assistance_box dl{ width:100%; display:block; padding-bottom:5px;}
.assistance_box dt{ float:left; width:35%;}
.assistance_box dd{ float:left; width:40%;}
.assistance_box .title{ display:block; padding-bottom:3px; border-bottom:1px solid #d2dce9; font-weight:bold; margin-bottom:5px; color:#002e68;}

.main_addbox h3{ font-size:14px; font-weight:normal; color:#074576;   margin:0px;  color:#002e68; background:url(../../../images/table-thead.gif) repeat-x left top; padding:5px; border-bottom:1px solid #c3d0e1; border-top:1px solid #c3d0e1; }
.address_box{ width:45%; padding:8px; border:1px solid #c3d0e1; float:left; min-height:145px; margin-bottom:8px; color:#585858;}
.address_box span{ display:block; padding-bottom:3px; border-bottom:1px solid #d2dce9; font-weight:bold; margin-bottom:5px; color:#002e68;}

.form_box{ padding:0px; border:1px solid #c3d0e1; }
.form_box h3{ font-size:14px; font-weight:normal; color:#074576;   margin:0px;  color:#002e68; background:url(../../../images/table-thead.gif) repeat-x left top; padding:5px; border-bottom:1px solid #c3d0e1;  border-top:1px solid #c3d0e1;
 }
.form_box .input{ padding:3px 5px ; border:1px solid #b1c5e2; background:#d0def4; width:240px;}
.form_box .textarea:focus{ border:1px solid #7895bf; background:#ffffff;}
.form_box .textarea{  padding:3px 5px ; border:1px solid #b1c5e2; background:#d0def4; width:240px;}
.form_box .input:focus{  border:1px solid #7895bf; background:#ffffff;}
.form_box .select{ padding:3px  5px; border:1px solid #cae8f9; background:#f0f7fd; width:252px;}
.form_box .select:focus{ border:1px solid #73b7dd; background:#ffffff;}
.form_box dd select{ padding:3px  5px; border:1px solid #cae8f9; background:#f0f7fd; width:252px;}
.form_box dd select:focus{ border:1px solid #73b7dd; background:#ffffff;}
.form_box dl{ width:100%; display:block; height:35px;}
.form_box dt{ float:left; width:185px; line-height:20px; text-align:right; padding-right:15px; color:#246b9c;}
.form_box dd{ float:left; width:250px;}
.form_box dt span{ color:#bf0808; padding-left:8px;}
.submit_btn{ padding:3px 8px;  *padding:3px 0px; border:1px solid #145a8b!important; background:#27497a!important; font-size:14px; color:#ffffff!important; cursor:pointer;}
.submit_btn:hover{ padding:3px 8px; *padding:3px 0px; border:1px solid #145a8b!important; background:#0e3062!important; font-size:14px; color:#ffffff!important; cursor:pointer;}

/* Status Bars */
.status {padding: 8px 10px 5px 25px; border-radius: 10px; -moz-border-radius: 10px; text-shadow: 1px 1px 1px #fff; overflow: auto; margin-bottom: 20px; clear: both}
.status img {float: left; padding-right: 5px}
.status p {padding: 0; margin: 0;}
.status p span {font-weight: 700}
.status .closestatus {float: right; color: #fff; text-align: center; margin-left: 10px}
.status .closestatus a {position: relative; color: #fff; text-decoration: none; padding: 5px; width: 10px; height: 10px; display: block; border-radius: 5px; -moz-border-radius: 5px; line-height: .6em; top: -2px; text-shadow: none}

.success_messg {border: 2px solid #c5d584; background: #e1edb2 url(../../../images/icon_success.png) no-repeat 5px 8px; color:#425202; font-weight:bold;}
.success_messg span {color: #617904}
.success_messg .closestatus a {background: #8EA534}
.success_messg .closestatus a:hover {background: #829829}

.error_messg {border: 3px solid #990000; background: #F5D0CD url(../../../images/icon_error.png) no-repeat 5px 8px}
.error_messg span {color: #990000}
.error_messg .closestatus a {background: #990000}
.error_messg .closestatus a:hover {background: #730D0D}

.newsbox{ padding:5px 3px; border-bottom:1px dashed #ededed;}
.title{ width:65%; float:left; background:url(../images/arrow2.gif) no-repeat left 5px; padding-left:15px; font-weight:bold; color:#; }
.news_date{ width:110px; float:left; text-align:right; font-size:11px; font-weight:bold; font-style:italic; color:#19418d;}
.download{  font-weight:bold; color:#5b8f16; float:left; widows:150px;}
.download span{ float:left;}
.download .word{ width:18px; height:18px; padding-right:5px;}
.download .word a{background: url(../images/word.jpg) no-repeat center center; display:block; width:18px; height:18px; text-indent:-99999px; overflow:hidden;}
.download .pdf{ width:18px; height:18px; padding-right:5px;}
.download .pdf a{background: url(../images/pdf.png) no-repeat center center; display:block; width:18px; height:18px; text-indent:-99999px; overflow:hidden;}
.download .excel{ width:18px; height:18px; padding-right:5px;}
.download .excel a{background: url(../images/excel.png) no-repeat center center; display:block; width:18px; height:18px; text-indent:-99999px; overflow:hidden;}
.download .image{ width:18px; height:18px; padding-right:5px;}
.download .image a{background: url(../images/jpg.png) no-repeat center center; display:block; width:18px; height:18px; text-indent:-99999px; overflow:hidden;}
.download .zip{ width:18px; height:18px; padding-right:5px;}
.download .zip a{background: url(../images/zip.png) no-repeat center center; display:block; width:18px; height:18px; text-indent:-99999px; overflow:hidden;}


#accordion {list-style: none; padding: 0 0 0 0;	width:100%; }
#accordion li{ list-style-type:none;}
#accordion .faq_title {display: block; background:url(../images/q_img.gif) no-repeat left 5px; font-weight: bold; margin:1px; cursor: pointer; padding:5px 5px 5px 25px;  color:#425d91;}
#accordion ul {	list-style: none;	padding: 0 0 0 0;}
#accordion ul{	display: none;}
#accordion ul li {	font-weight: normal; list-style-type:none; cursor: auto; background:#ffffff url(../images/a_img.gif) no-repeat left 5px; 	padding:0px 5px 5px 25px;}
#accordion a {text-decoration: none;}
#accordion a:hover {text-decoration: underline;}
  }
@media print
  {
#header, #sidebar1, #footer { display:none;}

body  {
	font:12px  Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

	table.list_tbale {
	border-top: 1px solid #626262;
	border-left: 1px solid #626262;
	font-size:11px!important;
	}
		
	table.list_tbale{border-collapse: collapse; font-family:Verdana, Geneva, sans-serif;}
	table.list_tbale  th{ background:#c6c6c6; color:#333333; font-weight:bold;}
	table.list_tbale tr.alt th{ background:none!important;}
		
	table.list_tbale tr:hover{ background:#f8fbfe;}
	table.list_tbale  td
	, table.list_tbale  th {
	border-right: 1px solid #626262;
	border-bottom: 1px solid #626262;
	padding:1px 3px;
	}
 
.notebox{ padding:0px; border:1px solid #333333;  }
.notebox h2{ color:#333333!important; font-size:14px!important;; font-weight:bold;  padding:5px!important; margin:0px!important; border:0px!important;  }
.notebox ul{ padding:5px; margin:0px;}
.notebox ul li{   padding:0px 0px 5px 15px; color:#333333;   list-style-type:disc;}
.inner_box { padding:0px;}
.inner_box h2 { font-size:12px; padding:5px 0px; margin:0px;}
.main_box{ padding:0px; margin:0px; text-align: left;}
.main_box h1{ font-size:14px; padding:5px 0px;}
.submit_btn { display: none;}
  }
  


