/* @override 
	http://www.galileo.net.pl/irs2/true/cal.css
	http://airlinescity.pl/airlines_true/cal.css
*/

div.loading {
	display: none;
}

div.kalendarz { 
	width: 290px;
	background: #ccc url(img/kalendarz_bg.png) repeat-y top center;
	border: 1px solid #ccc;
	opacity: 0;
	filter: alpha(opacity = 0);
	position: relative;
}

div#p_data_div { 
	left: 300px; 
}
div.kalendarz div {
	top: 0;
	left: 0;
}
div.cal_header {
	position: relative;
	height: 20px;
	border-collapse:collapse; 
	width: 100%;
}

.cal_pre_next { 
	height: 1px;
	position: relative;
	width: 100%; 
	position: absolute;
}
.cal_previous, .cal_next {
	top: 0;
	width: 20px;
	height: 17px;
	padding-top: 3px;
	color: #fff;
	text-align:center;
	font-weight: bold;
	background: #64c1ff}
.cal_previous {
 	float: left;
}
.cal_next {
	float: right;
}
.cal_header_month {
	text-align:center;
	font-weight:bold;
	line-height: 20px;
	width: auto;
	color: #1B4199;
	width: 50%; 
	float: left;
	display: inline;
}
.cal {
	border-collapse: collapse;
	margin: 0 auto;
	width: 141px;
	float: left;
	display: inline;
	margin: 2px;
}
	
.cal * { font-size: 11px }
.cal td {
	width: 19px;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #fff; 
	color: #333; 
}
.cal .month-name-th { 
	color: #2254a7;
	line-height: 15px;
	height: 25px;
}
.cal .days-name-td {
	font-weight: bold;
	background: #f7f7f7;	
	border: 1px solid #fff;
	color: #64c1ff;
}
	
.weekend, .dayOff, .dateOff { 
	color: #999999;
}
.outOfRange {
	color: #c1c1c1 !important;
}
.mouse-over {
		color: #fff !important;
	background-color: #7AC1FF; 
	font-weight: bold;
}
.selected-day {
		background: #A5C641;
		font-weight: bold;
		color: #fff !important;
}
.close-link, .clear-link  {
	text-align:center;
	color:#fff !important;
	font-weight: bold;
	text-decoration:none;
	font-size:11px;
	background: #7AC1FF;
	margin: 0 auto;
	padding: 4px;
	clear: both;
	width: 120px;
	display: block;
}