/* CSS Document */
table#calendar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
}
table#calendar caption {
	font-size: 120%;
	font-weight: bold;
}
table#calendar a {
	text-decoration:none;
}
table#calendar tr#days th {

}
table#calendar tr#title th {
	background: #AAC;
	color: #000;
}
table#calendar td {
	color: #777;
	text-align: right;
	border: 1px solid gray;
	border-color: #BBB #EEE #EEE #BBB;
	vertical-align: top;
	width:135px;
}
table#calendar .day7 {
	border-right: 1px solid #BBB;
}
table#calendar td a {

}
table#calendar th a {
	font-weight: bold;
}
table#calendar a:link {}
table#calendar a:visited {}
table#calendar a:hover {
	text-decoration:underline;
}
table#calendar .day1, table#calendar .day7 {
}
table#calendar .blank {
	background: #AAB;
	border: 1px solid #AAB;
	border-right: 1px solid #99A;
}
table#calendar .lastweek td {
	border-bottom: 2px solid #AAB;
}
table#calendar .today {
	background-color: #FDD;
}
table#calendar p {

}