#DateSelectGrid 
{
	background: white;
	font-family: Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #241a61;
}

#DateSelectGrid .Header
{
	font-size: 14px;
	font-weight: bold;
}

#DateSelectGrid th, #DateSelectGrid td
{
	font-weight: bold;
	text-align: center;
	padding: 0px;
}

#DateSelectGrid td
{
	font-weight: bold;
	text-align: center;
	width: 19px;
	height: 22px;
	cursor: pointer;
}

.nolinkcursor #DateSelectGrid td
{
	font-weight: bold;
	text-align: center;
	width: 19px;
	height: 22px;
	cursor: default;
}

#DateSelectGrid .Blank
{
	border: #f3eaf3 2px solid;
	color: #f3eaf3;
}

#DateSelectGrid .DatePast
{
	border: #c0b0e3 2px solid;
	color: #c0b0e3;
}

#DateSelectGrid .Date
{
	border: #241a61 2px solid;
}

#DateSelectGrid .Selected
{
	border: #241a61 2px solid;
	background: #241a61;
	color: White;
}
