table.calendar
{
  border-left:    #cccccc 1px solid;
  border-top:     #cccccc 1px solid;
  border-right:   #000000 1px solid;
  border-bottom:  #000000 1px solid;
  background:     #cccccc;
  border-collapse: collapse;
  align: center;
}
th.calendar
{
  font-size:      80%;
  text-align:     center;
  color:          black;
  font-weight:    bold;
  border:         none;
  padding:        2px;
  background:     white;
}
td.calendar_weekdays
{
  font-size:      80%;
  font-weight:    bold;
  text-align:     center;
  color:          black;
  border:         none;
  padding:        1px;
  background:     white;  
}
td.calendar
{
  font-size:      80%;
  text-align:     center;
  border:         none;
  padding:        1px;
}
a.calendar
{
  color:          gray;
  text-decoration:  none;
  cursor:         pointer;  
}
td.calendar_thismonth
{
  font-size:      80%;
  text-align:     center;
  border:         none;
  padding:        1px;
}
a.calendar_thismonth
{
  color:          blue;
  text-decoration:  none;
  cursor:         pointer;  
}
td.calendar_thisday
{
  font-size:      80%;
  text-align:     center;  
  border-left:    #c97070 1pt solid;
  border-top:     #c97070 1pt solid;
  border-right:   #000000 1pt solid;
  border-bottom:  #000000 1pt solid;
  cursor:         pointer;
}
a.calendar_thisday
{
  color:          black;
  text-decoration:  none;
  cursor:         pointer;
}