body{
	margin:0px;
	font-family: Arial,Verdana,Geneva,Helvetica, sans-serif;
	color:#696969;
	font-size:12px;
	background-color:#EAF4FE;
}
input{
	font-size: 12px;
}
#site{
	width:980px;
	background-color:#f4f9ff;
	margin-left:auto;
	margin-right:auto;
	min-height:600px;
}
#top-header{
	height:4px;
	overflow:hidden;
	background-image:url(../images/bg-top.png);
}
#menu{
	height:74px;
	background-image:url(../images/bg-menu.png);
}
#menu_shadow{
	background-image:url(../images/menu_shadow.png);
	height:5px;
	overflow:hidden;
	margin:0px 0px 10px 0px;
}
#left{
	width:163px;
	float:left;
	min-height:60px;
	margin:0px 10px 0px 10px;
	border:1px solid #b6c0ca;
	padding:10px 10px 10px 10px;
}
#right{
	width:753px;
	float:left;
	margin:0px 10px 0px 0px;
}
#right-panel{
	border:1px solid #b6c0ca;
}
#footer-shadow{
	background-image:url(../images/footer-shadow.png);
	height:5px;
	overflow:hidden;
	margin:10px 0px 0px 0px;
}
#footer{
	height:30px;
	background-color:#a0d4fb;
}

/*	----------------------------------------	index.php	------------------------------------ 	*/
#login-window{
	margin:0px 5px 10px 5px;
	width: 250px;
	margin: 200px auto 0px auto; 
}

#login-title{
	background-image:url(../images/right-header.png);
	height:20px;
	color:#005490;
	padding:5px 0px 0px 10px;
	font-weight:bold;
}

#login-window-content{
	margin-top: 2px;	
	border: 1px solid #005490;
	background-color:#FFFFFF;
	padding:5px 5px 5px 5px;
}

#login-window-content table{
	text-align:left;
}

#login-window-content td{
	padding: 5px 5px 5px 5px;
}

/*	----------------------------------------	--------	------------------------------------ 	*/

#logoff{
	padding:5px 5px 0px 0px;
}
#logoff a{
	color:#000000;
	text-decoration:none;
}
#customHeight{
	float:left;
	height:300px;
}
#container{
	float:left; 
	width:700px;
}

#record-table{
	width:95%;
	font-size:12px;
}
#record-table a{
	color:#000000;
	text-decoration:none;
}
#record-table a:hover{
	color:#000000;
	text-decoration:none;
}

#record-table th {
	background-image:url(../images/bg_th.gif);
	background-color:#cccccc;
	text-align: center;
	font-size:11px;
	padding: 2px 2px 2px 2px;
	
}
#record-table th img{
	border: 0;
	margin-top:-10px;
}
#record-list-menu{
	margin-top:5px;
	border:1px solid #D4E2EC;
	padding:3px 20px 3px 200px;
	background-color:#F6F6F6;
	width:490px;
}
#bill-table{
	margin: 10px 0 0 0;
	border:1px solid #000000;
	width: 650px;
}
#bill-table input{
	color: #005490;
}
#bill-table td{
	padding: 3px;
	text-align: center;
	border-top: 1px solid #000000;
}
#bill-table th{
	color: #005490;
	background-color: #fff;
	font-weight: normal;
}
#bill-table a{
	color: #005490;
}
#bill-table a:hover{
	color: Red;
}
#vouchers-table{
	margin: 10px 0 0 0;
	border:1px solid #000000;
	width: 650px;
}
#vouchers-table input{
	color: #005490;
}
#vouchers-table td{
	padding: 3px;
	text-align: center;
	border-top: 1px solid #000000;
}
#vouchers-table th{
	color: #005490;
	background-color: #fff;
	font-weight: normal;
}
#vouchers-table a{
	color: #005490;
}
#vouchers-table a:hover{
	color: Red;
}
#bank-transfer-table{
	margin: 10px 0 0 0;
	border: 1px solid #000;
	width: 70%;
}
#bank-transfer-table td{
	padding: 3px;
	text-align: center;
	border-top: 1px solid #000000;
}
#bank-transfer-table th{
	padding: 3px 10px;
	color: #005490;
	background-color: #fff;
	font-weight: normal;
}
bank-transfer-table a{
	color: #005490;
}
#bank-transfer-table a:hover{
	color: Red;
}
