table.month {
	width: 392px;
}

.month td {
	width: 56px;
	height: 40px;
	font-size: 8px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

td.monthname {
	color: #000080;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	height: 20px;
}

.dayname td {
	color: #FFFFFF;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding: 0px;
	background-image: url(../images/narrowbluebar.png);
	background-repeat: repeat-x;
}

td.Sun {
	background-image: url(../images/calmonthstart.png);
	background-repeat: no-repeat;
}

td.Sat {
	background-image: url(../images/calmonthend.png);
	background-repeat: no-repeat;
	background-position: right;
}

td.nomonthday {
	background-color: #DDDDDD;
}

.sunday a, .monthday a, .saturday a, .today a {
	display: block;
	width: 52px;
	height: 38px;
	text-decoration: none;
	color: #000080;
	border: 1px solid #FFFFFF;
}

.sunday a:hover, .monthday a:hover, .saturday a:hover, .today a:hover {
	border: 1px solid #FF0000;
}

.sunday, .monthday, .saturday {
	background-color: #FFFF77;	
}

td.today {
	background-color: #AAAAFF;
}

td.event {
	background-color: #FFFF77;
}

.event a {
	display: block;
	text-decoration: none;
	width: 52px;
	height: 12px;
	color: #000080;
	border: 1px solid #FFFFFF;
	border-bottom: none;
}

.event a:hover {
	border: 1px solid #FF0000;
	border-bottom: none;
}

td.todayevent {
	background-color: #AAAAFF;
}

.todayevent a {
	display: block;
	text-decoration: none;
	width: 52px;
	height: 12px;
	color: #000080;
	border: 1px solid #FFFFFF;
	border-bottom: none;
}

.todayevent a:hover {
	border: 1px solid #FF0000;
	border-bottom: none;
}

.eventcontent {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.eventcontent a {
	display: inline;
	width: auto;
	height: auto;
	border: none;
}

.eventcontent a:hover {
	border: none;
}

div.evtcontent {
	width: 52px;
	height: 26px;
	border: 1px solid #FFFFFF;
	border-top: none;
	overflow: hidden;
}
