/*

BLUE THEME

*/
/* CSS file */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
										FONT 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@font-face 
{
	src:url("font/CALIBRI.TTF");
	font-family:Calibri;
}
@font-face 
{
	src:url("font/CALIBRIB.TTF");
	font-family:Calibri;
	font-weight:bold;
}
@font-face 
{
	src:url("font/CALIBRII.TTF");
	font-family:Calibri;
	font-style:italic;
}
@font-face 
{
	src:url("font/CALIBRIZ.TTF");
	font-family:Calibri;
	font-weight:bold;
	font-style:italic;
}
body 
{
	font-family: Arial, Helvetica, sans-serif;
}

.logo_txt
{
	font-family:Calibri;
	font-size: 30px;
	font-weight: normal;
	font-style:italic;
	color: #0d1771;
	padding:2px 5px 2px 0px; 

}
#top
{
	height: 168px;
	width: 952px;
	background-image:url(../them2/topimg.jpg);
	background-repeat:no-repeat;
	
}
#bottom
{
	height: 179px;
	width: 952px;
	background-image:url(../them2/bottomimg.jpg);
	background-repeat:no-repeat;
	
	vertical-align:top;
}
#login_box
{
	width: 952px;
	height: 272px;
	float:left;
	
	background-image:url(../them2/loginboxstrip.jpg);
	background-repeat:repeat-x;
}
#login_left_border
{
	background-color: #FFA141;
	width: 15px;
	height: 272px;
	float:left;
}
#login_right_border
{
	background-color: #41A012;
	width: 15px;
	height: 272px;
	float:left;
}
#login_left
{
	width: 108px;
	height: 272px;
	background-image:url(../them2/main-img.jpg);
	background-repeat:no-repeat;
	float:left;
}
#login_mid
{
	height: 342px;
	background-repeat:no-repeat;
	float:left;
}
#login_mid1
{
	width: 353px;
	float:left;
	
}
#login_mid2
{
	width: 1px;
	height: 272px;
	background-color:#FFFFFF;
	float:left;
}
#login_mid3
{
	padding-top: 5px;
	width: 454px;
	float:left;
}
#login_right
{
	width: 6px;
	height: 272px;
	background-image:url(../them2/loginboxrightcorner.jpg);
	background-repeat:no-repeat;
	float:left;
	
}
#login_text
{
	font:Calibri;
	font-size: 36px;
	font-weight: bold;
	font-style:italic;
	color: #0d1771;
	padding-left:50px;
}
.login_text_first
{
	font-family:Calibri;
	font-weight:bold;
	font-style:italic;
	font-size: 36px;
	color: #0d176f;
}

.white_lbl
{
	font-family:Calibri;
	font-size: 18px;
	font-weight: normal;
	color: #0d1771;
	padding:2px 5px 2px 0px; 
}
a{
	font-family:Calibri;
	font-size: 16px;
	font-weight: bold;
	color: #0d1771;
	padding:2px 5px 2px 0px; 
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

.footer_link
{
	font-family: Calibri;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	padding:2px 5px 2px 2px;
	text-decoration:none;
}
#forgotpass
{
	 display:none;
	 background-color:#cdd2fb;
	 z-index:1000;
	 width: 300px;
	 
	 border-width: 2px;
	 border-color:#0d1771;
	 border-style:ridge;
}
.forgotpass_topbaner
{
	background-color:#0d1771;
}

.forgo_window
{
	 padding:2px 5px 2px 2px;
	 font-family: Calibri;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

.input_txt
{
	padding:2px 2px 2px 2px;
	font-family: Calibri;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #000000;
	background-color:#FFFFFF;
}
.btn
{
	padding:0px 15px 5px 15px;
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #FFFFFF;
	background-color:#0d1771;
	text-align:center;
	vertical-align:middle;
	height:20px;
}

.block_lbl
{
	font-family:Calibri;
	font-size: 20px;
	font-weight: normal;
	font-style:italic;
	color: #FFFFFF;
	padding:2px 5px 2px 0px; 
	text-align: justify;
}
.inn_bgcolor
{
	/*background-color: #ff6633; */
	background:url(../them2/inner_bg.jpg) no-repeat;
	height:342px;
}

.inn_bgstrip
{
	background-image:url(../them2/loginboxstrip.jpg);
	background-repeat: repeat-x;
}
