.cal td {
	font-family: Arial, Veranda, sans-serif;
	text-align:center;
}

#calback {
	background: #FFF url('calWaiting.gif') no-repeat 25% 50px;
	/*margin-top: 10px;*/
	width: 100%;
	z-index: 0;
	position:relative;
	/*right:5px;*/
}

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

.cal {
	background: #fff;
	width: 100%;
	/*margin-left:10px;*/
}

.calhead {
	width: 98%;
	font-weight: bold;
	color: #888;
	font-size: 9pt;      
}

.calhead img {
	border: none;
}

.dayhead {
	height: 12px;
	background: #888;
	font-size: 8.5pt;
	font-weight: bold;

}

.dayhead .fes {
background: #DD7257;
	color: #fff;
}


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

.dayrow {
	background: #FFF;
	height: 20px;
	

}

.dayrow td {
	width: 20px;
	padding-top:5px;
	color: #888;
	font-size: .7em;
		
}

.dayrow td a{
padding:0px 5px 5px 5px;
display:block
		
}

.day {
	float: center; 
}

.dayover {
	background: #EEE;
}	

.dayactive {
	background: #F5C9BE;
	cursor:pointer;
	
	
	
}


.today{
	background: #B7B9BE;
	cursor:pointer;
	
}
.todayover{
	background: #DD7257;
	cursor:pointer;
	
}

.dayout {
	background: #FFF;	
}
.mes {
	color: #888;
	letter-spacing:1px;
	font-size:.8em;
	padding-bottom:4PX;
	border-bottom:1px solid #ddd;
}


