﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
}

p {
	font-size: 11px;
}

p.right{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	text-align: right;
}


p.center{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	text-align: center;
}

p.rezerwacja{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	text-align: center;
}


a {
	font-size: 12px;
}

h1 {
	font-size: 14px;
}

div.dzien{
	height: 100px;
	background-color: #E3EFFD;
	padding: 2px;
}
div.dzis{
	height: 100px;
	background-color: #FEFF89;
	padding: 2px;
}
div.sobota{
	height: 100px;
	background-color: #FEE69F;
	padding: 2px;
}

div.wolny{
	width:18px;
	height:20px;
	background-color: #B3F48A;
	font-size: 11px;
	text-align: center;
}

div.wolnysb{
	width:18px;
	height:20px;
	border: thin solid #006600;
	background-color:#B3F48A;
	font-size: 11px;
	text-align: center;
}


div.rezerwacja{
	width:18px;
	height:20px;
	background-color:#FF3300;
	font-size: 11px;
	text-align: center;
}

div.zapytanie{
	width:18px;
	height:20px;
	background-color: #FFFF66;
	font-size: 11px;
	text-align: center;
}

div.brak{
	width:18px;
	height:20px;
	font-size: 11px;
	text-align: center;	
}

/*
Tabela
*/
table.kalendarz{
	border:1px solid gray; border-spacing: 0px;
	border-collapse: collapse;
}
table.kalendarz th {
	padding: 4px;
/*background-color: #CCCCCC;*/	font-size: 11px;
	border-style: solid;
	border-width: 1px;
	background-color: #88B0EB;
	color: #FFFFFF;
}

table.kalendarz tr {
	border:1px none gray;
}

table.kalendarz td {
	padding: 1px;
	border-style: solid;
	border-width: 1px;
	text-align: left;
}

td.szary{		
background-color:#CCCCCC; 
font-size:11px; 
}

