/* @group Resetter */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td
{ margin: 0; padding: 0; }  

a img { border: 0; }

/* @end */

/* @group Basics */

html, body {
	height: 100%;
}

html { font: 62.5%/1.5 "Lucida Grande", Verdana, sans-serif; }

body {
	color: #333;
	background: #f6f4e4 url(/images/css/body_bg_zeleno.jpg) repeat-x center top;
	font: 14px/18px Cambria, Georgia, Times, "‘Times New Roman’", serif;
}

h1, h2, h3, h4, h5 {
	margin: 12px 0 6px 0;
	
	font-weight: normal; line-height: 18px;
	color: #333;
	font-family: Baskerville, "‘Times New Roman’", Times, serif;
}
h1 {
	margin: 0 0 17px 0;
	font-size: 24px; line-height: 36px;
	border-bottom: 1px solid #ccc9ba;
}
h1 span {
	padding: 0 0 5px 0;
	border-bottom: 3px solid #dad7c8;
}


h2 {
	margin: 18px 0;
	font-size: 21px; line-height: 36px;
	color: #004637;
}
h3 {
	margin: 18px 0;
	font-size: 18px;
	line-height: 18px;
	color: #017041;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}

h1 + h2,
h2 + h3 {
	margin-top: 0px;
}

ul, ol, dl {
	padding-left: 24px;
}
ul, ol, dl, p {
	margin-bottom: 18px;
}
li, dt, dd, p { font-size: 14px; }
ul, ol, dl, p { margin-bottom: 18px; }

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}

li h3,
li h4 {
	margin: 0;
	font-size: 11px;
	line-height: 18px;
}

p {}

dt {
	font-weight: bold;
}
dd {
	padding-left: 10px;
}
dd + dt {
	margin-top: 18px;
}

a:link {
	color: #1e4785;
	text-decoration: underline;
}
a:visited {}
a:hover,
a:focus {
	text-decoration: none;
}
a:active {
	color: #000;
	outline:none;
}

abbr { border-bottom: 1px dotted black; }

/* @end */

/* @group Reusable */

.hidden { display: none; }

.center { text-align: center; }

.transparent {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.clear { clear: both; }

.lFloat {
	float: left;
	margin: 0 18px 18px 0;
}
.lFloat2 {
	float: left;
	margin: 0 36px 18px 0;
}

.rFloat {
	float: right;
	margin: 0 0 18px 18px;
}
.rFloat2 {
	float: right;
	margin: 0 0 18px 36px;
}

.curved {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(border-radius.htc);
}

.box {
	padding: 18px 10px;
	background: #eee;
}
.box p {
	margin: 0;
}

.box2 {
	padding: 17px 10px;
	background: #fff298;
	border: 1px solid #ecd852;
}
.box2 p {
	margin: 0;
}

a.pdf {
	padding: 1px 0 0 21px;
	background: transparent url(/images/css/acrobat.png) no-repeat;
}
a:hover.pdf,
a:focus.pdf {}

a.button {
	background: #222 url(/images/css/gradient.30.png) repeat-x;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	
	text-shadow: 0 -1px 0px rgba(0,0,0,0.35);
	-moz-text-shadow: 0 -1px 1px rgba(0,0,0,0.25);

	border-bottom: 1px solid rgba(0,0,0,0.25);

	position: relative;
	cursor: pointer;
}
a.button:hover {
	background-color: #000;
}
.button.blue {
	background-color: #0099bd;
}
.button.red {
	background-color: #e33100;
}
.button.magenta {
	background-color: #a9014b;
}
.button.orange {
	background-color: #ff5c00;
}
.button.yellow {
	background-color: #ffb515;
}

ul.img {
	clear: both;
	list-style: none;
}
ul.img li {
	float: left;
	margin: 0 12px 12px 0; padding: 0;
}
ul.img li a {}
ul.img li a img {
	display: block;
	margin: 0; padding: 3px;
	border: 1px solid #ddd;
}
ul.img li a:hover img {
	padding: 4px;
	background: #8ce1f5;
	border: 0;
}

ul.album {
	overflow: hidden;
	margin: 18px 0 !important; padding: 0;
	list-style: none;
}
ul.album li {
	float: left;
	margin: 9px 10px 9px 0; padding: 0;
	min-height: 126px;
}
ul.album li a {
	display: block;
}
ul.album li a img {
	border: 4px solid #eee;
}
ul.album li a:hover img,
ul.album li a:focus img,
ul.album li a:active img {
 	border: 4px solid #6dcff6;
}


hr {
	margin: 18px 0 17px 0;
	height: 0;
	color: #d6d4ce;
	background: #d6d4ce;
	border: 0;
	border-bottom: 1px dotted #d6d4ce;
}

/* @group Sekretarica */

/* @group Pojedinačno */

div.greska,
div.upozorenje,
div.uspeh,
div.poruka {
	margin: 18px 0;
	padding: 17px 15px 15px 32px;
	background: #ffd2dc url(/images/css/poruke/greska_bg.gif) no-repeat 9px 14px;
	border: 1px solid #efc3ce; border-width: 1px 1px 3px 1px;
	
	box-shadow: 0 1px 2px rgba(0,0,0, .35);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0, .35);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0, .35);
}
div.greska p,
div.upozorenje p,
div.uspeh p,
div.poruka p {
	margin: 0 12px;
	line-height: 18px;
	font-weight: bold;
}
div.greska p {
	color: #ab0000;
}
div.upozorenje {
	background: #ffea93 url(/images/css/poruke/upozorenje_bg.gif) no-repeat 9px 15px;
	border-color: #eed983;
}
div.uspeh {
	color: #524606;
	background: #fffdd1 url(/images/css/poruke/uspeh_bg.gif) no-repeat 9px 15px;
	border-color: #f0f0c5;
}
div.poruka {
	background: #eaeaf3 url(/images/css/poruke/poruka_bg.gif) no-repeat 9px 15px;
	border-color: #d9d9e1;
}

/* @end */



/* @group Grupno */

#greske, #uspesi, #upozorenja, #poruke {
	margin: 18px 0;
	padding: 0 15px 0 32px;
	background: #ffd2dc url(/images/css/poruke/greske_bg.gif) no-repeat 9px 9px;
	border: 1px solid #efc3ce; border-width: 4px 1px;
	
	box-shadow: 0 2px 5px rgba(0,0,0, .25);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0, .25);
	webkit-box-shadow: 0 2px 5px rgba(0,0,0, .25);
}
#greske h2, #uspesi h2, #upozorenja h2, #poruke h2 {
	margin: 0 0 0 21px; padding: 9px 0;
	line-height: 32px;
	color: #444;
}
#greske ul, #uspesi ul, #upozorenja ul, #poruke ul {
	margin: 0 20px 14px;
}
#greske li, #uspesi li, #upozorenja li, #poruke li {
	color: #ab0000;
	font-size: 12px;
	line-height: 18px;
	list-style: circle;
}

#upozorenja {
	background: #ffea93 url(/images/css/poruke/upozorenja_bg.gif) no-repeat 9px 9px;
	border-color: #eed983;
}
#upozorenja li { color: #333; }

#uspesi {
	background: #fffdd1 url(/images/css/poruke/uspesi_bg.gif) no-repeat 9px 9px;
	border-color: #f0f0c5;
}
#uspesi li { color: #524606; }

#poruke {
	background: #eaeaf3 url(/images/css/poruke/poruke_bg.gif) no-repeat 9px 9px;
	border-color: #d9d9e1;
}
#poruke li { color: #333; }

/* @end */





/* @end */


/* @end */

/* @group Layout */

#wrapper {
	position: relative;
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
}
/* za IE */
* html #wrapper { 
	height: 100%;
}

/* @group Header */

.sr #header {
	height: 165px;
	background-image: url(/images/css/header_bg.sr.jpg);
}
.en #header {
	height: 165px;
	background-image: url(/images/css/header_bg.en.jpg);
}

#lang_selekta {
	position: absolute;
	top: 0; left: 870px;
}
#lang_selekta img {
	position: relative; top: 3px; left: -3px;
}
#lang_selekta a {
	color: #ddd;
	text-decoration: none;
	font-size: 12px;
}

#logo {
	position: absolute; top: 12px; left: 10px;
	width: 130px; height: 125px;
	text-indent: -999em;
}

#logo h3,
#logo h3 a {
	width: 130px; height: 125px;
	margin: 0;
	display: block;
}

/* @end */

#sidebar {
	float: left;
	width: 220px;
	margin: 15px 0 0 0;	padding: 0 10px;
}
/* @group Nav */

#nav {
	margin: 0 0 0 0; padding: 0;
	list-style: none;
}
#nav li {
	display: block;
	margin: 0 0 8px 0;
}
#nav li a {
	display: block;
	padding: 5px 0 5px 12px;
	text-decoration: none;
	color: #666;
	text-shadow: 0 1px 0 #eee;
	background: #e5e3d4 url(/images/css/nav_bullet_link.gif) no-repeat 200px center;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-family: Cambria, Georgia, Times, "‘Times New Roman’", serif;
}
#nav li a:hover,
#nav li a:focus,
#nav li a:active {
	color: #444;
	background: #d7d5c5 url(/images/css/nav_bullet_hover.gif) no-repeat 200px center;
}
#nav li.current a {
	background: #fff url(/images/css/nav_bullet_current.gif) no-repeat 200px center;
	box-shadow: 0 1px 3px rgba(0,0,0, .15);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .15);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .15);
}

/* @end */

#podrzano_od {
	margin: 36px 0;
}
#podrzano_od h3 {
	margin-bottom: 15px; padding-bottom: 6px;
	border-bottom: 1px solid #ccc9ba;
	font: 16px Cambria, Georgia, Times, "‘Times New Roman’", serif;
}
#podrzano_od h3 span {
	padding: 0 0 7px 0;
	border-bottom: 3px solid #dad7c8;
}
#podrzano_od ul {
	margin: 0; padding: 0;
	list-style: none;
}
#podrzano_od li {
	float: left;
	margin: 0 20px 0 0; padding: 0;
}

#content {
	float: left;
	width: 680px;
	margin: 15px 0 0 0; padding: 0 20px;
	padding-bottom: 40px; /* za futer! */
}

#footer {
	clear: both;
	margin: -40px auto 0 auto;
	width: 960px; height: 40px;
}
#footer p {
	margin: 0 0 0 260px;
	color: #888;
}

/* @end */

/* @group Tables */

/* @group Basic */

caption {
	margin: 9px 0;
	font-size: 14px;
}
table {
	margin: 6px 0 12px 0;
	clear: both;
	color: #333;
	border-collapse: collapse;	
}
th {
	padding: 3px 6px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-color: #5e5e63;
	border: 1px solid #47464b; border-width: 1px 0 2px 0;
}
th a {
	display: block;
	padding: 3px 6px;
	text-decoration: none;
}

th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
td {
	padding: 3px 6px;
	border: 1px solid #ddd; border-width: 1px 0;
}
tr > td,
tr > th {
	background-image: url(/images/css/tabele/td_bg.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}
tr.nepar td { background-color: #fff; }
tr.par td {	background-color: #eff0df; }
tr:hover td { background-color: #d8e4ee; }

/* @end */

/* @group Admin */

td.id,
td.rb {
	text-align: center;
}

td.akcije {
	width: 78px;
}
td.akcije ul {
	margin: 0; padding: 0;
	list-style: none;
	overflow: hidden;
}
td.akcije ul li {
	margin: 0; padding: 0;
	float: left;
}
td.akcije ul li a {
	display: block;
	width: 16px; height: 16px;
	padding: 5px;
	overflow: hidden;
	text-indent: -99em;
}
td.akcije ul li.info a {
	background: url(/images/css/admin/record_show.gif) no-repeat center center;
}
td.akcije ul li.edit a {
	background: url(/images/css/admin/record_edit.gif) no-repeat center center;
}
td.akcije ul li.delete a {
	background: url(/images/css/admin/record_delete.gif) no-repeat center center;
}


/* @end */

/* @end */

/* @group Forme */

/* @group Osnovno */

form.styled {
	width: auto;
	overflow: hidden;
	margin: 12px 0; padding: 0;
	text-align: left;
}
form.styled fieldset {
	margin: 0 0 18px 0;
	border: 0;
}
form.styled fieldset.buttons {
	margin: -18px 0 0 0;
	border: 0;
}
form.styled fieldset.buttons div {
	height: 36px;
	margin: 0;
}
form.styled fieldset legend {
	margin: 0; padding: 9px 0;
	color: #555;
	font-size: 18px;
	line-height: 18px;
}

/* @group Divs */

form.styled div {
	clear: both;
	overflow: hidden;
	margin: 0 0 3px 0; padding: 0 10px;
	vertical-align: text-top;
}
form.styled div div,
form.styled div.wrapper {
	margin: 0; padding: 0;
	border: 0;
}
form.styled div.wrapper div {
	margin: 6px 0;	padding: 6px 12px;
	border-bottom: 1px dotted #ddd;
}
form.styled div.wrapper div.wrapper {
	margin: 0; padding: 0;
	border: 0;
}
form.styled div.wrapper div.wrapper div {
	margin: 6px 0;	padding: 6px 12px;
	border-bottom: 1px dotted #ddd;
}
form.styled div:last-child {
	border: 0;
}

/* @end */

/* @group Labels */

form.styled div label,
form.styled div p.label {
	display: block;
	float: left;
	width: 120px;
	margin: 0; padding: 9px 0; /* zbog paddinga inputa! */
	position: relative;
	font-size: 14px;
	line-height: 18px;
}
form.styled div.inline label {
	display: inline;
	width: auto;
	margin: 0 6px 0 0;
}
form.styled div.required label {
	color: #333;
	font-weight: bold;
}
form.styled div.required label em {
	position: absolute;
	right: 6px;
	font-style: normal;
}

/* @end */

form.styled div p.note {
	margin: 0 0 12px 120px;
	font-size: 12px;
	color: #666;
}

/* @group Inputs & Buttons */

form.styled input[type=text],
form.styled input[type=password],
form.styled input[type=file],
form.styled textarea,
form.styled select {
	width: 40%;
	margin: 5px 0; padding: 3px;
	font-size: 13px; line-height: 18px;
	background: #fff url(/images/css/forme/input_txt_bg.png) repeat-x;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #e3e3e3;
	vertical-align: middle;
}
form.styled textarea {
	width: auto; height: auto;
	margin: 0;
	background-color: #fff;
}
form.styled select {
	width: auto;
	margin: 7px 0; padding: 0;
}
form.styled option {
	padding: 0 3px;
	font-size: 12px;
}
form.styled input[type=checkbox],
form.styled input[type=radio] {
	margin: 0 3px 0 6px;
}
form.styled div.inline input[type=text],
form.styled div.inline input[type=password],
form.styled div.inline input[type=file],
form.styled div.inline select {
	display: inline;
	margin: 0 3px 0 0;
}

/* hover */
form.styled input[type=text]:hover,
form.styled input[type=password]:hover,
form.styled input:hover[type=file],
form.styled textarea:hover,
form.styled select:hover { background-color: #e8e9d1; }

/* focus */
form.styled input[type=text]:focus,
form.styled input[type=password]:focus,
form.styled input:focus[type=file],
form.styled textarea:focus,
form.styled select:focus { background-color: #f0e1ba; }

/* disabled */
form.styled input[disabled=disabled],
form.styled input:hover[disabled=disabled] {
	color: #000;
	background: #ccc url(/images/css/forme/input_txt_disabled_bg.gif) repeat-x;
}

/* buttons */
form.styled button,
form.styled input[type=button],
form.styled input[type=submit],
form.styled input.submit,
form.styled input.save,
form.styled div.submit input,
form.styled a.button {
	background: #222 url(/images/css/gradient.30.png) repeat-x;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	
	text-shadow: 0 -1px 0px rgba(0,0,0,0.35);
	-moz-text-shadow: 0 -1px 1px rgba(0,0,0,0.25);

	border: 0;
	border-bottom: 1px solid rgba(0,0,0,0.25);

	position: relative;
	cursor: pointer;
}

form.styled input.save {
	background-color: #639e11;
}
form.styled input.save:hover {
	background-color: #3c7900;
}
form.styled input.save:focus,
form.styled input.save:active {
	background-color: #004700;
}

form.styled a.button.cancel {
	margin-left: 10px;
	background-color: #d22300;
}
form.styled a.button.cancel:hover {
	background-color: #b10000;
}
form.styled a.button.cancel:focus,
form.styled a.button.cancel:active {
	background-color: #910000;
}

/* @end */

/* @group Greške */

form.styled div.error {
	background: url(/images/css/forme/uf_error.png);
}
form.styled div.error label,
form.styled div.error p.label {
	color: #cc0000;
	
}
form.styled div.error input[type=text],
form.styled div.error input[type=passsword],
form.styled div.error input[type=file],
form.styled div.error textarea,
form.styled div.error select {
	border: 1px solid red;
}

/* @end */

form.styled input.form-error { border: 1px solid red; }
form.styled div.error-message {
	margin: 0 0 0 180px; padding: 9px 0 6px 0;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

/* @end */

/* @end */

/* @group Tooltip */

#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 6px 12px;
	text-align: left;
	background-color: #111;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;

	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;

}
#tooltip h3 {
	margin: 0;
	font-size: 12px;
	color: #fff;
}
#tooltip div {
	color: #ccc;
}

/* @end */



/* @group Po stranama */

#organizatori h3,
#kontakt h3 {
	margin-top: 0;
}

#smestaj_tabela {
	border: 0;
}
#smestaj_tabela tr {
	padding: 9px 0;
}
#smestaj_tabela tr td {
	background: #fff;
	border-bottom: 9px solid #f7f4e5;
}
#smestaj_tabela tr td.img {
	text-align: center;
	vertical-align: middle;
}
#smestaj_tabela tr td.zvezdice {
	white-space: nowrap;
}
#smestaj_tabela tr td p {
	margin: 0;	
}

form table th {
	color: #333;
	background-color: #f0e1ba;
	background-image: url(/images/css/tabele/td_bg.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	border: 1px solid #d4c59f; border-width: 1px 0;
}

/* @end */

