/* CSS Document */
.calendar{
	margin-bottom:5px;
	background-color: #e84141;
}
.calendar .hd{
	text-align:center;
	font-weight:bold;
	background-color: #990000;
	color:#ffffff;
	padding:3px;
}


.clmonth {
	font: 10px Georgia, "Times New Roman", Times, serif;
	border-collapse: collapse;
	width: 100%;
	padding:0;
}

.clmonth a{
	color: #000000;
	text-decoration: none;	
}
.clmonth a:hover{
	color: #33cc33;
	text-decoration: none;	
}
.clmonth caption {
text-align: left;
font: bold Georgia, "Times New Roman", Times, serif;
padding-bottom: 0.4em;
}
.clmonth th {
	text-align:center;
	
	background-color: #e84141;
	color: #FFFFFF;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #710000;
	border-right-color: #710000;
	border-bottom-color: #710000;
	border-left-color: #710000;
}
.clmonth td {
	border: 1px solid #710000;
	font-size: .9em;
	padding: 1px;
	vertical-align: top;
	background-color: #F2F2F2;
}
.clmonth td.previous, .clmonth td.next {
background-color: #F6F6F6;
color: #C6C6C6;
}
.clmonth td.active {
background-color: #FFFFCC;
color: #990000;
border: 1px solid #710000;
}
