.month {
	background-color: #D3F0F0;
	text-align: center;
	border: 1px solid #9cc4be;
}
.monthname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.dayname td {
	text-align: center;
	font-size: 10px;
	color: #9CC4BE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #728F8A;
	height: 16px;
	width: 29px;
}
.monthnavigation {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
}
.nomonthday {
	height:16px;
	width: 29px;
	background-color: #9CC4BE;
}
.monthday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #9CC4BE;
	color: #006699;
	height:16px;
	width: 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: none;
}
.today {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	height:16px;
	width: 29px;
	background-color: #9CC4BE;
	background-position: center;
	border: 1px solid #006699;
}
.sunday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	height:16px;
	width: 29px;
	background-color: #9CC4BE;
}
.saturday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	height:16px;
	width: 29px;
	background-color: #9CC4BE;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
.social {
	font-size: 10px;
	font-weight: bold;
	background-color: #EBEB8D;
	text-align: center;
}
.business {
	font-size: 10px;
	font-weight: bold;
	background-color: #c7ffcc;
	text-align: center;
}
.charitable {
	font-size: 10px;
	font-weight: bold;
	background-color: #82E4FF;
	text-align: center;
}
.intable3 {
	background-color: #F3F3CA;
}