body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-size: 12px;
}
.prevnext {
	font-size: 9px;
}
a.prevnext:link {
	color: red; 
	text-decoration: none;
}
a.prevnext:visited {
	color: red; 
	text-decoration: none;
}
a.prevnext:hover {
	color: blue; 
	text-decoration: underline;
}
a.prevnext:active {
	color: red; 
	text-decoration: underline;
}

a.day:link {
	color: black;
	font-size: 12px;
	text-decoration: underline;
}
a.day:visited {
	color: black;
	font-size: 12px;
	text-decoration:underline;
}
a.day:hover {
	color: #CC0000;
	font-size: 12px;
	text-decoration: underline;
}
a.day:active {
	color: black;
	font-size: 12px;
	text-decoration: underline;
}

.event {
	font-size: 10px;
}
a.event:link {
	text-decoration: none;
}
a.event:visited {
	text-decoration: none;
}
a.event:hover {
	text-decoration: underline;
}
a.event:active {
	text-decoration: none;
}

a.admin:link {
	color: #666666;
	text-decoration: none;
}
a.admin:visited {
	color: #666666;
	text-decoration: none;
}
a.admin:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.admin:active {
	color: #FF0000;
	text-decoration: underline;
}

table.cal {
	background-color: #DDDDDD;
	height: 600px;
	border-style: none;
	border-width: 1px;
	font-family: sans-serif
}

.caption {
	color: black;
	font-size: 24px;
	font-weight: bold;
}

.thead {
	color: #000066;
	font-weight: bold;
	background-color: #EBE4D6;
	font-size: 12px;
}

td.cal {
	background-color: white;
	text-align: left;
	vertical-align: top
}

tfoot.cal {
	color: #000000;
	background-color: #EBE4D6;
	text-align: left
}

ul.cal {
	margin: 0px;
	list-style-position: inside
}

.cal-admin-link {
	font-size: 9px;
	font-weight: bold;
}
.popUpText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
