#calendar td {
	font-family: "Trebuchet MS", Arial, Veranda, sans-serif;
	font-size:11px;
	height: 20px;
}

#calback {
	background: #FFF url('calWaiting.gif') no-repeat 50% 30px;
	margin: 0 auto;
	width: 210px;
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	background: #032f4f;
	width: 100%; 
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
}

.calhead img {
	border: none;
}

.dayhead {
	height: 25px;
	background: #EEE;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #FFF;
	height: 20px;
}

.dayrow td {
	color: #000;
	font-size: .7em;
	padding-right:5px;
	width:30px;
}

.day {
	float: right;
	z-index:1;
}

.dayover {
	background: #EEE;
}

.dayout {
}

.popMessage{
	position:relative;
}

.popMessage div.event{
	display:none;
	z-index:1000;
	position:absolute; 
	bottom:-5px;
	right:15px;
	width:100px;
	background:#FFFFFF;
	border:#990000 1px solid;
	padding:3px;
}

.dayover div.event{
	display:block;
}

.eventHeader{
	font-size:14px;
	font-weight:bold;
	color: #006633;
}

.eventHeader2{
	font-size:12px;
	font-weight: bold;
}

.eventDate{
	font-size:9px;
	color:#003052;
}

.eventTitle{
	font-size:12px;
	font-weight:bold;
	padding-bottom:3px;
	color:#152C14
}

.eventContent img{
	margin: 8px;
}

.eventDescription{
	text-align: justify;
}