/* --( calendar styles )-- */
.daytitle
{ text-align: center;
  font: bold 10pt Arial, Helvetica;
  background: #b2b2b2;
  color: #fff;
  padding: 3px;  }

.sunday
{ color: #f00;
  background: #f99 }
  
.sunday_date
{ text-align: center;
  font-weight: bold;
  color: #454545;
  background: #eaeaea;
  margin-bottom: 1px  }
  
.saturday
{ color: #454545; 
  background: #6d97b3 }

.saturday_date
{ text-align: center;
  font-weight: bold;
  color: #454545;
  background: #EEEEEE;
  margin-bottom: 1px }

.workday
{ }

.workday_date
{ text-align: center;
  font-weight: bold;
  color: #454545;
  background: #F5F5F5;
  margin-bottom: 1px }
  
.prevnext_date
{ text-align: right;
  font-weight: bold;
  color: #888;
  margin-bottom: 1px }
  
.cal_event
{ font: 8pt Arial, Helvetica }

.cal_past_event
{ color: #888 }