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

.calendarTable table 
{
	border: 1px solid;
	border-color: #fff #fff #fff #fff;
	cursor: default;
	background-color: #3366CC;
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana,sans-serif;
	font-weight: bold;
}

.calendarTable .input 
{
	background-color: #3366CC;
	color: #FFFFFF;
	width: 90px;
	font-size: 11px;
	font-family: verdana,sans-serif;
}


.calendarTable #cancel
{
	font-size: 11px;
	width: 120px;
}

.calendarTable .select
{
	background-color: #3366CC;
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana,sans-serif;
	width: 110px;
}
.calendarTable #submit1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: inherit;
	width: 120px;
}
