.web-calendar-picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  font-weight: bold;
  font-family: "Verdana",monospace;
  padding: 2px;
  cursor: pointer;
}

.web-calendar-dayheader
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#333333;
	background-color:#E0DFE3;
	background-image:url(/apps2/StreetCare/bttlxe.web/gif/dayheader_bg.ashx);
	background-position: left bottom;	
	height:20px;
	text-align:center;
	cursor:default;
}

.web-calendar-title
{
	background-color:#757495;
	background-image:url(/apps2/StreetCare/bttlxe.web/gif/title_bg.ashx);
	height:25px;
	cursor:default;
}

.web-calendar-title TD
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:white;
}

.web-calendar
{
	border-width:1px;
	border-style:solid;
	border-color:#57566F;
	cursor:default;
	background-color: white;
}

.web-calendar-nextprev, .web-calendar-nextprevactive, .web-calendar-nextprevhover
{
	cursor:pointer;
}

.web-calendar-selectmonth, web-calendar-selectmonthactive, web-calendar-selectmonthhover
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:#333333;
	width:25px;
	background-color:#E0DFE3;
	background-image:url(/apps2/StreetCare/bttlxe.web/gif/dayheader_bg.ashx);
	background-position: left bottom;
	cursor:pointer;
}

web-calendar-selectweek, web-calendar-selectweekactive, web-calendar-selectweekhover
{
	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:25px;
	width:25px;
	cursor:pointer;
}

.web-calendar-day, .web-calendar-dayactive, .web-calendar-dayhover, .web-calendar-disabledday, .web-calendar-disableddayactive, .web-calendar-disableddayhover
{
	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:15px;
	width:21px;
	cursor:pointer;
}

.web-calendar-disabledday, .web-calendar-disableddayactive, .web-calendar-disableddayhover
{
	color: gray;
	cursor: default;
	text-decoration: none;
	color:#57566F;
}

.web-calendar-outofrangeday, .web-calendar-outofrangedayactive, .web-calendar-outofrangedayhover
{
}

.web-calendar-monthtitle
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#333333;
	background-color:#E0DFE3;
	height:16px;
	text-align:center;
	cursor:default;
}

.web-calendar-othermonthday, .web-calendar-othermonthdayactive, .web-calendar-othermonthdayhover
{
	color:#B2B1CA;
}

.web-calendar-othermonthdayhover
{
	text-decoration:underline;
}

.web-calendar-today, .web-calendar-todayactive, .web-calendar-todayhover
{
	font-weight: bold;
	border: 1px solid #FF4040;
	background-color: #fafafa;
}

.web-calendar-weekendday
{
	background-color: #fafafa;
}

.web-calendar-dayhover
{
	text-decoration:underline;
	background-color: #f1f1f1;
}

web-calendar-selectedday, web-calendar-selecteddayhover, .web-calendar-dayactive, .web-calendar-todayactive, web-calendar-selecteddayactive, .web-calendar-othermonthdayactive
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	color:black;
	background-color:#FFEEC2;
	border:1px solid #57566F;
	cursor:default;
}


