.Portlet_Calendar_CalendarBoxLinear a {
	color: #303030;
}

.Portlet_Calendar_CalendarBoxLinear .portlet-content .navigator {
	position: relative;
	
	margin-bottom: 15px;
	
	text-align: center;
}
	.Portlet_Calendar_CalendarBoxLinear .portlet-content .control {
		position: absolute;
		top: 0;
	}
		.Portlet_Calendar_CalendarBoxLinear .portlet-content .navigator .previous {
			left: 0;
			padding-left: 9px;
			background: url('/img/pp/arrow-simple-left.gif') 0 5px no-repeat;
		}
		
		.Portlet_Calendar_CalendarBoxLinear .portlet-content .navigator .next {
			right: 0;
			padding-right: 9px;
			background: url('/img/pp/arrow-simple-right.gif') 100% 5px no-repeat;
		}
		
	.Portlet_Calendar_CalendarBoxLinear .portlet-content .navigator .actual-date {
		margin-top: 1px;
		font-size: 1.08em;
		color: #9B1818;
	}

.Portlet_Calendar_CalendarBoxLinear .legend {
	margin: 12px 0;
	font-weight: bold;
	font-weight: 1.08em;
	color: #000;
}
	.Portlet_Calendar_CalendarBoxLinear .legend:first-letter {
		text-transform: uppercase;
	}

.Portlet_Calendar_CalendarBoxLinear .events-list {
}

.Portlet_Calendar_CalendarBoxLinear .events-list a {
	float: right;
	display: block; 
	width: 255px;
	margin-top: 1px;
	font-size: .92em;
}

.Portlet_Calendar_CalendarBoxLinear .events-list span {
	float: left;
	display: block;
	width: 37px;
}

	.Portlet_Calendar_CalendarBoxLinear .events-list .list-item {
		padding-left: 12px;
		background: url('/img/pp/ul_li_calendar.gif') 0 6px no-repeat;
	}

.Portlet_Calendar_CalendarBoxLinear .date {
	padding: 0;
	background: none;
	font-weight: bold;
	color: #9B1818;
}

/* Žádné položky k zobrazení */
.Portlet_Calendar_CalendarBoxLinear .no-items {
	padding-top: 5px;	
}

/* Dne je XX.XX.20XX a svátek má XXX */
.Portlet_Calendar_CalendarBoxLinear .today-info {
	padding-bottom: 15px;
	text-align: center;
	font-size: .92em;
	color: #737373;
}
	.Portlet_Calendar_CalendarBoxLinear .today-info em {color: #504F4F;}
