.input[type=text]{
	font-family: helvetica, Sans-Serif;
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	width: 120px;
	border: solid 1px #FFFFFF;
}

input[type=text]:hover {
	background:#DDE6FF;
}

input[type=text]:focus {
	background:#DDE6FF;
	border: solid 1px #373737;
}

textarea {
	font-family: helvetica, sans-serif;
	font-size: 14px;
}

textarea:hover {
	background:#DDE6FF;
}
textarea:focus {
	background:#DDE6FF;
}

select {
	font-family: helvetica, sans-serif;
	font-size: 14px;
}

select:hover {
	background:#DDE6FF;
}
select:focus {
	background:#DDE6FF;
}

.sadrzaj { 
	font-family: helvetica, sans-serif;
	font-size: 14px;
}

.pregled { 
	font-family: helvetica, sans-serif;
	font-size: 14px;
} 

.pregled a {
font-family: helvetica, sans-serif;
font-weight: bold;
color: #1952FF;
text-decoration: none;
}

.pregled tr:hover { 
  background: #65A4FF; 
  cursor: pointer;
} 

.pregled .header { 
  background: #65A4FF;
	font-family: helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
  color: white;
} 

.ebbtn:hover {
  background: #3582FF;
  font-weight: bold;
  color: white;
}

.ui-datepicker { 
  font-size: 12pt !important; 
  background: #3582FF;
}

.ui-datepicker .ui-datepicker-header {
background: #3582FF;
}

.ui-datepicker table {
background: #aeccfc;
}
