.DigiconCalendar
{
	padding: 0px;
}

.DigiconCalendar_dayheader /* Mon Tues Wed etc */
{
	font-size: 11px;
	font-weight: bold;
	color: #211265;
	padding: 2 2 2 4px;
	background: #C5CCDF;
}

.DigiconCalendar_day /* This month numbers */
{
	font-size: 11px;
	color: black; 
	background: #DEE4F2;
}


 .DigiconCalendar_othermonthday /* Other month numbers */
{
	font-size: 11px;
	color: black; 
	background: #ECF0F9;
}


.DigiconCalendar_title /* Month name */
{
	font-size: 13px;
	color: white;
	font-weight: bold;
	background: #281072;
}

.DigiconCalendar_nextprev /* Month arrows */
{
	font-size: 11px;
	color: white; 
	padding: 3px;
}