/*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: #FCC32C;
}
.month {
	border-style: none;
	background-color: #DDDDDD;
	text-align: center;
}
.monthname {
	font-family: Tahoma, Arial, sans-serif; 
	text-align: center; 
	font-size: 10px; 
	font-weight: normal; 
	height: 15px; 
	background-color: #DDDDDD;
	color: #CC0000;
	border-style: solid;
	border-width:0px
}
.dayname {
	font-family: Arial, Tahoma, sans-serif; 
	text-align: center; 
	font-size: 10px; 
	font-weight: bold; 
	color: #000000;
	border-style: none;
	border-width:1px; 
	background-color: #DDDDDD;
}
.weeknumtitle {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #CC0000;
	border-style: none;
	border-width:1px
}
.weeknum {
	font-family: Arial, Tahoma, sans-serif; 
	text-align: center;
	color: #CC0000;
	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: #FFFDF4;
	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: 0px;
	border-style: solid;
	background-color: #FCC32D;
	color: #000000;
}
.today a:hover {
	text-decoration: none;
	color: #CC0000;
}
.selectedday {
	font-family: Arial, Tahoma, sans-serif; 
	text-align: center; 
	font-size: 9px; 
	font-weight: bold;
	border-width: 0px;
	border-style: solid;
	background-color: #FCC32E;
	height:15px;
	width:15px;
}
.selectedday a:hover {
	text-decoration: none;
	color: #000000;
}
.sunday {
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 9px; 
	background-color: #FEF5DE;
	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: #FEF5DE;
	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: 0px;
	border-style: solid;
	color: #000000;
	background-color: #FFFF99;
	height:15px;
	width:15px;
}
.event a {
	color: #FF0000;
}
.event a:hover {
	text-decoration: none;
	color: #000001;
}
.selectedevent {
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 9px; 
	text-align: center;
	font-weight: bold;
	border-width: 0px;
	border-style: solid;
	color: #000000;
	background-color: #FF0001;
	height:15px;
	width:15px;
}
.selectedevent a {
	background-color: #FF0001;
	color: #FFFF99;
}
.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: #FF8A8A;
	height:15px;
	width:15px;
}
.todayevent a {
	background-color: #FF8A8A;
	color: #000000;
}
.eventcontent {
	font-size: 9px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}
