table.month {
	width: 765px;
	margin-top: 5px;
	border-collapse: collapse;
}

.month td {
	width: 112px;
	height: 80px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

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

td.monthnavigation {
	height: 20px;
	vertical-align: middle;
}

td.datepicker {
	height: 20px;
	width: 224px;
	padding: 0px;
	padding-bottom: 5px;
}

.datepicker form {
	margin: 0px;
	padding: 0px;
	width: auto;	
}

select.monthpicker {
	margin: 0px;
	padding: 0px;
}

.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.Sunday {
	background-image: url(../images/bigcalmonthstart.png);
	background-repeat: no-repeat;
}

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

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

td.sunday, td.monthday, td.saturday, td.today, td.selectedday {
	border: 1px solid #5555DD;
}

.sunday a, .monthday a, .saturday a, .today a, .selectedday a {
	display: block;
	width: 100%;
	height: 18px;
	text-decoration: none;
	color: #000080;
	text-align: right;
}

.sunday a:hover, .monthday a:hover, .saturday a:hover, .today a:hover, .selectedday a:hover {
	background-color: #000080;
	color: #FFFFFF;
}

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

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

td.selectedday {
	background-color: #FFAAAA;
}

a.evt1 {
	background-image: url(../images/diaryblue.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 15px;
	overflow: hidden;
	vertical-align: middle;
	font-size: 10px;
	text-align: left;
}

a.evt2 {
	background-image: url(../images/diarypurple.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 15px;
	overflow: hidden;
	vertical-align: middle;
	font-size: 10px;
	text-align: left;
}

a.evt3 {
	background-image: url(../images/diarygreen.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 15px;
	overflow: hidden;
	vertical-align: middle;
	font-size: 10px;
	text-align: left;
}

a.evt4 {
	background-image: url(../images/diaryorange.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 15px;
	overflow: hidden;
	vertical-align: middle;
	font-size: 10px;
	text-align: left;
}

a.evt5 {
	background-image: url(../images/diaryred.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 15px;
	overflow: hidden;
	vertical-align: middle;
	font-size: 10px;
	text-align: left;
}

.evt1:hover, .evt2:hover, .evt3:hover, .evt4:hover, .evt5:hover {
	text-decoration: underline;
}

table.eventcontent {
	margin: 0px;
	border-collapse: collapse;
}

.eventcontent td {
	height: 15px;
}
