#kalendarzTable {
	margin-bottom: 6px;
	border-collapse: collapse;
}

#kalendarzTable th{
	font-size: 12px;
	color: #2f568d;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: center;
}

#kalendarzTable td{
	width: 25px;
	height: 23px;
	display: table-cell;
	color: #2f568d;
	text-align: center;
}

#kalendarzButtonPoprzedni {
	display: block;
	float: left;
	width: 13px;
	height: 9px;
	background: url('/images/kalendarz_prev.jpg') no-repeat;
	text-indent: -1000em;
}

#kalendarzButtonNastepny {
	display: block;
	float: right;
	width: 13px;
	height: 9px;
	background: url('/images/kalendarz_next.jpg') no-repeat;
	text-indent: -1000em;
}

.kalendarzTdBorder{
	border: 1px solid #ccc;
	font-size: 13px;
}

#aktualnyDzien a:link, #aktualnyDzien a:hover {
	background: url('/images/kalendarz_active.gif') bottom right no-repeat;
}

#aktualnyDzien a:hover {
	background: #2f568d url('/images/kalendarz_active_on.gif') bottom right no-repeat;
}

.kalendarzWydarzenie a{
	background-color: #e1e8f1;
	border: 1px solid #2f568d;
	display: block;
	width: 25px;
	height: 19px;
	padding-top: 4px;
}

.kalendarzWydarzenie a:link{
	color: #2f568d;
}

.kalendarzWydarzenie a:visited {
	color: #4f688c;
}

.kalendarzWydarzenie a:hover{
	color: #fff;
	background-color: #4f688c;
}

.kalendarzPusty {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
}

.kalendarzNrTygodnia a:link, .kalendarzNrTygodnia a:visited{
	font-size: 9px;
	color: #d4d4d4;
	display: block;
	height: 17px;
	width: 19px;
	padding-top: 6px;
	padding-left: 3px;
}

.kalendarzNrTygodnia a:hover, .activeWeek{
	background: url('/images/kalendarz_nr.jpg') no-repeat;
	color: #fff;
}

.activeWeek a:link, .activeWeek a:visited, .activeWeek a:hover{
	color: #fff;
}