table.calendarAjax {
	border: 0;
	background: transparent;
	color: #000000;
	cursor: default;
	font-family: "trebuchet ms", verdana, tahoma, sans-serif;
	font-size: 11px;
	
}

table.calendarAjax td,th {
	text-align: center;
	border: 0
}

table.calendarAjax th {
	height: 10px;
	font-size: 9pt;
}

table.calendarAjax td {
	width: 25px;
	height: 10px;
	font-size: 9pt;
	font-weight: bold;
	background: url(/img/kalendarz-rezerw-pole.png) 0 0 repeat-x;
}

table.calendarAjax .calendarAjax-month {
	font-weight: bold;
	margin-top: 3px;
	font-size: 12pt;
	text-align: center;
	vertical-align:top;
	background: url(/img/kalendarz-tlo-miesiac.gif) 0 0 repeat-x;
}

table.calendarAjax .calendarAjax-month a {
	text-decoration: none
}

table.calendarAjax .calendarAjax-prev,table.calendarAjax .calendarAjax-next
	{
	font-weight: normal;
}

table.calendarAjax th {
	color: #3a4300;
	text-align: center;
}

table.calendarAjax td.linked-day {
	font-size: 11pt
}

table.calendarAjax td.calendarAjax-reserved-day {
	/*color: red;*/
	color:black;
	font-weight:bold;
	background: url(/img/kalendarz-rezerw-pole-czerwone.png) 0 0 repeat-x;
}

table.calendarAjax td.calendarAjax-passed-day {
	color: #D3D3D3;
}
table.calendarAjax td.calendarAjax-reserved-day-afternoon{
	/*color: yellow;*/
	color:black;
	font-weight:bold;
	background: url(/img/kalendarz-rezerw-pole-zolte2.png) 0 0 no-repeat;
	
}
table.calendarAjax td.calendarAjax-reserved-day-morning{
	/*color: orange;*/
	font-weight:bold;
	color:black;
	background: url(/img/kalendarz-rezerw-pole-pomaranczowe2.png) 0 0 no-repeat;
}