.caltable{
font-size: 9px;
}
.calheader{
font-size: 10px;
color: #000A35;
font-weight:bold;
height:30px;
border:1px #EBEBEB solid;
background-image: url(../../images/smallcal_grad.gif);
background-repeat: repeat-x;
}
.emptycell{
	background-color:#E5E3E4;
}
.calheader_month{
	font-size: 10px;
	color: #C05600;
	font-weight:bold;
	text-decoration:underline;
}
.calheader_month:hover{
	font-size: 10px;
	color: #C05600;
	font-weight:bold;
	text-decoration:none;
}
.calheader_current_month{
	font-size: 11px;
	color: #01054D;
	font-weight:bold;
}
.caldays{
	font-size: 10px;
	color: #140700;
	font-weight:bold;
	background:#FADEAF;
	border-bottom:1px gray solid;
}
.calweekendday{
	font-size: 10px;
	color: #140700;
	font-weight:bold;
	background-color:#FADEAF;
	border-bottom:1px gray solid;
}
.caldaybox{
	border:1px #EBEBEB solid;
	padding:2px;
	font-size: 10px;
	font-weight:bold;
	color: #140700;
	background-color:#FADEAF;
}
.caldayboxfill{
	border:1px #EBEBEB solid;
	padding:2px;
	font-size: 10px;
	font-weight:bold;
	color: white;
	background-color:#FEC35D;
}
.caldaylink{
	font-size: 10px;
	color:#C67E00;
	text-decoration:none;
	text-transform: lowercase;
	font-weight:bold;
}
.caldaylink:hover{
	font-size: 10px;
	color:#C67E00;
	text-decoration:underline;
	text-transform: lowercase;
	font-weight:bold;
}
.link_day {
	FONT-SIZE: 10px; COLOR: #3C3E3C; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;
}
.link_day:hover {
	FONT-SIZE: 10px; COLOR: #838883; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;
}
