/* CSS Document */
table#calendar {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table#calendar caption {
	font-size: small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #663366;

}
table#calendar a {
	text-decoration:none;
	font-size: small;


}
table#calendar tr#days th {
	color: #FFFFFF;
	background-color: #663366;
	font-weight: bold;
	padding: .3em 1px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: small;



}
table#calendar tr#title th {
	color: #663366;
	font-size: large;
	border: none;
	padding: 3pt;


}
table#calendar tr#title th a {
	padding:4px;
}

table#calendar td {
	width: 80px;
	height: 70px;
	color: #666666;
	text-align: right;
	border: 1px solid gray;
	border-color: #BBB #EEE #EEE #BBB;
	vertical-align: top;


}
table#calendar .day7 {
}
table#calendar td a {
	font-weight: bold;
	display: block;
	font-size: small;

}
table#calendar th a {
	font-weight: bold;

}
table#calendar a:link {
	color: #663366;
	font-weight: bold;
	font-size: 10px;



}
table#calendar a:visited {
	color: #999999;
	font-size: 10px;

}
table#calendar a:hover {
	background: #663366;
	color:#FFFFFF;
}
table#calendar .day1, table#calendar .day7 {
	background: #D4D7C4;

}
table#calendar .blank {
	background: #CCCCCC;
	border-right: #99A;
	border-top: #AAB;
	border-bottom: #AAB;
	border-left: #AAB;

}
table#calendar .lastweek td {
	border-bottom: medium solid #666666;
}
table#calendar .today {
	background-color: #D4D7C4;
	border: 1px solid #666666;
	font-size: xx-small;
}
table#calendar p {
	font-size: 70%;
	color: #666666;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #666666;
}
.SpecialEvent {
	color: #D4D7C4;
}