/*#####################################################
This page is for the event calendar on index.php. 

Author: Don Bowers - Holland College
Date Created: May 27, 2008
Date Modified: May 28, 2008
Last Revision: 
########################################################*/
/* CALENDAR ICONS ************/
.calendar {
  float: left;
  margin-right: 6px;
  width: 42px;
  height: 42px;
  display: inline;
}
.calendar-day {
  font-weight: bold;
  font-size: 1.3em;
  color: #000;
  width: 42px;
  text-align:center;
  padding-top: 14px;
}

#cal_item { 
width: 225px;
background: #E1E1E1;
font-family: arial; 
font-size: 9px; 
color: #333; 
padding-bottom: 5px;
padding-top: 5px;
margin-bottom: 5px;
display: block;
}

#cal_item .cal_title {
font-family: arial; 
font-size: 12px; 
color: #333;
}

#content .calendar-icon-1 {
  background:url(../img/cal/01.gif);
}
#content .calendar-icon-2 {
  background:url(../img/cal/02.gif);
}
#content .calendar-icon-3 {
  background:url(../img/cal/03.gif);
}
#content .calendar-icon-4 {
  background:url(../img/cal/04.gif);
}
#content .calendar-icon-5 {
  background:url(../img/cal/05.gif);
}
#content .calendar-icon-6 {
  background:url(../img/cal/06.gif);
}
#content .calendar-icon-7 {
  background:url(../img/cal/07.gif);
}
#content .calendar-icon-8 {
  background:url(../img/cal/08.gif);
}
#content .calendar-icon-9 {
  background:url(../img/cal/09.gif);
}
#content .calendar-icon-10 {
  background:url(../img/cal/10.gif);
}
#content .calendar-icon-11 {
  background:url(../img/cal/11.gif);
}
#content .calendar-icon-12 {
  background:url(../img/cal/12.gif);
}