@charset "utf-8";

b {
	font-weight: bold;
}

/*
								DEFINICIJE PRILAGODJENE ZA TABLE CLASS="WCT"
*/
table.wct {
	margin: 0px 0px 0px 0px;
	width: 100%;
	cellspacing: 1px;
	cellpadding: 5px;
	}
table.wct_after {
	margin: 0px 0px 0px 0px;
	width: 100%;
	cellspacing: 0px;
	cellpadding: 0px;
	}

/* isto kao naslov-podrucja */
table.wct td.title {
	font-family: Tahoma;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1f7fc2;
	height: 31px;
	text-align: left;
	text-indent: 10px;
	}

table.wct th {
	font-weight: bold;
	text-align: left;
	border-bottom: 5px solid #1f7fc2;
	}
table.wct_after th {
	font-weight: bold;
	text-align: left;
	border-bottom: 5px solid #1f7fc2;
	}

/*								KALKULATORI										*/
table.kalkulatorOkvir{
	margin: 5px 5px 5px 5px;
	width: 100%;
	cellspacing: 5px;
	cellpadding: 5px;
	border: 1px Solid Black;
}

table.kalkulatorGore{
	align: center;
}

td.kalkulatorLabel {
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.kalkulatorInput {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*								INPUTFORM										*/

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0063a6;
	background-image: url(images/pretrazi_bg.gif);
	background-repeat: no-repeat;
	border: 1px solid #186298;
}

input.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0063a6;
	background-image: url(images/pretrazi_bg.gif);
	background-repeat: no-repeat;
	width: 85px;
	border: 1px solid #186298;
	padding-top: 3px;
	padding-left: 4px;
	height: 14px;
	font-weight: bold;
}

input.gumb {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0063a4;
	padding: 3px;
	border: 3px solid #1f7fc2;
	background-image: none;
}

table.inputform {
	margin: 0px 0px 0px 0px;
	width: 100%;
	}

.inputform-submit {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0063a4;
	padding: 3px;
	border: 3px solid #1f7fc2;
	background-image: none;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0063a6;
	background-image: url(images/pretrazi_bg.gif);
	background-repeat: no-repeat;
	border: 1px solid #186298;
	padding-top: 3px;
	padding-left: 4px;
}


/*								NAVIGATION										*/
.navigacija {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0061a3;
}
a.navigacija {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #b40000;
	text-decoration: none;
}
a.navigacija:hover {
	text-decoration: underline;
}
.navigacijaOznacena {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0061a3;
}
.navigacijaTekst {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0061a3;
}
tr.sivo, tr.samosivo {
	background-color: #EAEAEA;
	height: 30px;
}
tr.bijelo, tr.samobijelo {
	background-color: #fff;
	height: 30px;
}
tr.sivo:hover {
	background-color: #d7e9f5;
}
tr.bijelo:hover {
	background-color: #d7e9f5;
}




/*	SITEMAP		*/

ul.tree, 
ul.tree ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(images/vline.gif);
	background-repeat: repeat-y;
} 

ul.tree ul { 
	margin-left: 10px; 
} 

ul.tree li {
	margin: 0;
	padding: 0 12px;
	line-height: 20px;
	color: #369;
	font-weight: normal;
	background-image: url(images/node.gif);
	background-repeat: no-repeat;
} 
ul.tree li a {
	text-decoration: none;
}
ul.tree li a:hover {
	text-decoration: underline;
}

ul.tree li.last {
	background-image: url(images/lastnode.gif);
	background-repeat: no-repeat;
}

ul.tree li:last-child {
	background-color: #fff;
	background-image: url(images/lastnode.gif);
	background-repeat: no-repeat;
} 


/*	POPUNIME		*/

.popunime {
	text-transform: uppercase;
	text-align: center;
    width: 16px;
    border-bottom: 1px Solid Black;
    border-left: 1px Solid Grey;
    border-right: 1px Solid Grey;
    border-top: 1px Solid Grey;
}

/*	SOCIJALNE MREZE		*/
.footer2 {
	width: 979px;
	margin: 10px auto;;
	background-color: #FFF;
	padding: 10px;
	color: #bccfdb;
	position: relative;
	text-align: center;
}
.footer2 ul li {
	display: inline; 
	padding-left: 7px;
}

/*	PODRSKA		*/
.footer3 {
	width: 979px;
	margin: 10px auto;;
	padding: 10px;
	position: relative;
	text-align: center;
}
