﻿/*
 * Eksterni style sheet-ovi se ucitavaju kao persistent style sheets i linkuju se alfabetski:
 *
 * <link href="App_Themes/Simple/ThemeA.css" type="text/css" rel="stylesheet" />
 * <link href="App_Themes/Simple/ThemeB.css" type="text/css" rel="stylesheet" />
 * <link href="App_Themes/Simple/ThemeC.css" type="text/css" rel="stylesheet" />
 */

/* After the '0' length, the unit identifier is optional. */

body {
	background: #FFF url("images/bg.gif") repeat-y left;
	color: #333;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0
}

/* CSS3 */
.stack { display: block }

.tblTemplate {
	text-align: left
}

.Subpage .Header { background: url("Header/bg.gif") no-repeat 10px bottom }
.Subpage .Center { padding-left: 30px }
.Right { }
.Footer { }

.imgHomeLogo { margin-left: 10px }

.pnlMainMenu {
	background: url("MainMenu/bg.gif") no-repeat right /*top*/1px;
	margin-bottom: 15px;
	padding: /*9px*/0 0 10px 40px;
	width: 843px
}
.Left .pnlMainMenu { margin-bottom: 0 }
.pnlMainMenu table { width: 100px }
.pnlMainMenu table table { width: auto }
.pnlMainMenu table table a.CmsMenuItem {
	background: url("MainMenu/mi-bg.gif") no-repeat left;
	/* XXX: Firefox/2.0.0.18 */
	display: -moz-inline-block;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin-right: 1px;
	padding: 9px 15px 10px
}
.Left .pnlMainMenu table table a.CmsMenuItem {
	background: url("MainMenu/smi-bg.gif") no-repeat left;
	margin-right: 0;
	padding: 4px /*15px*/0 7px 15px;
	width: 136px
}
.Left .pnlMainMenu table table a.CmsMenuItem:hover {
	background: url("MainMenu/smi-bg-hover.gif") no-repeat left;
}
.Left .pnlMainMenu table table table a.CmsMenuItem { width: auto }

.pnlMainMenu table table a.CmsMenuItem:link, .pnlMainMenu table table a.CmsMenuItem:visited {
	color: #797979;
	text-decoration: none
}
.pnlMainMenu table table a.CmsMenuItem:hover {
	background: url("MainMenu/mi-bg-hover.gif") no-repeat left;
	color: #FFF;
	text-decoration: none
}
.Left .pnlMainMenu table table table a.CmsMenuItem {
	font-size: 12px !important;
	margin-left: 0 !important;
	margin-right: 0;	
	font-weight: normal;
	padding: 0 0 0 14px;
}
.pnlMainMenu table table table a.CmsMenuItem:link, .pnlMainMenu table table table a.CmsMenuItem:visited {
	background: none;
	color: #797979;
	text-decoration: none
}
.Left .pnlMainMenu table table table a.CmsMenuItem:hover {
	background: none;
	color: #0FCFFF;
	text-decoration: none
}
.pnlMainMenu table table table a.CmsMenuItemSelected:link, .pnlMainMenu table table table a.CmsMenuItemSelected:visited {
	background: url("MainMenu/CmsMenuItemSelected-bg.gif") no-repeat left top;
	color: #0FCFFF
}
.Left .pnlMainMenu table table table a.CmsMenuItemSelected:hover {
	background: url("MainMenu/CmsMenuItemSelected-bg.gif") no-repeat left top;
	color: #0FCFFF
}
.Subpage .pnlMainMenu { background: none; padding: 0 0 30px 29px; width: 151px }
.DynamicCmsMenu {
	background: url("Submenu/bg.gif") no-repeat left bottom;	
	background-color: #0CF !important;
	font-size: 12px
}
.DynamicCmsMenu table { margin-top: 0 }
.DynamicCmsMenuItem  { width: 100% !important }
.DynamicCmsMenu a {
	border-top: solid 1px #46DAFF !important;
	display: block !important;
	font-weight: bold;
	padding: 1px 5px 1px 12px; width: 100% !important
}
.DynamicCmsMenu a:link, .DynamicCmsMenu a:visited {
	color: #FFF;
	text-decoration: none
}
.DynamicCmsMenu a:hover {
	background: url("Submenu/bullet.gif") no-repeat left top;
	background-color: #46DAFF;
	text-decoration: none
}

.OstaleAktuelnosti {
	border-left: solid 1px #DDD;
	min-height: 300px;
	padding: 0 35px 40px 20px;
	width: 241px
}
.OstaleAktuelnosti dl {
	border-bottom: solid 1px #FFF; margin-top: 0
}
.OstaleAktuelnosti dt.DATETIME_PUBLISHED {
	color: #8CDFDF;
	font-size: 11px;
	padding: 4px 4px 0
}
.OstaleAktuelnosti dd.link { border-bottom: solid 1px #FFF; margin-bottom: 4px; padding: 0 4px 5px }
.OstaleAktuelnosti dd.link:hover {
	background: url("OstaleAktuelnosti/dl-bg-hover.gif") no-repeat right bottom;
	border-bottom: solid 1px #C8E4DF
}
.OstaleAktuelnosti dd.link a:link, .OstaleAktuelnosti dd.link a:visited {
	color: #666;
	text-decoration: none
}
.OstaleAktuelnosti dd.link a:hover {
	color: #0CF;
	text-decoration: none
}
.OstaleAktuelnosti dd {
	font-weight: bold;
	margin-left: 0;
	padding-left: 0
}

.pnlSubpageLogo { margin-left: 10px }
.Subpage .Center {
	border-left: solid 1px #0FCFFF;
	min-height: 400px
}

.pnlFooter {
	background: url("Footer/bg.gif") repeat-x top;
	color: #999;
	font-size: 12px;
	height: 80px;
	line-height: 1.3em;
	margin-left: 10px;
	padding: 20px 0 0 30px
}
.pnlFooter img { float: right }

.pnlHeader, .pnlHeaderIzborJezika {
	border-bottom: solid 1px #CCC;
	color: #999;
	font: 12px Georgia, "Times New Roman", Times, serif;
	/*height: 30px*/
	margin-left: 10px
}
.pnlHeaderIzborJezika { height: 30px }
.pnlHeader .lit, .pnlHeader a {
	border-bottom: solid 3px #FFF;
	display: -moz-inline-block;
	display: inline-block;
	padding: 0 3px 5px
}
.pnlHeader a {
	font-size: 11px;
	padding: 0 3px 5px
}
.pnlHeader a:link, .pnlHeader a:visited {
	color: #757575;
	text-decoration: none
}
.pnlHeader a:hover {
	border-bottom: solid 3px #CCF2F2;
	color: #666;
	text-decoration: none
}
.IzdvojeniLinkovi, .pnlLanguageSelection {
	border-right: solid 1px #EEE;
	padding: 7px 30px 0
}
.IzdvojeniLinkovi { padding-top: 8px }
.IzdvojeniLinkovi:hover, .pnlLanguageSelection:hover {
	background: url("Header/bg-hover.gif") repeat-x top
}
.imgGrbBiH, .imgGrbBiHIzborJezika {
	position: absolute;
	top: 2px;
	left: 637px
}
.imgGrbBiHIzborJezika { left: 460px }
.langTagSelected:link, .langTagSelected:visited {
	color: #333 !important;
	border-bottom-color: #9CE7E7
}
.langTagSelected:hover { color: #333 !important }

.Subpage .ArchiveTitle, .CategoryName {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px
}
.Subpage .ArchiveTitle a:link, .ArchiveTitle a:visited, .ArchiveTitle a:hover {
	color: #333;
	text-decoration: none
}
.Subpage .pnlArchiveTable table {
	margin: 1em 0 2em
}
.Subpage .pnlArchiveTable th, .Center .pnlHtmlText1 th, .Evidencija th {
	background: url("Archive/th-bg.gif") no-repeat left top;
	border-right: solid 1px #FFF;
	border-bottom: solid 3px #0FCFFF;
	color: #666;
	font-size: 12px;
	line-height: 1.2em;
	padding: 10px 8px 5px 10px;
	text-align: left;
	vertical-align: top
}
.Subpage .pnlArchiveTable tr:hover, .Center .pnlHtmlText tr:hover {
	background: url("Archive/tr-bg-hover.gif") repeat-x bottom
}
.Subpage .pnlArchiveTable td, .Center .pnlHtmlText td, .Center .Evidencija td {
	border-bottom: solid 1px #DDD;
	padding: 10px 8px 10px 10px;
	vertical-align: top
}
.Subpage .pnlArchiveTable td.link a:link {
	color: #333;
	text-decoration: none
}
.Subpage .pnlArchiveTable td.link a:visited {
	color: #666;
	text-decoration: none
}
.Subpage .pnlArchiveTable td.link a:hover {
	color: #0FCFFF;
	text-decoration: none
}

.KalendarLista dl {
	border-top: solid 1px #DDD;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px
}
.KalendarLista dt.DATETIME_PUBLISHED {
	display: none;
	color: #42CFFF;
	float: left;
	font-size: 11px;
	margin-top: 2px
}
.KalendarLista dd {
	border-bottom: solid 1px #DDD;
	padding-bottom: 10px;
	/*padding-left: 6em;*/
	margin-bottom: 10px;
	margin-left: 0
}

.pnlBasicSearch {
	background: url("BasicSearch/bg.gif") repeat-x bottom;
	border-bottom: solid 3px #FF0;
	font-size: 12px;
	padding: 25px 0 10px 10px
}
.pnlBasicSearch table { background: url("BasicSearch/table-bg.gif") no-repeat 0 1px }
.pnlBasicSearch td { vertical-align: top }
.pnlBasicSearch .BoxTitle { display: none }
.pnlBasicSearch .qry, .pnlBasicSearch .Watermark {
	background-color: transparent;
	border-width: 0;
	color: #666;
	margin-bottom: 5px;
	padding: 6px 0 6px 6px;
	width: 195px
}
.pnlBasicSearch a:link, .pnlBasicSearch a:visited {
	color: #0CF;
	text-decoration: none
}
.pnlBasicSearch a:hover {
	background-color: #FFF;
	text-decoration: none
}

.pnlNewsletter, .pnlKalendar {
	background: url("BasicSearch/bg.gif") repeat-x bottom;
	border-bottom: solid 3px #FF0;
	color: #666;
	line-height: 1.3em;
	font-size: 12px;
	padding: 15px 20px 10px 10px
}
.pnlNewsletter .imgKoverta, .pnlKalendar .imgKalendarKontrola { float: right }
.pnlNewsletter .imgNewsletter { display: block }
.pnlNewsletter .hibOpsirnije, .pnlKalendar .hibOpsirnije {
	display: block;
	margin-top: 12px
}
.pnlKalendar .ArchiveTitle { display: none }
.pnlKalendar dl {
	margin-top: 0;
	margin-bottom: 13px
}
.pnlKalendar dt {
	display: none;
	color: #8CDFDF;
	font-size: 11px
}
.pnlKalendar dd {
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	color: #666;
	line-height: 1.2em;
	margin-top: 20px; 
	margin-left: 0;
	padding: 4px 0 4px 0
}

.Aktuelnosti {
	margin-left: 40px;
	padding-bottom: 40px;
	padding-right: 15px;
	width: 263px
}
.Aktuelnosti image { padding-bottom: 8px }
.Aktuelnosti .link a {
	font-size: 17px;
	font-weight: bold;
	line-height: 19px;
	margin: 8px 0
}
.Aktuelnosti .link a:link, .Aktuelnosti .link a:visited {
	color: #333;
	text-decoration: none
}
.Aktuelnosti .link a:hover {
	color: #3FD9FF;
	text-decoration: none
}
.Aktuelnosti .DESCRIPTION { color: #666; padding-top: 8px }
.Aktuelnosti .more {
	padding-top: 15px
}

.pnlSlikaZaKategoriju {
	margin-bottom: 13px
}
.pnlSlikaZaKategoriju img { display: block }

.Center .pnlHtmlText {
	margin-top: 15px;
	min-height: 400px;
	width: 500px;
	padding-bottom: 30px;
}
.Center .pnlHtmlText img { margin: 5px 10px 5px 0 }
.Center .pnlHtmlText p {
	line-height: 1.5em;
	padding-bottom: 1em
}
.Center .pnlHtmlText h1 {
	color: #333;
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 15px
}
.Center .pnlHtmlText h2 {
	color: #333;
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 13px
}
.Center .pnlHtmlText h3 {
	color: #4D4D4D;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 15px
}
.Center .pnlHtmlText h6, .published {
	border-top: solid 1px #DDD;
	color: #999;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	text-align: right
}
.Center .pnlHtmlText ul {
	margin-top: 1em;
	margin-bottom: 1.5em;
	list-style-image: url("images/bullet.gif")
}
.Center .pnlHtmlText li {
	line-height: 1.5em;
	padding-bottom: 0.7em
}
.Center .pnlHtmlText table {
	margin: 1em 0 2em
}
.Center .pnlHtmlText a:link {
	color: #00B0DD;
	text-decoration: underline
}
.Center .pnlHtmlText a:visited {
	color: #0085A6;
	text-decoration: underline
}
.Center .pnlHtmlText a:hover {
	color: #0FCFFF;
	text-decoration: none
}

.Center .Evidencija td ul {
	margin-top: 0;
	margin-bottom: 0;
	list-style-image: url("images/arrow-right.gif")
}
.Center .Evidencija td li {
	line-height: normal;
	padding-left: 0;
	padding-bottom: 0	
}
.Center .Evidencija td li a {
	font-size: 11px
}
.Center .Evidencija td li a:link, .Center .Evidencija td li a:visited, .Center .Evidencija td li a:hover {
	color: #7A7A7A;
	text-decoration: none
}

.pnlDocumentTitle {
	color: #333;
	font-size: 17px;
	margin-bottom: 15px
}

p.section, .pnlAdvancedSearch .DataHeader, .pnlAdvancedSearch .row2 {
	display: none
}
.pnlAdvancedSearch .row3 input, .pnlAdvancedSearch .row6 input, .pnlAdvancedSearch .row7 input,
.pnlNewsletterRegistration .row4 input, .pnlNewsletterRegistration .row6 input,
.tblUnsubscribe input {
	border: solid 1px #0FCFFF;
	color: #666;
	padding: 5px
}

.pnlAdvancedSearch { margin-bottom: 30px }
.pnlAdvancedSearch .lbl { }
.pnlAdvancedSearch .row5 .lbl {
	color: #42CFFF;
	font-weight: bold;
	font-size: 11px
}
.pnlAdvancedSearch .row5 td, .pnlAdvancedSearch .row8 td { padding-top: 9px }
.pnlAdvancedSearch .row7 td, .pnlAdvancedSearch .row3 td {
	border-bottom: solid 1px #DDD;
	padding-bottom: 9px
}
.pnlAdvancedSearch .row8 td { padding-bottom: 9px }
.pnlAdvancedSearch .row8 .lbl { font-weight: bold }
.pnlAdvancedSearch .row9 td { border-bottom: solid 1px #DDD; padding-bottom: 20px }
.pnlAdvancedSearch .row9 td td { border-bottom: none; padding-bottom: 0 }
.fancySection { font-size: 17px; font-weight: bold; margin-top: 20px }
.totalResults { }

.pnlNewsletterRegistration .pnlHtmlText, .Center .HtmlText {
	margin-top: 0;
	min-height: 0;
	width: auto;
	padding-bottom: 0
}

.mnuNewsletter {
	margin-top: 30px
}
.mnuNewsletter a.mi {
	background: #E6E6E6 url("NewsletterRegistration/mi.gif") no-repeat left top;
	color: #999;
	display: block;
	font-size: 13px;
	font-weight: bold;
	width: 100px;
	margin: 0 1px 0 0;
	padding: 7px 10px 10px 10px
}
.mnuNewsletter a.mi:hover { background: url("NewsletterRegistration/mi-hover.gif") no-repeat left top }
.mnuNewsletter a.mi-sel {
	background: url("NewsletterRegistration/mi-sel.gif") no-repeat left top;
	border-bottom: solid 1px #E6E6E6;
	color: #333
}
.pnlNewsletterRegistration {
	background: #E6E6E6 url("NewsletterRegistration/tr-bg.gif") no-repeat right top;
	margin-bottom: 30px;
	padding: 10px 15px 15px 15px
}
.pnlNewsletterRegistration .section { display: none }
.pnlNewsletterRegistration .row3 td { padding-top: 20px }
.pnlNewsletterRegistration .row3 .lbl, .pnlNewsletterRegistration .row5 .lbl, .tblUnsubscribe .lbl {
	color: #666;
	font-size: 11px;
	font-weight: bold
}
.pnlNewsletterRegistration .row7 td {
	border-bottom: solid 1px #FFF;
	padding-top: 20px;
	padding-bottom: 5px
}
.pnlNewsletterRegistration .row7 .lbl { font-weight: bold }
.pnlNewsletterRegistration .row8 td { padding-top: 2px }
.pnlNewsletterRegistration .row8 td td { padding-top: 0 }
.pnlNewsletterRegistration .row9 a, .pnlNewsletterRegistration .row6 a {
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px;
	padding: 2px 6px
}
.pnlNewsletterRegistration .row6 a { margin-left: 5px }
.pnlNewsletterRegistration .row9 a:link, .pnlNewsletterRegistration .row6 a:link, .pnlNewsletterRegistration .row9 a:visited, .pnlNewsletterRegistration .row6 a:visited {
	background: #EEE;
	color: #0FCFFF;
	text-decoration: none
}
.pnlNewsletterRegistration .row9 a:hover, .pnlNewsletterRegistration .row6 a:hover {
	background: #FFF;
	color: #0FCFFF;
	text-decoration: none
}
.pnlNewsletterRegistration .row10 td { padding-top: 25px }
.tblUnsubscribe .pnlHtmlText { margin-bottom: 20px }
.tblUnsubscribe .lbl { margin-bottom: 20px }
.tblUnsubscribe a {
	display: block;
	margin-top: 20px
}
.err, .info {
	background: url("images/err.gif") no-repeat left top;
	border: solid 1px #FFF;
	color: #F60;
	display: -moz-inline-block;
	display: inline-block;
	font-size: 12px;
	margin-top: 10px;
	padding: 5px 5px 10px 30px
}
.info { background: none; color: #0FCFFF; padding-left: 5px }
.imgLogo { margin-left: 10px }
.imgIzborJezika {
	display: block;
	margin: 40px 0 40px 118px
}
.imgJabuka {
	position: absolute;
	top: 80px/*111px*/;
	left: 450px;
	z-index: -1
}
.pnlIzborJezika {
	background: url("IzborJezika/bg.gif") no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 118px;
	width: 280px
}
.rblIzborJezika { margin: 10px 10px 15px }
.chkRememberMe { margin-left: 13px }

.pnlCustomErrors {
	background: url("CustomErrors/bg.gif") repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 460px
}
.pnlError {
	padding: 15px 25px;
}
.pnlError img { float: left }
.pnlError p { margin-top: 0; height: 50px }
.pnlError .btn {
	background: url("CustomErrors/btn-bg.gif") repeat-x bottom;
	border: solid 2px #9BCDD4;
	display: inline;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 6px 4px 6px
}
.pnlError .btn:link, .pnlError .btn:visited {
	color: #666;
	text-decoration: none
}
.pnlError .btn:hover {
	color: #FFF;
	background: #A6D1D6;
	background-image: none;
	border-color: #FFF
}

.content { margin-top: 50px }

.tblKontakti { border-top: solid 1px #DDD }
.tblKontakti tr { vertical-align: top }
.tblKontakti th { border-bottom: solid 1px #DDD; color: #999; font-size: 11px; padding-top: 12px }
.tblKontakti td { padding: 5px !important }
.tblKontakti a:link {
	color: #00B0DD;
	text-decoration: underline
}
.tblKontakti a:visited {
	color: #0085A6;
	text-decoration: underline
}
.tblKontakti a:hover {
	color: #0FCFFF;
	text-decoration: none
}

#pnlPristupInfo {
	background: url("PristupInfo/bg.gif") repeat-x bottom;
	border-bottom: solid 3px #FF0;
	font-size: 12px;
	margin-bottom: 20px;
	padding: 17px 0 17px /*10px*/0
}
#pnlPristupInfo img { display: block }
.PristupInfo {
	/*border-top: solid 1px #DDD;*/
	font-size: 12px;
	font-weight: bold;
	line-height: 13px
}
.PristupInfo p { margin: 0 }
.PristupInfo a {
	display: block;
	border-bottom: solid 1px #DDD;
	padding: 4px 3px 3px 3px;
}
.PristupInfo a:link, .PristupInfo a:visited {
	background: #FFF;
	color: #666;
	text-decoration: none
}
.PristupInfo a:hover {
	background: #EEE;
	color: #333;
	text-decoration: none
}

.pnlHtmlText .tblMapa td { border-bottom: 0; padding: 0 }
.pnlHtmlText .tblMapa tr:hover { background: none !important }
.imgMapa {
	border-left: solid 1px #DDD;
	padding: 0 0 30px 20px
}