td {
	font-family: "Trebuchet MS", Arial, Veranda, sans-serif;
	padding: 3px;
}

#caalback_from {
	background: #FFF url('ajax_calendar_from/calWaiting.gif') no-repeat 50% 100px;
	/*margin: 0 auto;*/
	width: 250px;
	
}

#calendar_from {
	width: 250px;
	height: 50%;
	
}

#dayprice{
background-color:#999999;
width:50px;
height:20px;
border:thin;


}

.cal {
	background: #015792;
	width: 70px; 
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;      
}

.calhead img {
	border: none;
}

.dayhead {
	height: 25px;
	background: #EEE;
}

.dayhead td {
	text-align: center;
	color: #015792;
	width:100px
}

.dayrow {
	background: #FFF;
	height: 20px;
}

.dayrow td {
	width: 40px;
	color: #015792;
	font-size: .7em;
}

.day {
	float: right;
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}

.daybusy {
	background: #ffc300;
}