/* @override 
	http://www.galileo.net.pl/irs2/true/cal.css
	http://airlinescity.pl/airlines_true/cal.css
	http://airlinescity.pl/samolotka_true/cal.css
	http://irs.true.pl/samolotka/samolotka_true/cal.css
	http://irs.true.pl/almafly/true/cal.css
	http://www.almafly.pl/true/cal.css
*/

#pierwsza #lot_niezaawansowany div.kalendarz { 
	position: relative;
	width: 170px;
	float: left;
	display: inline;
	height: 170px;
	margin-right: 10px;
}

/*
#pierwsza #lot_zaawansowany div.kalendarz { 
	background: #743165;
	width: 200px;
	position: absolute !important;
	top: 105px !important;
	left: 0px !important;
} */

#pierwsza #lot_zaawansowany div.kalendarz {
display:inline;
float:left;
clear: both; 
height:170px;
margin-right:10px;
position:relative;
width:170px;
}

#miniform #lot_niezaawansowany div#p_data_div { 
	position: relative;
	margin: 0 20px 10px;
}
#miniform #lot_niezaawansowany div#w_data_div { 
	position: relative;
	margin: 0 20px 10px;
}

#miniform #lot_zaawansowany div.kalendarz { 
//	background: #743165;
//	width: 200px;
//	position: absolute !important;
//	top: 165px !important;
//	left: 5px !important;
position: relative ;
}

div#p_data_div { 

}
div#p_data_div { 

}

div.kalendarz div {
	top: 0;
	left: 0;
}
div.cal_header {
	position: relative;
	height: 20px;
	border-collapse:collapse; 
	width: 100%;
}

.cal_pre_next { 
	height: 20px;
	width: 165px;
	position: absolute;
	top: 0;
	left: 0px !important;
}
#miniform .cal_pre_next,
#lot_zaawansowany div.kalendarz .cal_pre_next { 
	height: 20px;
	width: 165px;
	position: absolute;
	top: 5px;
	left: 5px !important;
}

.cal_previous, .cal_next {
	top: 0;
 	display: inline;
 	margin: 0;
	width: 21px;
	height: 20px;
	color: #fff;
	text-align:center;
	font-weight: bold;
}
.cal_previous {
 	float: left;
 	background: url(img/przyciski_kalendarz_1.png) no-repeat;
}
.cal_next {
	float: right;
 	background: url(img/przyciski_kalendarz_2.png) no-repeat;
}
.cal_header_month {
	text-align:center;
	font-weight:bold;
	line-height: 20px;
	height: 20px;
	width: auto;
	color: #666666;
	width: 50%; 
	float: left;
	display: inline;
}
.cal {
	width: 170px !important;
	margin-left: 0;
	overflow: hidden;
	margin-top: 0px;
}
	
.cal * { font-size: 11px }
.cal td {
	width: 23px !important;
	height: 20px;
	font-size: 11px;
	line-height: 17px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	background: #d0dfe7; 
	border: 1px solid #ebf4f9; 
	color: #333; 
}
.cal .month-name-th { 
	color: #134f8a;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}
#miniform .month-name-th,
#lot_zaawansowany div.kalendarz .cal .month-name-th { 
	line-height: 30px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}


.cal .days-name-td {
	font-weight: bold;
	color: #0d427b;
	font-size: 1em;
	background: #ebf4f9;
}
	
.weekend, .dayOff, .dateOff { 
	color: #999999;
}
.outOfRange {
	color: #a2b9c6 !important;
	background: #e1eef2 !important;
}
.selected-day {
	color: #fff !important;
	background-color: #723063 !important; 
	font-weight: bold;
}
.mouse-over {
		background: #134f8a !important;
		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: #7c356c;
	margin: 0 auto;
	padding: 4px;
	clear: both;
	width: 120px;
	display: block;
}
