/* calendar */
div.month caption	{
	font-weight: bold;
	text-align: right;
}
a.caption, a.caption:visited	{color: navy; text-decoration: none;}
a.caption:hover	{text-decoration: underline;}
div.month caption,
div.month th,
div.month td,
div.curmonth th,
div.curmonth td	{
	font-family: arial, sans-serif;
	font-size: 10;
}
div.month th,
div.month td	{
	background-color: navy;
	color: white;
}
div.curmonth th,
div.curmonth td	{
	background-color: white;
	color: black;
}
div.month td,
div.curmonth td	{
	text-align: right;
}
div.month td,
div.curmonth td	{
	padding: 0 2pt 0 2pt;
}
tr.days td {
	font-weight: bold;
}
div.curmonth tr.days td	{
	border-top: 1pt solid black;
	border-bottom: 1pt solid black;
}
div.month tr.days td	{
	border-top: 1pt solid white;
	border-bottom: 1pt solid white;
}
div.month td.st	{color: #D3D3D3;}
div.curmonth td.st	{color: gray;}
div.month td.su,
div.curmonth td.su	{color: orangered;}
a.leg, a.leg:visited	{color: blue; text-decoration: none;}
a.leg:hover	{text-decoration: underline;}
/*span.leg	{color: goldenrod;}*/
