#calendar {
	clear: both;
	position: relative;
	width: 141px;
	border-left: 1px;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #fff;
}


#calendar caption {
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0px;
	height: 25px;
	width: 141px;
	background: white;
	color: black;	 
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#calendar th {
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px #A2ADBC;
	border-bottom: 1px #A2ADBC;
	border-top: 1px #A2ADBC;
}

#calendar td.today, #calendar td.today a, #calendar td.today a:visited {
	color: #F6F4DA;
	font-weight: bold;
	background: #5b8b28;
}

#calendar td {
	border-bottom-style: none;
	border-right-style: none;
	border-right: 1px #A2ADBC;
	border-bottom: 1px #A2ADBC;
	width: 20px;
	height: 20px;
	text-align: center;
	background: no-repeat right bottom;
}

#calendar td a {
	color: #5b8b28;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;		
}


#calendar td a, #calendar td a:hover {
	color: #000000;
	font-weight: bold;
	background: #a4d371;
	background-image: url(baseimags/calbox.gif);
}
