body  { margin: 0px; background-color: #293554; }
table.calendar_widget {
	font-family: Arial;
	font-size: 12;
	cell-padding: 0px;
	cell-spacing: 0px;
	color: #33CCFF;
	font-weight: bold;
}
table.calendar_widget td a:link { text-decoration: none; color: #898cab; }
table.calendar_widget td a:visited { text-decoration: none; color: #898cab; }
td { border-width: 1px; text-align: center; }
td.month_year_display { text-align: center; }
td.button_display { text-align: none; width=100%; }
td.clear_button_display { text-align: left; }
td.close_button_display { text-align: right; }
td.weekday { background-color: #4B619A; }
td.weekend { background-color: #35456F; }
span.today {
	background-color: #4B619A;
	color: #9BDEFF;
}
span.other_month { color: #4B619A; }
span.current_selection {
	border: 1px dotted #FFCC00;
	color: #4B619A;
}
td.number { cursor: default; }
td.number:hover { background-color: #FF9900; }
