@charset "utf-8";
/* CSS Document */

/* popup prozor, cover, header, title, closer i content dijelovi */
div#popup-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
	khtml-opacity: 0.40;
	background-color: #999999;
	z-index: 5;
}
div#popup-window {
	width: 560px;
	height: 425px;
	position: fixed;
	*position: absolute;
	z-index: 6;
	left: 50%;
	top: 50%;
	margin-left: -275px;
	margin-top: -210px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
div#popup-header {
	width: 550px;
	display: block;
	float: none;
	clear: both;
	height: 20px;
	background-color: #316AC5;
}
div#popup-title {
	width: 500px;
	float: left;
	height: 14px;
	background-color: #316AC5;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 0 2px 10px;
}
div#popup-minimize {
	width: 20px;
	height: 20px;
	float: left;
	background-color: #316AC5;
	/*cursor: pointer;
	background-image: url(../img/icon/minimize-small.png);
	background-position: 0px 1px;
	background-repeat: no-repeat;*/
}
div#popup-closer {
	width: 20px;
	height: 20px;
	float: left;
	background-color: #316AC5;
	cursor: pointer;
	background-image: url(../img/icon/close-small.png);
	background-position: 0px 1px;
	background-repeat: no-repeat;
}
div#popup-content {
	width: 550px;
	float: none;
	clear: both;
	display: block;
	height: 400px;
	background-color: #FFFFFF;
	overflow: hidden;
}
/* za minimiziranje prozora */
div#popup-window-min {
	position: fixed;
	*position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #316AC5;
	height: 20px;
	width: auto;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}
div#popup-title-min {
	padding: 1px 35px 1px 10px;
	height: 18px;
	font-size: 16px;
	font-weight: bold;
	float: left;
	color: #FFFFFF;
	background-color: #316AC5;
}
div#popup-maximize-min {
	width: 20px;
	height: 20px;
	float: left;
	background-color: #316AC5;
	cursor: pointer;
	background-image: url(../img/icon/maximize-small.png);
	background-position: 0px 1px;
	background-repeat: no-repeat;
}
/****************************/
div.loading-div {
	background-image: url(../img/background/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
div.loading-div span {
	width: 640px;
	margin-top: 190px;
	position: absolute;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
/* tablica za nazive i polja */
div#popup-content table.popup-table {
	width: 620px;
	margin: 0 auto;
	/*background-image: url(../img/background/edit-big.png);*/
	background-position: 5px 40%;
	background-repeat: no-repeat;
}
div#popup-content table.popup-table td {
	padding: 7px 0;
}
div#popup-content table.popup-table td, div#popup-content table.popup-table td input, div#popup-content table.popup-table td select, div#popup-content table.popup-table td option {
	font-size: 18px;
}
div#popup-content table.popup-table td.naziv {
	width: 310px;
	text-align: right;
	padding-right: 10px;
}
div#popup-content table.popup-table td.polje {
	width: 320px;
}
div#popup-content table.popup-table td.polje input.tekst {
	width: 306px;
	padding: 5px;
	margin: 0;
}
div#popup-content table.popup-table td.polje input.tekst-small {
	width: 50px;
}
div#popup-content table.popup-table td.polje select.tekst {
	width: 320px;
}
div#popup-content table.popup-table input.gumb {

}
/*
	popup za editiranje / dodavanje novog korisnika
*/
form#korisnik-form {

}
form#korisnik-form table {
	background-image: url(../img/background/edit-big.png);
}
form#korisnik-form table.dodavanje {
	background-image: url(../img/background/korisnik-add-big.png);
}
/*
	popup za editiranje / dodavanje kategorija
*/
form#kategorija-form table {
	background-image: url(../img/background/edit-big.png);
}
form#kategorija-form table.dodavanje {
	background-image: url(../img/background/kategorija-add-big.png);
}
/*
	popup za dodavanje slika
*/
form#slika-form table.slika-upload {
	background-image: url(../img/background/slike-big.png);
}
form#slika-form table.slika-upload fieldset {
	padding: 0 0 20px 0;
	display: block;
	float: none;
	clear: both;
}
form#slika-form table.slika-upload img.delete {
	cursor: pointer;
}
/*
	popup gdje se listaju svi direktoriji u bazi
*/
table#dir-lista {
	background-image: none;
	font-size: 18px;
	width: 100%;
	background-color: #F3F3F3;
}
table#dir-lista td {
	padding: 3px 0;
}
table#dir-lista .box {
	width: 25px;
	text-align: right;
	padding-right: 5px;
}
table#dir-lista .naziv {
	width: auto;
	padding-left: 10px;
}
table#dir-lista .slika {
	width: 100px;
	text-align: center;
}
table#dir-lista .opcije {
	text-align: right;
	padding-right: 10px;
	width: 40px;
}
/* dio za tree list koji se koristi u add, edit i dir_index */
div#dir-tree {
	width: 100%;
	overflow-y: auto;
	overflow-x: none;
	height: 100px;
	border: 1px solid #666666;
}
div#dir-tree ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
div#dir-tree ul li ul {
	width: 90%;
	margin-left: 10%;
}
div#dir-tree li {
	float: none;
	clear: both;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}
div#dir-tree a {
	font-size: 14px;
	color: #000000;
	display: block;
	width: 100%;
	padding: 2px 0;
	text-indent: 5px;
}
div#dir-tree a:hover {
	background-color: #316AC5;
	color: #FFFFFF;
}
/*
	editiranje slike
*/
table#slika-edit {

}
table#slika-edit td.thumb {

}
table#slika-edit td.naziv {

}
table#slika-edit td.polje {

}