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

#calback {
	background: #FFF url('calendar/calWaiting.gif') no-repeat 50% 100px;
	width: 195px;
}

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

#calendar a {
	color:#000000;
	text-decoration:none;
}

#calendar a.event {
	color:#FF0000;
	font-size:1.1em;
	text-decoration:none;
}

.cal {
	background: #02719F;
	width: 195px;
}

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

.calhead img {
	border: none;
}

.dayhead {
	height: 15px;
	background: #EEE;
	font-size: 11px;  
}

.dayhead td {
	text-align: center;
	color: #000;
	font-size: 12px;  
}

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

.dayrow td {
	width: 15px;
	color: #000;
	font-size: 11px; 
	
}

.day, .dayevent {
	float: right;
	color:#000000;
	text-decoration:none;
}

.dayover {
	background:#0099FF;
}

.dayout {
	background: #FFF;
}