/*
    == PALETA BOJA ==

    #FFFFFF     -   fade1   (najsvjetlija)
    #F2F2F2     -   fade2
    #E6E6E6     -   fade3
    #A9B7BA     -   fade4
    #969A9D     -   fade5
    #646C6E     -   fade6   (najtamnija, nije crna)
    
    #646C6E     -   važniji naslov
    #969A9D     -   podnaslov
    #BAB2A9     -   manja obavijest (npr. "autor teksta")
    #6E6764     -   važnija obavijest

    #E09848     -   upozorenje/bitno svjetlija varijanta (može background)
    #B94B16     -   upozorenje/bitno tamnija varijanta

    Tablica:
    
    Brojevi 1,2 se odnose na stupce - prvi stupac ima 1, drugi 2, treći 1 itd.
    Oznake even i odd se odnose na retke
    
    #7F3C00     -   th1
    #AF5200     -   th2
    #efefef     -   td1_even
    #FFEFD5     -   td2_even
    #FFFFFF     -   td1_odd
    #FAFFEF     -   td2_odd

    (ove boje za tablice su implementirane u istoimenim klasama)
    
    $Id: style.css,v 1.8 2008-12-08 12:33:39 ivoras Exp $
*/
body {
	background: #FFF;
	margin: 0px 2px 2px 2px;
}

body.main {
    background-position: center;
    margin-left: 30px;
    margin-top: 0px;
    margin-right: 30px;
    margin-bottom: 10px;
}


body.main_popup {
	background: #FFF;
	margin: 2px;
}

body,input,select,textarea,li,div,span,td,table,p {
    color: #191919;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;/* textsize */
}

body.main, body.main input, body.main select, body.main textarea, 
body.main li, body.main div, body.main td, body.main table, body.main p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;/* textsize */
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
}

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
}

h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

pre {
	font-size: 12px;/* textsize */
}

p {
    margin: 5px 0px 5px 0px;
	padding: 0;
	font-size: 12px;/* textsize */
}

a, a span {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #BF5A00;
}

a:hover, a:hover span {
    text-decoration: underline;
    color: #af3a3e;
}

a img {
    border: 0px;
}

a:hover img {
    border: 0px;
}

th, th b, th strong, th span, th div {
    color: #FFFFFF;
    background-color: #7F3C00;
}

th {
    padding: 3px;
}

th a {
	color: #FFFF66;
}

th a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.clear {
    margin: 0;
    padding: 0;
}

.normal_text_color {
    color: #000000;
}

.normal_text_color:hover {
    color: #000000;
    text-decoration: underline;
}

.granicnik {
	width: 840px; 
	height:2px; 
	font-size:1px; 
}

.granicnik2 {
	width: 100%; 
	height: 1px; 
	font-size:1px;
}

.main_spacer {
	background-image: url(mainspacer.gif);
	background-repeat: repeat-x;
}

.top_background {
	background-image: url(tbg_center.png);
	background-repeat: repeat-x;
}

.bottom_background {
	background-image: url(bbg_center.png);
	background-repeat: repeat-x;
}

.header {
	background-color: #B2BCBE;
	background-image: url(topboxbg.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

.header_logo {
    background-image: url(header_logo.jpg);
    background-repeat: none;
    background-position: left;
    background-color: #8c9aa5;
	height: 144px;
    padding-top: 15px;
    vertical-align: top;
}

.header_right_background {
	background-image: url(searchboxbg.jpg);
	background-repeat: repeat-y;
	background-color: #838788;
}

.header_right2_background {
	background-image: url(nastavaboxbg.jpg);
	background-repeat: repeat-y;
	background-color: #6E7879;
}

.footer {
	background-color: #893401;
	background-image: url(header_d.gif);
	background-repeat: repeat-x;
}

.footer td{
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


.left_border {
	background : url(lbg.png) repeat-y top left;
}


.loginbox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;/* textsize */
    color: #ebebeb;
    padding-right: 10px;
}
.searchbox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;/* textsize */
    color: #ebebeb;
    padding-right: 10px;
}
.searchboxNaslov {
    font-family: Impact, "Arial Black", Arial;
    font-size: 20px;
    color: #ebebeb;
    padding-right: 10px;
    letter-spacing: 1px;
    padding-top: 4px;
    padding-bottom: 6px;
}
.searchboxNapredno {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;/* textsize */
    color: #ebebeb;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-right: 30px;
}
.searchboxLink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;/* textsize */
    color: #EEEEEE;
}
.listbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;/* textsize */
    color: #333333;
    margin: 0px;
    padding: 0px;
    height: 15px;
    border: 1px solid #EBEBEB;
    background-color: #eeeeee;
    width: 130px;
}
.nastavaboxNaslov {
    font-family: Impact, "Arial Black", Arial;
    font-size: 20px;
    color: #ebebeb;
    padding-right: 10px;
    letter-spacing: 1px;
    padding-top: 4px;
    padding-bottom: 6px;
}
.nastavabox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;/* textsize */
    color: #ebebeb;
    padding-right: 10px;
}
.lokacijabox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;/* textsize */
    color: #ebebeb;
    padding-left: 15px;
}
.lokacijaboxLink a{

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;/* textsize */
    color: #5F5F5F;
}


.navigation{
    background-color: #FFF3CF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 22px;
    color: #000000;
    margin-left: 4px;
}

.navigation .item   {
    background-color: #FFF3CF;
    padding-left: 10px;
    text-align: left;
}
.navigation .path   {
    background-color: #D1DFB7;
    font-weight: bold;
    margin-left: 10px;
}
.navigation .opened {
    background-color: #D1DFB7; /*#F2F2F2*/
    font-weight: bold;
    margin-left: 10px;
}

.posjetibox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;/* textsize */
    color: #B0B0B0;
    padding-top: 30px;
}

.bottombox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;/* textsize */
    color: #F2F2F2;
}

.bottombox:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;/* textsize */
    color: white;
    text-decoration: underline;
}

/* lijeva strana */

.leftboxSlika {
	/*vertical-align: middle;
	display: table-cell;*/
	float: left;
}

.leftboxNaslov {
	/*display: table-cell;
	vertical-align: top;*/
	float: left;
    font-family: Impact, "Arial Black", Arial;
    font-size: 16px;
    color: #90979e;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.leftboxButton {
    padding-left: 10px;
}
.leftbox {
    color: #666666;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.mainbox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*line-height: 15px;*/
    padding-top: 6px;
    padding-right: 8px;
    padding-bottom: 12px;
    padding-left: 8px;
    color: #333333;
}
.mainboxObjavljeno {
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    padding-bottom: 6px;
    padding-left: 22px;
}
.mainboxVise {
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    padding-right: 20px;
    text-align: right;
    padding-bottom: 6px;
}
.mainboxViseLink {
    color: #4E73AF;
}
.mainboxslika {
    border: 1px solid #666666;
    margin-right: 15px;
    margin-bottom: 10px;
}
.mainboxNaslov {
    font-family: Impact, "Arial Black", Arial;
    font-size: 16px;
    color: #90979e;
    letter-spacing: 1px;
}

.cms_admin_item_changed {
    background-color: #A9B7BA !important;
    width: 50%;
}

.cms_form_name {
    font-weight: bold;
    vertical-align: top;
    color: #565662;
}

.cms_deleted_row {
    font-style: italic;
    color: #888;
}

.cms_info_about_authortime {
    font-size: 0.9em;
    font-style: italic;
}

.cms_info_noitems {
    font-size: 0.8em;
    font-style: italic;
    text-align: center;
}

.cms_info_description {
    font-size: 1em;
}


.cms_popup_message {
    padding: 5px;
}

.cms_graph_title {
    font-size: 1.1em;
    font-weight: bold;
}

.cms_graph_image {
    text-align: center;
}

.cms_graph_legend_color {
    width: 10px;
    height: 10px;
    border: 1px solid black;
}

.cms_graph_legend_text {

}

.cms_graph_legend {
    border: 1px solid black;
    padding: 4px;
}

.cms_graph_notlink, .cms_graph_notlink:hover, .cms_graph_notlink:visited, .cms_graph_notlink:active {
    cursor: default;
    text-decoration: none;
    color: #333;
}

.cms_table_row_highlight_1 td, .cms_table_row_highlight_0 td {
    color:  #B94B16;
}

.cms_table_row_highlight_0 td {
    border-bottom: 1px solid #B94B16;
    border-top: 1px solid   #B94B16;
    background-color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
}

.cms_table_row_highlight_0 td td{
    border-bottom: 0px;
    border-top: 0px;
    background-color: #FFFFFF;
}



.cms_table_row_highlight_1 td {
    border-bottom: 1px solid #B94B16;
    border-top: 1px solid   #B94B16;
    background-color: #FFEFD5;
    padding-left: 5px;
    padding-right: 5px;
}

.cms_table_row_highlight_1 td td {
    border-bottom: 0px;
    border-top: 0px;
    background-color: #FFEFD5;
}

.cms_table_row_0 {
    background-color: #FFFFFF;
}

.cms_table_row_1 {
    background-color: #FFEFD5;
}

.cms_table_row_0 td {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding-left: 5px;
    padding-right: 5px;
}

.cms_table_row_0 td td {
    border-bottom: 0px;
    border-top: 0px;
}

.cms_table_row_1 td {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding-left: 5px;
    padding-right: 5px;
}

.cms_table_row_1 td td {
    border-bottom: 0px;
    border-top: 0px;
}

.cms_table_td_highlight {
    background-color: #EFC7A4;
}

.cms_table_td_highlight_border {
    background-color: #EFC7A4;
    border: 1px solid #B94B16;
}

.cms_table_td {

}

.cms_table_td_border {
    padding: 2px;
}

.cms_small_print {
    font-size: small;
    color: gray;
}


.errorbox {
    border: solid 2px red;
    background: #fffeca;
    text-align: center;
    color: black;
    font-family: Verdana, sans;
    overflow: auto;
}

.errorbox pre {
    font-family: Courier, Courier new, mono;
    font-size: 9px;
    text-align: left;
    
/*    white-space: pre-wrap;  */     /* css-3 should we be so lucky... */
/*    white-space: -moz-pre-wrap;*/  /* Mozilla, since 1999 */
    word-wrap: break-word;   /* Internet Explorer 5.5+ */
}



/******** start navigation *******/

.nav_admin_public_page {
	border-right: 2px solid green;
}

.nav_admin_private_page {
	border-right: 2px solid red;
}

.nav_admin_public_page_np {
	border-right: 2px dotted green;
}

.nav_admin_private_page_np {
	border-right: 2px dotted red;
}

/* main level */
ul.navigation {
    list-style-type: none;
    background-color: #FFF3CF;
    padding: 0;
    margin: 0;
    min-height: 5px;
    font-size: x-small;
    font-family: verdana, arial, sans-serif;
}

/* first level */
ul.navigation ul {
    list-style-type: none;
    padding: 0;
    margin-left: 10px;
    min-height: 5px;
    font-size: x-small;
    font-family: verdana, arial, sans-serif;
}

/* first level elements */
ul.navigation li {
    margin-bottom: 2px;
    margin-left: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px dashed #a9aaa7;
    background-color: #FFF3CF;
}

/* first level link element */
ul.navigation li a.navigation_link {
    text-decoration: none;
    color: #5F5F5F;
    display: block;
    line-height: 12px;
    padding: 5px 0 5px 0;
}

* html ul.navigation li a.navigation_link {
	padding: 0;
}

ul.navigation li a.navigation_link:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #DF8637;
}

/* second level elements */
ul.navigation li ul li{
    padding-top: 1px;
    padding-bottom: 1px;
}

/* third and more level elements */
ul.navigation li ul li ul li{
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 10px;
}

ul.navigation li.file {

}

/* second level link elements hover */
ul.navigation ul li.file a.navigation_link:hover {
    background-color: #DF8637;
    /*background-image: url(nav_hover.png);
    background-repeat: repeat-x;*/
    color: #FFFFFF;
}

/* third and more level link elements hover */
ul.navigation ul ul li.file a.navigation_link:hover {
    background-color: #DF8637;
    color: #FFFFFF;
    /*background-image: url(nav_hover.png);
    background-repeat: repeat-x;*/
}

/* expandable element (directory) first level */
ul.navigation li.dir {
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #FFF3CF;
}

/* expandable element (directory) first level link */
ul.navigation li.dir a.navigation_link:hover {
    background-color: #DF8637; /*#BBB;*/
    color: #FFFFFF;
    /*background-image: url(nav_hover.png);
    background-repeat: repeat-x;*/
}

ul.navigation li.file div a {
	padding-left: 15px;
}

ul.navigation li.dir div a {
	padding-left: 16px;
}

ul.navigation li div.treeview {
	/*background-image: url(nav_closed.png);
    background-repeat: repeat-x;*/
}


/* opened navigation style */
ul.navigation li div.treeview_opened {
    background-color: #EFC7A4; /* #E4CCB1 */    
    color: #FFF;
    /*background-image: url(nav_opened.png);
    background-repeat: repeat-x;*/
}

/* opened navigation link hover style */
ul.navigation li div.treeview_opened a.navigation_link:hover {
    background-color: #DF8637;
    color: #FFFFFF;
    /*background-image: url(nav_hover.png);
    background-repeat: repeat-x;*/
}

ul.navigation li span.navigation_no_link {
	float: left;
    font-size: 1px;
    width: 14px;
}

ul.navigation ul li span.navigation_no_link {
	float: left;
	display: none;
    font-size: 1px;
    width: auto;
}

/* level 1 images (open, close) */

ul.navigation li a.navigation_expand_link_open {
    float: left;
    font-size: 1px;
    background: url(mmraz1.gif) no-repeat 0;
    text-decoration: none;
    padding: 0 5px 0 9px;
    margin: 0;
    color: #000;
    cursor: pointer;
}

ul.navigation li a.navigation_expand_link_close {
    float: left;
    font-size: 1px;
    background: url(mmraz1otv.gif) no-repeat 0;
    text-decoration: none;
    padding: 0 5px 0 9px;
    margin: 0;
    color: #000;
    cursor: pointer;
}

/* level 2 images (open, close) */

ul.navigation li ul li a.navigation_expand_link_open {
	float: left;
    font-size: 1px;
    background: url(mmraz2.gif) no-repeat 0;
    text-decoration: none;
    padding: 0 5px 0 9px;
    margin: 0;
    color: #000;
    cursor: pointer;
}

ul.navigation li ul li a.navigation_expand_link_close {
	float: left;
    font-size: 1px;
    background: url(mmraz2otv.gif) no-repeat 0;
    text-decoration: none;
    padding: 0 5px 0 9px;
    margin: 0;
    color: #000;
    cursor: pointer;
}

/* END NAVIGATION */


/* START TABLE */
.th1 {
    background: #7F3C00;
}

.th2 {
    background: #AF5200;
}

.td1_even {
    background: #efefef;
}

.td2_even {
    background: #FFEFD5;
}

.td1_odd {
    background: #FFFFFF;
}

.td2_odd {
    background: #FAFFEF;
}
/* END TABLE */


/* start smarty v1 plugins */
.v1msgbody {
    padding: 5px;
}

.v1msgtitle_notice {
    color: #FFF;
    background: url(v1msg_notice.gif) no-repeat 5px 50%;
    background-color: #369;
    font-family: Verdana, Arial,sans-serif;
    font-size: 100%;
    text-align: left;
    padding: 5px 5px 5px 25px;
}

.v1msgbody_notice {
    border: 1px solid #369;
    color: #000;
    background-color: #FFF;
    font-family: Verdana, Arial,sans-serif;
    font-size: 120%;
    margin: 0 0 5px 0;
    text-align: left;
}

.v1msgtitle_alert {
    color: #FFF;
    background: url(v1msg_alert.gif) no-repeat 5px 50%;
    background-color: #FF9933;
    font-family: Verdana, Arial,sans-serif;
    font-size: 100%;
    text-align: left;
    padding: 5px 5px 5px 25px;
}

.v1msgbody_alert {
    border: 1px solid #FF9933;
    color: #000;
    background-color: #FFF;
    font-family: Verdana, Arial,sans-serif;
    font-size: 120%;
    text-align: left;
    margin: 0 0 5px 0;
}

.v1msgtitle_error {
    color: #FFF;
    background: url(v1msg_error.gif) no-repeat 5px 50%;
    background-color: #C00;
    font-family: Verdana, Arial,sans-serif;
    font-size: 100%;
    text-align: left;
    padding: 5px 5px 5px 25px;
}

.v1msgbody_error {
    border: 1px solid #C00;
    color: #000;
    background-color: #FFF;
    font-family: Verdana, Arial,sans-serif;
    font-size: 120%;
    margin: 0 0 5px 0;
    text-align: left;
}

.v1tabsHeader {
    overflow: hidden;
    width: 100%;
}

.v1tab {
    clear: both;
    border: 1px solid #FFF3CF;
    border-top: none;
    padding: 5px;
    margin-bottom: 5px;
}

.v1tabs {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 0 0 10px;
    list-style: none;
    background: url(v1tabs_nav_bg2.gif) repeat-x bottom left; /* #FFCB2D */
}

.v1tabs li {
    float: left;
    margin: 0;
    padding: 0;
    font-family: Verdana,Arial, sans-serif;
    /*font-size: x-small;*/
	font-size: 12px;/* textsize */
}

.v1tabs a {
    float: left;
    display: block;
    margin: 0 1px 0 0;
    padding: 4px 8px;
    color: #333;
    text-decoration: none;
    border: 1px solid #FFF3CF; /* #9B8748 */
    border-top: 2px solid #FFF3CF;
    border-bottom: none;
    background: #EEE; /* #F9E9A9 */
	font-size: 12px;/* textsize */
}

.v1tabs a:hover,a.selected {
    color: #333;
    padding-bottom: 5px;
    border-color: #AAA; /* #727377 */
    border-top: 2px solid #369;
    background: #fff;
}

/* za potrebe v1actionpost2 plugina */

.ap2_button {
    text-decoration: none;
    margin: 2px;
    padding: 2px 5px 2px 5px;
    color: #000;
    background-color: #EEE;
    border-left: 1px solid #FFF;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF3CF;
    border-bottom: 1px solid #FFF3CF;
}

.ap2_button:hover {
	text-decoration: none;
    padding: 2px 5px 2px 5px;
    border-left: 1px solid #FFF3CF;
    border-top: 1px solid #FFF3CF;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

/* za v1popupmenu i njemu pripadne pluginove */

div.popup_menuBar,
div.popup_menuBar a.popup_menuButton,
div.popup_menu,
div.popup_menu a.popup_menuItem {
    font-family: "MS Sans Serif", Arial, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    color: #000000;
}

div.popup_menuBar {
    background-color: #e0e0e0;
    border: 2px outset #e0e0e0;
    padding: 4px 2px 4px 2px;
    text-align: left;
}

div.popup_menuBar a.popup_menuButton {
    background-color: transparent;
    border: 1px solid #f0f0f0;
    color: #000000;
    cursor: default;
    left: 0px;
    margin: 1px;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    top: 0px;
    z-index: 300;
}

div.popup_menuBar a.popup_menuButton:hover {
    background-color: transparent;
    border: 1px outset #f0f0f0;
    color: #000000;
}

div.popup_menuBar a.popup_menuButtonActive,
div.popup_menuBar a.popup_menuButtonActive:hover {
    background-color: #E0E0E0;
    border: 1px inset #f0f0f0;
    color: #ffffff;
    left: 1px;
    top: 1px;
}

div.popup_menu {
    background-color: #f0f0f0;
    border: 2px outset #f0f0f0;
    left: 0px;
    padding: 0px 1px 1px 0px;
    position: absolute;
    top: 0px;
    visibility: hidden;
    z-index: 301;
}

div.popup_menu a.popup_menuItem {
    color: #000000;
    cursor: default;
    display: block;
    padding: 3px 1em;
    text-decoration: none;
    white-space: nowrap;
}

div.popup_menu a.popup_menuItem:hover, div.popup_menu a.popup_menuItemHighlight {
    background-color: #E0E0E0;
    color: #ffffff;
}

div.popup_menu a.popup_menuItem span.popup_menuItemText {
    padding-left: 5px;
}

.popup_menuItemImage { 
    margin-left: -5px;
    vertical-align: -50%;
    voice-family: "\"}\"";
    voice-family: inherit;
    vertical-align: -50%;
}
html>body .popup_menuItemImage {
    margin-left: -5px;
    vertical-align: middle;
}

div.popup_menu a.popup_menuItem span.popup_menuItemArrow {
    margin-right: -.75em;
}

div.popup_menu span.popup_menuItemSep {
    display: block;
    border: 1px inset #f0f0f0;
    margin: 4px 2px;
}

/* end smarty v1 plugins */

/* other */

.lijevistupac {
	width: 170px;
	font-size: 12px;/* textsize */
    /*overflow: auto;*/
}

.desnistupac {
    width: 201px;
}

div.srednjistupac, div.srednjistupac table, div.srednjistupac div, div.srednjistupac span, div.srednjistupac td, div.srednjistupac li {
	font-size: 12px;/* textsize */
}


/* Za popup prozor */
.popupStupac {
    background: #ffffff;
    width: 100%;
    height: 100%;
}

#popupMask {
    position: absolute;
    z-index: 200;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .4;
    filter: alpha(opacity=40);
    /* filter je radi hacka za IE */
    background-color:transparent !important;
    background-color: #333333;
    /* this hack is for opera support
     * you can uncomment the background-image if you don't care about opera.
     * this gives you the flexibility to use any bg color that you want, instead of the png
     */
    background-image/**/: url("maskBG.png") !important; /* For browsers Moz, Opera, etc. */
    background-image:none;
    background-repeat: repeat;
    display:none;
    text-align: center;
    color: #FFF;
}

#popupMask_msg {
	position: absolute;
	display:none;
    z-index: 210;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 100px;
	background-color: #AAA;
	border: 1px solid #FFF;
}

.popupTitle {
    color: #FFF;
    float: left;
    margin-left: 5px;
    margin-top: 4px;
}

.popupTitlebar {
    background-image: url(nav_opened.png);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 25px;
}

.popupCloseButton {
    margin-top: 4px;
    margin-right: 5px;
    float: right;
}

a.popupCloseLink {
	color: #FFF;
	font-family: Verdana,Arial,Sans-serif;
    font-size: 12px;/* textsize */
}

a.popupCloseLink:hover {
	color: #FFF;
	text-decoration: none;
}

.popupCloseButton a {
    color: #FFF;
    text-decoration: none;
}

#webDialog {
    z-index: 250;
    position: absolute;
    left: -300px;
    top: -300px;
    width: 0;
    height: 0;
    display: none;
    visibility: hidden;
}

#webDialogSrc {
    z-index: 260;
    width: 100%;
    height: 100%;
    border-left: 1px solid #FFF;
    border-top: 1px solid #EEE;
    border-right: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    margin: 0;
    padding: 0;
    display: none;
}

/* za v1autocomplete plugin */
.v1autocomplete_result {
	position: absolute;
	background-color: #FFF3CF;
	border-right: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
	padding: 1px;
}

.v1ac_srs {
	background-color: #cce6ff;
	color: #000000;
	padding: 0 2px 0 2px;
}

.v1ac_sr {
	background-color: #FFF;
	padding: 0 2px 0 2px;
}

/* za v1tooltip plugin */

#v1tooltip_div {
	position: absolute;
	width: 170px;
	z-index: 210;
	top: 0px;
	left: -1000px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #FFF3CF;
	border-left: 1px solid #FFF3CF;
	border-right: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
	background-color: #FFFFFF;
	visibility: hidden;
}

/* 	v1reorder - za drag and drop */

div.v1reorder {
	
}

div.v1reorder ul.sortable li {
	position: relative;
}

div.v1reorder ul.boxier {
	border: 1px solid #FFF;
	min-width: 100px;
	list-style-type: none;
	padding: 4px 4px 4px 0;
	margin: 0;
	min-height: 15px;
	font-size: 15px;
	font-family: verdana, arial, sans-serif;
}

div.v1reorder ul.layout {
	border: 1px solid #669933;
	min-width: 100px;
}

div.v1reorder ul.overlayout {
	border: 1px solid #CC6633;
	min-width: 100px;
}

* html div.v1reorder ul.boxier {
	width: 99%;
	height: 15px;
}


div.v1reorder ul.boxier li {
	cursor:move;
	margin-bottom: 4px;
	margin-left: 5px;
	width: 95%;
	padding: 2px 2px;
	border: 1px solid #AAA;
	background-color: #EEE;
}

div.v1reorder ul.boxier li.dir {
	cursor:move;
	margin-bottom: 4px;
	margin-left: 5px;
	width: 95%;
	padding: 2px 2px;
	border: 1px solid #369;
	background-color: #FFFFCC;
}

div.v1reorder ul.list_over {
	background-color: #EEE;	
}

div.v1reorder ul.list_out {
	background-color: #FFF;
}

div.v1reorder a {
	text-decoration: none;
}

div.v1reorder a:hover {
	text-decoration: none;
}

div.v1reorder span.expandtree_link_open {
	padding-left: 15px;
	background: url(v1reorder_right.gif) no-repeat 0 50%;
	text-align: center;
	width: 15px;
	height: 20px;
	color: #000;
	cursor: pointer;
}

div.v1reorder span.expandtree_link_close {
	padding-left: 15px;
	background: url(v1reorder_down.gif) no-repeat 0 50%;
	text-align: center;
	width: 15px;
	height: 20px;
	color: #000;
	cursor: pointer;
}

/*** News2 - Start ***/

/* main */
hr.news_separator {
	border-top: 1px dashed #A9B7BA;
	border-bottom: none;
	height: 0;
	margin: 0px 0 3px 0;
	padding: 0;
}

div.news_msg {
	padding-top: 2px;
	padding-bottom: 2px;
}

table.news_title {
	margin-bottom: 10px;
}

table.news_title td {
	vertical-align: top;
}

div.news_title {
	font-weight: bold;
	margin-bottom: 10px;
}

div.news_title_empty {
	font-style: italic;
}

div.news_lead {
	/*margin-bottom: 10px;*/
}

div.news_content {
	margin-top: 10px;
	/*margin-bottom: 10px;*/
}

td.news_date {
	white-space: nowrap;
}

div.news_date {
	color: #999;
	text-align: right;
}

div.news_author {
	text-align: right;
	color: #999;
	margin-bottom: 10px;
}

div.news_data {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 9px;
	text-align: right;
}

div.news_data a {
	font-size: 9px;
}

div.news_admin_links {
	text-align: left;
	padding: 3px;
}

div.news_admin_links_top {
	border-bottom: 1px dashed #A9B7BA;
	text-align: left;
	padding: 3px;
	margin-bottom: 6px;
}

div.news_lead_img_div {
	border: 1px solid #FFF3CF; 
	padding: 3px; 
}

div.news_lead_img_div img {
	border: 0;
}

/* fix za IE */
* html div.news_lead_img_div {
	padding: 3px 3px 2px 3px;
}

/* admin */
hr.news_block_separator {
	border-top: 1px dashed #A9B7BA;
	border-bottom: none;
	height: 0;
	margin: 10px 0 10px 0;
	padding: 0;
}

/* view */
div.news_view_title {
	font-weight: bold;
	margin-bottom: 10px;
}

div.news_view_title_empty {
	font-style: italic;
}

div.news_view_lead {
	padding: 0px 10px 0px 10px;
	width: 100%;
	text-align: left;
}

div.news_view_content {
	border-top: 1px dashed #A9B7BA;
	margin-top: 10px;
	padding-top: 10px;
}

div.news_view_data {
	margin-top: 20px;
	margin-bottom: 15px;
	position: relative;
}

span.news_view_data_date {
	width: 100%;
	display: table-cell;
	vertical-align: bottom;
}

div.news_view_data_date {
	text-align: left;
}

span.news_view_data_links {
	display: table-cell;
	vertical-align: bottom;
	white-space: nowrap;
}

div.news_view_data_links {
	text-align: right;
}

div.news_view_back {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

/*** News2 - End ***/


a.admin_link {
	color: red;
}

/* BEGIN simpletree */

/* main level */
ul.simpletree {
	list-style-type: none;
	background-color: #FFF3CF;
	padding: 0;
	margin: 0;
	min-height: 3px;
	font-size: x-small;
	font-family: verdana, arial, sans-serif;
}

/* first level */
ul.simpletree ul {
	list-style-type: none;
	padding: 0;
	margin-left: 5px;
	min-height: 3px;
	font-size: x-small;
	font-family: verdana, arial, sans-serif;
}

/* first level elements */
ul.simpletree li {
	border-top: 1px solid #FFF3CF;
	background-color: #FFF3CF;
	border-bottom: 1px dashed #a9aaa7;
}

/* first level link element */
ul.simpletree li a.simpletree_link {
	text-decoration: none;
	color: #000;
	display: block;
}

ul.simpletree li a.simpletree_link:hover {
	text-decoration: none;
	color: #000;
	background-color: #D6D6D6;
}

/* second level elements */
ul.simpletree li ul li {
	padding-left: 12px;
}

/* third and more level elements */
ul.simpletree li ul li ul li {
	padding-left: 12px;
	font-size: 10px;
}

ul.simpletree li.file {

}

/* second level link elements hover */
ul.simpletree ul li.file a.simpletree_link:hover {
	background-color: #D6D6D6;
}

/* third and more level link elements hover */
ul.simpletree ul ul li.file a.simpletree_link:hover {
	background-color: #D6D6D6;
}

/* expandable element (directory) first level */
ul.simpletree li.dir {
	padding-top: 1px;
	padding-bottom: 1px;
}

/* expandable element (directory) first level link */
ul.simpletree li.dir a.simpletree_link:hover {
	background-color: #D6D6D6;
}

ul.simpletree li div.treeview {

}

/* opened simpletree style */
ul.simpletree li div.treeview_opened {
	background-color: #E4CCB1;
}

/* opened simpletree link hover style */
ul.simpletree li div.treeview_opened a.simpletree_link:hover {
	background-color: #E2B27D;
}

ul.simpletree li span.simpletree_no_link {
	float: left;
    font-size: 1px;
    width: 10px;
}

ul.simpletree ul li span.simpletree_no_link {
	float: left;
    font-size: 1px;
    width: 10px;
}

/* level 1 images (open, close) */

ul.simpletree li a.simpletree_expand_link_open {
	float: left;
	font-size: 10px;
	text-decoration: none;
	padding: 0 2px 0 0;
	margin: 0;
	color: #000;
	cursor: pointer;
}

ul.simpletree li a.simpletree_expand_link_close {
	float: left;
	font-size: 10px;
	text-decoration: none;
	padding: 0 2px 0 0;
	margin: 0;
	color: #000;
	cursor: pointer;
}

/* level 2 images (open, close) */

ul.simpletree li ul li a.simpletree_expand_link_open {
	float: left;
	font-size: 12px;/* textsize */
	text-decoration: none;
	padding: 0 2px 0 0;
	margin: 0;
	color: #000;
	cursor: pointer;
}

ul.simpletree li ul li a.simpletree_expand_link_close {
	float: left;
	font-size: 12px;/* textsize */
	text-decoration: none;
	padding: 0 2px 0 0;
	margin: 0;
	color: #000;
	cursor: pointer;
}

/* END simpletree */

ul.simpletree a.simpletree_link {
	margin-bottom: 1px;
}


/* BEGIN v1seemore */
.seemore_topbox {
    
}


.seemore_content {
    border-top: solid 2px #b0bec1;
    border-bottom: solid 2px #b0bec1;
}
/* END v1seemore */


/* BEGIN HTML FORM styles */
button, input.button {
    background: #FFEFD5; /* #afbdc0;*/
    border-bottom: solid 1px #7f898b;
    border-right: solid 1px #7f898b;
    border-left: solid 1px #ceced0;
    border-top: solid 1px #ceced0;
    /*color: #FFF;*/
}


input.textbox {
    background: #ffffff;
    color: #333333;
    border: solid 1px #c3ced0;
    margin: 0px;
    padding: 0px;
    height: 15px;
    font-size: 12px;/* textsize */
}

textarea, select {
    background: #ffffff;
    border: solid 1px #c3ced0;
    margin: 0px;
    padding: 0px;
    font-size: 12px;/* textsize */
}

/* END HTML FORM styles */

/* start repository */

/* main level */
ul.repository {
	list-style-type: none;
	/*background-color: #FFF3CF;*/
	padding: 0;
	margin: 0;
	min-height: 3px;
	font-size: x-small;
	font-family: verdana, arial, sans-serif;
}

/* first level */
ul.repository ul {
	list-style-type: none;
	padding: 0;
	margin-left: 5px;
	min-height: 3px;
	font-size: x-small;
	font-family: verdana, arial, sans-serif;
}

/* first level elements */
ul.repository li {
    border-top: 1px solid #FFF3CF;
    padding-bottom: 2px;
    /*background-color: #FFF3CF;*/
}


/* first level link element */
ul.repository li a.repository_link {
	text-decoration: none;
	/*color: #000;*/
	display: block;
 
}

ul.repository li a.repository_link:hover {
	text-decoration: none;
	/*color: #000;*/
	/*background-color: #F2F2F2;*/
}

/* second level elements */
ul.repository li ul li {
	padding-left: 12px;
}

/* third and more level elements */
ul.repository li ul li ul li {
	padding-left: 12px;
	font-size: 12px;/* textsize */
	/*background-color: #FcFcFc;*/
}

ul.repository li.file {

}

/* second level link elements hover */
ul.repository ul li.file a.repository_link:hover {
	/*background-color: #F2F2F2;*/
}

/* third and more level link elements hover */
ul.repository ul ul li.file a.repository_link:hover {
	/*background-color: #F2F2F2;*/
}

/* expandable element (directory) first level */
ul.repository li.dir {
	padding-top: 1px;
	padding-bottom: 1px;
}

/* expandable element (directory) first level link */
ul.repository li.dir a.repository_link:hover {
	/*background-color: #F2F2F2; /*#BBB;*/
}

ul.repository li div.treeview {

}


ul.repository li span.repository_no_link {
    float: left;
    width: 10px;
    font-size: 1px;
}

ul.repository li ul li span.repository_no_link {
    float: left;
    width: auto;
    font-size: 1px;
}


/* level 1 images (open, close) */

ul.repository li a.repository_expand_link_open {
	float: left;
	font-size: 12px;/* textsize */
	text-decoration: none;
	background: url(/img/small_right.png) no-repeat 0;
	padding: 0 6px 0 0;
	margin: 0;
	/*color: #000;*/
	cursor: pointer;
}

ul.repository li a.repository_expand_link_close {
	float: left;
	font-size: 12px;/* textsize */
	text-decoration: none;
	background: url(/img/small_down.png) no-repeat 0;
	padding: 0 6px 0 0;
	margin: 0;
	/*color: #000;*/
	cursor: pointer;
}

/* level 2 images (open, close) */

ul.repository li ul li a.repository_expand_link_open {
	float: left;
	font-size: 12px;/* textsize */
	text-decoration: none;
	background: url(/img/small_right.png) no-repeat 0;
	padding: 0 6px 0 0;
	margin: 0;
	/*color: #000;*/
	cursor: pointer;
}

ul.repository li ul li a.repository_expand_link_close {
	float: left;
	font-size: 12px;/* textsize */
	text-decoration: none;
	background: url(/img/small_down.png) no-repeat 0;
	padding: 0 6px 0 0;
	margin: 0;
	/*color: #000;*/
	cursor: pointer;
}

ul.repository a.repository_link {
	margin-bottom: 1px;
}

/* END repository */

/* scroll info portlet */

.scrollinfo_title {
	background-color: #dce2e4;
	border-top: 1px dotted #69A; 
	padding-left: 5px; 
}

.scrollinfo_body {
	background-color: #C2CDCF;
	padding-left: 5px; 
	padding-bottom: 5px;
}

.scrollinfo_fader {
	z-index: 200;
	top: 0;
	left: 0;
	position: relative;
	width: 100%;
	height: 4px;
	font-size: 1px;
    background-image: url(searchboxbg.jpg);
	background-repeat: repeat-y;
	background-color: #838788;    
}

/* portlet content  */

.content .listed ul {
	list-style-type: none;
}

.content .listed li {
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 5px solid #FFF3CF;
	padding-left: 4px;
	margin-left: -30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content .varname {
	font-weight: bold;
}

.content .archiveback {
	text-align: center;
	margin-top: 20px;
}

.content .archive .title {
	font-weight: bold;
	font-size: medium;
}

/* v1calendar */

.calendar_saturday {
	background-color: #eee;
	border-right: #FFF3CF 1px solid; 
	border-bottom: #FFF3CF 1px solid; 
}

.calendar_sunday {
	background-color: #ddd;
	border-right: #FFF3CF 1px solid; 
	border-bottom: #FFF3CF 1px solid; 
}

.calendar_default {
	background-color: #fff;
	border-right: #FFF3CF 1px solid; 
	border-bottom: #FFF3CF 1px solid; 
	cursor: pointer;
	cursor: pointer;
}

.calendar_today {
	background-color: #CAEA48;
	border-right: #FFF3CF 1px solid; 
	border-bottom: #FFF3CF 1px solid; 
	cursor: pointer;
	font-weight: bold;
	cursor: pointer;
}

.calendar_selected {
	background-color: #7D98B6;
	border-right: #FFF3CF 1px solid; 
	border-bottom: #FFF3CF 1px solid; 
	color: #FFF;
	cursor: pointer;
}

.calendar_header_line, .calendar_header_line td{
	background-color: #FFF3CF;
	font-weight: bold;
	text-align: center;
}

.calendar_hr{
	border-top: 1px solid #7D98B6;
	border-bottom: 0px;
	width: 100%;
}

.calendar_events_date {
	color: #777;
	text-align: right;
}

.calendar_events div {
	font-size: 12px;/* textsize */
}

.calendar_events{
	background-color: #f7f7f7;
	border: #000 1px none;
}

.calendar_upis {
	background-color: #B77B8A;
	border-right: #FFF3CF 1px solid; 
	border-bottom: #FFF3CF 1px solid; 
	color: #FFF;
	cursor: pointer;
}

.calendar_fv {
	background-color: #BA76BC;
	border-right: #FFF3CF 1px solid; 
	border-bottom: #FFF3CF 1px solid; 
	color: #FFF;
	cursor: pointer;
}

.calendar_praznik_rh {
	background-color: #8273BF;
	border-right: #FFF3CF 1px solid; 
	border-bottom: #FFF3CF 1px solid; 
	color: #FFF;
	cursor: pointer;
}

.calendar_dan_fera {
	background-color: #7397BF;
	border-right: #FFF3CF 1px solid; 
	border-bottom: #FFF3CF 1px solid; 
	color: #FFF;
	cursor: pointer;
}

.calendar_privatno {
	background-color: #72B9C0;
	border-right: #FFF3CF 1px solid; 
	border-bottom: #FFF3CF 1px solid; 
	color: #FFF;
	cursor: pointer;
}

.calendar_nastava {
	background-color: #70C29F;
	border-right: #FFF3CF 1px solid; 
	border-bottom: #FFF3CF 1px solid; 
	color: #FFF;
	cursor: pointer;
}

.calendar_ispit_fer1, .calendar_ispit_fer2, .calendar_ispit {
	background-color: #75C171;
	border-right: #FFF3CF 1px solid; 
	border-bottom: #FFF3CF 1px solid; 
	color: #FFF;
	cursor: pointer;
}

.calendar_vjestine {
	background-color: #ADC171;
	border-right: #FFF3CF 1px solid; 
	border-bottom: #FFF3CF 1px solid; 
	color: #FFF;
	cursor: pointer;
}

.calendar_praznik_fer1, .calendar_praznik {
	background-color: #C0AD72;
	border-right: #FFF3CF 1px solid; 
	border-bottom: #FFF3CF 1px solid; 
	color: #FFF;
	cursor: pointer;
}

.calendar_medjuispit {
	background-color: #C08B72;
	border-right: #FFF3CF 1px solid; 
	border-bottom: #FFF3CF 1px solid; 
	color: #FFF;
	cursor: pointer;
}

.calendar_labispit {
	background-color: #C17171;
	border-right: #FFF3CF 1px solid; 
	border-bottom: #FFF3CF 1px solid; 
	color: #FFF;
	cursor: pointer;
}

.tdlijevistupac {
    background-color: #FFF3CF;
}

table.tdsrednjistupac tr td.mainbox {
    padding-left: 20px;
    padding-right: 20px;
}

.tddesnistupac {
    background-color: #FFF3CF;
}

table.mainheaderbox {
    /*margin-bottom: 8px;*/
}

.subheaderbox td { /* Sadrzi "breadcrumbs" linkove lijevo i random linkove desno */
    font-size: 12px;/* textsize */
    background-image: url(header_g.gif);
    background-repeat: repeat-x;
    background-position: top;
    border: 0px solid white;
    background-color: #4c4e49; /* #979b9e; */
    padding-top:1px;
    padding-bottom:1px;
    padding-left: 2px;
    padding-right: 2px;
}
.subheaderbox td td { /* Sadrzi "breadcrumbs" linkove lijevo i random linkove desno */
    border: 0px solid white;
    background-image: none;
    background-color: transparent; /* #979b9e; */
    font-size: 12px;/* textsize */
}

.subheaderbox a {
    font-size: 12px;/* textsize */
}

.submiddlebox td { 
    border-top: 1px solid white;
}
.submiddlebox td td {
    border: 0px solid white;
}



.gornjilinkovibox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;/* textsize */
    color: white;
    padding-left: 35px;
    padding-right: 11px;
}
.gornjilinkoviboxLink{
    color: white;
    font-size: 12px;/* textsize */
}


.gornjilinkoviboxLink:hover {
    color: white;
}

.lijevi_naslov{
    background-image: url(header_l.gif);
    background-repeat: repeat-y;
    background-position: left;
    background-color: #DA985E;
    height: 19px;
    width: 100%;
    color: white;
    vertical-align: middle;
    overflow: hidden;
}

.sredina_naslov{
    background-image: url(header_s.gif);
    background-repeat: repeat-y;
    background-position: left;
    background-color: #DA985E;
    height: 19px;
    width: 100%;
    color: white;
    vertical-align: middle;
    overflow: hidden;
    padding-left: 5px;
}

.desni_naslov{
    background-image: url(header_r.gif);
    background-repeat: repeat-y;
    background-position: left;
    background-color: #DA985E;
    height: 19px;
    width: 100%;
    color: white;
    vertical-align: middle;
    overflow: hidden;
}

.imagespacer{
	margin-left: 3px;
	margin-right: 4px;
	margin-top: 4px;
}


.footer_logo{
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
}


















/* start sitemap */

/* main level */
ul.sitemap {
	list-style-type: none;
	
	padding: 0;
	margin: 0;
	min-height: 3px;
	font-size: x-small;
	font-family: verdana, arial, sans-serif;
}

/* first level */
ul.sitemap ul {
	list-style-type: none;
	padding: 0;
	margin-left: 5px;
	min-height: 3px;
	font-size: x-small;
	font-family: verdana, arial, sans-serif;
}

/* first level elements */
ul.sitemap li {
	border-top: 1px solid #FFF3CF;
	padding-bottom: 2px;
  
}


/* first level link element */
ul.sitemap li a.sitemap_link {
	text-decoration: none;
	color: #000;
	display: block;
 
}

ul.sitemap li a.sitemap_link:hover {
	text-decoration: none;
	color: #000;
	
}

/* second level elements */
ul.sitemap li ul li {
	padding-left: 12px;
}

/* third and more level elements */
ul.sitemap li ul li ul li {
	padding-left: 12px;
	font-size: 12px;/* textsize */
	
}

ul.sitemap li.file {
    margin-left: 10px;
}

/* second level link elements hover */
ul.sitemap ul li.file a.sitemap_link:hover {
	
}

/* third and more level link elements hover */
ul.sitemap ul ul li.file a.sitemap_link:hover {
	
}

/* expandable element (directory) first level */
ul.sitemap li.dir {
	padding-top: 1px;
	padding-bottom: 1px;
}

/* expandable element (directory) first level link */
ul.sitemap li.dir a.sitemap_link:hover {
	 /*#BBB;*/
}

ul.sitemap li div.treeview {

}


ul.sitemap li span.sitemap_no_link {
    display: none;
    float: left;
    width: 10px;
    font-size: 1px;
}

ul.sitemap li ul li span.sitemap_no_link {
    display: none;
    float: left;
    width: auto;
    font-size: 1px;
}


/* level 1 images (open, close) */

ul.sitemap li a.sitemap_expand_link_open {
	float: left;
	font-size: 12px;/* textsize */
	text-decoration: none;
	padding: 0 2px 0 0;
	margin: 0;
	color: #000;
	cursor: pointer;
}

ul.sitemap li a.sitemap_expand_link_close {
	float: left;
	font-size: 12px;/* textsize */
	text-decoration: none;
	padding: 0 2px 0 0;
	margin: 0;
	color: #000;
	cursor: pointer;
}

/* level 2 images (open, close) */

ul.sitemap li ul li a.sitemap_expand_link_open {
	float: left;
	font-size: 12px;/* textsize */
	text-decoration: none;
	padding: 0 2px 0 0;
	margin: 0;
	color: #000;
	cursor: pointer;
}

ul.sitemap li ul li a.sitemap_expand_link_close {
	float: left;
	font-size: 12px;/* textsize */
	text-decoration: none;
	padding: 0 2px 0 0;
	margin: 0;
	color: #000;
	cursor: pointer;
}

ul.sitemap a.sitemap_link {
	margin-bottom: 1px;
}

.sredina_naslov_sitemap{
    background-image: url(header_s.gif);
    background-repeat: repeat-y;
    background-position: left;
    background-color: #e25345;
    height: 19px;
    color: white;
    vertical-align: middle;
    overflow: hidden;
}

span.sitemap_title{
    margin-top: 10px;
    padding-top: 10px;
    font-weight: bold;
    color: #c11;
    font-size: 20px;
}

/* SITE MAP - END */
