/* CSS Document */
table#calendar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table#calendar caption {
	font-size: 100%;
	font-weight: bold;
}
table#calendar a {
	text-decoration:none;
}
table#calendar tr#days th {
	color: #FFFF99;
	background-color: #1e3888;
	font-weight: bold;
	padding: 6px 1px;
}
table#calendar tr#title th {
	background: #FFFFCC;
	color: #333333;
	font-size: 100%;
	border: 1px solid #666666;
	padding-top: 6px;
	padding-left: 6px;
}
table#calendar td {
	width: 100px;
	height: 60px;
	color: #993300;
	text-align: right;
	vertical-align: top;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}
table#calendar .day7 {
	border-right: 1px solid #333333;
}
table#calendar td a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0px;
	width: 100px;
}
table#calendar th a {
	font-weight: bold;
}
table#calendar a:link {color: #1e3888;}
table#calendar a:visited {color: #1e3888;}
table#calendar a:hover {background: #FFFF33;}
table#calendar .day1, table#calendar .day7 {
	background: #e4e4e0;
}
table#calendar .blank {
	background: #999999;
	border-right: 1px solid #666666;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #999999;
}
table#calendar .lastweek td {
	border-bottom: 1px solid #666666;
}
table#calendar .today {
	background-color: #FFFFCC;
	border: 1px solid #CC6600;
}
table#calendar p {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #666666;
}

