td {
	font-family: "Trebuchet MS", Arial, Veranda, sans-serif;
}

.month {font-size: 14px; color: #FFFFFF;}

#calback {
	background: #FFFFFF url(calWaiting.gif) no-repeat 50% 100px;
	margin: 0 auto;
	width: 197px;
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	background: #999999; 
}

.calhead {
    width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;      
}

.calhead img {
	border: none;
}

.dayhead {

	height: 27px;
	background: #EEEEEE;
}

.dayhead td {
	text-align: center;
	color: #000000;
	padding: 3px;
	width: 21px;
}

.dayrow {
	background: #FFFFFF;
	height: 27px;
}

.dayrow td {
	color: #000000;
	font-size: .7em;
}

.day {
	float: right;
	text-align:right;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.dayover {
	background: #EEEEEE;
}

.dayout {
	background: #FFFFFF;
	padding: 3px;
	width: 21px;
}

.event {
   background: #61B9CF;
   padding: 0;
   margin: 0;
   width: 27px;
}

.eventover {
  background: #99CC00;
}

a.calen {
  display: block;
  width: 21px;
  padding: 3px;
  height: 21px !important;
  _height: 27px;
  _width: 27px;
  text-align: right;
  background: #61B9CF;
  font-weight: bold !important;
  color: #000000 !important;
  font-size: 12px !important;
  margin: 0;
}

a.calen:hover{
  background: #99CC00;
}