
.picker
{
	width: 110px;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #EDF4FA;
	border-width: 1px;
	border-color: #7B9EBD;
	border-style: solid;
}

.calHeader
{
	background-image: url(images/calendar/dayheader_bg.gif);
}
.dayheader
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	background-color: #E0DFE3;
	background-image: url(images/calendar/dayheader_bg.gif);
	background-position: left bottom;
	height: 20px;
	text-align: center;
	cursor: default;
}

.title
{
	background-color: #757495;
	background-image: url(images/calendar/title_bg.gif);
	height: 20px;
	cursor: default;
}

.title TD
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: white;
}

.calendar
{
	border-width: 1px;
	border-style: solid;
	border-color: #57566F;
	cursor: default;
}

.nextprev
{
	padding: 0px;
	width: 21px;
	height: 20px;
	cursor: pointer;
}

.monthselector
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	color: #333333;
	width: 21px;
	background-color: #E0DFE3;
	background-image: url(images/calendar/dayheader_bg.gif);
	background-position: left bottom;
	cursor: pointer;
}

.weekselector
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	color: #333333;
	background-color: #F6F6F6;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	height: 21px;
	width: 21px;
	cursor: pointer;
}

.day
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	color: #57566F;
	background-color: white;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #F6F6F6;
	border-right: 1px solid #F6F6F6;
	height: 21px;
	width: 21px;
	cursor: pointer;
}

.othermonthday
{
	color: #B2B1CA;
}

.selectedday
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: black;
	background-color: #FFEEC2;
	border: 1px solid #57566F;
	cursor: default;
}

.dayhover
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	color: #57566F;
	background-color: white;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #F6F6F6;
	border-right: 1px solid #F6F6F6;
	height: 21px;
	width: 21px;
	cursor: pointer;
	text-decoration: underline;
}

.othermonthdayhover
{
	color: #B2B1CA;
	text-decoration: underline;
}

.selecteddayhover
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: black;
	background-color: #FFEEC2;
	border: 1px solid #57566F;
}

