/* CSS Document */

td.cal
{
	height: 44px;
}

div.calendar 
{
  float: left;
  margin-right: 6px;
  width: 36px;
  height: 42px;
}

div.calendar-day
{
  font-weight: bold;
  font-size: 1.3em;
  color: #000;
  width: 36px;
  height: 42px;
  text-align:center;
  padding-top: 16px;
}

div.calendar-icon-01
{
  background: url('images/01.jpg') no-repeat;  
}

div.calendar-icon-02
{
  background: url('images/02.jpg') no-repeat;  
}

div.calendar-icon-03 
{
  background: url('images/03.jpg') no-repeat;  
}

div.calendar-icon-04
{
  background: url('images/04.jpg') no-repeat;  
}

div.calendar-icon-05
{
  background: url('images/05.jpg') no-repeat;  
}

div.calendar-icon-06
{
  background: url('images/06.jpg') no-repeat;  
}

div.calendar-icon-07
{
  background: url('images/07.jpg') no-repeat;  
}

div.calendar-icon-08
{
  background: url('images/08.jpg') no-repeat;  
}

div.calendar-icon-09
{
  background: url('images/09.jpg') no-repeat;  
}

div.calendar-icon-10 
{
  background: url('images/10.jpg') no-repeat;  
}

div.calendar-icon-11
{
  background: url('images/11.jpg') no-repeat;  
}

div.calendar-icon-12
{
  background: url('images/12.jpg') no-repeat;  
}
