/* CSS Document */

/*------ Reset css------ */
	@font-face
{
font-family: LCALLIG.TTF;
src: url('../font/LCALLIG.TTF')
}

*{
	margin:0 ;
	padding:0 ;
}

img{ border:none;
	 background:none;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


body{
	 width:100%;
	 height:auto;
	 font:Arial, Helvetica, sans-serif;
	 font-size:13.5px;
	 background:#404142;
	 behavior: url(PIE.htc) ;
}

/*------ main css------ */
	/*------ header start----- */
.header{
	float:left;
	width:100%;
	height:124px;
	background-color:#000;
}

.header_warp{
	float:left;
	width:960px;
	height:120px;
	margin-top:4px;
}

ul, li {
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
}

.menu_wrap{
	float:left;
	width:100%;
	height:50px;
 }

#menu {
	list-style:none;
	width:920px;
	margin:2px auto 45px auto;
	height:43px;
	padding:0px 20px 0px 20px;

	/* Rounded Corners */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	 border-radius: 10px;

	/* Background color and gradients */
	
	background: #014464;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	
	/* Borders */
	
	border: 1px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 9px 4px 9px;
	margin-top:7px;
	border:none;
}

#menu li:hover {
	border: 1px solid #777777;
	padding: 4px 8px 4px 8px;
	
	/* Background color and gradients */
	
	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 4px 4px;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	color: #EEEEEE;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}

#menu li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;
}
#menu li .drop {
	padding-right:15px;
	background:url("img/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("img/drop.png") no-repeat right 0px;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:3px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	z-index:100001;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 715px;}
.dropdown_5columns {width: 803px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:1px;
	top:auto;
}
.full_width_div{
	width:100%;}
.col_1 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 4px;
	margin-right: 4px;
}

.col_exam {
	display:inline;
	float: left;
	position: relative;
	margin-left: 4px;
	margin-right: 4px;
}

.col_exam h3{
	float:left;
	width:100%;
	display:inline;
	color:black;
	text-align:center;
	border-bottom: #333 solid 2px;
	padding-bottom:10px;
	font-size:16px;
	margin-bottom:100px; 
}


.col_1 h3{
	float:left;
	width:100%;
	display:inline;
	color:black;
	text-align:center;
	border-bottom: #333 solid 2px;
	padding-bottom:10px;
	font-size:14px; 
}

.col_1 h2.col_font{ 
	float:left; 
	width:100%; 
	color:#C30; 
	text-align:center; 
	padding:5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}

.col_1 {
	width:900px;
	}
.col_1 ul{ 
	padding-top:10px;
	}
.col_1 ul li{
	float:left;
	width:300px;
	text-align:left;
	color:#000 !important;
	list-style:none;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:30px;
	margin-left:300px;
	}
	
.col_1 ul li a{
	text-decoration:none;
	text-align:center;
	color:#38545F;
	font-weight:bold;
	font-size:16px;
	}
		
.col_ext_1 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 4px;
	margin-right: 4px;
}

.col_ext_1 ul{
	float:left;
	width:700px;
	margin-left:150px;
}

.col_ext_1 h3{
	float:left;
	width:100%;
	display:inline;
	color:black;
	text-align:center;
	border-bottom: #333 solid 2px;
	padding-bottom:10px;
	font-size:14px; 
}

.col_ext_1 h2.col_font{ 
	float:left; 
	width:100%; 
	color:#C30; 
	text-align:center; 
	padding:5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}

.col_ext_1 {
	width:900px;
	}
.col_ext_1 ul{ 
	padding-top:10px;
	}
.col_ext_1 ul li{
	float:left;
	text-align:center;
	color:#000 !important;
	list-style:square;
	padding-top:20px;
	padding-bottom:15px;
	padding-right:30px;
	}
	
.col_ext_1 ul li a{
	text-decoration:none;
	color:#38545F;
	font-weight:bold;
	font-size:16px;
	}	

.col_reg_1 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 4px;
	margin-right: 4px;
}

.col_reg_1 h3{
	float:left;
	width:100%;
	display:inline;
	color:black;
	text-align:center;
	border-bottom: #333 solid 2px;
	padding-bottom:10px;
	font-size:14px; 
}

.col_reg_1 ul{
	float:left;
	width:700px;
	margin-left:150px;
}


.col_reg_1 h2.col_font{ 
	float:left; 
	width:100%; 
	color:#C30; 
	text-align:center; 
	padding:5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}

.name_centre{
	width:auto;
	height:auto;
	display:inline;
	background:#009999;
	margin:0 auto;}


.col_reg_1 {
	width:900px;
	}
.col_reg_1 ul{ 
	padding-top:10px;
	}
.col_reg_1 ul li{
	float:left;
	text-align:center;
	color:#000 !important;
	list-style:square;
	padding-top:20px;
	padding-bottom:15px;
	padding-right:30px;
	}
	
.col_reg_1 ul li a{
	text-decoration:none;
	color:#38545F;
	font-weight:bold;
	font-size:16px;
	}	


#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:0px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
	color:#015b86;
}
#menu li:hover div a:hover {
	color:#029feb;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

/*---Namvigation for admin panal----*/


.navigation{
		float:right;
		width:710px;
		height:25px;
		border:#FFFFFF solid 1px;
		margin-bottom:50px;
}

.navigation ul{ 
		padding:0px;
		margin: 0 0;
		list-style: none;
		float: left;
}
.navigation ul li{
		float: left;
		display: inline; 
		margin: 0 0px;
}
.navigation ul li a{  
		text-decoration: none;
		float:left;
		color: #999;
		cursor: pointer;
		font: 900 14px/22px "Arial", Helvetica, sans-serif;
}

.navigation ul li a span{  
	margin: 0 10px 0 -10px;
    padding: 1px 8px 5px 18px;
    position: relative; 
    float:left;
}


ul.navigation li a.current, ul.navigation li a:hover {
    background: url(../images/button_hover.png) no-repeat top right; 
    color: #0d5f83;
}


ul.navigation li a.current span, ul.navigation li a:hover span {
    background: url(../images/button.png) no-repeat top left;
}
*/


/*---Namvigation for admin panal----*/


/*------ header end----- */

/*------ content------ */
.content{
       float:left;
	   width:100%;
	   height:auto;
	 
}

.wrap{
       width:960px; 
	   margin:0 auto;
}

.inWrap{
       float:left;
       width:960px; 
}

.current{color:#FFFFFF;}


.contain_area{
	float:left;
	width:960px;
	height:1565px;
	background-color:#F0F0F0;
	border-radius:7px 7px 7px 7px;
	margin-bottom:15px;
}

.contain_area_for_gallary{
	float:left;
	width:960px;
	height:4100px;
	background-color:#F0F0F0;
	border-radius:7px 7px 7px 7px;
	margin-bottom:15px;
}

.contain_area_for_result{
	float:left;
	width:960px;
	height:700px;
	background-color:#F0F0F0;
	border-radius:7px 7px 7px 7px;
	margin-bottom:15px;
}

.contain_area_for_course{
	float:left;
	width:960px;
	height:2100px;
	background-color:#F0F0F0;
	border-radius:7px 7px 7px 7px;
	margin-top:0px;
	margin-bottom:15px;
}

.contain_area_for_regional{
	float:left;
	width:960px;
	height:600px;
	background-color:#F0F0F0;
	border-radius:7px 7px 7px 7px;
	margin-top:0px;
	margin-bottom:15px;
}

.contain_area_for_regristration{
	float:left;
	width:960px;
	height:1600px;
	background-color:#F0F0F0;
	border-radius:7px 7px 7px 7px;
	margin-top:0px;
	margin-bottom:15px;
}

.contain_area_for_indivual_center{
	float:left;
	width:960px;
	height:500px;
	background-color:#F0F0F0;
	border-radius:7px 7px 7px 7px;
	margin-top:0px;
	margin-bottom:15px;
}
.contain_area_for_regional_cen_profile{
	float:left;
	width:960px;
	height:700px;
	background-color:#F0F0F0;
	border-radius:7px 7px 7px 7px;
	margin-top:0px;
	margin-bottom:15px;
}

.contain_area_for_any_query{
	float:left;
	width:960px;
	height:1550px;
	background-color:#F0F0F0;
	border-radius:7px 7px 7px 7px;
	margin-top:0px;
	margin-bottom:15px;
}

.contain_area_for_contact{
	float:left;
	width:960px;
	height:600px;
	background-color:#F0F0F0;
	border-radius:7px 7px 7px 7px;
	margin-top:0px;
	margin-bottom:15px;
}

.contain_area_for_result_show{
	float:left;
	width:960px;
	height:2400px;
	background-color:#F0F0F0;
	border-radius:7px 7px 7px 7px;
	margin-bottom:15px;
}


.contain_area_fixd{
	float:left;
	width:960px;
	height:600px;
	background-color:#F0F0F0;
	border-radius: 7px 7px 7px 7px;
	margin-top:0px;
	margin-bottom:15px;
}

/*----slide end -----*/

#slide_warp{ width:960px; height:300px;background:#FFFFFF; margin-top:10px; font-size:12px; margin-bottom:30px; }
.text_area{
	float:left;
	width:960px;
	height:300px;
	margin-left:30px;
}

/* slider layout */
.lof-slidecontent { position:relative;	overflow:hidden;}
.lof-slidecontent .preload{	height:100%;width:100%;	position:absolute;	top:0;	left:0;	z-index:100000;	text-align:center;	background:#FFF}
.lof-slidecontent .preload div{	height:100%;width:100%;	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;}

.lof-slidecontent  .sliders-wrapper{position:relative;	height:100%;	width:900px;	z-index:3px;	overflow:hidden; }
.lof-slidecontent  ul.sliders-wrap-inner{overflow:hidden;background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;	padding:0px;	margin:0;	position:absolute;overflow:hidden;}
.lof-slidecontent  ul.sliders-wrap-inner li{overflow:hidden;padding:0px;margin:0px;	float:left;	position:relative;}
.lof-slidecontent  .lof-opacity  li{position:absolute;	top:0;left:0;	float:inherit; }


.lof-slidecontent  .navigator-content {position:absolute;
	right:0;
	top:00px;
	z-index:9;
	height:300px;
	width:310px;
	overflow:hidden;
	color:#FFF
}
.lof-slidecontent  .navigator-wrapper{position:relative;z-index:10;
	height:180px;
	width:310px;
	overflow:hidden;
	color:#FFF;
	float:left
}
.lof-slidecontent  ul.navigator-wrap-inner{	top:0;	padding:0;	margin:0;	position:absolute;	width:100%; }
.lof-slidecontent  ul.navigator-wrap-inner li{ cursor:hand; cursor:pointer;	list-style:none;	padding:0;	margin-left:0px;	overflow:hidden;float:left;	display:block;	text-align:center;}

/*******************************************************/
 
ul.sliders-wrap-inner li img{padding:0px;}

.lof-slidecontent .slider-description a.readmore{color:#58B1EA; font-size:95%; }
.lof-slidecontent .slider-description a{ color:#FFF; }
.lof-slidecontent .slider-description{
	z-index:100px;
	position:absolute;
	bottom:66px;
	left:0px;
	width:350px;
	background:url(../images/bg_trans.png);
	height:100px;
	padding:10px;
	color:#FFF;
}
.lof-slidecontent .slider-description h4 {font-size: 14px;    margin: 10px 0;    padding: 0; }
.lof-slidecontent .slider-description .slider-meta a{	
	margin:0;
	background:#C01F25;
	font-size:75%;
	padding:2px 3px;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
	text-transform:uppercase;
	text-decoration:none
}
.lof-slidecontent  .item-meta a:hover{	text-decoration:underline;}
.lof-slidecontent  .item-meta i {	font-size:70%; }

/* item navigator */
.lof-slidecontent ul.navigator-wrap-inner  li.active{
	background:url(../images/arrow-bg.png) no-repeat scroll left center; 
	color:#FFF
}
.lof-slidecontent ul.navigator-wrap-inner  li >  div{
	background:url(../images/transparent_bg.png);
	color:#FFF;
	height:100%;
	position:relative;
	margin-left:15px;
	padding-left:15px;
	border-top:1px solid #E1E1E1;
	text-align:left
}

.lof-slidecontent ul.navigator-wrap-inner li.active div{
	background:url(../images/grad-bg.gif);
	color:#FFF;
}
.lof-slidecontent ul.navigator-wrap-inner li img{
	height:60px;
	width:60px;
	margin:15px 15px 10px 0px;
	float:left;
	padding:3px;
	border:#C5C5C5 solid 1px;
}
.lof-slidecontent ul.navigator-wrap-inner li.active img, 
.lof-slidecontent ul.navigator-wrap-inner li:hover img {
	border:##6C8E5C  solid 1px;
}
.lof-slidecontent  .button-next, 
.lof-slidecontent .button-previous{
	display:block;
	width:40px;
	color:#FFF;
	cursor:pointer;
	position:absolute;
	height:100%;
	z-index:40;
	top:0;
	text-indent:-999px;

}
.lof-slidecontent   .button-next {
	right:0px;
	background:url(../images/next.png) no-repeat right center;
}
.lof-slidecontent  .button-previous {
	left:0px;
	background:url(../images/previous.png) no-repeat left center;
}


.lof-slidecontent .button-control {
   position:absolute;
   top:10px;
   right:48%;
    height: 20px;
    width: 20px;
	cursor:hand; cursor:pointer;
	background:url(../images/transparent_bg.png) repeat;
}

.lof-slidecontent .button-control span { display:block;  width:100%; height:100%;}
.lof-slidecontent .action-start span  {
	background:url(../images/play.png) no-repeat center center;
}
.lof-slidecontent .action-stop span {
	background:url(../images/pause.png) no-repeat center center;
}


/*----slide end -----*/

/*------left site bar------ */

.text_area_right{
	float:left;
	height:auto;
	padding:2px 0 10px 0px;
}

.text_area_right_for_result{
	float:left;
	height:auto;
	padding:2px 0 10px 0px;
	margin-left:25px;
}

.text_area_right_for_contact{
	float:right;
	height:auto;
	padding:2px 0 10px 0px;
}


.content_right{
	background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-radius: 7px 7px 7px 7px;
    border-style: solid;
    border-width: 2px;
    box-shadow: 5px 5px 10px #888888;
    min-width: 620px;
    text-align: left;
    vertical-align: middle;
	margin-bottom:20px;
	width:60%;
	padding-bottom:25px;
	height:auto;
}

.home_img{
	float:left;
	display:inline;
	width:145px;
	height:auto;
}

.home_img a img{
float:left;
display:inline;
width:auto;
height:auto;
}


.reg_centre_content_right{
	float:left;
	background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-radius: 7px 7px 7px 7px;
    border-style: solid;
    border-width: 2px;
    box-shadow: 5px 5px 10px #888888;
    text-align: left;
    vertical-align: middle;
	margin-bottom:20px;
	width:100%;
	padding-bottom:25px;
	margin-top:20px;
}


.content_right ul{ 
list-style-image:url(../img/checkbox.png);
margin-left:260px;
padding-bottom:20px;
;}


/*------end left site bar------ */

/*------Right site bar------ */

.text_area{
	float:left;
  	width:900px;
	}
.text_area_left{
	float:right;
	width:227px;
	height:940px;
	margin-top:4px;
	display:inline;
}

.search_box{
	float:left;
	width:227px;
	height:170px;
	margin:0px 0 20px 0 ;
        margin-top:10px;
}

.search_box_top{
	float:left;
	display:inline;
	width:227px;
	height:47px;
	background-image:url(../images/dark_blue_bal_top.gif);
	background-repeat:no-repeat;
}

.search_2_box_top{
	float:left;
	display:inline;
	width:227px;
	height:47px;
	background-image:url(../images/dark_blue_bal_top_2.png);
	background-repeat:no-repeat;

}

.search_3_box_top{
	float:left;
	display:inline;
	width:227px;
	height:47px;
	background-image: url(../images/quick_bal_top.png);
	background-repeat:no-repeat;
}

.search_box_top h2,.search_2_box_top h2,.search_3_box_top h2{
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

.search_box_medal{
	float:left;
	display:inline;
	width:227px;
	height:109px;
	background-image: url(../images/dark_blue_bal_center.gif);
	background-repeat:repeat-y;
}

.search_2_box_medal{
	float:left;
	display:inline;
	width:227px;
	height:109px;
	background-image: url(../images/dark_blue_bal_center_1.png);
	background-repeat:repeat-y;
}

.search_3_box_medal{
	float:left;
	display:inline;
	width:227px;
	height:240px;
	background-image: url(../images/quick_bal_medal.png);
	background-repeat:repeat-y;
        margin-top:10px;
        border-radius:5px 5px 5px 5px;
       
}

.search_3_box_medal ul{
	list-style:none;
}

.search_3_box_medal ul li{
	margin:6px 0 0 23px;
}

.search_3_box_medal ul li a{ text-decoration:none; color:#FFFFFF; font-size:14px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}

.search_3_box_medal ul li a:hover{ color:#009900;}

.search_box_medal label{
		float:left;
		display:block;
		width:30%;
		height:auto;
		color:black;
		font-size:14px;
		padding:3px 0 0 22px;
                

}

.search_2_box_medal label{
		float:left;
		display:block;
		width:27%;
		height:auto;
		color:black;
		font-size:14px;
		padding: 3px 0 0 10px;

}

.custom_input{
	float:right;
	height:22px;
	background-color:#fff;
	border:black solid 1px;
	font-size:12px;
	margin-right:30px;
	}
	
.custom_input_center_search{
	float:right;
	height:22px;
	background-color:#fff;
	border:black solid 1px;
	font-size:12px;
	margin-right:15px;
	}
			
.custom_button{
	float:left;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	margin:10px 0 0 82px; ;
}

.search_box_buttom{
	float:left;
	display:inline;
	width:238px;
	height:13px;
	background-image: url(../images/dark_blue_bal_bottom.gif);
	background-repeat:no-repeat;
}

.search_2_box_buttom{
	float:left;
	display:inline;
	width:238px;
	height:13px;
	background-image: url(../images/dark_blue_bal_bottom_1.png);
	background-repeat:no-repeat;
}

.search_3_box_buttom{
	float:left;
	display:inline;
	width:238px;
	height:13px;
	background-image: url(../images/quick_bal_bottom.png);
	background-repeat:no-repeat;
}

.No_result{ float:left; width:100%; height:auto; background:#333; font-size:14px; color:#fff; text-align:center;}

<!--Sub menu-->


.sub_menu{
	float:left;
	width:227px;
	height:280px;
}

.sub_menu_top{
	float:left;
	display:inline;
	width:227px;
	height:47px;
	background-image:url(../images/dark_blue_bal_top.gif);
	background-repeat:no-repeat;
}

.sub_menu_top h2{
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

.sub_menu_medal{
	float:left;
	display:inline;
	width:227px;
	height:164px;
	background-image: url(../images/dark_blue_bal_center.gif);
	background-repeat:repeat-y;
}

.home{
	float:left;
	width:170px;
	height:24px;
	margin-left:23px;
	margin-bottom:8px;
}

.sub_menu_medal label{
	float:left;
	display:block;
	width:30%;
	height:auto;
	color:black;
	font-size:14px;
	padding: 3px 0 0 22px;

}

.sub_menu_buttom{
	float:left;
	display:inline;
	width:227px;
	height:12px;
	background-image: url(../images/dark_blue_bal_bottom.gif);
	background-repeat:no-repeat;
	margin-bottom:20px;
}

.sub_menu ul{ 
		padding:0px;
		margin: 0 0;
		list-style: none;
		width:60%;
		margin-left:30px;
}
.sub_menu ul li{
		display: inline; /*For ignore double margin in IE6*/
		margin: 0 0px;
}
.sub_menu ul li a{  
		text-decoration: none;
		float:left;
		color:#fff;
		cursor: pointer;
		font: 900 14px/22px "Arial", Helvetica, sans-serif;
}

.sub_menu ul li a span{  
	margin: 0 10px 0 -10px;
    padding: 1px 8px 5px 18px;
    position: relative; /*To fix IE6 problem (not displaying)*/
    float:left;
}


ul.sub_menu li a.current, ul.sub_menu li a:hover {
    color: #0d5f83;
}


ul.sub_menu li a.current span, ul.sub_menu li a:hover span {
    background: url(../images/button.png) no-repeat top left;
}

/*------ end right sitbar------ */

/*------ Footer------ */

.footer{
	float:left;
	width:100%;
	height:113px;
	background:url(../images/button_link.png) repeat-x;
}


.footer_in{
	text-align:center;
	width:100%;
	font-family:Arial;
	font-size:14px;
	color:#FFFFFF;
	margin-top:40px;
}
	
.footer_in a{
	color:#0066FF;
}	
	

.footer_in a:hover{
	text-decoration:none;
}

.footer_last{
	width:100%;
	color:#FFFFFF;
	text-align:center;
	margin-top:10px;}

.footer_last a{
	color:#26C4FF;
	padding:0 8px;
	font-size:14px;
	font-family:"Courier New", Courier, monospace;
	text-decoration:none;
	font-weight:bold;
	}
	
.footer_last a:hover{
	color:white;
	text-decoration:underline;}	



	
/*------ End Footer------ */


/*---- login style----*/
#login-box {
	width:333px;
	height: 326px;
	padding: 58px 76px 0 76px;
	color: #ebebeb;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../images/login-box-backg.png) no-repeat left top;
}

#login-box img {
	border:none;
}

#login-box h2 {
	padding:0;
	margin:0;
	color: #ebebeb;
	font: bold 30px "Calibri", Arial;
}


#login-box-name {
	float: left;
	display:inline;
	width:80px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin:0 0 7px 0;
}

#login-box-field {
	float: left;
	display:inline;
	width:230px;
	margin:0;
	margin:0 0 7px 0;
}


.form-login  {
	width: 205px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color:#1e4f8a;
	font-size: 16px;
	color: #ebebeb;
}


.login-box-options  {
	clear:both;
	padding-left:87px;
	font-size: 11px;
}

.login-box-options a {
	color: #ebebeb;
	font-size: 11px;
}

.sub_input{ float:left; width:103px; height:42px; background:url(../images/login-btn.png);margin-left:90px;  border: none; cursor:pointer;}

/*---- end login style----*/

/*---- Serarch result style----*/
.search_result{float:left; width:880px; height:550px; }
.search_header{ float:left; width:880px; height:120px; background:#e2e2e2; border-radius:7px 7px 7px 7px;background:url(../images/bg_img.png);}
.print_icone{ float:left; display: inline;font-size:14px; font-weight:bold; margin-top:12px; color:#CCCCCC;}
.witf_logo{float:left; width:100px; height:96px; margin-top:10px; margin-left:100px; margin-right:10px; display:inline;}
.witf_background{ float:left; width:600px; height:120px; }
.search_con{ float:left; width:755px; border:#333 solid 2px; border-radius:7px 7px 7px 7px; margin-left:63px; margin-top:40px; display:block;}
.serch_element{ float:left; width:450px; margin-left:150px; display:inline; font-size:16px; margin-top:50px; margin-bottom:50px; display:block;}
.serch_row_name{ float:left; width:140px; height:30px; margin-right:15px; margin-bottom:10px; background-color:#c8c8c8;line-height:30px;}
.serch_row_name p{ color:#fff; display:inline; font-weight:bold; padding-left:10px;} 
.serch_row_data{ float:left; width:295px; height:30px; display:block; margin-bottom:10px; background:#c2c2c2;}
.serch_row_data p{ color:#fff; display:inline; font-weight:bold; padding-left:10px; line-height:30px;} 

/*----End Serarch result style----*/



/*-------student regristration---------*/


#signup-form input, textarea { 
	font: 14px/24px Helvetica, Arial, sans-serif; 
	color: #666; 
}
#signup-form input { 
	width:60% 
}
#signup-form form { 
	margin: 30px 0 0 0 
}
#signup-form input, textarea { 
	background: none repeat scroll 0 0 #FFFFFF; 
	border: 1px solid #C9C9C9; 
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset, -5px -5px 0 0 #F5F5F6, 5px 5px 0 0 #F5F5F6, 5px 0 0 0 #F5F5F6, 0 5px 0 0 #F5F5F6, 5px -5px 0 0 #F5F5F6, -5px 5px 0 0 #F5F5F6; 
	color: #545658; 
	padding: 8px; 
	font-size: 14px; 
	border-radius: 2px 2px 2px 2px;
}

#submit { 
	background: url("../images/submit_bg.gif") repeat-x scroll 0 0 transparent; 
	border: 1px solid #B7D6DF; 
	border-radius: 2px 2px 2px 2px; 
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); 
	color: #437182; 
	cursor: pointer; 
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-size: 14px;
	font-weight: bold; 
	height: auto; 
	padding: 6px 10px; 
	text-shadow: 0 1px 0 #FFFFFF; 
	width: auto; 
}
#submit:hover { 
	background: url("../images/submit_hover_bg.gif") repeat-x scroll 0 0 transparent; 
	border: 1px solid #9FBAC0; 
	cursor: pointer; 
}
#signup-form a { 
	color: #88BBC8; 
	text-decoration: none; 
}
#signup-form a:hover { 
	color: #f26525 
}
#signup-form { 
	width: 800px;
	height:1300px; 
	margin: 0 auto; 
	margin-bottom: 50px; 
	background: #fff; 
	padding: 40px; 
	border: 10px solid #f2f2f2;
	border-radius:2px 2px 2px 2px;
}

#signup-form_3 { 
	width: 800px;
	height:1800px; 
	margin: 0 auto; 
	margin-bottom: 50px; 
	background: #fff; 
	padding: 40px; 
	border: 10px solid #f2f2f2;
	border-radius:2px 2px 2px 2px;
}

#signup-icon { 
	float: right; 
	width: 48px; 
	height: 48px; 
}
#signup-form h1, h2, h3, h4, h5, h6 { 
	margin: 0; 
	padding: 0; 
	color: #444; 
}
#signup-form h1 { 
	float: left; 
	margin: 0 0 30px; 
	font-size: 24px; 
	line-height: 34px; 
}
#signup-form h2.secondary { 
	float: left; 
	width: 260px; 
	font-size: 16px; 
	font-weight: normal; 
	color: #999; 
	margin-bottom: 30px; 
	line-height: 26px; 
}
#signup-form h3 { 
	margin: 30px 0 0 0 
}
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
.clearfix { 
	display: inline-block 
} /* Hide from IE Mac \*/
.clearfix { 
	display: block; 
} /* End hide from IE Mac */
.none { 
	display: none; 
} /* End Clearfix _NO__DOTCOMMA__AFTER__*/

#header { 
	width:800px;
	height:185px;
	margin: 0 0 30px 0; 
	border-bottom: 1px solid #efefef; 
}

#logo_area{
	float:left;
	width:100%;
	height:100px;
}
.logo{
	float:left;
	width:100px;
	height:96px;
	display:inline;
	margin:0 20px 0 0px;
}

.header_info{ float:right; width:680px; height:100px; display:block;}

.header_info h1{ float:left; width:680px; height:auto;font-size:26px;letter-spacing:1px; margin:0 !important;}

.bgAooro{ float:left; width:570px; height:auto;font-size:16px; letter-spacing:2px; margin:5px 0 5px 0 !important; display:inline !important; }
.headerPra{ float:left; text-align:center; width:570px; height:auto;font-size:16px; margin:0 !important; display:inline !important;}
.address_pic{ float:right; width:800px; height:90px;}
.address{ float:left; width:300px; height:100px;margin:0 0 0 300px;}
.address p{float:left; margin:5px 0 0 0px; }
.upload_img{float:right; width:180px; height:170px;}
.add_buttom{float:left; width:800px; height:70px;}
.preview{ float:left; width:120px; height:90px;border:#CCC solid 2px;}
.browse{float:left; width:150px; height:60px; }
.browse input[file]{ width:150px!important ;}


.serial_num{float:left; width:100%; height:28px;}
.serial_num p{text-align:center; width:100%; height: auto; color:#3399FF; font-size:22px; text-transform:uppercase; font-family:Verdana, Arial, Helvetica, sans-serif; margin-bottom:10px; font-weight:bold;}
#send p { 
	margin-bottom:20px;
	width:50%;
	float:left;
}

.other_sty{ 
	margin-bottom:20px;
	width:100% !important;
}

.other_sty_2{ 
	margin-bottom:20px;
	width:25% !important;
}

.other_sty_3{ 
	margin-bottom:20px;
	width:60% !important;
}

.other_sty_4{ 
	margin-bottom:20px;
	width:50% !important;
}

.other_sty_4 span{ float:left;}

textarea { 
	width: 95%; 
	margin: 0 0 0 2px; 
}
#required p{
	font-size:10px;
	font-weight:bold;
	float:left;
}
#apply { 
	border-top: 1px solid #efefef; 
	margin-top: 30px; 
	padding: 20px 0 0 0; 
}
#apply ul { 
	margin-bottom:50px 
}
#signup-form form label { 
	display:block; 
	margin-bottom:5px; 
	font-weight:bold; 
	font-size:12px;
	width:50%; 
}

.formlabel { 
	display: block; 
	margin-bottom:5px; 
	font-weight:bold; 
	font-size:12px;
}

.from_content{ float:left; width:800px; height:auto; margin-top:30px;}

/*------ end student regristration-----*/
/*Others Page*/

.regional_center{
	float:left;
	width:880px;
	height:38px;
	margin-top:60px;
	margin-bottom:20px;
}
.regional_center h2{ float:left;width:auto; height:auto; display:inline; letter-spacing:2px; padding-top:5px;}
.regional_center p{ float:left;padding-top:5px; padding-left:30px;}
.regional_center select{margin-top:5px; margin-left:10px;}

/*--Regional Center peofile--*/
.my_panel{
	float:left;
	width:100%;
	height:250px;
	background:#26C4FF;
	border-radius:7px 7px 7px 7px; 
	margin-top:15px;
}

.my_info ul li{ padding-top:15px;
	text-align:center;}


.my_photo{
	float:left;
	width:125px;
	height:160px;
	margin:50px 0 0 40px;
	border:#CCCCCC solid 2px;
}

.my_photo img{ float:left; display:inline; width:auto; height:auto;}

.my_info{
	float:left;
	width:606px;
	height:auto;
	display:inline;
	margin-left:10px;
	margin-top:20px;	
}


/*-----Gallary css-----*/

.course_site{
	float:left;
	width:100$;
	background:#CCC;
}
	
.course_site_img{
	float:left;
	width:200px;
}	
	
.course_site_head{
	float:right;
	font-family:Arial;
	font-size:36px;
	text-align:center;
	width:680px;
	padding-top:10px;
}

.course_site_dc{
	float:right;
	width:660px;
	padding-top:30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#06F;
}

.course_site_dc ul li{
	text-align:center;
}

.course_site{
	width:100%;
	background:#FFFFFF;
	border-radius:7px 7px 7px 7px;
	box-shadow:5px 5px 10px #888888;
	margin-bottom:20px;
}
	
.course_site_img{
	float:left;
	width:200px;
	padding-top:10px;
}	
	
.course_site_head{
	float:right;
	font-family:Arial;
	font-size:36px;
	text-align:center;
	width:680px;
	padding-top:10px;
	color:#03F;
	
}
	
.course_site_head:hover{
	color:#F00;
	cursor:pointer;
	text-shadow:2px 3px 5px #000;
}	

.course_site_dc{
	float:right;
	width:660px;
	padding-top:30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#06F;
}
	
.course_site_dc_left{
	float:left;
	width:329px;
	border-right:2px solid #0066FF;
	margin-bottom:20px;
	

	
}


.course_site_dc_left ul li{
	padding-left:20px;
	color:black !important;
	font-weight:bold;
	font-size:16px;
}


	
.course_site_dc_right{
	float:right;
	width:329px;
	color:black;
	}
	
		
		
	
.course_site_dc_right ul li{
	margin:7px 20px;
	padding-left:20px;
	font-weight:bold;
	font-size:16px;}

clear{ clear:both;}		
/*-------------course html ending here--------------------*/


/*------------------contact form starting------------------*/

.login_left{
	float:left;
	width:380px;
	height:400px;
	margin-top:30px;
	}

.login_left img{
	float:left;
	display:inline;
	width:auto;
	height:auto;
	padding-top:10px;
	margin-left:125px;
	}

	
.log_info{
	float:left;
	display:inline;
	width:100%;
	height:auto;
	}	
	
.log_info p{
	text-align:left;
	width:80%;
	line-height:25px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:10px 0 0 50px;
	}	

.loging_form{
	float:left;
	width:100%;
	height:auto;
	margin-top:30px;
	}

.box{ 
	width:500px;
	background:#222222;
	
	}
	
.box span{
	color:#FFFFFF;}	

.box h1{ 
	color:#ffffff;
	font-size:18px;
	padding:5px 0 5px 5px;
	border-bottom:1px solid #161712;
	text-transform:inherit;
	}

.input_text{ 
	width:200px;
	background:white;
	padding:10px 10px;
	border-bottom:1px double #171717;
	border-top:1px double #171717;
	border-left:1px double #333333;
	border-right:1px double #333333;
	border-radius:7px 7px 7px 7px;
	}

.message{
	padding:7px 7px;
	width:350px;
	background:white;
	border-bottom: 1px double #171717;
	border-top: 1px double #171717;
	border-left:1px double #333333;
	border-right:1px double #333333;
	overflow:hidden;
	height:150px;
	border-radius:7px 7px 7px 7px;
	}

.box label{
	width:100%;
	display:block;
	border-bottom:1px solid #161712;
	border-top:1px solid  #666666;
	padding:10px 0 10px 0;
	background:#1C1C1C;
	
	}
	
.box label span{
	float:left;
	color:#FFFFFF;
	font-size:12px;
	width:100px;
	text-align:right;
	padding:5px 20px 0 0;
	}	
	
.button{ width:100px;
	background:#CC0000;
	position:relative;
	border:0;
	top:10px;
	left:380px;
	padding:5px 10px
	border-bottom: 1px double #660000;
	border-top: 1px double #660000;
	border-left:1px double #FF0033;
	border-right:1px double #FF0033;
	margin-bottom:10px;
	}	
	
.button:hover{ color:#F00;
cursor:pointer;
background:#FFF;
border:none;}

.result_quare{
	float:left;
	width:100%;
	height:100px;
	display:inline;
	background:#FFFFFF;
	border-radius:15px;
	margin-bottom:20px;
	margin-top:20px;
	line-height:100px;
	text-align:center;
	font-size:28px;
	color:black;
	font-weight:bold;
	font-family: "Lucida Calligraphy", "Adobe Caslon Pro";	
	box-shadow: 5px 5px 2px #b2b2b2;
	text-shadow:1px 1px 1px #19D1F7;
	
}
	
	
.result_rows{
	float:left;
	width:880px;
	height:auto;
	display:inline;
	border:solid c2c2c2 1px ;
	background:#c8c8c8;
	padding:10px ;
}
.result_rows p{ float:left; display:block; width:100%; height:auto;}
.for_exam{ float:left; 
	width:250px; 
	height:auto; 
	font-size:16px; 
	font-weight:bold;
	padding-left:20px;
}

.start_date{
	float:left;
	width:250px;
	height:auto;
	display:inline;
	font-family:Araial;
	font-size:14px;
	font-weight:bold;
	text-align:center;

	}
	
.pub_date{
	float:left;
	width:250px;
	height:auto;
	display:inline;
	font-family:Araial;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	}	
.result_rows_st{
	float:left;
	width:880px;
	height:auto;
	display:inline;
	border:solid c2c2c2 1px ;
	background:#c8c8c8;
	padding:10px ;
	}
	
.result_rows_st_ex{
	float:left;
	width:880px;
	height:auto;
	display:inline;
	border:solid c2c2c2 1px ;
	background:#c8c8c8;
	padding:10px ;
	
}		
	
.stdn-Name_roll_reg_gpa{
	float:left; 
	width:170px; 
	height:auto; 
	font-size:18px; 
	font-weight:bold;
	text-align:center;
	font-family:"Courier New", Courier, monospace;
	
	
}



/*table*/

table
{ width: 100%;
background-color: #fafafa;
border: 1px #000000 solid;
}

caption, th{
	text-align:center;
	color:#38535C;
	line-height:25px;
	}



td
{
border-bottom: 1px #6699CC solid;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 10px;
color: #404040;
padding-top: 20px;
padding-bottom:20px;
padding-left: 8px;
padding-right: 0px;
text-align:center;
}


/*----------For pagination------------*/
.pagination{
	width:auto;
	height:auto;
	padding:30px;
	margin:0 auto;
	}

.pagination a{
	text-align:center;
	color:#2850D3;
	padding:3px 7px;
	background:#FFF;
	text-decoration:none;
	font-weight:bold;
	border:1px solid #0E9FDC;
	font-family:Arial, Helvetica, sans-serif;
	}

.pagination p{
	text-align:center;
	}
	
.pagination a:hover{
	color:#ffffff;
	background:#0E6ADC;
	bottom:3px;
	position:relative;
	
	}
	


/*----------For email styling------------*/

.email{ float:left; width:600px; background:#FFFFFF;}


/*-----------gallary Start here-----------*/

.text_area_right_galary{
	float:left;
	height:auto;
	padding:10px 0 10px 0px;
}

.text_area_right_galary img{
	float:left;
	display:inline;
	width:280px;
	height:200px;
	margin:10px 0 10px 15px;
}
