
#calback {
	background:url('calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	width: 255px;
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	background: #000000;
	width: 253px; 
	
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #ffffff;
	background:#000000;
	font-size: 12px;      
}

.calhead img {
	border: none;
}

.dayhead {
	text-align:center;
	height: 20px;
	background: #000000;
	color:#ffffff;
	
	
}

.dayhead td {
	text-align:center;
	padding-right:2px;
	color: #ffffff;
	width:18px;
}

.dayrow {
	background: #000000;
	height: 20px;
}

.dayrow td {
	
	text-align:center;
	color: #ffffff;
	font-size:12px;
}

.day {
	text-align:center;
	font-size:12px;
	color:#FFFfff;
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #000;
}
