table,tr,td {
	font-size: 10px;
	}
	
#calendar
	{
	position: absolute;
	top: 35px;
	right: 12px;
	font-family: "Lucida Grande",Calabri,Corbel,Candara,Arial,sans_serif;
	color: #000;
	height: 160px;
	width: 180px;
	}

.cal_days
	{
	height: 19px;
	color: #000;
	font-weight: bold;
	}
			
.cal_content,
.cal_today
	{
	height: 19px;
	width: 19px;
	background: #B9AA83;
	}
			
.cal_today
	{
	background: #978A72;
	color: #FFF;
	font-weight: bold;
	}

a.cal_head,
a.cal_arrow,
a.cal_compleet
	{
	color: #c63;
	font-size: 11px;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	}
	
a.cal_arrow
	{
	font-size: 16px;
	font-weight: bold;
	}	
	
.cal_content a
	{
	color: #c63;
	font-weight: bold;
	text-decoration: none;
	display: block;
	}
	
.cal_content a:hover
	{
	color: #000;
	}
	
.cal_today a
	{
	color: #B63A3E;
	font-weight: bold;
	text-decoration: none;
	display: block;
	}
	
.cal_today a:hover
	{
	color: #000;
	}	

a.cal_head:hover,
.cal_content a:hover
	{
	}
