#calendarwidget {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00318a;
}
#calendarwidget table {
	font-size:10px	;
	background: #dcdcdc;
	width:100%;
	color: #00318a;
}
#calendarwidget td {
	margin:1px;
	text-align:right;	
	vertical-align: middle;
	background: #cdcdcd;
	height:2em;
	width: 2em;
	font-weight: bold;
	color: #00318a;
}
#calendarwidget td.current {
	background: #fce669;
	text-align:center;
}
#calendarwidget td.selected {
	background: #8a5900;
	text-align:center;
	color:white;
}

#calendarwidget td.calhead {
	background: #cdcdcd;
	text-align:center;

}
#calendarwidget td.calweekhead {
	background: #BFBFBF;
	text-align:center;
}
#calendarwidget td.caldayhead {
	background: #cdcdcd;
	text-align:center;
}
#calendarwidget td.calwedayhead {
	background: #BFBFBF;
	text-align:center;
}
#calendarwidget td.calweek {
	background: #C4C4C4;
	text-align:center;
}
#calendarwidget td.calday {
	background: #cdcdcd;
	text-align:center;
}
#calendarwidget td.calweday {
	background: #c4c4c4;
	text-align:center;
}
#titlehead {
	white-space: nowrap;
	text-align: center;
}