td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#calback {
	background: #FFF url('calWaiting.gif') no-repeat 50% 80px;
	margin: 0 auto;
	width: 191px;
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	background: #E6E6E6;
	width: 100%; 
}

.calhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699 ;
	background:url(images/bb.gif)  repeat-x;
	height:25px;
	text-align:center;
}

.calhead img {
	border: none;
}

.dayhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	color: #990000;  
	background: #F4F2F2;
}

.dayhead td {
	text-align: center;
	color: #990000;
}

.dayrow {
	background: #FFF;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.dayrow td {
	width: 25px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.day {
	float: right;
}

.dayover {
	background: #EEE;
	text-decoration:underline;
	cursor:hand;
}

.dayout {
	background: #FFF;
	
}