﻿


#calendar {
	width:400px;
	height:220px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #A2ADBC;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
	font: normal 12px/20px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	background-color: #fff;
}




.caption {
	margin: 0;
	padding: 0;
	width: 141px;
	background: #A2ADBC;
	color: #fff;	 
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
	height:20px
}

.monthBar {
	font: bold 12px  Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
	height:20px
}



.td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 30px;
	height: 20px;
	text-align: center;
	background: #7A7A7A;
	background:#E2DFDF;
	
}

.tdEmpty {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 30px;
	height: 20px;
	text-align: center;
	background: url(/images/spacer.gif) no-repeat right bottom;
}

.tdnolink {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 30px;
	height: 20px;
	text-align: left;
	
	
}

.tdLimited {
	 
	text-align: Right;
	color:#C52C2C;
	font-weight:bolder;
	font-size:smaller;
	
}

.td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.td a:link, .td a:visited {	
	color: #000000;
	
}

.td a:hover, .td a:active {
	color: #000000;
	/* background: url(/images/bg_calendar.gif) no-repeat;*/
}