/* The main calendar widget.  DIV containing a table. */

.calendarTable table 
{
	cursor: default;
	background-color: #DADADA;
	color: #FFFFFF;
	font-size: 9px;
	font-family: verdana, sans-serif;
	font-weight: bold;
}

.calendarTable .input 
{
	color: #333333;
	width: 90px;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

.calendarTable #cancel
{
	font-size: 10px;
}

.calendarTable .select
{
	color: #6AACC6;
	font-size: 11px;
	font-family: verdana, sans-serif;
}

