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: #C5C4C4;
	width: 100%; 
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #262626;
	font-size: 20px;      
}

.calhead img {
	border: none;
}

.dayhead {
	height: 25px;
	background: #F5F5F5;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow
{
	background: #FFF;
	height: 40px;
}

.dayrow td {
	width: 50px;
	color: #000;
	font-size: 9pt;
}

.day {
	float: right;
	height: 60px;
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}

#event_info_window
{
	position: absolute;
	width: 362px;
	height: 250px;
	margin: auto;
	top: 70%;
	left: 50%;
	z-index: 9999;
	margin-top: -121px;
	margin-left: -181px;
	background: url(/acalendar/detail_box.png) no-repeat;
}
