.calendar_button
{
	border:none;
	cursor:pointer;
}

.picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  font-weight: bold;
  font-family: "Verdana",monospace;
  padding: 2px;
  cursor: pointer;
}

.calendar td
{
  font-size:11px;
  font-family:Verdana;
}

.title
{
  font-weight:bold;
  background-color:#efeee2;
  color:#4d6185;
  border-bottom:solid 1px #aca899;
}

.day
{
	width:18px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#eeeeee;
  border-style:solid;
}
.dayactive
{
	width:18px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#eeeeee;
  border-style:solid;
}

.dayhover
{
	width:18px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#4d6185;
  border-style:solid;
  color:#4d6185;
  background-color:#b7d3fc;
}
.today
{
	width:18px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-style:solid;
  background-color:#ffffff;
}
.todayactive
{
	width:18px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-style:solid;
  background-color:#ffffff;
}

.todayhover
{
	width:18px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#4d6185;
  border-style:solid;
  background-color:#ffffff;
}
.dayheader
{
	width:18px;
  text-align:center;
  font-weight:bold;
  background-color:#ffffff;
  border-bottom:solid 1px #dddddd;
  padding-bottom:2px;
}

.othermonthday
{
  color:#999999;
  background-color:#eeeeee;
}

.outofrangeday
{
  visibility:hidden;
}

.selectedday
{
	width:15px;
  background-color:#b7d3fc;
  color:#4d6185;
  border-width:1px;
  border-color:#4d6185;
  border-style:solid;
  font-weight:bold;
}

.calendar
{
  border-style:solid;
  border-width:1px;
  border-color:#7f9db9;
  border-collapse:collapse;
  background-color:#ffffff;
  cursor:default;
}

.month
{
  background-color:#ffffff;
  margin-left:1px;
  margin-right:1px;
  margin-bottom:1px;
  margin-top:0px;
  color:#4d6185;
}

.nextprev
{
  cursor:pointer;
  height:20px;
  vertical-align:center;
  padding:0px 2px 0px 2px;
  color:#ffffff;
}

.selector
{
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align:center;
  background-color:#FFFFFF;
  color:#ffffff;
}
