.outerBorder {
	border: 1px solid #000066;
}
.monthBorder {
	background-color: #DDEAF2;
	border-top: 1px none #000066;
	border-right: 1px none #000066;
	border-bottom: 1px solid #006699;
	border-left: 1px none #000066;
	background-image: url(images/blue.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-repeat: repeat-x;
	color: #000000;





}
.weekBorder {
	border: 1px solid #FFFFFF;
	background-color: #FFFFEA;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;



}
.emptyDay {
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
}
.day {
	background-color: #E5E5E5;
	border: 1px solid #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;


}
.currentDay {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	background-color: #E5E5E5;

}
.eventDay {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/orange.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFDFB0;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.popupDate {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}
.popupEvent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.popupBG {
	background-color: #D1E8ED;
}
.xClose {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
