.month {					/*All columns in a month (day, year, even links) = whole table*/
	border-style: none;
	text-align: center;
	width: 100%;
}

.dayname {					/*The header of the calendar (M D W D V Z Z)*/
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #F6215B;
	color: #ffffff;
	border-style: outset;
	border-width:1px;
	width: 14%;
}

.nomonthday {				/*Days that are empty*/
	text-align: center;
	font-size: 10px;
	height:14px;;
	width:37px;
}

.monthday {					/*Monthdays that are not links*/
	text-align: center;
	font-size: 10px;
	background-image: url(../../../../images/body/overcalendar.gif);
	color: #ffffff;
	height:14px;;
	width:37px;
}

.sunday {
	text-align: center;
	font-size: 10px;
	background-image: url(../../../../images/body/overcalendar.gif);
	color: #ffffff;
	height:14px;;
	width:37px;
}
.sunday a {
	text-align: center;
	color: #ffffff;
	text-decoration: underline;
	//display: block;
}
.saturday {
	text-align: center;
	font-size: 10px;
	background-image: url(../../../../images/body/overcalendar.gif);
	color: #ffffff;
	height:14px;;
	width:37px;
}
.saturday a {
	text-align: center;
	color: #ffffff;
	text-decoration: underline;
	//display: block;
}

.today {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #677D93;
	color: #ffffff;
	height:14px;;
	width:37px;
}

.selectedevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: ffffff;
	background-color: #ffff99;
	height:14px;;
	width:37px;
}

.selectedevent a:link {
	text-align: center;
	background-color: #ffff99;
	color: ffffff;
}

.eventid {
	text-align: center;
	font-size: 10px;
	background-image: url(../../../../images/body/overcalendar.gif);
	color: #ffffff;
	height:14px;;
	width:37px;
}

.eventid a:link{
	text-align: center;
	color: #ffffff;
	text-decoration: underline;
	//display: block;
}

.eventid a:visited{
	text-align: center;
	color: #ffffff;
	text-decoration: underline;
	//display: block;
}

.eventid a:hover{
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	//display: block;
}

.todayeventid{
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #677D93;
	color: #ffffff;
	height:14px;;
	width:37px;
}

.todayeventid a:link{
	text-align: center;
	color: #ffffff;
	//display: block;
}

.todayeventid a:visited{
	text-align: center;
	color: #ffffff;
	//display: block;
}