/* calendar: courtesy of http://veerle.duoh.com */

#calendar {
	width: 150px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #A2ADBC;
	font: normal 12px/18px Verdana, Geneva, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

caption {
	margin: 0;
	padding: 0;
	width: 150px;
	background: #A7CBE5;
	color: #4484C4;	 
	font: bold 14px Verdana, Geneva, sans-serif;
	text-align: center;
}

th {
	font: bold 12px/18px Verdana, Geneva, sans-serif;
	color: #fff;
	background: #92C095;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}

/*.today, td.today a, td.today a:link, td.today a:visited {
	color: #A4BE97;
	font-weight: bold;
	background: #DF9496;
	width: 24px;
}*/

td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 23px;
	height: 21px;
	text-align: center;
	background: #ffffff;
}

td a {
	text-decoration: none;
	font-weight: bold;
	/*display: block;*/
}

td a:link, td a:visited {	
	color: #4484C4;	 
	font-weight: bold;
	text-decoration: none;
}

td a:hover, td a:active {
	color: #92C095;
	font-weight: bold;
	text-decoration: none;
}

h4 {
    font-weight: normal;
	font-size: 14px; 
    }

h4:target, h4.sftarget {
	border: medium double #4484C4;
	padding: 5px 5px 5px 5px;
	margin-bottom: -10px;
	margin-top: 10px;
	font-weight: normal;
	font-size: 14px;
}
.calendartitle {
	color: #4484C4;	
	font-size: 14px; 
	font-weight: bold;
{
.calendarlink {
	color: #92C095;
	font-size: 14px;
	text-decoration: none;
}



