#calback {
	background: #2895c9 url('http://www.o-k.in.ua/image/calendar/calWaiting.gif') no-repeat 50% ;
	margin: 0 auto;
	width: 210px;
}

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

.cal {
	background: #2895c9;
	width: 100%; 
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 11px;      
}

.calhead img {
	border: none;
}

.dayhead {
	height: 15px;
	background: #EEE;
	font-size:12px;
}

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

.dayrow {
	background: #5fa9d7;
/*	height: 15px;
*/}

.dayrow td {
	width: 30px;
	color: #000;
	font-size: 10px;
	text-align:center;
}

.day {
	float: right;
}
.day_future {
	background: #00cc00;
}
.day_past {
	background: #ff5151;
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #5fa9d7;
}
