html,body {
	margin:0px;
}
#wrapper_div{
	border:1px solid #ccc;
	border-bottom:0px;
	min-width:800px;
	
}
#body_div {
	height: auto;
	min-height:500px;
	padding-bottom:45px;
	padding-top:50px;
}
#footer_div {
	text-align:center;
	border-top:2px solid #ddccee;
	padding-top:2px;
	font-size:12px;
	color:#fff;
	position:fixed;
	bottom:0px;
	width:100%;
	height:40px;
	background: #006666;
}
#cssmenu{
	position:fixed;
	top:0px;
	width:100%;
}
.last {
	float:right;
}
#login_div{
	width:420px;
	border: 2px solid #ddd;
	margin:auto;
	padding:16px;
	border-radius:8px;
	background: #4ed;
}
#login_div form{
	border: 2px solid #ddd;
	margin:auto;
	padding:2px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	background: #39b1cc;
}
.bodyforms_div{
	width:500px;
	border: 2px solid #ddd;
	margin:auto;
}
#login_title_div{
	width:99%;
	border: 2px solid #ddd;
	margin:auto;
	text-align:center;
	background: #39b1cc;
}
.label {
	text-align:right;
}
.submit_btn_td {
	text-align:right;
}
#login_div input[type='text'], #login_div input[type='password']{
	width:300px;
}
.session_msg {
	padding:1px;
	color:green;
	margin:2px;
	font-size:11px;
	text-align: center;
}
.bodyforms_div select{
	width:175px;
}
.bodyforms_div input[type='text']{
	width:172px;
}
.bodyforms_div form{
	padding-left:40px;
}
.reports_header{
	margin:1px;
	text-align:center;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background: #39b1cc;
	padding:2px;
}
.reportsdatepicker {
	width:80px;
}
.list_table, .list_table_summary {
	width:100%;
	border:1px solid #39b1cc;
	font-size:12px;
}
.list_table th, .list_table_summary th{
	background: #333;
	color:#fff;
}
.list_table_summary td, .list_table_summary th {
	border: 1px solid #000;
}
.odd_tr {
	background: #ccc;
}
.sn_td {
	text-align:center;
	width:40px;
}
.amount_td {
	text-align:right;
	padding-right:2px;
}

#current_pg {
	margin-left: 2px;
	background-color:#2097e3; 
}	
.pag_navs {
	padding-bottom: 2px;
	text-align: right;
	padding-right: 1px;
	margin-top: px;
	margin-bottom: 1px;
	border: 0px solid #ccc;
	padding-top: 3px;
}
.pag_navs a{
	text-decoration:none;
	display: inline;
	border-radius: 6px;
	border: 0px solid #ccc;
	padding: 2px;
	margin-top:6px;
	background-color:#dddeee; 
	width: 80px;
	padding-left:8px;
	padding-right:8px;
	color:#000;
}
.account_text_boxes {
	width:100px;
}
.actions_td {
text-align:center;
}
#receipt_td {
	width:440px;
	border:2px solid #777111;
	margin:auto;
	border-radius:4px;
	margin-top:4px;
	padding:3px;
	display:none;
}
#receipt_td h4 {
	text-align:center;
	padding:2px;
	margin:2px;
}
#rcpt_div {
	text-align:center;
}
#print_btn {
	display:none;
}
#print_btn_div {
	text-align:right;
	width:100%;
	margin:auto;
	padding-top:10px;
	padding-right:4px;
}
#print_arrears {
	width:100px;
	border-radius:4px;
}
#header_div {
	display:none;
}
#print_statement_btn{
	border-radius:8px;
}

