.menu-button{
	float:left;
}
.button-separator{
	width:2px;
	height:74px;
	background-image:url(../images/bt-separator.png);
	float:left;
}
.clear-both{
	clear:both;
}
.right-header{
	height:29px;
	background-image:url(../images/right-header.png);
	padding:6px 0px 0px 10px;
}
.button{
	background-image:url(../images/bg-button.png);
	height:20px;
	margin:5px 0px 5px 0px;
	font-size:14px;
	color:#4F61EA;
	padding:3px 0px 0px 5px;
	cursor:pointer;
}
.button-hover{
	background-image:url(../images/bg-button-hover.png);
	height:20px;
	margin:5px 0px 5px 0px;
	font-size:14px;
	color:#000000;
	padding:3px 0px 0px 5px;
	cursor:pointer;
}
.title-1{
	color: #005490;
	font-weight:600;
}


.menu-tab{
	float: left;
	padding: 4px 20px 4px 20px;
	margin-right: 2px;
	cursor:pointer;
	border-left:1px solid #b6c0ca;
	border-right:1px solid #b6c0ca;
	border-top:1px solid #b6c0ca;
	border-bottom:1px solid #b6c0ca;
}

.menu-tab-selected{
	float: left;
	padding: 4px 20px 4px 20px;
	margin-right: 2px;
	cursor:pointer;
	background-color:#D0EBF9;
	border-left:1px solid #b6c0ca;
	border-right:1px solid #b6c0ca;
	border-top:1px solid #b6c0ca;
	border-bottom:1px solid #D0EBF9;
	
}
/*	----------------------------------------	list.php	------------------------------------ 	*/

.record-list-1{
	background-color:#F1F1DB;
}

.record-list-2{
	background-color:#F6F6F6;
}

.form-button{
	margin: 1px 0px 0px 0px;
	font-size:12px;
	text-transform:lowercase;
	height:22px;
	padding:0px 10px 0px 10px;
	font-weight:bold;
	border:1px solid #7F9DB9;
	cursor:pointer;
}

.form-button-hover{
	margin: 1px 0px 0px 0px;
	font-size:12px;
	text-transform:lowercase;	
	height:22px;
	padding:0px 10px 0px 10px;
	font-weight:bold;
	background-color:#FED88D;
	border: 1px solid #E77E22;
	cursor:pointer;
}
.page-buttons{
	background-color:#ECE9D8;
	border:1px solid #7F9DB9;
	cursor:pointer;
	float:left;
	font-size:12px;
	font-weight:bold;
	padding:4px 5px;
	margin:1px 3px 5px 0px;
	height:18px;
}
.page-buttons a{
	color:#000000;
}
.page-buttons-hover {
	background-color:#FED88D;
	border:1px solid #E77E22;
	cursor:pointer;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin:1px 3px 5px 0px;
	padding:4px 5px;
	height:18px;
}

.right-tab-content{
	width:721px;
	margin:30px 0px 30px 10px;
	border:1px solid #b6c0ca;
	min-height:60px;
	background-color:#eaf4fe;
	padding:20px 0px 20px 10px;
}
/*	----------------------------------------	bill-table	------------------------------------ 	*/
.bill-cell-0{
	width: 20px;
}
.bill-cell-1{
	width: 220px;
}
.bill-cell-1 input{
	width: 220px;
}
.bill-cell-2{
	width: 40px;
}
.bill-cell-2 input{
	width: 30px;
}
.bill-cell-3{
	width: 50px;
}
.bill-cell-3 input{
	width: 50px;
}
.bill-cell-4{
	width: 80px;
}
.bill-cell-4 input{
	width: 80px;
}
.bill-cell-5{
	width: 50px;
}
.bill-cell-6{
	width: 50px;
}

.vouchers-cell-0{
	width: 20px;
}
.vouchers-cell-1{
	width: 45px;
}
.vouchers-cell-2{
	width: 45px;
}
.vouchers-cell-4{
	width: 65px;
}
.vouchers-cell-4 input{
	width: 55px;
	text-align: center;
}
.vouchers-cell-5{
	width: 300px;
}
.vouchers-cell-5 input{
	width: 315px;
}

.error{
	color: #ff0000;
	font-weight: bold; 
}

.edit-input-datepicker{
	width:	70px; 
	text-align: center;
	color: #000000;
	font-size: 12px;
}

.datepicker-table{
	border-collapse: collapse;
}
