      a
      {
          text-decoration: none;
          color: #f9f9ee;
          font-weight: bold;
      }
      .month-header
      {
	background-color: #f6f6f6;
	color: #000000;
	font-size:10px;
	font-weight:normal;
	font-family:verdana;
      }
      #month-title
      {
        background-color: #f6f6f6;
        color: #005288;
	font-size:11px;
	font-weight:bold;
	font-family:verdana;
      }
      .day-header
      {
          background-color: #778899;
          color: #f9f9ee;
          text-align: center;
      }
      .weekday-name
      {
	background-color: #f6f6f6;
	color: #000000;
	font-size:10px;
	font-weight:normal;
	font-family:arial;
      }
      .other-month
      {
          background-color: #eeeeee;
          width: 10px;
          height: 10px;
          vertical-align: top;
      }
      .this-month
      {
          background-color: #dddddd;
          height: 18px;
	  width: 25px;
	  text-align: right;
	  color: #000000;
          font-size: 8pt;
          font-family: arial;
          vertical-align: middle;
      }
      .booked-month
      {
          background-color: #005288;
          height: 18px;
	  width: 25px;
	  text-align: right;
	  color: #FFFFFF;
          font-size: 8pt;
          font-family: arial;
          vertical-align: middle;
      }
      .semiBooked-month
      {
          background-color: #9E9E9E;
	  background-image: url(../images/vanaf1200.gif);
          height: 18px;
	  width: 25px;
	  text-align: right;
	  color: #FFFFFF;
          font-size: 8pt;
          font-family: arial;
          vertical-align: middle;
      }
      .semiBooked2-month
      {
          background-color: #9E9E9E;
	  background-image: url(../images/tot1200.gif);
          height: 18px;
	  width: 25px;
	  text-align: right;
	  color: #FFFFFF;
          font-size: 8pt;
          font-family: arial;
          vertical-align: middle;
      }
      #today
      {
          background-color: #BBBBBB;
          height: 18px;
	  width: 25px;
	  text-align: right;
	  color: #000000;
          font-size: 8pt;
          font-family: arial;
	  font-weight: normal;
          vertical-align: middle;
      }
      .event
      {
          font-size: 8pt;
      }
