#calendar td {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#calback {
	clear: both;
	width: 100%;
	height: 100%;
	background: url('/calendar/images/calWaiting.gif') no-repeat center;
}

#calendar {
	background: #FFF;
	width: 100%;
	height: 100%;
}

.cal {
	width: 252px;
	border: 1px solid #CCC;
	margin: 0 auto;
}

.cal a {
	color: #20397B;
	text-decoration: none;
	font-size: 12px;
}

.cal a:hover {
	color: #F3FAFF;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	background: #20397B;
	padding: 5px;
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	height: 25px;
	background: #CDE2F3;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #FFF;
	height: 17px;
}

.dayrow td {
	width: 14%;
	font-size: 12px;
	color: #656551;
	padding: 3px;
	border: 1px solid #DDD;
}

.day {
 text-align:center;
}

.day {
 text-align:center;
}

.day_o {
 text-align:center;
 background: #D7E5F1;
}

.dayover {
	background: #F4F4F4;
}

.dayout {
	background: #FFF;
}

#event {
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
	border-top: 1px solid #727260;
	border-bottom: 1px solid #727260;
}



.error {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}

