.calendar {
	color: #37398C;
	color: #838383;
}

.calendar table {
	border-collapse: collapse;
	width: 99%;
	border-bottom: 1px solid #E4E4E4;
}

.calendar table .even {
	background: #F6F9FE;
}

.calendar table td,.calendar table th {
	padding: .1em .5em;
}

.calendar table th {
  color: #37398C;
  background: url('../images/util/grad.png') repeat-x top left;
  padding: 5px;
}

.calendar table td {
	font-size: .86em;
	vertical-align: center;
}

.calendar table .event td {
	border-top: 1px solid #E4E4E4;
}

.calendar table .event-full {
	font-style: italic;
}

.calendar table .event-date {
	width: 45px;
}

.calendar table .event-place {
	width: 130px;
}

.calendar .paging a {
	font-size: .86em;
}

.calendar .paging {
	text-align: center;
}

.calendar .paging .prev {
	float: left;	
}

.calendar .paging .next {
	float: right;	
}

.ct_biskupdiary ul, .ct_biskupdiary ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}