.col-header{ text-align: center; border: 1px solid black; }
.cal-event
{
  text-align: center;
  vertical-align: top;
  font-size: 60%;
  border: 1px solid black;
}
.hour
{ 
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px none black;
}
.min-even
{ 
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px none black;
  border-right: 1px solid black;
}
.min-odd
{ 
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px none black;
  border-right: 1px solid black;
}
.blank-slot
{ 
  text-align: center;
  border-top: 1px none black;
  border-bottom: 1px none black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.day-view-table
{ 
  border-top: 1px none black;
  border-bottom: 1px solid black;
  border-left: 1px none black;
  border-right: 1px none black;
}
.row-even {background-color: #eeeeee;}
.row-odd {background-color: #ffffff;}
.searchMonth{border: 1px solid black; margin: 10px; BACKGROUND-COLOR:#F9EDD8}
.searchMonthTitle {text-align: center; border-bottom: 2px solid black; font-size: larger;}

.inactiveDay {border: 1px solid black; COLOR: #aaa;}

.activeDay   {border: 1px solid black; font-weight:bold; background-color:fff;}
.activeDay A:hover   {COLOR: #fff; BACKGROUND-COLOR: #000;}
.activeDay A:link    {COLOR: #000; text-decoration: none;}
.activeDay A:visited {text-decoration: none;}
.activeDay A:active  {text-decoration: none;}
.activeDayAllTaken  {border: 1px solid black; background-color:99CCFF; font-weight:bold;}
.activeDayAllTaken A:hover   {COLOR: #fff; BACKGROUND-COLOR: #000;}
.activeDayAllTaken A:link    {COLOR: #000; text-decoration: none;}
.activeDayAllTaken A:visited {text-decoration: none;}
.activeDayAllTaken A:active  {text-decoration: none;}

.activeDayTaken   {border: 1px solid black; background-color:FFFF00; font-weight:bold;}
.activeDayTaken A:hover   {COLOR: #fff; BACKGROUND-COLOR: #000;}
.activeDayTaken A:link    {COLOR: #000; text-decoration: none;}
.activeDayTaken A:visited {text-decoration: none;}
.activeDayTaken A:active  {text-decoration: none;}

.pagebreakhere {page-break-before: always}

