
.calendar
{
	border: 1px solid #0000FF;
}

.calendarheader
{
	background-color: #99CCFF;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.calendarcontent
{
	width: 100%;
}

.calendarcontent table
{
	width: 100%;
	border: 0px;
}

.calendarcontent td
{
	text-align: center;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 14%;
}

.calendarcontent th
{
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 14%;
}

.calendartoday
{
	color: #FF0000;
	font-weight: bold;
}

.calendarevent
{
	color: #0000FF;
	background-color: #99CCFF;
}