/* --( 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: bold 7pt Arial, Helvetica;
  text-align:center;
  color:#fff;
  width:100%;
  padding-top:3px;
  height:16px;
  background:#000}

.cal_event:hover
{ height:20px }

.cal_past_event
{ color: #888 }

/* --( dropdown for kCalendar)-- */
.dropmenudiv
{ position:absolute;
  top: 0;
  font: normal 10pt Verdana, Arial, Helvetica;
  line-height: 20px;
  z-index:1;
  background-color: #000;
  visibility: hidden;
  color: #fff;  }

.dropmenudiv a
{ font-size: 10px;
  width: 150px;
  display: block;
  padding: 2px;
  color:#fff;
  text-decoration: none; }

.dropmenudiv a:hover
{ color: #000;
  background:#666}
