table.kalendarz_dzien
{
	margin: 2px;
}

.kalendarz_inactive
{
	width: 40px;
	height: 40px;
	border: solid 2px #555555;
	background-color: black;
	color: white;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 18px;
}

.kalendarz_active
{
	width: 40px;
	height: 40px;
	border: solid 2px white;
	background-color: #555555;
	color: white;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 18px;
}

.kalendarz_pasek_miesiaca
{
	font-weight: bold;
	color: white;
	font-family: Tahoma;
	font-size: 20px;
	height: 50px;
	text-align: center;
}

.kalendarz_etykiety_dni
{	
	font-weight: bold;
	color: white;
	font-family: Tahoma;
	font-size: 18px;
	background-color: #555555;
	height: 20px;
	width: 40px;
	text-align: center;
}

div.kalendarz_kontener
{
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width: 320px;
	background-color: black;
}

table.kalendarz_kontener
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: separate;
}
