/* @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: #f9f7ed url(/images/css/body_bg.jpg) repeat-x;
	font: 12px/18px Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
	margin: 12px 0 6px 0;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;;
	line-height: 18px;
	color: #9e0b0f;
}
h1 {
	margin: 0 0 18px 0;
	font-size: 30px; line-height: 36px;
	border-bottom: 2px solid #ccc;
}
h2 {
	margin: 24px 0 12px 0;
	font-size: 21px; line-height: 24px;
	color: #926a66;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}

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

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

p {
	text-align: justify;
}

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

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 {
	margin: 0 3px 5px 3px; padding: 10px 20px;
	background: #e9e8de;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 4px solid #ccc;
	
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

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: 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 {
	background: #e9e8de;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 4px solid #fff;
	
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
ul.album li a:hover img,
ul.album li a:focus img,
ul.album li a:active img {
 	border: 4px solid #6dcff6;
}


hr {
	margin: 12px 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: 20px 0;
	padding: 5px 15px 5px 32px;
	background: #ffd2dc url(/images/css/poruke/greska_bg.gif) no-repeat 9px 9px;
	border: 1px solid #efc3ce; border-width: 1px 1px 3px 1px;
}
div.greska p,
div.upozorenje p,
div.uspeh p,
div.poruka p {
	margin: 3px 12px;
	line-height: 24px;
	font-weight: bold;
}
div.greska p {
	color: #ab0000;
}
div.upozorenje {
	background: #ffea93 url(/images/css/poruke/upozorenje_bg.gif) no-repeat 9px 9px;
	border-color: #eed983;
}
div.uspeh {
	color: #524606;
	background: #fffdd1 url(/images/css/poruke/uspeh_bg.gif) no-repeat 9px 9px;
	border-color: #f0f0c5;
}
div.poruka {
	background: #eaeaf3 url(/images/css/poruke/poruka_bg.gif) no-repeat 9px 9px;
	border-color: #d9d9e1;
}

/* @end */



/* @group Grupno */

#greske, #uspesi, #upozorenja, #poruke {
	margin: 20px 0;
	padding: 5px 15px 5px 32px;
	background: #ffd2dc url(/images/css/poruke/greske_bg.gif) no-repeat 9px 9px;
	border: 1px solid #efc3ce; border-width: 4px 1px;
}
#greske h2, #uspesi h2, #upozorenja h2, #poruke h2 {
	margin: 0 0 0 21px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #444;
}
#greske ul, #uspesi ul, #upozorenja ul, #poruke ul {
	margin: 12px 20px;
}
#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 {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}

/* @group Header */

#header {
	height: 173px;
	margin-bottom: 28px;
	background-image: url(/images/css/header_bg.gif);
	border-top: 10px solid #9e0a0e;
}

#logo {
	width: 940px; height: 140px;
	margin: 0 auto;
}

#logo h3 {
	margin: 0;
}

/* @end */

#left {
	width: 320px;
	float: left;
}

/* @group Nav */

#nav {
	margin: 0 20px; padding: 0;
}
#nav li {
	position: relative;	z-index: 1;
	height: 29px;
	margin: 0 0 7px 0;
	list-style: none;
}
#nav a {
	display: block;
	height: 29px;
	text-indent: -99em;
	background-image: url(/images/css/nav_items.png);
}
#nav li.current a {
	color: #fff;
}
#nav li:hover, #nav li.sfHover,
#nav a:focus, #nav a:hover, #nav a:active {
	color: #d8d890;
}

#nav_home a {}
#nav_home a:hover,
#nav_home a:focus,
#nav_home a:active {
	background-position: -280px 0;
}
#nav_home.current a {
	background-position: -560px 0;
}

#nav_topics a {
	background-position: 0 -36px;
}
#nav_topics a:hover,
#nav_topics a:focus,
#nav_topcis a:active {
	background-position: -280px -36px;
}
#nav_topics.current a {
	background-position: -560px -36px;
}

#nav_venue a {
	background-position: 0 -72px;
}
#nav_venue a:hover,
#nav_venue a:focus,
#nav_venue a:active {
	background-position: -280px -72px;
}
#nav_venue.current a {
	background-position: -560px -72px;
}

#nav_travel a {
	background-position: 0 -108px;
}
#nav_travel a:hover,
#nav_travel a:focus,
#nav_travel a:active {
	background-position: -280px -108px;
}
#nav_travel.current a {
	background-position: -560px -108px;
}

#nav_impressions a {
	background-position: 0 -144px;
}
#nav_impressions a:hover,
#nav_impressions a:focus,
#nav_impressions a:active {
	background-position: -280px -144px;
}
#nav_impressions.current a {
	background-position: -560px -144px;
}

#nav_sponsors a {
	background-position: 0 -180px;
}
#nav_sponsors a:hover,
#nav_sponsors a:focus,
#nav_sponsors a:active {
	background-position: -280px -180px;
}
#nav_sponsors.current a {
	background-position: -560px -180px;
}

#nav_contact a {
	background-position: 0 -216px;
}
#nav_contact a:hover,
#nav_contact a:focus,
#nav_contact a:active {
	background-position: -280px -216px;
}
#nav_contact.current a {
	background-position: -560px -216px;
}

#nav_downloads a {
	background-position: 0 -252px;
}
#nav_downloads a:hover,
#nav_downloads a:focus,
#nav_downloads a:active {
	background-position: -280px -252px;
}
#nav_downloads.current a {
	background-position: -560px -252px;
}


/* @end */

#content {
	width: 610px;
	float: left;
	padding: 0 0 0 30px;
}

#footer {
	margin: 35px auto 20px auto;
	width: 960px;
	clear: both;
	color: #666;
}
#footer p {
	margin: 0;
	font-size: 11px;
	text-align: right;
}

/* @end */

/* @group Tables */

/* @group Basic */

caption {
	margin: 9px 0;
	font-size: 14px;
}
table {
	margin: 0 0 9px 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.nepar td { background: #fff; }
tr.par td {	background: #eff0df; }
tr:hover td { background: #d8e4ee; }

/* @end */

/* @group Admin */

td.rb {
	text-align: center;
}

/* @end */

/* @end */

/* @group Forme */

/* @group Osnovno */

form.styled {
	width: 60%;
	overflow: hidden;
	margin: 12px 0; padding: 0;
	text-align: left;
}
form.styled fieldset {
	margin: 0 0 24px 0;
	border: 1px solid #ccc;
}
form.styled fieldset.buttons {
	margin: -12px 0 0 0;
	border: 0;
}
form.styled fieldset legend {
	margin: 0 6px 12px 6px; padding: 3px 6px;
	color: #555;
	font-size: 18px;
}

/* @group Divs */

form.styled div {
	clear: both;
	overflow: hidden;
	margin: 0; padding: 6px 12px;
	vertical-align: text-top;
	border-bottom: 1px dotted #ddd;
}
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: 160px;
	margin: 0; padding: 3px 12px 3px 0; /* zbog paddinga inputa! */
	position: relative;
	font-size: 14px;
}
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: 3px 0 3px 172px;
	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: 240px;
	margin: 1px 0 0 0; padding: 2px;
	font-size: 12px; line-height: 18px;
	background: #fff url(/images/css/forme/cdcdcd1px.gif) 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: 320px; height: auto;
	background-color: #fff;
}
form.styled select {
	width: auto;
	margin: 3px 0 1px; padding: 0;
}
form.styled option {
	padding: 0 3px;
}
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: #fffdd1; }

/* 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: #c3e8ff; }

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

#sponzori {
	margin: 40px 20px 0 0;
	text-align: right;
}
#sponzori li {
	display: inline;
	padding: 0 0 0 20px;
	list-style: none;
}

img.styled,
img.mainpic {	
	background: #e9e8de;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 4px solid #fff;
	
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
img.rFloat.styled {
	margin-right: 2px;
}
img.mainpic {
	margin: 0 2px 20px 0;
}

ul.subnav {
	margin: -18px 0 9px 0; padding: 0;
	overflow: hidden;
}
ul.subnav li {
	float: left;
	margin: 0 10px 10px 0; padding: 0;
	list-style: none;
}
ul.subnav li a.button {
	font-weight: normal;
	background-color: #555;
}
ul.subnav li a.button:hover {
	background-color: #000;
}
ul.subnav li.current a.button {
	background-color: #acaba4;
}

object,
embed {
	display: block;
}

a.mirko {
	color: #555;
	text-decoration: none;
}
a.mirko:hover,
a.mirko:focus,
a.mirko:active {
	text-decoration: underline;
}

/* @end */