body, td
{
  font-family:Verdana;
}

.picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  font-weight: bold;
  font-family: "Verdana",monospace;
  padding: 2px;
  cursor: pointer;
}

.calendar_button
{
	border:none;
	cursor:pointer;
}

.calendar td
{
  font-size:11px;
}

.title
{
  font-weight:bold;
  background-color:#D7D7E5;
}

.day
{
  width:25px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayhover
{
  width:25px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayheader
{
  width:25px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  font-weight:bold;
  background-color:#FFFFFF;
}

.othermonthday
{
  color:#999999;
}

.selectedday
{
  width:25px;
  background-color:#FBE694;
  color:#000000;
  border-width:1px;
  border-color:#BB5503 !important;
  border-style:solid;
  font-weight:bold;
}

.calendar
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:center;
  padding:0px 5px 0px 5px;
}


/* override calendar styles */
#ctl00_Content_Availability_Availability table td{
	color: #FFFFFF;
	font-family: Georgia,Times New Roman,Serif; 
	text-transform: uppercase;
	letter-spacing:1px;
	background: #887b72;
	border: solid 1px #887b72;
	height: 15px;
}

#ctl00_Content_Availability_Availability a {
	text-decoration: none;
	font-size: 0.9em;
}

#ctl00_Content_Availability_Availability table td a {
	display:none;
} 

#ctl00_Content_Availability_Availability td {
	border: solid 1px #f5f5f3;
}

#ctl00_Content_Availability_Availability th {
	border: solid 1px #c3bfb7 !important;
	border-bottom: solid 2px #f5f5f3 !important;
	border-top: solid 2px #c3bfb7 !important;
	font-size: 0.9em !important; 
	font-weight: bold; 
	height: 17px;
	padding-top:0;
	font-family: Georgia,Times New Roman,Serif; 
}


