body, td {
	font-family: verdana, arial, helvetica,sans-serif;
	font-weight: normal;
}
.calendar {
	background-color: #ffffff;
}
.monthname {
	font-size: x-small;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	background-color: #60C4DC;
}
.navlink:active,
.navlink:hover,
.navlink:visited,
.navlink:link {
	color: #1A4867;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
}
.navlink:hover {
	color: #CE0B40;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: underline;
}

a.eventlink,
a.eventlink:link,
a.eventlink:visited {
	color: #2D7329;
	text-decoration: none;
}

a.eventlink:active,
a.eventlink:hover {
	color: #2D7329;
	text-decoration: underline;
}

.calendarnav {
	text-align: center;
	vertical-align: middle;
	background-color: #60C4DC;
	height: 22px;
	font-size: xx-small;
}
.days {
	text-align: center;
	color: #000000;
	font-size: xx-small;
	font-weight: bold;
	height: 20px;
	background-color: #60C4DC;
}
.minimonthcell {
	padding: 1px 1px 2px 1px;
	text-align: center;
	font-size: xx-small;
}
.minimonthdays,
.minimonthdiv {
	font-size: xx-small;
	font-weight: bold;
	text-align: center;
	padding: 1px;
}
.1pxbar {
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 1px;
	color: #000000;
	background-color: #000000;
}
.messagebox {
	margin: 2px;
	background-color: #B0D8E3;
	vertical-align: top;
}
.messagebox td {
	font-size: x-small;
	padding: 2px;
	vertical-align: top;
}
.colorMiniMonth {
	background-color: #F4CD26;
	padding: 0px;
}
.datecell {
	background-color: #62B1C8;
	font-size: x-small;
	font-weight: bold;
	padding: 2px;
}
.colorToday {
	font-size: x-small;
	font-weight: bold;
	padding: 2px;
	color: #009900;
	background-color: #B0D8E3;
}
.colorSpecialDay {
	font-size: x-small;
	font-weight: bold;
	padding: 2px;
	color: #000000;
	background-color: #F0E199;
}
.colorEvent {
	font-size: x-small;
	font-weight: bold;
	padding: 2px;
	color: #0033ff;
	background-color: #CC9966;
}
.colorEventToday {
	font-size: x-small;
	font-weight: bold;
	padding: 2px;
	color: #009900;
	background-color: #CC9966;
}
.colorEventSpecialDay {
	font-size: x-small;
	font-weight: bold;
	padding: 2px;
	color: #0033ff;
	background-color: #CC9966;
}
.colorDay {
	font-size: x-small;
	font-weight: bold;
	padding: 2px;
	color: #000000;
	background-color: #62B1C8;
}
.eventDescription {
	font-size: xx-small;
	font-weight: normal;
	color: #000000;
	padding: 0px;
}
select {
	font-size: xx-small;
	text-align: absmiddle;
	vertical-align: middle;
}

.contentCalendar {
	height: 100%;
	width: 100%;
	background-image: url(../images/page_bg.gif); 
	background-attachment: scrolling; 
	background-repeat: no-repeat; 
	background-position: left top;
	background-color: #ffffff;
}

.specialAnnouncements {
	text-align: center;
	width: 650px;
	border: dashed 1px #D40026;
	padding: .25em;
	background-color: #F4CD26;
	layer-background-color: #F4CD26;
	font-size: small;
}

.tagLine {
	padding: .25em;
	font-size: medium;
}
         
.info_box {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	font-size: x-small;
}

