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

div.kalendarz div {
	margin-top: -20px;
}
div.cal_header {

}
	
.cal_pre_next, .cal_previous, .cal_next {
	display: none;
}
.cal_header_month {
	display: none;
}
.cal {
	width: 182px;
}
.cal * { font-size: 12px }
.cal td {
	width: 26px;
	height: 22px;
	text-align: center;
	font-size: 11px;
	vertical-align:middle ;
}
.cal .month-name-th { 
	display: none;
}
.cal .days-name-td {
	height: 21px;
	line-height: 20px;
}
	
.weekend, .dayOff, .dateOff { 
}
.outOfRange {
	color: #ccc;
}
.mouse-over {
	background: url(img/cal_over.png) no-repeat;
}
.selected-day {
	background: url(img/cal_selected.png) no-repeat;
	color: #fff;
	font-weight: bold;
}
.close-link, .clear-link  {
	display: none;
}
