/* CSS Document */
table#calendar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
table#calendar caption {
	font-size: 120%;
	font-weight: bold;
}
table#calendar a {
	text-decoration:none;
}
table#calendar tr#days th {
	color: #FFF;
	background-color: #b77583;
	font-weight: bold;
	padding: .3em 1px;
	border: solid 1px;
	border-color: #000 #000 #b77583 #000;
}
table#calendar tr#title th {
	background: #b77583;
	color: #FFF;
	border-left: 0px solid #000000;
	padding-top: .3em;
	padding-left: .3px;
	font-size: 130%;
}
table#calendar tr#title th a {
	color: #FFF;
}

table#calendar tr#title th a:hover {
	text-decoration: underline;
}
table#calendar td {
	width: 80px;
	height: 90px;
	color: #000;
	background-color: #ffe8e2;
	text-align: left;
	border: 1px solid #b77583;
	vertical-align: top;
	font-size: 75%;
	padding: 0px;
}
table#calendar .bwprint {
	background: #ccc;
	border: 1px solid #224;
	border-right: 0px solid #000000;
	height: 5px;
	color: #000000;
}
table#calendar .day7 {
	border-right: 1px solid #000066;
}
table#calendar td a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0px;
	width: 80px;
}
table#calendar th a {
	font-weight: bold;
}
table#calendar a:link {color: #cc0000;}
table#calendar a:visited {color: #cc0000;}
table#calendar a:hover {background: #b77583; color: #FFFFFF;}
table#calendar .day1, table#calendar .day7 {
	background: #cccccc;
}
table#calendar .blank {
	background: #333;
	border: 1px solid #b77583;
	border-right: 1px solid #b77583;
}
table#calendar .lastweek td {
	border-bottom: 1px solid #b77583;
}
table#calendar .today {
	background-color: #f5d3ca;
	border: 1px solid black;
}
table#calendar p {
	color: #000000;
	margin: 0px;
	padding: 0px;

}
