td {
	font-family: "Trebuchet MS", Arial, Veranda, sans-serif;
	padding: 3px;
}

#calback {
	background: #FFF url('/acalendar/calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	width: 350px;
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	background: #E0E9F2;
	width: 100%; 
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #0075B4;
	font-size: 20px;      
}

.calhead img {
	border: none;
}

.dayhead {
	height: 25px;
	background: #F5F5F5;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #FFF;
}

.dayrow td {
	color: #000;
	font-size: .7em;
	width: 95px;
}

.day {
	height: 75px;
	text-align: left;
}
.eventList div {
	text-indent: -3px;
	margin-left: 3px;
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}



#event_info_window
{
	position: absolute;
	width: 362px;
	height: 250px;
	margin: auto;
	top: 58px;
	left: 83px;
	z-index: 9999;
	background: url(/acalendar/detail_box.png) no-repeat;
}