@charset "UTF-8";

table.calendar{
	background-color:whitesmoke;
	border: 1px solid #111111;
}

table.calendar td{
	font-family:Courier New;
	font-size:9pt;
	vertical-align:middle;
}

table.calendar td.cal_title{
	text-align:center;
	font-weight:bold;
	font-size:12pt;
	background-color:aliceblue;
}

table.calendar td.cal_monthtitle{
	text-align:center;
	font-size:9pt;
	background-color:blue;
	color:white;
	font-weight:bold;
}

table.calendar td.cal_monthnav{
	text-align:center;
	cursor:hand;
	color:lightgreen;
	background-color:blue;
	color:white;
}

table.calendar td.cal_yearnav{
	text-align:center;
	cursor:hand;
	background-color:blue;
	color:white;
	font-weight:bold;
}

table.calendar td.cal_dow{
	text-align:center;
	font-weight:bold;
}

table.calendar td.cal_day{
	text-align:right;
	background-color:whitesmoke;
	cursor:hand;
	width:20px;
	height:20px;
}

table.calendar td.cal_today{
	text-align:right;
	background-color:lemonchiffon;
	cursor:hand;
}

table.calendar td.cal_selected{
	text-align:right;
	background-color:mistyrose;
	cursor:hand;
}