@charset "utf-8";
/* CSS Document */

body
{
background-color:#FFF;	
margin:0 auto;
width:100%;
height:100%;

}
#container
{
margin:0 auto;
width:1200px;
height:700px;
background-color:#FFF;
	
}
#headerLog
{
margin:0 auto;
width:1100px;
height:180px;
background-image:url(../images/studentLogin/header_bg.jpg);
background-repeat:repeat-x;
border-bottom: 3px #666 solid;
box-shadow: 0px 3px  10px #000;
position:relative;
z-index:10;

}
#wrapper
{
margin:0 auto;
height:700px;
width:1200px;
display:block;
background-repeat:no-repeat;
}
#footerLogin
{
background-image:url(../images/studentLogin/footer_bg.jpg);
background-repeat:repeat-x;
height:100px;
width:1100px;
display:block;
position:relative;
border-top:#333 3px solid;
}
#LogoLeft
{
width:1100px;
height:200px;
float:left;
}
#LogoRight
{
height:200px;
width:400px;
display:block;
float:right;

}
#christLogo
{
width:352px;
height:159px;
float:left;
background-image:url(../images/studentLogin/Logo123.jpg);
background-repeat:no-repeat;
}
#KproLogo
{
	margin-top:60px;
	height:60px;
	width:400px;
	background-image:url(../images/studentLogin/krpoLogo.png);
	background-repeat:no-repeat;
}
#GlobeFooter
{
height:80px;
width:80px;
float:left;
margin-left:20px;
margin-top:-30px;
background-image:url(../images/studentLogin/globe.png);
background-repeat:no-repeat;
z-index:20;
}
#copyright
{
color:#000;
font-family:Verdana, Geneva, sans-serif;
font-weight:bold;
font-size:13px;
text-align:left;
padding-top:25px;
}

#LoginFormDiv a
{
	text-decoration:none;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:100;
	padding-right:20px;
	padding-top:25px;
	font-style:italic;
}
#LoginFormDiv a:hover
{
	text-decoration:none;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:100;
	font-style:italic;
	padding-top:25px;
	padding-right:20px;
}






.forgetPass a
{
	text-decoration:none;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:100;
	position:relative;
	z-index:-99;
	
}


#LoginFormDivNew
	{
	height:232px;
	width:644px;
	display:block;
	z-index:999;
	position:relative;
	float:right;
	margin-right:1px;
	margin-top:320px;
	
	
	}

	.buttonsubmitNew
	{
		padding: 5px 5px;
	   background: -webkit-gradient(linear, left top, left bottom, from(#3399E7), to(#3399E7));
	   background: -webkit-linear-gradient(top, #3399E7, #3399E7);
	   background: -moz-linear-gradient(top, #3399E7, #3399E7);
	   background: -ms-linear-gradient(top, #3399E7, #3399E7);
	   background: -o-linear-gradient(top, #3399E7, #3399E7);
	   background-color: #3399E7;
	   box-shadow: 0px 7px 2px -5px #1A1A1A, inset 0px 0px 3px #D1C5C5;
	   -webkit-box-shadow: 0px 7px 2px -5px #1A1A1A, inset 0px 0px 3px #D1C5C5;
	   -moz-box-shadow: 0px 7px 2px -5px #1A1A1A, inset 0px 0px 3px #D1C5C5;
	   -webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	   border-radius: 5px;
	   width:80px;
	   color: #FFF;
	   font-size: 14px;
	   font-family: Verdana, Geneva, sans-serif;
	   text-decoration: none;
	   font-weight: 100;
	   -webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	   -o-transition: 0.2s;
	   cursor: pointer;
	   float:left;
	   margin-left:10px;
	}
	
	
	
	.buttonsubmitNew:hover
	{
		background: none;
	   background-color: #0064A1;
	   box-shadow: 0px 0px 5px 0px #AAAAAA;
	   -webkit-box-shadow: 0px 0px 5px 0px #AAAAAA;
	   -moz-box-shadow: 0px 0px 5px 0px #AAAAAA;
	   border: 1px solid #ffffff;
	   color: #000;
	}

	
	.buttonresetNew
	{
		padding: 5px 5px;
	   background: -webkit-gradient(linear, left top, left bottom, from(#3399E7), to(#3399E7));
	   background: -webkit-linear-gradient(top, #3399E7, #3399E7);
	   background: -moz-linear-gradient(top, #3399E7, #3399E7);
	   background: -ms-linear-gradient(top, #3399E7, #3399E7);
	   background: -o-linear-gradient(top, #3399E7, #3399E7);
	   background-color: #3399E7;
	   box-shadow: 0px 7px 2px -5px #1A1A1A, inset 0px 0px 3px #D1C5C5;
	   -webkit-box-shadow: 0px 7px 2px -5px #1A1A1A, inset 0px 0px 3px #D1C5C5;
	   -moz-box-shadow: 0px 7px 2px -5px #1A1A1A, inset 0px 0px 3px #D1C5C5;
	   -webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	   border-radius: 5px;
	   width:80px;
	   color: #FFF;
	   font-size: 14px;
	   font-family: Verdana, Geneva, sans-serif;
	   text-decoration: none;
	   font-weight: 100;
	   -webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	   -o-transition: 0.2s;
	   cursor: pointer;
	   float:right;
	   margin-right:90px;
	}
	
	.buttonresetNew:hover
	{
		 background: none;
	   background-color: #0064A1;
	   box-shadow: 0px 0px 5px 0px #AAAAAA;
	   -webkit-box-shadow: 0px 0px 5px 0px #AAAAAA;
	   -moz-box-shadow: 0px 0px 5px 0px #AAAAAA;
	   border: 1px solid #ffffff;
	   color: #000;
	}


	.textNew
	{
	border-top: 1px solid #eaf2f7;
   background: #edf5fa;
   background: -webkit-gradient(linear, left top, left bottom, from(#f2f0f5), to(#edf5fa));
   background: -moz-linear-gradient(top, #f2f0f5, #edf5fa);
   background: -ms-linear-gradient(top, #f2f0f5, #edf5fa);
   background: -o-linear-gradient(top, #f2f0f5, #edf5fa);
   padding: 8.5px 17px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #0d0e0f;
   font-size: 15px;
   font-family: Georgia, Serif;
   margin-top:55px;
   margin-bottom:10px;
   margin-left:10px; 
   
	}
	.textNew:hover
	{
	    border-top-color: #edf3f7;
   		background: #edf3f7;
   		color: #0d0d0f;
	}


	.passwordNew
	{
	
   border-top: 1px solid #eaf2f7;
   background: #edf5fa;
   background: -webkit-gradient(linear, left top, left bottom, from(#f2f0f5), to(#edf5fa));
   background: -webkit-linear-gradient(top, #f2f0f5, #edf5fa);
   background: -moz-linear-gradient(top, #f2f0f5, #edf5fa);
   background: -ms-linear-gradient(top, #f2f0f5, #edf5fa);
   background: -o-linear-gradient(top, #f2f0f5, #edf5fa);
   padding: 8.5px 17px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #0d0e0f;
   font-size: 15px;
   font-family: Georgia, Serif;
   text-decoration: none;
   margin-left:10px; 
    margin-bottom:10px;
	}
	.passwordNew:hover
	{
	   border-top-color: #edf3f7;
   background: #edf3f7;
   color: #0d0d0f;
	
	}
	#st_loginNew
	{
	height:47px;
	width:171px;
	margin-left:60px;
	margin-top:50px;
	border-top: 1px solid #eaf2f7;
   background: #edf5fa;
   background: -webkit-gradient(linear, left top, left bottom, from(#f2f0f5), to(#edf5fa));
   background: -webkit-linear-gradient(top, #f2f0f5, #edf5fa);
   background: -moz-linear-gradient(top, #f2f0f5, #edf5fa);
   background: -ms-linear-gradient(top, #f2f0f5, #edf5fa);
   background: -o-linear-gradient(top, #f2f0f5, #edf5fa);
   padding: 19.5px 39px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #174d82;
   font-size: 14px;
   font-family: Georgia, Serif;
	}
	

#NewsAndEvnets{
padding-top: 600px;
}
#LoginStyle{
	font-family: Verdana, Geneva, sans-serif;
	margin-top:35px; 
	color: #2362A1;
	font-weight: bolder;
	
}	
	
	