.pop_picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  padding: 2px;
  cursor: pointer;
}

.pop_calendar_button
{
  border:none;
  cursor:pointer;
  width:25px;
  height:19px;
  margin-top:3px;
}

.pop_calendar td
{
  font-size:11px;
}

.pop_title
{
  font-weight:bold;
  background-color:#D7D7E5;
}

.pop_day
{
  width:25px;
  cursor:pointer;
  background-color:#DDDDDD;
  color:Green;
  font-weight:bold;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.pop_dayhover
{
  width:25px;
  cursor:pointer;
  background-color:#DDDDDD;
  color:Green;
  font-weight:bold;
  text-align:center;
  text-decoration:underline;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.pop_dayheader
{
  width:25px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  font-weight:bold;
  background-color:#FFFFFF;
}


.pop_outofrangeday
{
  visibility:hidden;
}

.pop_selectedday
{
 width:25px;
  cursor:pointer;
  background-color:#D7D7E5;
  color:Green;
  font-weight:bold;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}
.pop_disabledday
{
  width:25px;
  color:#999999;
  background-color:FFFFFF;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}
.pop_disableddayhover
{
  width:25px;
  color:#999999;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.pop_calendar
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.pop_month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.pop_nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:center;
  padding:0px 5px 0px 5px;
}

.pop_selector
{
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align:center;
  background-color:#FFFFFF;
}