
/* table list */
	.table_list {border-collapse:collapse;
		border:solid #cccccc 1px;
		width:100%;}
	.table_list td {padding:5px;
		border:solid #efefef 1px;}
	.table_list th {background:#75b2d1;
		padding:5px;
		color:#ffffff;}
	.table_list tr.odd {background:#e1eff5;}
	/* calendar styles */
	#calendar1, #calendar2, #calendar3, #calendar4 {border:solid #666666 1px;
		background:#ffffff;
		padding-bottom:5px;
		padding-top:5px;}
	#calendar1 {width:183px;}
	#calendar1 .ng-cal-header-table {width:173px;}
	#calendar2 {width:200px;}
	#calendar2 .ng-cal-header-table {width:190px;}
	#calendar2 .ng-cal, #calendar3 .ng-cal {width:178px;
		float:left;
		margin-right:0px;}
	#calendar3 {width:200px;}
	#calendar3 .ng-cal-header-table {width:190px;}
	#calendar4 {width:350px;}
	#calendar4 .ng-cal-header-table {width:340px;}
	#calendar4 .ng-dateOff {background:#81b8c4;
					color:#1e6372;}
	#calendar4 .ng-cal * {font-size:10pt;}
	#calendar4 .ng-cal td {padding:3px;
		width:50px;
		height:30px;
		border:solid #9eefee 1px;}
