td {
	font-family: "Trebuchet MS", Arial, Veranda, sans-serif;
	padding: 3px;
}
#calback {
	background: #fff url('/script/calendar/loading.gif') no-repeat 50%;
}
#calendar {
	width: auto;
	height: auto;
}
.cal {
	background: #ccc;
	width: 100%; 
}
.calhead {
	width: 100%;
	font-weight: bold;
	color: #fff;
	font-size: 12px;      
}
.calhead img {
	border: none;
}
.dayhead {
	height: 20px;
	background: #eee;
}
.dayhead td {
	text-align: right;
	color: #000;
	font-size: 12px;
	width: 50px;
	font-weight: bold;
}
.dayrow {
	background: #fff;
	height: 15px;
}
.dayrow td {
	width: 50px;
	color: #474747;
	font-size: 12px;
}
.dayrow td a {
	width: 50px;
	color: #626262;
	font-size: 12px;
}
.day {
	float: right;
}
.dayover {
	background: #eee;
}
.dayout {
	background: #fff;
}
.noevent {
	background: #fff;
}
.event {
	background: #eee;
}
	.event a:hover {
		color: #278dc8;
	}
