/*style rezerwacja kalendarz*/
body{
	background-color: white; font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 0px;
}
td{
	 font-size: 12px 
}
.pierwszy{
	font-style: italic;
	background-image: url(../gfx/pierwszy.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.ostatni{
	font-style: italic;
	background-image: url(../gfx/ostatni.gif);
	background-position: right top;
	background-repeat: no-repeat 
}
.srodek{
 font-style: italic 
}
div.boks{
	float: left; margin: 10px 20px; min-height: 270px; 
}

.pierwszy_p{
	font-style: italic;
	background-image: url(../gfx/pierwszy.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: Red;
}
.ostatni_p{
	font-style: italic;
	background-image: url(../gfx/ostatni.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: Red;
}
.srodek_p{
 font-style: italic;
 background-color: Red; 
}

.pierwszy_w{
	font-style: italic;
	background-image: url(../gfx/pierwszy.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFD700;
}
.ostatni_w{
	font-style: italic;
	background-image: url(../gfx/ostatni.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #FFD700;
}
.srodek_w{
 font-style: italic;
 background-color: #FFD700;
}
table.kalendarz{
	background-color: #EEEEEE;
}
table.kalendarz tr:hover{
	background-color: #f3f3f3;
}
table.kalendarz td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
}
table.kalendarz td.pole{
  background-color: White;
}