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

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

.cal {
	background: #00A8E2;
	width: 100%;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 25px;      
}

.calheadFont {
	font-weight: bold;
	color: #FFF;
	font-size: 16px;      
}

.calhead img {
	border: none;
}

.dayhead {
	height: 25px;
	background: #EEE;
	font-size: 12px;
}

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

.dayrow {
	background: #FFF;
	height: 40px;
}

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

.day {
	float: right;
	font-size: 20px;
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}

.dayevent {
	color: #009900;
}

.dayoverCurrent {
	background: #FF6A6A;
}

.dayoutCurrent {
	background: #FF8282;
}

.day a:link {
	color: #000;
	text-decoration: none;
}

.day a:visited {
	color: #000;
	text-decoration: none;
}

.day a:hover {
	color: #000;
	text-decoration: none;
}

.day a:active {
	color: #000;
	text-decoration: none;
}
