@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	/*background-image:url(../images/site_images/page.png);*/
	background-attachment:fixed;
}
.content_area{
	/*position:relative;*/
	width:960px;
	background:#FFF;
	/*border:1px solid #FFF;*/
	height:550px auto;
	margin:0px auto;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.receipt_tb{
	font-family:Tahoma, Geneva, sans-serif; 
	border-color:#000;
}
.receipt_content_area{
	/*position:relative;*/
	width:960px;
	background:#FFF;
	/*border:1px solid #FFF;*/
	height:550px auto;
	margin:0px auto;
}
.sign{
	background-attachment:scroll;
	background-image:url(../images/site_images/logo_background.PNG);
	background-repeat:no-repeat;
	background-position:bottom;
}
#fronter{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:500;
	font-size:16px;
}
/*body content style start*/
#menu a{
	text-decoration:none;
	color:#00F;
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
}
#menu a:hover{
	text-decoration:underline;
	color:#000;
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif,;
}
#menu_print a{
	text-decoration:none;
	color:#FC9;
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif,Lucida Calligraphy;
}
#menu_print a:hover{
	text-decoration:underline;
	color:#910B33;
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif,Lucida Calligraphy;
}
#header3{
	font-size:20px;
}
#strong{
	font-size:24px;
}
.table{
	background-attachment:scroll;
	background-image:url(../images/site_images/logo_background.PNG);
	background-repeat:no-repeat;
	background-position:bottom;
}
.bill_table{
	background-attachment:scroll;
	background-image:url(../images/site_images/bill_logo_background.PNG);
	background-repeat:no-repeat;
	background-position:bottom;
}
input{
	padding:4px;
	padding-left:inherit;
	font-size:14px;
	border-radius: 3px;
}
*:focus{
	background-color:whitesmoke;
	color:#000;
}
#background{
	background-color:whitesmoke;
	color:#000;
}
#termconditionload{
	border:none;
	color:#009;
	cursor:help;
	text-decoration:underline;
	background-color:#FFF;
	padding:5px;	
}
#resultfont{
	font-size:25px;
}
*{
	font-family:arial;

}
#submit_btn{
	width:190px;
	padding:13px;
}
#bank_Lng{
	width:220px;
	padding:13px;
}
.red{
	font-size:14px;
	color:#FFF;
	background-color:#F00;
	padding:5px;
	border-radius:2px;
}
.pink{
	font-size:14px;
	color:#FFF;
	background-color:#800000;
	padding:5px;
	border-radius:2px;
}
.green{
	font-size:14px;
	color:#FFF;
	background-color:green;
	padding:5px;
	border-radius:2px;
}
.confirmpass{
	font-size:14px;
	color:#FFF;
	padding:5px;
	background-color:red;
	border-radius:2px;
}
#staff_img{
	background-image:url(../images/site_images/user.jpg);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	border:5px;
	border-style:double;
	box-shadow: 3px 3px 5px #009;
}
#styleindex{
	background-attachment:scroll;
	background-image:url(../images/site_images/502013116_univ_lsr_lg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:auto;
	width:auto;
	padding: 0px;
}
.odd_row{
	background-color: #EEE;
}
.even_row{
	background-color: #FFF;
}