.main 
{
	width:				180px;
}

.main tr, .main td
{
	font-size: 			11px;
	font-family:		verdana;
	color:				silver;
	background-color: 	white;
	padding:			2px 4px;
}

td.month 
{
	background-color:	white;
	font-weight:		bold;
	font-size: 12px;
	color: 				#3B8AC0;
	padding-top:		4px;
	padding-bottom:		4px;
}
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 
{
	background-color:	white;
	font-weight:		bold;
	font-size: 			11px;
	font-family:		 verdana;
	color:				#3B8AC0;
	text-align:			center;
}



td.unselectable
{
	color: 			#3B8AC0;
	cursor:			default;
	text-align:			center;	
}

td.hasitems
{
	cursor:			pointer;
	background-color: #99CC00;
	color: #3B8AC0;
	text-align:			center;	
}

td.weekend
{
	color: 			#999999;
}

td.today
{
	border: 1px solid #3B8AC0;
}