
/*
a:link {
	color:green;
}		
a:hover {
	color:lightblue;
	background:lightblue;
}		
a:active {
	color:dimgray;
}		
a:visit {
	color:dimgray;
}	
*/
td.cal_rental:hover {
	color:white;
	background:magenta;
}
td.cal_rental_selDate:hover {
	color:white;
	background:magenta;
}

table.calendar {
	margin-left:0;
	font-size:14px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	text-align:right;
	color:dimgray;
}
.calendar td{
	width:15px;	
	hegiht:17px;	
	font-size:14px;
	border-style:solid;
	border-width:1px;
	text-align:right;
	border-color:#999999;
	padding:3px;
}

.calendar thead{
	background:lightblue;
}
.calendar caption{
	font-weight:bold;
	font-size:14px;
}
td.empty {
	background:#EEEEEE;
}

td.sun{
	color:red;
}
td.sat {
	color:blue;
}

td.cal_rental_selDate {
	background:orange;
}
td.cal_empty_selDate {
	background:orange;
}
