.main 
{
	width:				180px;
}

.main tr, .main td
{
	font-size: 			14px;
	font-family:		tahoma;
	color:				silver;
	padding:			0;
}

td.month 
{
	font-size: 16px;
	color: 				#3884b7;
	padding-top:		4px;
	padding-bottom:		4px;
	text-transform: uppercase;
	font-weight: bold;
}
td.previous_inactive
{
	background-image:	url('img/terug.jpg');
	background-repeat: 	no-repeat;
	background-position: 0px 0px;
	cursor:				pointer;

}
td.previous_active
{
	background-image:	url('img/terug.jpg');
	background-repeat: 	no-repeat;
	cursor:				pointer;
	background-position: 0px 0px;
}
td.next_inactive
{
	background-image:	url('img/volgende.jpg');
	background-repeat: 	no-repeat;
	cursor:				pointer;
	background-position: 0px 0px;
}
td.next_active
{
	background-image:	url('img/volgende.jpg');
	background-repeat: 	no-repeat;
	cursor:				pointer;
	background-position: 0px 0px;
}
td.daysofweek 
{
	font-weight:		normal;
	font-size: 			14px;
	font-family:		tahoma;
	color:				#999999;
	text-align:			center;
}



td.unselectable
{
	color: 			#3884b7;
	cursor:			default;
	text-align:			center;	
}

td.hasitems
{
	cursor:			pointer;
	background-color: #9BCD04;
	color: #ffffff;
	text-align:			center;
	border: 1px solid #999999;
}

td.hasitems a
{
	color: #ffffff;
	text-align:			center;
	text-decoration: none;
}

td.weekend
{
	color: 			#3884b7;
}

