/**
* RESET
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
:focus { outline:none; }

/**
* GENERAL
*/

em { font-style: italic; }
.rc-tl { background: url('images/rc-tl.gif') no-repeat top left; }
.rc-tr { background: url('images/rc-tr.gif') no-repeat top right; }
.rc-bl { background: url('images/rc-bl.gif') no-repeat bottom left; }
.rc-br { background: url('images/rc-br.gif') no-repeat bottom right; }
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
body {
	background: #4F9B48 url('images/bg_grad.gif') repeat-x top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 24px;
	color: #333;
	border-bottom: 3px solid #999;
	padding: 5px 0;
	margin: 0 0 10px 0;
}
p {
	padding: 5px 0;
}
strong {
	font-weight: bold;
}
.dotted-border-bottom {
	background: url('images/dot.gif') repeat-x bottom;
}
#background {
	background: url('images/bg.gif') repeat-y center;
	padding-bottom: 10px;
}
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#container.newsletter {
	width: 630px;
	background: #fff;
	padding: 20px;
	padding-top: 0;
}
#header {
	color: #019129;
	padding: 0;/*25px*/130px 15px 10px 15px;
	background: url('images/header_bg.jpg') no-repeat top center;
	text-align: right;
	margin-bottom: 10px;
}
#header table {
	width: 100%;
	height: 100px;
	font-family: Georgia, Times, Times New Roman, serif;
}
#header .blue-text {
	color: #0098c5;
}
#header #header-left {
	text-align: left;
	vertical-align: middle;
	width: 50%;
	/*padding-left: 100px;*/
	font-size: 20px;
	text-transform: uppercase;
	/*background: url('images/header-logo.jpg') no-repeat left center;*/
}
#header #header-right {
	padding-right: 90px;
	font-size: 27px;
	text-align: right;
	background: url('images/header-img2.jpg') no-repeat right center;
}
#header .date {
	color: #676767;
}
#header .lang-selector {
	color: #ccc;
}
#header .lang-selector a {
	font-weight: bold;
	text-decoration: none;
	color: #676767;
	text-transform: uppercase;
}
#header .lang-selector a.active, #header .lang-selector a:hover {
	color: #09c;
}
#menubar {
	height: 27px;
	overflow: hidden;
	background: #81CB98;
}
#menubar #mainmenu {
	background: url('images/mainmenu-bg.gif') repeat-x top;
	float: left;
	width: 695px;
	height: 27px;
	text-align: center;
}
#menubar #mainmenu table {
	width: 98%;
	margin: 0 auto;
}
#menubar #mainmenu td {
	text-align: center;
}
#menubar #mainmenu a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	line-height: 27px;
	display: block;
	text-transform: uppercase;
	padding: 0 10px;
	font-size: 11px;
}
#menubar #mainmenu a.active {
	color: #000;
	background: url('images/mainmenu-active-bg.gif') repeat-x top;
}
#menubar #searchbox {
	background: url('images/searchbox-bg.gif') repeat-x top;
	float: right;
	width: 254px;
	height: 27px;
}
#menubar #searchbox form {
	padding: 3px;
	height: 21px;
}
#menubar #searchbox input {
	vertical-align: middle;
}
#menubar #searchbox #search-keyword {
	border: none;
	background: #fff;
	height: 13px;
	padding: 3px 0 3px 0;
	width: 207px;
}
#submenu {
	float: left;
	background: url('images/submenu-bg.gif') repeat-x;
	color: #999;
}
#submenu a {
	color: #676767;
	text-decoration: none;
	margin: 0 2px;
}
#submenu a:hover {
	color: #000;
}
#submenu a.active {
	font-weight: bold;
	color: #000;
}
#submenu a img {
	vertical-align: middle;
}
#footer {
	background: url('images/footer-background.gif') repeat-x;
	color: #fff;
	width: 985px;
	margin: 10px auto 0 auto;;
	text-align: left;
	height: 31px;
	clear: both;
}
#footer div {
	line-height: 31px;
	padding: 0 15px;
}
#footer #copyright {
	float: left;
	font-size: 11px;
}
#footer #footer-links {
	float: right;
}
#footer #footer-links a {
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
#main {
	width: 630px;
	margin-top: 10px;
}
#sidebar {
	width: 300px;
	padding-left: 20px;
	margin-top: 10px;
}
#sidebar h1 {
	border-color: #0098c8;
}
#sidebar #map-box h1, #sidebar #ppp-baner h1 {
	color:#fff;
	text-decoration: none;
	border-color: #359A1A;
	background: #028922;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Times New Roman", "Times", serif;
}
#sidebar .separator {
	padding-top: 10px;
	margin-top: 10px;
	background: url('images/dot.gif') repeat-x top;
}
#sidebar .sidebar_box {
	background: #e3e3e3 url('images/box_bg.jpg') repeat-x top;
	_border: 1px solid #fff;
}
#sidebar .sidebar_box_top {
	background: url('images/box_top.gif') no-repeat top;
	padding-top: 3px;
}
#sidebar .sidebar_box_bottom {
	background: url('images/box_bottom.gif') no-repeat bottom;
	padding-bottom: 3px;
}
#sidebar .box_content {
	border-right: 1px solid #C6CED1;
	border-left: 1px solid #C6CED1;
}
#sidebar #news_box .box_content {
	padding: 10px 5px;
}
#sidebar #news_box .news-item .article_date {
	color: #676767;
	font-size: 11px;
	padding-bottom: 5px;
}
#sidebar #news_box .news-item a {
	color: #019129;
	text-decoration: none;
}
#sidebar #news_box .news-item a:hover {
	text-decoration: underline;
}
#sidebar #news_box .news-item {
	padding: 5px 0;
	background: url('images/dot.gif') repeat-x bottom;
}
#sidebar #news_box .description {
	color: #777;
	font-size: 11px;
}
#sidebar #sidebar_box_pristupnica {
	text-align: center;
	border: 1px solid #ccc;
	padding: 10px 0;
	display: block;
	background: url('images/baner-pristupnica.jpg') no-repeat center 10px;
}
#sidebar ul.tabs {
	background: #fff;
	padding: 0 8px;
}
#sidebar ul.tabs li {
	float: left;
	background: #00B0D8 url('images/tab_bg.gif') repeat-x bottom;
	position: relative;
	z-index: 1;
	top: 3px;
}
#sidebar ul.tabs li span {
	background: url('images/tab_tl.gif') no-repeat top left;
	line-height: 18px;
	display: block;
}
#sidebar ul.tabs li a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 8px;
	text-transform: uppercase;
	line-height: 18px;
	display: block;
	text-align: center;
	zoom: 1;
	_width: 75px;
	background: url('images/tab_tr.gif') no-repeat top right;
}
#sidebar ul.tabs li.ui-tabs-selected {
	z-index: 10;
	top: 1px;
	background: #fafafa url('images/tab_selected_left.gif') no-repeat top left;
	padding-left: 3px;
}
#sidebar ul.tabs li.ui-tabs-selected span {
	background: none;
	line-height: 20px;
	padding-right: 3px;
	background: url('images/tab_selected_right.gif') no-repeat top right;
}
#sidebar ul.tabs li.ui-tabs-selected a {
	background: url('images/tab_selected_bg.gif') repeat-x top;
	color: #09c;
	line-height: 20px;
}
#sidebar #moj_ids ul {
	border-color: #028426 #0B9C34;
	border-width: 1px;
	border-style: solid;
}
#sidebar #moj_ids li {
	height: 39px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: block;
	background: url('images/moj_ids_link_bg.jpg') repeat-x;
}
#sidebar #moj_ids li a, #sidebar #moj_ids li a:hover {
	line-height: 39px;
	display: block;
	color: #fff;
	font-size: 24px;
	padding: 0 10px;
	text-decoration: none;
	font-weight: normal;
	height: 39px;
	overflow: hidden;
}
#sidebar #moj_ids li a span {
	float: right;
	display: block;
}
#sidebar #moj_ids .box_content {
	height: 30px;
}
#sidebar .newsitems {
	height:150px;
	overflow:hidden;
}
#sidebar .pdf-baners td {
	padding: 0 2px;
	width: 50%;
}
#sidebar .pdf-baners a {
	display: block;
	border: 1px solid #ccc;
	text-decoration: none;
	text-align: center;
	padding: 60px 5px 5px 5px;
	background: url('/web/ids/images/pdf-icon.gif') no-repeat center 8px;
}

#main img {
	padding: 3px;
	border: 1px solid #c1c1c1;
	background: #fff;
	margin: 0 0 5px 0;
}
#main .intro {
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 5px;
	color: #222;
}
#main p {
	text-align: justify;
}
#main h2 {
	font-weight: normal;
	font-size: 16px;
	padding: 10px 0 5px 0;
	color: #333;
}
#main h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0;
}
a {
	color: #019129;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#main div.link {
	background: url('images/dot.gif') repeat-x bottom;
	padding-bottom: 5px;
}

/**
* LISTA VIJESTI - HOME
*/

#news_index {
	width: 100%;
}
#news_index h1 a {
	color: #333;
}
#news_index td {
	width: 305px;
	vertical-align: top;
}
#news_index .inner_container {
	width: 305px;
	padding: 0 0 10px 10px;
}
#news_index .left .inner_container {
	padding: 0 10px 0 0;
}
#news_index .article {
	padding: 10px 0;
	background: url('images/dot.gif') repeat-x top;
}
#news_index .article_date {
	color: #676767;
	font-size: 11px;
	padding-bottom: 5px;
}
#news_index .article_title {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
#news_index .article.noimg .article_title {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#news_index .article_more_link a, #news_index .article_title {
	color: #019129;
	text-decoration: none;
}
#news_index .article_more_link {
	text-align: right;
	font-weight: bold;
}
#news_index .article a:hover {
	text-decoration: underline;
}
#news_index img.article_image {
	padding: 3px;
	border: 1px solid #c1c1c1;
	float: left;
	background: #fff;
	margin: 0 5px 0 0;
}
#news_index .article_intro {
	font-size: 11px;
	color: #777;
}
#news_index #main_article {
	background: #01972B url('images/main_article_intro_background.gif') repeat-x bottom;
	margin-top: 10px;
}
#news_index #main_article .article_title {
	background: #2d5335;
	padding: 5px 10px;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	display: block;
	font-family: "Times New Roman", Times, serif;
}
#news_index #main_article .article_title:hover {
	background: #1c4224;
}
#news_index #main_article .article_intro {
	color: #fff;
	font-size: 14px;
	padding: 10px;
}
#news_index #main_article .article_more_link {
	text-align: right;
	padding-top: 10px;
}
#news_index #main_article .article_more_link a {
	color: #fff;
	font-size: 12px;
}
#news_index #main_article div.article_image {
	background-repeat: no-repeat;
	background-position: middle;
}

.pagenav {
	text-align: right;
	padding: 5px;
	margin: 10px 0;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.pagenav span {
	float: left;
}
.pagenav a {
	color: #019129;
	padding: 0 4px;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid #f3f3f3;
}
.pagenav a:hover {
	background: #019129;
	color: #fff;
}
.pagenav a.current {
	border: 1px solid #019129;
}

.article-footer { padding: 5px; border-top: 1px dashed #ddd; text-align: right; }
.article-footer a { color: #33a; background: no-repeat left center; padding: 4px 0 4px 22px; margin-left: 10px; }

/**
* MEDIA - AUDIO/VIDEO
*/

.media_list { width: 100%; }
.media_list td { text-align: center; padding: 10px 0; vertical-align: top; }
.media_list th { font-weight: bold; text-align: center; border-bottom: 1px solid #999; background: #f7f7f7; padding: 4px; }

/**
* PRESSBOX
*/

#main .events-list .event-image {
	padding: 3px;
	background: #fff;
	border: 1px solid #c1c1c1;
	float: left;
	margin: 0 10px 0 0;
}
#main .events-list .event {
	background: url('images/dot.gif') repeat-x bottom;
	padding: 20px 0;
}
#main .events-list h2 {
	color: #019129;
	font-weight: normal;
	font-size: 18px;
	padding: 0 0 10px 0;
	margin: 0;
}
#main .events-list .event-intro {
	font-size: 12px;
	color: #777;
}

/**
* GALLERIES
*/

#main .gallery-list .gallery-image {
	padding: 3px;
	background: #fff;
	border: 1px solid #c1c1c1;
	float: left;
	margin: 0 10px 0 0;
}
#main .gallery-list .gallery {
	background: url('images/dot.gif') repeat-x bottom;
	padding: 20px 0;
}
#main .gallery-list h2 {
	color: #019129;
	font-weight: normal;
	font-size: 18px;
	padding: 0 0 10px 0;
	margin: 0;
}
#main .gallery-list .gallery-description {
	font-size: 12px;
	color: #777;
}
#main .gallery-images img {
	margin: 5px;
}
#main .gallery-images a:hover img {
	border-color: #019129;
}

#main .pressbox_toolbar {
	height: 22px;
	float: left;
	margin-top: 25px;
	background: #d0d0d0;
}
#main .pressbox_toolbar .rc {
	padding-right: 10px;
	background: url('images/pressbox_toolbar_r.gif') no-repeat right;
	height: 22px;
}
#main .pressbox_toolbar .lc {
	padding-left: 10px;
	background: url('images/pressbox_toolbar_l.gif') no-repeat left;
	height: 22px;
}
#main .pressbox_toolbar a {
	display: block;
	float: left;
	line-height: 22px;
	text-align: center;
	padding: 0 5px;
}
#main .pressbox_toolbar img {
	vertical-align: middle;
	border: none;
	padding: 0;
}

/**
* ORGANIZACIJA
*/

#main .person_info h3 {
	cursor: pointer;
}
#main .person_info div {
	background: #f7f7f7;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: none;
	padding: 10px;
}

/**
* Boxy
*/

.boxy-content {
	text-align: left;
}
/* formular */
.boxy-content .text_field, .boxy-content .text_box {
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #000000;
	font-family: Arial, sans-serif;
	padding: 2px;
	resize: none;
}
.boxy-content .field_label {
	color: #858585;
	vertical-align: top;
}
.boxy-content .field_label span { color: #f00; }
.boxy-content .button {
	border: 1px solid #898989;
	background-color: #898989;
	background-image: url('/web/ids/images/button_bg.gif');
	background-repeat: repeat-x;
	color: #ffffff;
}
.boxy-content td {
	padding: 5px;
}

#pristupnica { height: 400px; }

#send-article td { vertical-align: top; }

/**
* JQUERY
*/

.ui-tabs .ui-tabs-hide {
	display: none;
}


/**
 * IZBORI - TRAKA
 */
#traka_izbori {
	background: #018B27;
	color: #fff;
	text-align: left;
	height: 90px;
	width: 630px;
	overflow: hidden;
}
#traka_izbori table {
	width: auto;
}
#traka_izbori .kandidat_slika img {
	border: none;
	padding: 0 5px;
	border: solid #009900;
	border-width: 0 1px;
	background: none;
	margin: 0;
}
#traka_izbori .slogan {
	border: none;
	padding: 0 0 0 5px;
	border-left: 1px solid #009900;
	background: none;
	margin: 0;
}
#traka_izbori .kandidat_text {
	vertical-align: middle;
	padding: 0 5px;
}
#traka_izbori .kandidat_text div {
	width: 60px;
}
#traka_izbori .kandidat_text span {
	border-bottom: 1px solid #009900;
}


#media-centar-form {
	margin: 20px 0;
	padding-top: 20px;
	border-top: 1px solid #eee;
}
#media-centar-form table {
	margin: 0 auto;
}
#media-centar-form input, #media-centar-form textarea {
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #000000;
	font-family: Arial, sans-serif;
	padding: 2px;
	resize: none;
}
#media-centar-form label {
	vertical-align: top;
	color: #000;
	font-weight: bold;
}
#media-centar-form .button {
	border: 1px solid #898989;
	background-color: #898989;
	background-image: url('/web/ids/images/button_bg.gif');
	background-repeat: repeat-x;
	color: #ffffff;
}
#media-centar-form td {
	padding: 5px;
}
#media-centar-form .ajax-loader img {
	border: none;
	padding: 0;
	margin: 0;
}

#social-icons { padding: 15px 0; border: 1px solid #ccc; text-align: center; }
#social-icons a { margin: 0 12px; }

#top-news-nav { height: 25px; }
#top-news-nav a { display: block; float: left; margin-right: 10px; padding: 2px 6px; color: #fff; background: #090; text-decoration: none; border: 1px solid #090; }
#top-news-nav a.activeSlide { background: #fff; color: #090; }

.article-date { color: #999; }
