.calendar {
	width:170px;
}
a.cal_head
{
	color: #7b3236;
	text-decoration: none;
}
a.cal_head:hover
{
	text-decoration: none;
}
.cal_head
{
	background-color: #ddd;
	color:#A7937C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	font-style: normal;
}

.cal_days /*darussol*/
{
	background-color: #DDDDDD;
	color:gray;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	
}
.cal_content
{
	background-color:#EEEEEE;
	color:#000000;
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
}
.cal_today
{
	background-color: white;
	color:#7b3236;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	text-decoration: none;
}
.cal_event, a.cal_event /* e-man 17-06-04 */
{
	background-color:white;
	color:#7b3236;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	text-decoration: none;
	
}
.cal_event2, a.cal_event2 /* e-man 17-06-04 */
{
	background-color:#a7937c;
	color:#fff;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	text-decoration: none;
}
.maand, a.maand /* e-man 17-06-04 */
{
	color:#7b3236;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	text-decoration: none;
}

