div.calendarHidden{
  position: absolute;
  visibility: hidden;
  z-index: 15;
}

div.calendarVisible{
  position: absolute;
  visibility: visible;
  z-index: 15;
  padding: 2px 0px;
  -moz-opacity: 0.93;
  filter: alpha(opacity=93);
}

div.calendarVisible *{
  -moz-opacity: 1.0;
}

table.calendar{
  background: #FFFFFF;
  color: #1859BB;
  text-align: center;
  vertical-align: middle;  
  border-collapse: collapse;
}

td.calendarSelected{
  background: #467FD4;
  border: solid #467FD4 1px;
  color: #1859BB;
}

td.calendarSelected *{
  color: #FFFFFF;
}

td.calendar{  
  background: #FFFFFF;
  border: solid #467FD4 1px;
  font-family: verdana;
  font-size: 12px;
}

td.calendar *{
  color: #1859BB;
}

a.calendarLink{
  text-align: right;
  text-decoration: none;
  font-family: verdana;
  font-size: 11px;
  padding: 3px;
}


table.calendarSheet{
  color: #1859BB;
}

td.calendarSheet{
  text-align: right;
  padding: 3px 0px;
  border: none;
}

tr.calendarSheet{
  text-align: right;
  padding: 3px 0px;
  border: none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight: normal;
}

tr.calendarSheetDays{
  text-align: right;
  padding: 3px 0px;
  border: none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight: bold;
}

span.calendarSheetSunday{
  color: #FF0000;
}

td.calendarSheetSelected{
  text-align: right;
  padding: 3px 0px;
  border: none;
  color: #FFFFFF;
  background: #467FD4;
}

td.calendarSheetSelected *{
  color: #FFFFFF;
}

td.calendarSheet *{
  color: #1859BB;
}

a.calendarSheet{
  text-align: right;
  text-decoration: none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  padding: 3px;
}

a.calendarSheetHighlight{
  text-align: right;
  text-decoration: none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight: bold;
  padding: 3px;
}
