.DigiconCalendar
{
	padding: 0px;
}

.DigiconCalendar_dayheader /* Mon Tues Wed etc */
{
	font-size: 11px;
	font-weight: bold;
	color: #356B95;
	padding: 2 2 2 4px;
	background: #72BBEE;
}

.DigiconCalendar_day /* This month numbers */
{
	font-size: 11px;
	color: black; 
	background: #B5D9F2;
}


 .DigiconCalendar_othermonthday /* Other month numbers */
{
	font-size: 11px;
	color: black; 
	background: #DFEFFA;
}


.DigiconCalendar_title /* Month name */
{
	font-size: 16px;
	color: white;
	font-weight: bold;
	background: #4E9AC1;
}

.DigiconCalendar_nextprev /* Month arrows */
{
	font-size: 11px;
	color: white; 
	padding: 3px;
}

.CalHead {font-size: 16px; color: #3399CC; }