/* Calendar.css */

.Cal table
{
	border: black 1px solid;
	background-color: #ffffff;
}

.Cal td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	width: 20px;
	cursor: default;
}

.CalHdr, td.CalHdr
{
	width: 100%;
}

table.CalHdr
{
	border: none;
	width: 100%;
}

.CalHdr td
{
	width: auto;
	background-color: #D0DCB8;
}

.CalDaysHdr td
{
	border-bottom: black 1px solid;
}

.CalOtherMonth
{
	background-color: #EEEEEE;
}

.CalCurr
{
	background-color: #D0DCB8;
}

.CalSelected
{
	background-color: #D0DCB8;
}


