#calback td {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 3px;
}
#calback {
	background: url('/script/calendar/loading.gif') no-repeat 50%;
}
#calendar {
	width: auto;
	height: auto;
	padding: 5px;
}
.cal {
	background: #fff;
	width: 100%; 
}
.calhead {
	width: 100%;
	color: #126496;
	font-size: 14px;      
}
.calhead img {
	border: none;
}
.dayhead {
	height: 40px;
	background: #f5f5f5;
}
.dayhead td {
	color: #126496;
	font-size: 14px;
	width: 50px;
	text-align: center;
}
.dayrow {
	height: 30px;
}
.dayrow td {
	width: 50px;
	color: #777;
	font-size: 12px;
}
.dayrow td a {
	width: 50px;
	color: #126496;
	font-size: 12px;
}
.day {
	text-align: center;
}
	.day span {
		color: #126496;
		font-weight: bold;
	}
.dayover {
	color: #126496;
}
.dayout {
	color: #126496;
}
.noevent {
	border: 1px Solid #f8f8f8;
}
.event {
	background: #eee;
	border: 1px Solid #ddd;
	color: #126496;
	font-weight: bold;
	text-align: center;
}
	.event a:hover {
		color: #126496;
	}
