@import url("inc_list.css"); 
@import url("inc_kalendariumRight.css");

#colRight {
	width: 215px;
	float: right;
}

#content h1 {
	font: bold 14px/24px Trebuchet MS, sans-serif;
	text-transform: uppercase;
	background: #F7E2A4 url('../../images/new_farmer/calendarIcon.gif') no-repeat 6px 0;
	padding-left: 35px;
	margin-bottom: 15px;
}

#content .yearSelection {
	font-weight: bold;
	float: right;
	line-height: 30px;
}
#content .yearSelection strong {
	color: #6c0;
	font: bold 16px/30px Arial, sans-serif;
}
#content .yearSelection a {
	color: #c00;
	font: bold 16px/30px Arial, sans-serif;
}

#content .monthSelection span {
	float: left;
	font-weight: bold;
	line-height: 30px;
	font-size: 12px;
}
#content .monthSelection a {
	font: bold 16px/30px Arial, sans-serif;
	border: 1px solid #6c0;
	width: 30px;
	float: left;
	text-align: center;
	margin-left: 5px;
	color: #000;
}
#content .monthSelection a.selected {
	text-decoration: underline;
}

#content form {
	clear: both;
	margin-top: 15px;
	
	font: 13px Arial, sans-serif;
}
#content form .selects {
	width: 190px;
	height: 60px;
	float: left;
	margin-left: 100px;
}
#content form .selects {
	width: 180px;
}
#content form .selectDateLabel {
	width: 100px;
	height: 60px;
	float: left;
	font-weight: bold;
}
#content form .dateInputs {
	width: 200px;
	height: 60px;
	float: left;
}
#content form .dateInputs input {
	width: 140px;
}
#content form .dateInputs .selectDateButton {
	padding: 8px;
	background: transparent url('../../images/new_farmer/calendar.gif') no-repeat;
	vertical-align: top;
	position: relative;
	top: 10px;
	left: 6px;
	cursor: pointer;
}

#content form .submit {
	float: left;
	margin-top: 38px;
}
#content form input, #content form select {
	font: 13px Arial, sans-serif;
	margin-bottom: 15px;
}

.listHead .pager {
	float: right;
}



#content .list {
	clear: both;
	margin-top: 15px;
}
#content .listItem {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
#content .listItem h3 a {
	font: bold 16px Arial, sans-serif;
	color: #060;
}
#content .listItem .date {
	font: 10px/19px Verdana, sans-serif;
}
#content .listItem .more {
	font-weight: bold;
	display: block;
	text-align: right;
	margin-right: 22px;
}
td.czerowna a {
	color: red;
}



