/* @group Resetter */

* { margin: 0; padding: 0; }
html {
	font: 62.5%/1.5 Georgia, serif;
	text-align: center;
}

li, dt, dd, p { font-size: 12px; }
ul, ol, dl { margin-bottom: 18px; }
ul ul, ol ol { margin: 0; }
p { margin-bottom: 18px; }
li { margin: 3px 0 3px 24px; }
dt { margin: 9px 0 0 0; font-weight: bold; }
dd { padding: 0 0 0 15px; }

a img { border: 0; }

/* @end */

/* @group Basics */

body {
	margin: 0; padding: 0;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	background: #ffffe7 url(/images/css/body_bg.jpg) repeat-x center top;
	border-top: 5px solid #972a00;
}
a {
	color: #003d4c;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #003d4c;
	text-decoration: none;
}
a:active {
	color: #000;	
}
h1, h2, h3, h4 {
	margin: 6px 0;
	font-weight: normal;
	color: #7c2b0c;
}
h1 {
	font-size: 24px;
	margin: 12px 0 18px 0;
}
h2 {
	color: #8a3718;
	font-size: 21px;
	margin: 12px 0 6px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
	font-weight: normal;
}
ul, li {
	margin: 0 12px;
}

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

p { margin: 6px 0; font-size: 12px; }
pre { font-size: 12px; }
/* @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;
}

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

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: 10px 0 !important; padding: 0;
	list-style: none;
}
ul.album li {
	float: left;
	margin: 5px; padding: 0;
}
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;
}

.imgBorder img,
img.imgBorder {
	padding: 6px;
	background: #eee;
}

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

/* @group Forme */

/* @group Osnovno */

form {
	width: 100%;
	overflow: hidden;
	margin: 12px 0; padding: 0;
	text-align: left;
}
form fieldset {
	margin: 0 0 24px 0;
	border: 1px solid #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
form fieldset.buttons {
	margin: -12px 0 0 0;
	border: 0;
}
form fieldset legend {
	margin: 0 6px; padding: 3px 6px;
	color: #2C6877;
	font-size: 18px;
	font-weight: bold;
}

/* @group Divs */

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

/* @end */

/* @group Labels */

form div label,
form div p.label {
	display: block;
	float: left;
	width: 180px;
	margin: 0; padding: 3px 12px 3px 0; /* zbog paddinga inputa! */
	font-size: 14px;
}
form div.inline label {
	display: inline;
	width: auto;
	margin: 0 6px 0 0;
}
form div.required label {
	color: #333;
	font-weight: bold;
}

/* @end */

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

form p, form h4 {
	padding: 0 12px;
}

/* @group Inputs & Buttons */

input[type=text],
input[type=password],
input[type=file],
textarea,
select {
	width: 240px; height: 21px;
	margin: 1px 0 0 0; padding: 3px 3px 0px 3px;
	font-size: 14px;
	background: #fff;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #e3e3e3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	vertical-align: middle;
}
select {
	width: auto;
	margin: 3px 0 1px; padding: 0 3px;
}
form div.inline input[type=text],
form div.inline input[type=password],
form div.inline input[type=file],
form div.inline select {
	display: inline;
	margin: 0 3px 0 0;
}

/* hover */
input[type=text]:hover,
input[type=password]:hover,
input:hover[type=file],
textarea:hover,
select:hover { background: #fffdd1; }

/* focus */
input[type=text]:focus,
input[type=password]:focus,
input:focus[type=file], textarea:focus,
select:focus { background: #c3e8ff; }

/* disabled */
input[disabled=disabled],
input:hover[disabled=disabled] { color: #000; background: #ccc; }

/* buttons */
button,
input[type=button],
input[type=submit],
input.submit,
div.submit input,
a.button {
    display: block;
    float: left;
    margin: 0; padding: 6px; /* Links */
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
	text-decoration: none;
    color: #565656;
    background: #f5f5f5;
    border: 1px solid #bbb;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 5px;
	vertical-align: middle;
}

input[type=submit]:hover,
input.submit:hover,
div.submit input:hover,
button:hover, button:focus,
a.button:hover, a.button:focus {
	color: #c53948;
	background: #fbe3e4;
    border: 1px solid #bbb;
    cursor: pointer;
}

/* @end */

/* @group save, cancel */

/* sačuvaj */
button.save,
.buttons a.save,
input[type=submit].save,
.buttons a.cancel,
button.cancel {
    padding: 6px 9px 6px 34px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    color: #000;
	background: url(/images/css/save_cancel.png) no-repeat 0 center;
	border-top: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #7c7c7c;
	border-bottom: 1px solid #7c7c7c;
	letter-spacing: 1px;
}
button.save:hover,
.buttons a.save:hover,
input[type=submit].save:hover {
    color: #004700;
	background: #e6efc2 url(/images/css/save_cancel.png) no-repeat -300px center;
    border: 1px solid #bdce77;
    border-bottom: 1px solid #83a777;
    border-right: 1px solid #83a777;
}
.buttons a.save:active {
    color: #fff;
    background-color: #529214;
    border: 1px solid #529214;
}

/* cancel */
.buttons a.cancel,
button.cancel {
	margin: 0 0 0 12px;
	background: url(/images/css/save_cancel.png) no-repeat -600px center;
}
.buttons a.cancel:hover,
button.cancel:hover {
    color: #810000;
	background: #f1d9d9 url(/images/css/save_cancel.png) no-repeat -900px center;
    border-top: 1px solid #e39695;
    border-left: 1px solid #e39695;
    border-right: 1px solid #b7595b;
    border-bottom: 1px solid #b7595b;
}
.buttons a.cancel:active {
    border: 1px solid #d12f19;
}

/* @end */

/* @group Greške */

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

/* @end */

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

/* @end */

/* @end */

/* @group Sekretarica */



/* @group Grupno */

#greske, #uspesi, #upozorenja, #poruke {
	margin: 20px 0;
	padding: 5px 15px 5px 32px;
	background: #ffd2dc url(/img/main/greska_bg.gif) no-repeat 9px 9px;
	border: 2px solid #efc3ce;
}
#greske h2, #uspesi h2, #upozorenja h2, #poruke h2 {
	margin: 14px 0 15px 35px;
	color: #555;
}
#greske ul, #uspesi ul, #upozorenja ul, #poruke ul {
	margin: 12px 20px;
}
#greske li, #uspesi li, #upozorenja li, #poruke li {
	color: red;
	font-size: 12px;
	line-height: 18px;
	list-style: square;
}

#uspesi {
	background: #fffdd1 url(/img/main/uspeh_bg.gif) no-repeat 9px 9px;
	border: 2px solid #f0f0c5;
}
#uspesi li {	color: #333; }

#upozorenja {
	background: #ffea93 url(/img/main/upozorenje_bg.gif) no-repeat 9px 9px;
	border: 2px solid #eed983;
}
#upozorenja li { color: #333; }

#poruke {
	background: #eaeaf3 url(/img/main/poruka_bg.gif) no-repeat 9px 9px;
	border: 2px solid #d9d9e1;
}
#poruke li { color: #333; }

/* @end */



/* standardna napomene */
.napomena {
	margin: 18px 0;
	font-weight: bold;
	/*
	padding: 5px 15px;
	background: #d7e0f5 url(/images/main/warning.gif) no-repeat 15px 15px;
	border: 1px dotted #6d7587;
	*/
}
.napomena li {
	color: black;
	font-size: 12px;
	line-height: 18px;
	list-style: square;
}

/* @end */


/* @end */

/* @group Layout */

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* @group Header */

#header {
	overflow: hidden;
	height: 160px;
}

#logo {
	margin: 15px 0 0 10px;
	width: 660px; height: 120px;
}
#logo * {
	margin: 0;
}

#stiker {
	position: absolute; top: 0; left: 730px;
	width: 230px; height: 290px;
	background-image: url(/images/css/stiker_bg.jpg);
}
#stiker p {
	display: none;
}

/* @end */

/* @group Nav */

#nav, #nav * {
	margin: 0; padding: 0;
	list-style: none;
}
#nav {
	margin-top: 125px;
}
#nav li {
	background: url(/images/css/border_light.png) repeat-x center bottom;
}
#nav a {
	display: block;
	width: auto;
	padding: 0 12px;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	text-decoration: none;
}
#nav a:before {
	padding: 0 4px 0 0;
	color: #666;
	content: '→ ';
}

#nav li.current a {
	color: #000;
	background: #fff;
}
#nav li:hover, #nav li.sfHover,
#nav a:focus, #nav a:hover, #nav a:active {
	background: transparent url(/images/css/bg50%25w.png);
}

p.nav a.gore {
	display: block;
	margin: 24px 0 0 0; padding: 0 0 0 22px;
	line-height: 20px;
	background: url(/images/css/nav_top_bg.gif) no-repeat 0 -20px;
}
p.nav a.gore:hover,
p.nav a.gore:active,
p.nav a.gore:focus {
	background-position: 0 0;
}

/* @end */

/* @group Subnav */

#subnav {
	overflow: hidden;
	margin: 0 0 24px 0;
	list-style: none;
}
#subnav li {
	float: left;
	height: 28px;
	margin: 0 6px 0 0; padding: 0;
	background: url(/images/css/sivi_gumb_levo.gif) no-repeat;
}
#subnav li a {
	display: block;
	height: 26px;
	margin: 0 0 0 13px; padding: 0 14px 2px 1px;
	line-height: 26px;
	color: #fff;
	text-decoration: none;
	background: url(/images/css/sivi_gumb.gif) no-repeat right top;
}
#subnav li:hover,
#subnav li.hover {
	background: url(/images/css/sivi_gumb_levo.gif) no-repeat 0 -28px;
}
#subnav li:hover a,
#subnav li a:hover {
	background: transparent url(/images/css/sivi_gumb.gif) no-repeat right -28px;
}
#subnav li.selected {
	background: transparent;
}
#subnav li.selected a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background: transparent;
	border: 0;
}

/* @end */



#wrapper2 {
}

#contentWrapper {
	float: left;
	width: 730px;
	background: url(/images/css/contentw_bg.gif) repeat-y;
	border-bottom: 10px solid #e5e5d7;
}
#content {
	/* overflow: hidden; */
	padding: 20px 30px;
	background: url(/images/css/content_bg.jpg) no-repeat;
}

#slikaG {
	float: right;
	margin: -51px 0 15px 15px;
}

.saStrane {
	float: left;
	z-index: 99;
	margin: 9px 9px 9px -60px;
}

#sidebarWrapper {
	float: left;
	width: 230px;
	background: #ffcc9a;
	border-bottom: 10px solid #e2b181;
}

#sidebar {
	overflow: hidden;
	padding: 20px 10px 20px 10px;
	background: url(/images/css/sidebar_bg.jpg) no-repeat;
}

#supportedBy {
	float: right;
	width: 230px;
	margin: 20px 0 40px 0;
	text-align: center;
}
#supportedBy h4 {
	margin: 0;
}
#supportedBy ul {
	margin: 15px 0;
	list-style: none;
}
#supportedBy li {
	display: inline;
	text-align: center;
}

#footer {
	width: 730px;
	clear: both;
	padding: 10px 0;
	text-align: center;
}
#footer p {
	color: #666;
	font-size: 11px;
}

/* @end */

/* @group Tables */
caption {
	margin: 9px 0;
	font-size: 14px;
}
table {
	margin: 9px 0 9px 0;
	clear: both;
	color: #333;
	border-collapse: collapse;
}
th {
	padding: 3px 6px;
	font-size: 12px;
	text-align: center;
	color: #222;
	background-color: #edede3;
	border: 1px solid #d3d2c8; 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;
	font-size: 12px;
	border: 1px solid #ddd; border-width: 1px 0;
}
tr.nepar td { background: #fff; }
tr.par td {	background: #eff0df; }

td.rb {
	text-align: center;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}

/* @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 */


div#prenosNajava {
	margin: 20px 0; padding: 6px 10px 6px 60px;
	font-weight: bold;
	background: #eee url(../../images/prenos.jpg) no-repeat 6px 12px;
	border: 3px solid #e2e2e2;
}

ul#distanceList li {
	float: left;
	width: 140px;
}

#sponzori {
	width: 730px;
}
#sponzori ul {
	list-style: none;
	text-align: center;
}
#sponzori ul li {
	display: inline;
}
#sponzori ul li img {
	padding: 10px 6px;
	vertical-align: middle;
}

/* @end */

