/*body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}*/
a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}
.month {
	border-style: none;
	background-color: #FFFFFF;
	text-align: center;
}
.monthname {
	font-family: Tahoma, Arial, sans-serif; 
	text-align: center; 
	font-size: 10px; 
	font-weight: normal; 
	height: 15px; 
	background-color: #FFFFFF;
	color: #667171;
	border-style: solid;
	border-width:0px
}
.dayname {
	font-family: Arial, Tahoma, sans-serif; 
	text-align: center; 
	font-size: 10px; 
	font-weight: bold; 
	color: #667171;
	border-style: none;
	border-width:1px; 
	background-color: #e9e9e9;
}
.weeknumtitle {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FF0000;
	border-style: none;
	border-width:1px
}
.weeknum {
	font-family: Arial, Tahoma, sans-serif; 
	text-align: center;
	color: #FF0000;
	font-size: 9px;
	height:15px;
	width:12px;
}
.nomonthday {
	background-color: #FFEFDB;
	text-align: center;
	font-size: 9px;
	height:15px;
	width:15px;
	color: #FF0000;
}
.monthday {
	font-family: Arial, Tahoma, sans-serif; 
	text-align: center; 
	font-size: 9px; 
	font-weight: bold; 
	background-color: #FFEFDB;
	color: #000000;
	height:15px;
	width:15px;
}
.today {
	font-family: Arial, Tahoma, sans-serif; 
	text-align: center; 
	font-size: 9px; 
	font-weight: bold; 
	height:15px; 
	width:15px;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	color: #000000;
}
.selectedday {
	font-family: Arial, Tahoma, sans-serif; 
	text-align: center; 
	font-size: 9px; 
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #66ff66;
	height:15px;
	width:15px;
}
.sunday {
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 9px; 
	background-color: #FFEFDB;
	text-align: center;
	font-weight: bold;
	color: #667171;
	height:15px;
	width:15px;
}
.sunday a {
	color: #667171;
}
.saturday {
	font-family: Arial, Tahoma, sans-serif; 
	text-align: center; 
	font-size: 9px; 
	background-color: #FFEFDB;
	font-weight: bold;
	color: #667171;
	height:15px;
	width:15px;
}
.saturday a {
	color: #667171;
}
.event {
	font-family: Arial, Tahoma, sans-serif; 
	text-align: center; 
	font-size: 9px; 
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #FFFF99;
	height:15px;
	width:15px;
}
.event a {
	color: #000000;
}
.selectedevent {
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 9px; 
	text-align: center;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #66ff66;
	height:15px;
	width:15px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
.todayevent {
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 9px; 
	text-align: center;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #EEE9E9;
	height:15px;
	width:15px;
}
.todayevent a {
	background-color: #ffffff;
	color: #000000;
}
.eventcontent {
	font-size: 9px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}

