@charset "utf-8";
/* CSS Document */

table.calendar {
	border-left: 1px solid #999;

}
tr.calendar-row {
}
td.calendar-day-current, td.calendar-day {
	/*	min-height:80px; */
	font-size:11px;
	position:relative;
}
* html div.calendar-day {
/*	height:80px; */
}
td.calendar-day:hover {
	background:#eceff5;
}
td.calendar-day-np {
	background:#eee;
/*	min-height:80px; */
}
* html div.calendar-day-np {
/*	height:80px; */
}
td.calendar-day-head {
	background:#191e56;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	/*	width:120px; */
	padding:5px;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
}
div.day-number {
/*	background:#999; */
	padding:3px;
	font-weight:bold;
	float:right;
	/*	margin:-5px -5px 0 0; */
	width:28px;
	text-align:center;
}
div.day-number-used {
/*	background:#999; */
	padding:3px;
	font-weight:bold;
	float:right;
	/*	margin:-5px -5px 0 0; */
	width:28px;
	text-align:center;
	background: #EEE;
}
td.calendar-day-current, td.calendar-day, td.calendar-day-np {
	/*	width:120px; */
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
td.calendar-day-current {
	background: #F8FFAD
}
.control {
/*	font:12px tahoma, arial, helvetica, sans-serif;
	padding:5px;
	border:1px solid #ccc;
	background:#eee; */
	text-decoration: none;
}
a {
/*	text-decoration: none;
	color: #535353; 
	*/
}
