td {
	font-family: "Trebuchet MS", Arial, Veranda, sans-serif;
}

#calback {
	background: #FFF url('calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	background: #CCC;
	width: 100%; 
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
	background:#6699CC;
}

.calhead img {
	border: none;
}

.dayhead {
	height: 25px;
	background: #EEE;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #FFF;
	height: 25px;
}

.dayrow td {
	width: 28px;
	color: #000;
	font-size: .7em;
}

.day {
	text-align:right;
}

.dayover {
	background: #CCC;
}

.dayout {
	background: #FFF;
}
.edayover {
	background: #F90;
}

.edayout {
	background:#FFCC33;
}
.evisible {
	position:absolute;
	margin-top:3px; 
	padding:5px; 
	background:#FFF;
	font-weight:bold;
	color:#FF6600;
	z-index:3;
	visibility:visible;
	border:1px solid #CCC;
}
.ehide {
	position:absolute;
	margin-top:3px; 
	padding:5px; 
	background:#FFF;
	font-weight:bold;
	color:#FF6600;
	z-index:3;
	visibility:hidden;
	border:1px solid #CCC;
}