/* CSS Document */
table#calendar {
	font-family:Arial, Helvetica, sans-serif;
}
table#calendar .caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	Font-Color: #FFFFFF;
	Text-Align: center;
	
}
table#calendar a {
	text-decoration:none;
}
table#calendar tr#days th {
	color: #FFFFFF;
	background-color: #CC0000;
	font-weight: bold;
	padding: .3em 1px;
	font-size: .9em;
	text-align: center;
}
table#calendar tr#title th {
	color:#FFFFFF;
	font-size: 110%;
	border: 1px solid #224;
	padding-top: 0.3em;
	padding-left: 0.3px;
	background-color: #000000;
	text-align: center;
	}
table#calendar tr#title th a {
	color: #FFFFFF;
}
	
table#calendar td {
	color: #777;
	text-align: center;
	border: 1px solid gray;
	border-color: #CCCCCC;
	vertical-align: top;

	
}
table#calendar .monthheading {
	font-size: 1.2em;
}
table#calendar .day1 {
	font-size: 1em;
	Background-color: ;
	Background: ;
}
table#calendar .day2 {
	font-size: 1em;
	Background-color: ;


}
table#calendar .day3 {
	font-size: 1em;
	Background-color: ;


}
table#calendar .day4 {
	font-size: 1em;
	Background-color: ;


}
table#calendar .day5 {
	font-size: 1em;
	Background-color: ;
;

}
table#calendar .day6 {
	font-size: 1em;
	Background-color: ;


}
table#calendar .day7 {
	font-size: 1em;
	Background-color: ;
	Background: ;


}
table#calendar td a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0px;
	
}
table#calendar th a {
	font-weight: bold;
}
table#calendar a:link {color:#000000;}
table#calendar a:visited {color: #000000;}
table#calendar a:hover {
	background: #CC0000;
	color: #FFFFFF;
}
table#calendar .day1, table#calendar .day7 {
	background: ;
}
table#calendar .blank {
	border: 1px solid;
	border-color: #CCCCCC;
	
}
table#calendar .firstweek td {
	border-bottom: 2px solid #;
}
table#calendar .lastweek td {
	border-bottom: 2px solid #;
}
table#calendar .today {
	background-color:#FFB3B3;
	border:1px #333333;
	Font-Color:#FFFFFF;
	text-align: center;
	color: #000000;
	
}
table#calendar p {
	font-size: .65em;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px 2px;
	border-top: 0px solid #666666;
	font-weight: normal;
	text-align: left;
}
