* { outline: none; }

body {
	margin: 0px;
	background-color: #147CB3;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

a {
	color: #1A6B9A;
	text-decoration: none;
}

a:hover {
	color: #10A0D5;
	text-decoration: underline;	
}
img{
	border:none;
}

.sadrzaj {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: normal;
	padding: 4px;
	color: #2996BE;

}
.sadrzaj_naglaseno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #133651;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: normal;
	font-weight: bold;
	
}
.naslovi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #CF2501;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5E2FA;
}
.slike_okvir {
	background-color: #FFF;
	padding: 6px;
	border: 1px solid #BEDAF1;
}
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	color: #205D89;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BDD8EB;
	padding: 4px;
}
.naslov_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: normal;
	color: #FFF;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	font-weight: bold;
	background-color: #28B6DC;
}
.naslov_box_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: normal;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	font-weight: bold;
	background-color: #28B6DC;
}

.text_box {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: normal;
	color: #1C8DAA;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7E4EE;
}
.box {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: normal;
	color: #205D89;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D7E4EE;
	border-right-color: #D7E4EE;
	border-left-color: #D7E4EE;
}





/* LINKOVI I TABLICE */ 

table#navigator {
	text-align: center;
	line-height: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

table#navigator tr td
{
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9E0FD;
	text-indent: 4px;
}

table#navigator tr td a
{display: block;
text-decoration: none;
margin: 0;
padding: 0;
}

table#navigator tr td a:link, table#navigator tr td a:visited
{
	color: #1C8DAA;
}

table#navigator tr td a:hover
{
	color: #FFF;
	background-color: #28B6DC;
}

table#navigator tr td a:active{
	color: #000;
} 
.padding {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.naslovi_novosti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #147CB3;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5E2FA;
}





/* FORM STYLES */
form label{
	padding:0px;
	margin-right:10px;
	margin-left:5px;
}
form .full{
	text-align: right;
	font-weight: bold;
	padding:0px;
	margin-right:10px;
}
form .half{
	display:inline-block;
	float: left;
	width: 150px;
 	text-align: right;
	font-weight: bold;
	padding:0px;
	margin-right:10px;
}
form .ctrl{
	padding-left:20px;
	padding-bottom:10px;
}
form input{
	width:auto;
	padding:2px;
}
form input[type="radio"]{
	margin-right:5px;
}
form input[type="checkbox"]{
	margin-right:5px;
}
form textarea{
	width:300px;
	padding:2px;
}
form select{
	padding:2px;
}
form ul,form li{
	padding:0;
	margin:0;
}
form li{
	list-style:none;
}

/* VALIDATION CLASSES */
.valid-msg{
	display:block;
	color: #B63D04;
	border:solid 1px #B63D04;
	padding:8px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:14px;
}
.success-msg{
	display:block;
	color: #0c0;
	border:solid 1px #0c0;
	padding:8px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:14px;
}
.error-msg{
	display:block;
	color: #f00;
	border:solid 1px #f00;
	padding:8px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:14px;
}

