body,td,input,select,textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
img {
	border: none;
}
input.buttonSubmit {
	width: 80px;
	height: 22px;
	border: none;
	background-image: url(../img/button_pretraga.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	cursor: pointer;
}
input.buttonReset {
	width: 80px;
	height: 22px;
	border: none;
	background-image: url(../img/button_ponisti.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	cursor: pointer;
}
.imagePadding {
	padding-left: 18px;
}
.dataMargin {
	margin-left: 10px;
	margin-right: 10px;
}
.sectionMargin {
	margin-left: 5px;
	margin-right: 5px;
}
.errMessage {
	color: #c00;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
}
.search {
	margin-top: 10px;
	margin-left: 10px;
	width: 875px;
}
.paging {
	margin-left: 10px;
	width: 875px;
}
.fields {
	width: 98%;
}
.editField, .editFieldInstitution, .editFieldOrg {
	width: 250px;
}
.editFieldCombo {
	width: 254px;
}
.cellLabelLong {
	width: 117px;
	text-align: right;
	padding-right: 5px;
	height: 26px;
}
.cellLabelShort {
	width: 67px;
	text-align: right;
	padding-right: 5px;
	height: 26px;
}
.cellField {
	width: 190px;
}
.cellCombo {
	width: 260px;
}
.cellSpacingV {
	width: 30px;
}
.cellSearch {
	height: 40px;
}
.lineHeight {
	line-height: 1.5;
}
div.navLinks a:hover {
	text-decoration: none;
	background-color: #EDE3F0;
}
.sectionTitle {
	/* color: #06c; */
	font-weight: bold;
	background-color: #EDE3F0;
	padding: 5px;
	margin-left: -5px;
	margin-right: -5px;
}
.sectionSubTitle, .sectionSubTitleEdit {
	font-weight: bold;
}
.sectionSubTitleEdit {
	width: 140px;
}
.pageTopLink {
	float: right;
	font-weight: normal;
}
a.linkUnderline {
	text-decoration: underline;
}
a.linkBold {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

