/*
 * Light calendar for trackers
 */
#esky_calendar {
	width:156px;
	background-color:#fff;

	border:1px solid #997861;

	overflow:hidden;
	position:relative;
	padding:5px;
}
.calendar-table {
	margin:4px auto;
	display:block;
	clear:both;
}
.calendar-table th {
	padding:2px 0px;
	text-align:center;
	color:#9d0000;
	font-weight:bold;
	background: #f7e6d6;
}
.calendar-header-day {
	padding:1px 3px;
	text-align:center !important;
	color:#9d0000;
	background: #fdf9f4;
}
.calendar-day {
	border-top:1px solid #eee;
}
.month-day {
	display:block;
	width:16px;
	height:14px;
	line-height:14px;
	padding:1px 3px;
	text-align:right;
	cursor:pointer;
	text-decoration:none;
	color:#666;
}
.month-day:hover,.is-hover {
	background-color:#9d0000;
	color:#fff !important;
	text-decoration:none;
}
.is-selected{
	border:1px solid red;
	padding:0px 2px;
}
.is-today {
	font-weight:bold;
}
.is-weekend {
	color:#CD071E;
}
.is-linked-disabled,
.is-blocked,
.is-out-of-range {
	background-color:#ddd;
	cursor:default;
}
.is-disabled {
	color:#999;
	cursor:default;
}
.is-linked {
	background-color:#ffc;
}
.calendar-button {
	width:18px;
	height:18px;
	line-height:14px;
	display:inline;
	background:#fff url(http://bilety.fly.pl/fly/images/calendar_button.gif) no-repeat 0% 0%;
	color:#000 !important;
	text-align:center;
}
.calendar-next {
	float:right;
	clear:none;
	text-decoration:none;
	color:#fff !important;
}
.calendar-previous {
	float:left;
	clear:none;
	text-decoration:none;
	color:#fff !important;		
}
.calendar-previous:hover,
.calendar-next:hover {
	text-decoration:none;
}
.calendar-current {
	width:85px;
	margin:3px 17px;
	float:left;
	clear:none;
	text-align:center;
	border:none;
	background:none;
	font-weight:bold;
	
	display:none;	
}
.calendar-close {
	display:block;
	width:136px;
	margin:3px auto;
	float:none;
	clear:both;
	text-align:center;
	border:none;
	background:none;
	font-weight:bold;
}
