


table.kalendarz {
	border-left: 1px solid #D7E0E7;
	border-bottom: 1px solid #D7E0E7;
	width: 160px;
	color: #2E3D4A;
}

table.kalendarz td.cell {
	border-right: 1px solid #D7E0E7;
	background-color: #F3F7F9;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
}

table.kalendarz tr.header td {
	background-color: #C3CCD3;
	padding: 5px 0px 5px 0px;
	border-right: 1px solid #D6DFE6;
	font-weight: bold;
}

div.kalendarzMiesiac {
	font-weight: bold;
	font-size: 12px;
	border: none;
}

a.prev {
	background: url(../images/prev.gif) top left no-repeat;
	background-position: 0px 3px;
}

a.next {
	background: url(../images/next.gif) top left no-repeat;
	background-position: 0px 3px;
}

table.kalendarz td.Active {
	background-color: #FFFFFF;
}

table.kalendarz td.Weekend {
	background-color: #E8EEF4;
}

table.kalendarz td.First {
}

table.kalendarz td.Sponsorowany {
	background-color: #A4CE25;
}

table.kalendarz td.Wydarzenie {
	background-color: #1561AF;
}

table.kalendarz td.Wydarzenie a {
	color: #FFFFFF;
}

div.boxWydarzeniaDnia {
	border-bottom: 1px dotted #000000;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

div.kalendarz {
	border-bottom: 1px solid #D6DFE6;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

div.kalendarz a {
	font-weight: bold;
	color: #1662AF;
	background: url(../images/strzalka1.gif) top right no-repeat;
	background-position: right 5px;
	padding: 0px 10px 0px 0px;
}

div.kalendarz a:hover {
	color: #597600;
	text-decoration: underline;
}

div.kalendarz a.sponsorowany {
	font-weight: bold;
	color: #FF0000;
	background: url(../images/strzalka1.gif) top right no-repeat;
	background-position: right 5px;
	padding: 0px 10px 0px 0px;
}

div.kalendarz a.sponsorowany:hover {
	color: #597600;
	text-decoration: underline;
}

div.boxKalendarz {
	border-bottom: 1px solid #D6DFE6;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}



