#calback {
	background: #FFFFCC url('calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	width: 100%;
	width: 540px;

}

A:active { COLOR: #000000;  text-decoration:underline; font-weight:bold; font-family: Arial, Helvetica, sans-serif  }
A:hover { text-decoration:none; COLOR: #000000; font-weight:bold; font-family: Arial, Helvetica, sans-serif    }
A:link { COLOR: #000000; text-decoration:underline; font-weight:bold; font-family: Arial, Helvetica, sans-serif    }
A:visited {  text-decoration:underline; COLOR: #000000; font-weight:bold; font-family: Arial, Helvetica, sans-serif  }

#calendar {
	width: 600px;

}

.cal {
	background: #660000;
	width: 540px;

}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
	padding-right: 5px;
}

.calhead img {
	border: none;
}

.dayhead {
	height: 25px;
	background: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

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

.dayrow {
	background: #FFF;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

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

.day {
	float: right;
        width:67px;

}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}


.eventtitles {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
.eventname {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF9000;
}
