/* @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://www.samolotka.pl/_09/cal.css
*/

div.kalendarz { 
	position: relative;
	width: 225px;
	float: left;
	display: inline;
	height: 175px;
}

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: 1px;
	position: relative;
	width: 100%; 
	position: absolute;
}
.cal_previous, .cal_next {
	top: 0;
	width: 20px;
	height: 20px;
	padding-top: 3px;
	color: #fff;
	text-align:center;
	font-weight: bold;
	margin: 0px 9px;
}
.cal_previous {
 	float: left;
 	background: url(../samolotka_true/img/przyciski_kalendarz_1.png) no-repeat;
}
.cal_next {
	float: right;
 	background: url(../samolotka_true/img/przyciski_kalendarz_2.png) no-repeat;
}
.cal_header_month {
	text-align:center;
	font-weight:bold;
	line-height: 20px;
	width: auto;
	color: #666666;
	width: 50%; 
	float: left;
	display: inline;
}
.cal {
	width: 225px;
	overflow: hidden;
	float: left;
	display: inline;
}
	
.cal * { font-size: 11px }
.cal td {
	width: 29px;
	height: 20px;
	font-size: 1.1em;
	line-height: 17px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #cccccc; 
	color: #333; 
}
.cal .month-name-th { 
	color: #666;
	line-height: 15px;
	font-size: 1.25em;
	text-align: center;
	height: 25px;
	width: 220px;
}
.cal .days-name-td {
	font-weight: bold;
	color: #aaa;
	font-size: 1em;
}
	
.weekend, .dayOff, .dateOff { 
	color: #999999;
}
.outOfRange {
	color: #c1c1c1 !important;
}
.mouse-over {
		color: #fff !important;
	background-color: #fbbd10; 
	font-weight: bold;
}
.selected-day {
		background: #b61e3d;
		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;
}