td {
	font-family: "Trebuchet MS", Arial, Veranda, sans-serif;
	padding: 0px;
	}

#calback {
	background: #FFF url('calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	width: 216px;
	/*height:80px;*/
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	
	width: 100%; 

}

.calhead {
	background: #357fa4;
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;      
}

.calhead img {
	border: none;
}

.dayhead {
	height: 15px;
	background: #d8d8d8;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #ffffff;
	height: 20px;
}

.dayrow td {
	width: 12px;
	color: #000;
	font-size: .7em;
	height:10px
}

.day {
	text-align:right;
        width: 27px;
}

.dayover {
	background: #EEE;
	cursor: pointer;
}

.dayout {
	background: #ffffff;
}