<!--

table.calendar
{ 
  font-family: Arial;
  color: #A0A0A0;
  cursor: pointer;
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
}

table.calendar td
{ 
  padding: 0;
  width: 20px;
  height: 1.5em;
  border: 1px solid black;
}

table.calendar .change
{ 
  width: 10em;
  font-variant: small-caps;
  color: white;
  background-color: #A20D23;
}

table.calendar .next, .prev
{ 
  font-weight: bold;
  background-color: #191970;
  color: white;
}

table.calendar .hide_day
{ 
  cursor: default;
  color: white;
  background-color: #bebebe;
}

table.calendar th
{ 
  width: 20px;
  cursor: default;
  background-color: gray;
}

.calendar li
{
  margin-left: 10px;
  list-style-type: none;
  display: inline;
}

#cal_sel_day
{
  width: 50px;
}

#cal_sel_month
{
  width: 50px;
}

#cal_sel_year
{
  width: 75px;
}

-->