@charset 'UTF-8';

div#calendar_container
{
	display: block;
	visibility: hidden;
	position: absolute;
}
div#calendar table
{
	font: 10pt Arial;
}
#calendar table 
{
	background: white;
	border: 1px solid silver; 
}
#calendar .now 
{
	border: 1px solid black;
	color: black;
	font-weight: bold;
}
#calendar .was
{
	color: gray;
}
#calendar .future
{
	cursor: pointer;
}
#calendar td 
{
	border: 1px solid #eeeeee;
	font: 10pt Arial;
	text-align: right;
	padding: 2px;
}
#calendar th 
{
	border: 1px solid #eeeeee;
	font: 10pt Arial;
	font-weight: bold;
}