body  { margin: 0px; background-color: #e0e0e0; border: 1px solid black; }
table.calendar_widget { font-family: Arial; font-size: 12; }
table.calendar_widget td a:link { text-decoration: none; color: black; }
table.calendar_widget td a:visited { text-decoration: none; color: black; }
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: #f0f0f0; }
td.weekend { background-color: #b0b0b0; }
span.today { background-color: #a0a0a0; }
span.other_month { color: #b0b0b0; }
span.current_selection { font-weight: bold;  color: red;}
td.number { cursor: default; }
td.number a, a.calNav { display:block; width:100%; border: 1px solid #e0e0e0;}
td.number a:hover, a.calNav:hover { 
	background-color: #ffc0c0; 
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
