/*
    == PALETA BOJA ==

    #FFFFFF     -   fade1   (najsvjetlija)
    #ECECEC     -   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

    #909698     -   th1
    #6f797a     -   th2
    #efefef     -   td1_even
    #e5e9ea     -   td2_even
    #f9fafb     -   td1_odd
    #f3f5fa     -   td2_odd

    (ove boje za tablice su implementirane u istoimenim klasama)

    $Id: style.css,v 1.129 2008-12-08 12:33:39 ivoras Exp $
*/

/* q2 : COPY TO OTHER LAYOUTS */
li {
    word-wrap: break-word;
}

textarea,input{
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

/* END COPY */

body {
    background: #FFF;
    margin: 2px;
}

body.main {
    background: #6699CC;
    background-position: center;
    margin-left: 30px;
    /* q2 - removed:  margin-top: 10px; */
    margin-right: 30px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.body_content {

}

body.main_popup {
    background: #FFF;
    margin: 2px;
}

body,input,select,textarea,li,div,span,td,table {
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 11px;
    color: #333333;
}

body.main, body.main input, body.main select, body.main textarea, body.main li, body.main div, body.main span,body.main td, body.main table {
    font-size: 10px;
}

h1 {
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 16px;
    color: #333333;
}

h2 {
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 14px;
    color: #333333;
}

h3 {
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 12px;
    color: #333333;
}

pre {
    font-size: 11px;
}

p {
    margin: 5px 0px 5px 0px;
    padding: 0;
    font-size:13px;
}

a{
    text-decoration: none;
    font-family: georgia, sans-serif, verdana, arial;
    color: #5d7695;
}

a:hover {
    text-decoration: underline;
    color: #7d98b6;
}

a img {
    border: 0px;
}

a:hover img {
    border: 0px;
}

th, th b, th strong {
    color: #FFFFFF;
    background-color: #909698;
    padding: 3px;
}

th a {
    color: #FFFFFF;
}

th a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

th.level2, th.level2 b, th.level2 strong {
    color: #FFFFFF;
    background-color: #A4ADAF;
    padding: 3px;
}

th.level3, th.level3 b, th.level3 strong {
    color: #FFFFFF;
    background-color: #C2CDCF;
    padding: 3px;
}


.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;
}

.right_spacer {
    background-image: url(rightspacer.gif);
    background-repeat: repeat-x;
    height: 1px;
    line-height: 1px;
}

.right_background {
    background-image: url(rbg.png);
    background-repeat: repeat-y;
}

.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 {
    width: 307px;
    height: 57px;
}

.header_image {
    height:128px;
    width:940px;
}

.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: #B2BCBE;
    background-image: url(bottomboxbg.jpg);
    background-position: right;
    background-repeat: repeat-y;
}

.left_border {
    background : url(lbg.png) repeat-y top left;
}


.loginbox {
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 10px;
    color: #ebebeb;
    padding-right: 10px;
}
.searchbox {
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 10px;
    color: #ebebeb;
    padding-right: 10px;
}
.searchboxNaslov {
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 20px;
    color: #ebebeb;
    padding-right: 10px;
    letter-spacing: 1px;
    padding-top: 4px;
    padding-bottom: 6px;
}
.searchboxNapredno {
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 10px;
    color: #ebebeb;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-right: 30px;
}
.searchboxLink {
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 10px;
    color: #EEEEEE;
}
.listbox {
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 10px;
    color: #333333;
    margin: 0px;
    padding: 0px;
    height: 15px;
    border: 1px solid #EBEBEB;
    background-color: #eeeeee;
    width: 130px;
}
.nastavaboxNaslov {
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 20px;
    color: #ebebeb;
    padding-right: 10px;
    letter-spacing: 1px;
    padding-top: 4px;
    padding-bottom: 6px;
}
.nastavabox {
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 10px;
    color: #ebebeb;
    padding-right: 10px;
}
.lokacijabox {
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 10px;
    color: #ebebeb;
    padding-left: 15px;
}
.lokacijaboxLink a{

    font-family: georgia, sans-serif, verdana, arial;
    font-size: 10px;
    color: #EEEEEE;
}
.subheaderbox { /* Sadrzi "breadcrumbs" linkove lijevo i random linkove desno */
    background-color: #aeb1c0; /* #979b9e; */
    /*background-image: url(navbar.png);
    background-repeat: repeat-x;*/
}
.gornjilinkovibox {
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 10px;
    color: #ebebeb;
    padding-left: 35px;
    padding-right: 15px;
}
.gornjilinkoviboxLink {
    color: #000;
    /*color: #525859;
    font-weight: bold;*/
    margin-left: 5px;
    margin-right: 20px;
}
.gornjilinkoviboxLink:hover {
    color: #FFFFFF;
}

.navigation{
    background-color: #e6e6e6;
    font-family: georgia, sans-serif, verdana, arial;
    line-height: 22px;
    color: #333333;
    margin-left: 4px;
}

.navigation .item   {
    background-color: #e6e6e6;
    padding-left: 10px;
    text-align: left;
}
.navigation .path   {
    background-color: #e6e6e6;
    font-weight: bold;
    margin-left: 10px;
}
.navigation .opened {
    background-color: #e6e6e6; /*#ececec*/
    font-weight: bold;
    margin-left: 10px;
}

.posjetibox {
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 10px;
    color: #B0B0B0;
    padding-top: 30px;
}

.bottombox {
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 10px;
    color: #ECECEC;
}

.bottombox:hover {
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 10px;
    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: georgia, sans-serif, verdana, arial;
    font-size: 16px;
    color: #90979e;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.leftboxButton {
    padding-left: 10px;
}
.leftbox {
    font-family: georgia, sans-serif, verdana, arial;
    color: #666666;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 22px;
}
.mainbox {
    font-family: georgia, sans-serif, verdana, arial;
    /*line-height: 15px;*/
    padding-top: 12px;
    padding-right: 8px;
    padding-bottom: 6px;
    padding-left: 8px;
    color: #333333;
}
.mainboxObjavljeno {
    font-family: georgia, sans-serif, verdana, arial;
    color: #666666;
    padding-bottom: 6px;
    padding-left: 22px;
}
.mainboxVise {
    font-family: georgia, sans-serif, verdana, arial;
    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: georgia, sans-serif, verdana, 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: #F9FAFB;
    padding-left: 5px;
    padding-right: 5px;
}

.cms_table_row_highlight_0 td td{
    border-bottom: 0px;
    border-top: 0px;
    background-color: #F9FAFB;
}



.cms_table_row_highlight_1 td {
    border-bottom: 1px solid #B94B16;
    border-top: 1px solid   #B94B16;
    background-color: #E5E9EA;
    padding-left: 5px;
    padding-right: 5px;
}

.cms_table_row_highlight_1 td td {
    border-bottom: 0px;
    border-top: 0px;
    background-color: #E5E9EA;
}

.cms_table_row_0 {
    background-color: #F9FAFB;
}

.cms_table_row_1 {
    background-color: #E5E9EA;
}

.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: #E5E9EA;
}

.cms_table_td_highlight_border {
    background-color: #E5E9EA;
    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: georgia, sans-serif, verdana, arial;
    overflow: auto;
}

.errorbox pre {
    font-family: georgia, sans-serif, verdana, arial;
    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: #DDD;
    padding: 0;
    margin: 0;
    min-height: 5px;
    font-size: x-small;
    font-family: georgia, sans-serif, verdana, arial;
}

/* first level */
ul.navigation ul {
    list-style-type: none;
    padding: 0;
    margin-left: 10px;
    min-height: 5px;
    font-size: x-small;
    font-family: georgia, sans-serif, verdana, arial;
}

/* first level elements */
ul.navigation li {
    margin-bottom: 2px;
    margin-left: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #E6E6E6;
}

/* first level link element */
ul.navigation li a.navigation_link {
    text-decoration: none;
    color: #000;
    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: #000;
    background-color: #D6D6D6;
}

/* 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: #D6D6D6;
    /*background-image: url(nav_hover.png);
    background-repeat: repeat-x;*/
}

/* third and more level link elements hover */
ul.navigation ul ul li.file a.navigation_link:hover {
    background-color: #D6D6D6;
    /*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: #CCC;
}

/* expandable element (directory) first level link */
ul.navigation li.dir a.navigation_link:hover {
    background-color: #D6D6D6; /*#BBB;*/
    /*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: #7AB6E0; /* #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: #5E9AC4;*/
    /*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: #909698;
}

.th2 {
    background: #6f797a;
}

.td1_even {
    background: #efefef;
}

.td2_even {
    background: #e5e9ea;
}

.td1_odd {
    background: #f9fafb;
}

.td2_odd {
    background: #f3f5fa;
}
/* 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: georgia, sans-serif, verdana, arial;
    font-size: 100%;
    text-align: left;
    padding: 5px 5px 5px 25px;
}

.v1msgbody_notice {
    border: 1px solid #369;
    color: #000;
    background-color: #FFF;
    font-family: georgia, sans-serif, verdana, arial;
    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: georgia, sans-serif, verdana, arial;
    font-size: 100%;
    text-align: left;
    padding: 5px 5px 5px 25px;
}

.v1msgbody_alert {
    border: 1px solid #FF9933;
    color: #000;
    background-color: #FFF;
    font-family: georgia, sans-serif, verdana, arial;
    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: georgia, sans-serif, verdana, arial;
    font-size: 100%;
    text-align: left;
    padding: 5px 5px 5px 25px;
}

.v1msgbody_error {
    border: 1px solid #C00;
    color: #000;
    background-color: #FFF;
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 120%;
    margin: 0 0 5px 0;
    text-align: left;
}

.v1tabsHeader {
    overflow: hidden;
    width: 100%;
}

.v1tab {
    clear: both;
    border: 1px solid #ccc;
    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: georgia, sans-serif, verdana, arial;
    /* q2 - font-size: x-small;*/
    font-size: 11px;
}

.v1tabs a {
    float: left;
    display: block;
    margin: 5px 1px 0 0;
    /* q2 - removed: margin: 0 1px 0 0; */
    padding: 4px 8px;
    color: #333;
    text-decoration: none;
    border: 1px solid #CCC; /* #9B8748 */
    border-top: 2px solid #CCC;
    border-bottom: none;
    background: #EEE; /* #F9E9A9 */
    font-size: 11px;
}

.v1tabs a:hover,a.selected {
    color: #333;
    /* q2 - removed: 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 #CCC;
    border-bottom: 1px solid #CCC;
}

.ap2_button:hover {
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    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: georgia, sans-serif, verdana, arial;
    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: 157px;
    /*overflow: auto;*/
}

.desnistupac {
    width: 174px !important;  /* q2: added important */
    /*overflow: hidden;*/
}

/* u Firefoxu < 1.5 ne radi dobro (ako je ukljuceno overflow:auto) bez height:100% */
/* u svim ostalim browserima (te FireFox-u 1.5) da */
.srednjistupac {
    /*width: 503px;*/
    /*height: 100%
    overflow: auto;*/
    background: #ffffff;
}

div.srednjistupac, div.srednjistupac table, div.srednjistupac div, div.srednjistupac span, div.srednjistupac td, div.srednjistupac li {
    font-size: 11px;
}


/* 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: georgia, sans-serif, verdana, arial;
    font-size: 12px;
}

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: #ccc;
    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 #CCC;
    border-left: 1px solid #CCC;
    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: georgia, sans-serif, verdana, arial;
}

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;
}

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 #CCC;
    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: #DDD;
    padding: 0;
    margin: 0;
    min-height: 3px;
    font-size: x-small;
    font-family: georgia, sans-serif, verdana, arial;
}

/* first level */
ul.simpletree ul {
    list-style-type: none;
    padding: 0;
    margin-left: 5px;
    min-height: 3px;
    font-size: x-small;
    font-family: georgia, sans-serif, verdana, arial;
}

/* first level elements */
ul.simpletree li {
    border-top: 1px solid #DDD;
    background-color: #E6E6E6;
}

/* 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: 10px;
    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: 10px;
    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, input.submit {
    background: #E5E9EA; /* #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: 10px;
}

textarea, select {
    background: #ffffff;
    border: solid 1px #c3ced0;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
}

/* END HTML FORM styles */

/* start repository */

/* main level */

ul.repository {
    list-style-type: none;
    background-color: #eff;
    padding: 0;
    margin: 0;
    min-height: 3px;
    font-size: x-small;
    font-family: georgia, sans-serif, verdana, arial;
}

/* first level */
ul.repository ul {
    list-style-type: none;
    padding: 0;
    margin-left: 5px;
    min-height: 3px;
    font-size: x-small;
    font-family: georgia, sans-serif, verdana, arial;
}

/* first level elements */
ul.repository li {
    border-top: 1px solid #eff;
    background-color: #F6F6F6;
}

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

/* 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: 10px;
    background-color: #FcFcFc;
}

ul.repository li.file {

}

/* second level link elements hover */
ul.repository ul li.file a.repository_link:hover {
    background-color: #F6F6F6;
}

/* third and more level link elements hover */
ul.repository ul ul li.file a.repository_link:hover {
    background-color: #F6F6F6;
}

/* 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: #F6F6F6; /*#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: 10px;
    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: 10px;
    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: 10px;
    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: 10px;
    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 #ccc;
    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: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
}

.calendar_sunday {
    background-color: #ddd;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
}

.calendar_default {
    background-color: #fff;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    cursor: pointer;
    cursor: pointer;
}

.calendar_today {
    background-color: #CAEA48;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    cursor: pointer;
    font-weight: bold;
    cursor: pointer;
}

.calendar_selected {
    background-color: #7D98B6;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_header_line, .calendar_header_line td{
    background-color: #ccc;
    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: 10px;
}

.calendar_events{
    background-color: #f7f7f7;
    border: #000 1px none;
}

.calendar_upis {
    background-color: #B77B8A;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_fv {
    background-color: #BA76BC;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_praznik_rh {
    background-color: #8273BF;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_dan_fera {
    background-color: #7397BF;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_privatno {
    background-color: #72B9C0;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_nastava {
    background-color: #70C29F;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_ispit_fer1, .calendar_ispit_fer2, .calendar_ispit {
    background-color: #75C171;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_vjestine {
    background-color: #ADC171;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_praznik_fer1, .calendar_praznik {
    background-color: #C0AD72;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_medjuispit {
    background-color: #C08B72;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_labispit {
    background-color: #C17171;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

/* ********************************************************************** */

.ministats {
    text-align: center;
}

.ministats_visits, .ministats_time, .ministats_users {
    font-weight: bold;
}

/********* sitemap ***************/

.sitemap {
    list-style: none;
}
.sitemap_expand_link_close {
    float: left;
    margin-right: 10px;
}
.sitemap_expand_link_open {
    float: left;
    margin-right: 10px;
}
.sitemap_no_link {
    float: left;
}

/********* /sitemap **************/

/* RSS Client (start) */
div.rss_client_item {
    padding-bottom: 3px;
}
div.rss_client_title {
}
div.rss_client_date {
    font-style: italic;
}
div.rss_client_description {
}
div.rss_client_admin a {
    color: red;
}
/* RSS Client (end) */

.rss_sveuciliste div.rss_client_item {
/*  padding-bottom: 6px; */
}

.rss_sveuciliste div.rss_client_date {
    color: gray;
    text-align: left;
}

/**************** q2 : WIKI ***********************/
.wiki_admin_menu {
    padding: 10px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #aaa;
}
.wiki_admin_menu ul {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}
.wiki_admin_menu ul li {
    list-style: none;
    display: inline;
    margin-right: 8px;
}
.wiki_toc {
    padding: 8px;
    background-color: #fafafa;
    margin: 10px;
    float: right;
    border: 1px dashed #aaa;
}
.wiki_last_visited {
    margin-bottom: 10px;
    padding: 8px;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-top: none;
}
.wiki_last_visited ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.wiki_last_visited ul li {
    display: inline;
    margin-right: 10px;
}
.wiki_map {
    padding: 8px;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-top: none;
}
.wiki_map ul {
    list-style-type: none;
    padding-left: 20px;
    margin: 4px 0;
}
.wiki_url_current {
    font-weight: bold;
}
.wiki_diff {
    padding: 10px;
}
.wiki_diff ins {
    background-color: #A0FF9F !important;
    text-decoration: none;
    display: block;
}
.wiki_diff del {
    background-color: #FFBFBF !important;
    text-decoration: none;
    display: block;
}
.wiki_map_icon {
    background: url(icons/sitemap.gif) no-repeat;
    padding-left: 22px;
}
.wiki_eye_icon {
    background: url(icons/eye.gif) no-repeat;
    padding-left: 22px;
}
/**************** /WIKI **********************/




/* q2 : COPY TO OTHER LAYOUTS */

/* LIGHTBOX CSS */

#lightbox_overlay{
    display:none;
    height:100%;
    width:100%;
    z-index: 100;
    position: fixed;
    background-color: black;
    left: 0px;
    top: 0px;
}

#lightbox_block{
    z-index: 110;
    background:#666362;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#lightbox_head{
    padding: 10px;
    height:15px;
}

#lightbox_title{
    margin: 1px 0 0 10px;
    display:inline-block;
    font-size: 14px;
    font-weight:bold;
    color:#FFF;
}

#lightbox_head a{
    float:right;
    padding:5px 8px;
    color:#FFF;
}

#lightbox_logo{
    float:left;
    display:inline-block;
}
/* END LIGHTBOX CSS */


/* REPOSITORY CSS */

.repository *{
    clear:none;
    font-size:12px;
}

.repository ul{
    list-style-type:none;
    padding:0;
    margin:0;
}

.repository ul li ul {
    margin-left:10px;
}

.repository ul li{
    margin-left:0px;
}

.repository .entry{
    padding:1px;

    clear:both;
}

.repository .image{
    margin:0;
    padding:0;
    float:left;
}

.repository .link {
    padding:3px 4px 4px 20px;
}

.repository .open{
    background: url(icon_h4_open.png) 0 3px no-repeat;
}

.repository .closed{
    background: url(icon_h4_close.png) 0 3px no-repeat;
}

.repository .arrow{
    display:none;
}
/* END REPOSITORY CSS */


/* start navigation */

.navigation{
    list-style-type:none;
    margin:0 0 10px 0;
    padding:0;
}
.public_page {
    border-right: 2px solid green;
}

.private_page {
    border-right: 2px solid red;
}

.public_page.not_present_page {
    border-right: 2px dotted green !important;
}

.private_page.not_present_page {
    border-right: 2px dotted red !important;
}

.navigation ul {
    list-style-type: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    min-height: 5px;
    font-size: x-small;
    font-family: georgia, sans-serif, verdana, arial;
    color: #003399;
    /*font-weight: bold;*/
}

.navigation li div{
    background: url(nav_bg2.png) top left no-repeat transparent;
}

.navigation li div .showstate {
    background-image: none;
}

.navigation ul li .head{

}
.navigation li ul div{
    background:none;
}

.navigation li div.hoverFix,.navigation div.highlight{
    /*background: url(nav_bg.png) top left no-repeat transparent;*/
}
.navigation li > ul li {
    background: transparent;
    background-image:none;

}

.navigation .highlight a, .navigation .highlight a{
    color: #003399;
}

.navigation li a {
    display:inline-block;
}

.navigation li .arrow {
    position:absolute;
    padding: 2px 2px 2px 13px !important;
    cursor:pointer;
}

.navigation li div.closed .arrow, .navigation li div.hoverFix.closed .arrow {
    background: url(mmraz2.gif) no-repeat 68% 73% !important;
}

.navigation li div.open .arrow, .navigation li div.hoverFix.open .arrow {
    background: url(mmraz2otv.gif) no-repeat 68% 73% !important;
}

.navigation li div a,.navigation li a {
    text-decoration: none;
    color:gray;
    font-size:10px;
    text-transform:uppercase;
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    line-height: 10px;
    padding: 0px 5px 0px 18px;
    margin: 0;
    height:34px;
}

.navigation a:hover{
    text-decoration: none;
    color: #003399;
}

/* second level elements */
.navigation li ul li{
    margin-left: 10px;
}
/* END NAVIGATION */

/* SEARCH BAR */

#search_bar .search_input{
    height:18px;
    width:65%;
}

#search_bar .button{
    height:18px;
    float:right;
    margin-right:5px;
    width:30%;
}

/* END SEARCH BAR */

/* ADMIN TRAKA */
#admin_strip_layout {
    margin: 0px auto 5px auto;
    display:block;
    font-weight:bold;
}

#admin_strip{
    display: block;
    font-family: georgia, sans-serif, verdana, arial;
    background: #4b4b4b;
    height: 25px;
    padding: 3px 3px 1px 3px;
}

.admin_strip_left{
    display:inline-block;
    float:left;
}

.admin_strip_right{
    display:inline-block;
    float:right;
}
#admin_strip div div, #admin_strip div a {
    display:inline-block;
    background: #666666;
    text-align: center;
    padding: 4px 7px;
}

#admin_strip a{
    font-size:10px;
    text-decoration: none;
    text-align: center;
    color: #bbb;
}

#admin_strip a:hover {
    color: #f9f9f9;
}
/* END ADMIN TRAKA */

/* KOMENTARI */
.comments {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 40px;
}

.tags {
    margin-bottom: 10px;
}

.comments .comment{
    padding: 5px 0 5px 0;
    margin-bottom:5px;
    width:100%;
    border-bottom: 1px solid #ddd;
}

.comments .comments_input{
}

.comments textarea{
    width: 100%;
    height: 100px;
    padding: 5px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 13px;
}

.comments form textarea:hover{
    -moz-box-shadow: 1px 1px 3px #ccc;
}

.comments form textarea:focus{
    border: 1px solid #aaa;
    -moz-box-shadow: 1px 1px 3px #ccc;
}

.comments .change_link{
    display:inline-block;
}

.comments_header,.tags_header{
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.comments .author{
    margin-right:4px;
    float:left;
    font-weight:bold;
}

.comments .time{
    float:left;
}

.comments .social{
    width:100px;
    float:right;
}

.comments .like_cnt{
    display:block;
    float:right;
    line-height:18px;
    margin-right:2px;
    padding: 2px 8px;
    background:#fff;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.comments .thumbsup{
    background:url('icons/icon_thumb_up.png') no-repeat 0px -18px;
    width:18px;
    height:18px;
    display: block;
}

.comments .like{
    display:inline-block;
    padding: 2px 4px;
    background:#fff;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.comments .greener .thumbsup{
    background:url('icons/icon_thumb_up.png') no-repeat;
}

/* ie has now hover on clases noooooooooooooooooooooooooo*/
.comments .like:hover,.comments .like_cnt:hover{
    -moz-box-shadow: 0px 0px 4px #999;
    -webkit-box-shadow: 0px 0px 4px #999;
    box-shadow: 0px 0px 4px #999;
}

/* hackfixes */
.comments .like:hover .thumbsup{
    text-decoration:none;
    background:url('icons/icon_thumb_up.png') no-repeat;
}

/* hackfixes */
.comments .thumbsup:hover{
    text-decoration:none;
    background:url('icons/icon_thumb_up.png') no-repeat;
}

.comments .comment_text{
    padding: 10px 0;
    display:block;
    clear:both;
}

.comments .delete_link,.comments .edit_link{
    margin: 10px 0;
    display:inline-block;
}

.assigned_tag{
    font-size: 12px;
    border: 1px solid #ddd;
    margin: 2px 2px 2px 0;
    padding: 4px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.assigned_tag:hover{
    border: 1px solid #3494B0;
    background: #3494B0;
    color: #fff;
    text-decoration: none;
}
/* KOMENTARI END*/

#window_div{
    width: 1000px;
}

/* SEARCH CSS*/
#search input[type=text]{
    width:90%;
    height:30px;
}

#search input[type=submit]{
    width:10%;
    height:30px;
    float:right;
}

#search{
    line-height:19px;
}

.search_result{
    margin: 7px 0;
}

.search_result_title{
    font-size:13px !important;
    display:inline-block;
    margin:4px 0 2px 0;
}

.search_result_title a{
    color: #4AA02C;
}

.search_result_headline a{
    line-height:16px;
    margin-bottom: 2px;
}

.search_result_subline{
    font-size:10px;
    font-style:italic;

}

.search_result .result_accu{
    float: right;
    font-size: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 90px;
    border: 1px solid #bcbcbc;
    padding: 0px 5px;
    text-align: right;
    background-image: url(bg_search_percent.png);
    background-repeat: no-repeat;
    }

.block_search_results ul .result_percent_100{
    background-position: 0 0;
}

/* END SEARCH CSS*/

/* END COPY */
.subscription_mini {
    clear:both;
}

.subscription_mini .head {
    cursor:pointer;
}

.subscription_mini .entry {
    clear:both;
}
.subscription_mini .entry p {
    float:left;
}

.subscription_mini .entry img {
    margin: 3px 1px;
    cursor:pointer;
    float:right;
}

/* TABS */
.ui-tabs{
    border:none !important;
}

.ui-tabs-nav{
    padding: 0 0 0 5px!important;
    margin:0 !important;
    -moz-border-radius-bottomleft: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
}

.ui-widget-header{
    background: none !important;
    border:0 !important;
    clear: both;
    border-bottom: 1px solid #CCCCCC !important;
}

.ui-tabs-nav li{
    background: #EEEEEE !important;
    padding:0 !important;
    border: none !important;
    list-style:none !important;
    float: left !important;
    margin: 0 1px 0 0 !important;
}

.ui-tabs-nav li a{
    margin: 0 !important;
    padding: 5px 12px 3px 12px !important;
    color: #000 !important;
    border-bottom: 1px solid #CCCCCC !important;
    border-left: 1px solid #CCCCCC !important;
    border-right: 1px solid #CCCCCC !important;
    border-top: 2px solid #CCCCCC !important;
}

.ui-tabs-nav li.ui-state-hover a{
    background: #fff;
    border-top: 2px solid #336699 !important;
    border-bottom: 1px solid #fff !important;
}

.ui-tabs-nav li.ui-state-active a{
    background: #fff;
    border-top: 2px solid #336699 !important;
    border-bottom: 1px solid #fff !important;
}

.ui-tabs-panel{
    padding: 5px 0 !important;
}
/* END TABS */

input.button:active {
    background: #CCCCCC; /* #afbdc0;*/
    border: solid 1px #E5E9EA;
}

/* END Q2 Included CSS */

    body {
        margin:0;
        padding:0;
        font: 12px georgia, sans-serif, verdana, arial;
        background-color: white;
        color: #666;
    }
    body #all_window {
        margin:0;
        padding:0;
        height:100%;
        width:100%;
        background-color: #6699cc;
    }

    body.main {
        text-align: left;
    }

    h1, h2, h3, h4, a {
        color: #7db51a;
    }


    #junkinmytrunk {
        position: relative;
    }

    #header {
       position: relative;
        margin:0; padding:0;
        height: 280px;
        z-index: 50;
    }

    #header_banners {
        margin-left: -40px;
        padding-top: 36px;
    }

    #header_shajni {
        position: absolute;
        width: 100%;
        height: 400px;
        margin: 0px;
        padding: 0px;
        background: url("banner_pocetna.png") no-repeat 660px 0px;
        z-index: 10;
    }
    #header_modules {
        position:absolute;
        width: 405px;
        height: 45px;
        left:210px;
        padding-top:15px;
    }
    #header_modules .show_logout_button {
        margin-left: 10px;
        position:relative;
        top:12px;
    }
    #header_modules .show_logout_button br {
        display: none;
    }

    #lang_select {
        position:relative;
        top: -10px;
        left: -17px;
        margin-bottom: 0px;
    }
    img {
        border: none;
    }

    #title_banner {
        position:relative;
        top:-15px;
        left: 20px;
    }

    #main_window {
        margin-left: 50px;
        width:924px;
        height: 100% !important;
        background: white;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    #main_window.wide-layout {
        width: 1200px !important;
    }

    #main_content_container {
        position: relative;
        margin:0; padding:0;
        background:transparent;
        height: 100% !important;
        z-index: 50;
    }

    #main_content {
        margin:0; padding:0;
        height: 100% !important;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        background: transparent;
    }

    #left {
        float:left;
        width:170px;
        margin:0; padding:0;
        background: transparent;
        font-size:80%;
        height:100%;
        top:-22px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position:relative;
    }
    #right {
        float:left;
        width:170px;
        margin:0; padding:0;
        background:cyan top right no-repeat;
        height:100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        background: transparent;
        position: relative;
        left: 10px;
        padding-top:50px;
        margin-left:43px;
    }
    #middle {
	font-size:13px !important;
        float:left;
        /*margin-left:190px;*/
        background:yellow;
        width: 527px;
        height:100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        white-space: normal;
        background: transparent;
        padding-left:40px;
    }
    #middle table td, #middle table th{ font-size:12px !important}

    #middle .portlet {
        display:block;
        height:auto;
        position:relative;
        width:100%;
        top:0px;
    }
    #middle .mainbox {
        font-family: georgia, sans-serif, verdana, arial;
    }
    .column-in {
        margin:0; padding: 3px 6px 3px 6px;
    }
    .cleaner {
        clear:both;
        height:1px;
        font-size:1px;
        border:none;
        margin:0; padding:0;
        background:transparent;
    }

    #footer {
        text-align: center !important;
        background-color: #6699cc;
        color: #003399;
    }
    #footer span {
        color: #003399;
    }

    #footer a {
        color: #003399;
        text-decoration: none;
    }

    #footer .footer_link, #footer .footer_link:visited{
        color: white;
        font-size:11px;
        margin-left: 5px;
        margin-right: 5px;
        font-weight: bolder;
    }
    #footer_left {
        float:left;
        font-size:11px;
        text-align:left;
    }
    #footer_right {
        text-align:right;
        font-size:11px;
        float:right;
    }

    .copy { text-align:center; font-size:80% }


/* CMS MANDATORY STUFF.. */
.navigation{
    background-color: transparent;
    font-family: georgia, sans-serif, verdana, arial;
    line-height: 22px;
    color: #333333;
    margin-left: -20px;
    width:185px;
}

.navigation .item   {
    margin-left: -50px;
    background-color: #e6e6e6;
    padding-left: 10px;
    text-align: left;
}
.navigation .path   {
    background-color: #e6e6e6;
    font-weight: bold;
    margin-left: 10px;
}
.navigation .opened {
    background-color: #e6e6e6; /*#ececec*/
    font-weight: bold;
    margin-left: 10px;
}


.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-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: #F9FAFB;
    padding-left: 5px;
    padding-right: 5px;
}

.cms_table_row_highlight_0 td td{
    border-bottom: 0px;
    border-top: 0px;
    background-color: #F9FAFB;
}



.cms_table_row_highlight_1 td {
    border-bottom: 1px solid #B94B16;
    border-top: 1px solid   #B94B16;
    background-color: #E5E9EA;
    padding-left: 5px;
    padding-right: 5px;
}

.cms_table_row_highlight_1 td td {
    border-bottom: 0px;
    border-top: 0px;
    background-color: #E5E9EA;
}

.cms_table_row_0 {
    background-color: #F9FAFB;
}

.cms_table_row_1 {
    background-color: white;
    
}
.djelatnici_header {
    border:none !important;
}

.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: #E5E9EA;
}

.cms_table_td_highlight_border {
    background-color: #E5E9EA;
    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: georgia, sans-serif, verdana, arial;
    overflow: auto;
}

.errorbox pre {
    font-family: georgia, sans-serif, verdana, arial;
    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: transparent;
    padding: 0;
    margin: 0;
    min-height: 5px;
    font-size: x-small;
    font-family: georgia, sans-serif, verdana, arial;
}

/* first level */
ul.navigation ul {
    list-style-type: none;
    padding: 0;
    margin-left: 13px;
    min-height: 5px;
    font-size: x-small;

    background-color: transparent;
}

/* first level elements */
ul.navigation li {
    margin-bottom: 0px;
    margin-left: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
}

/* first level link element */
ul.navigation li a.navigation_link {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    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: bold;
    /*color: #99cc00;*/
    color:gray;
    background-color: transparent;
}

/* second level elements */
ul.navigation li ul li{
    padding-top: 1px;
    padding-bottom: 1px;
    background-image:none;
    text-transform: none;
}

/* 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 div{
    background-color: white;
}

/* second level link elements hover */
ul.navigation ul li.file a.navigation_link:hover {
    text-decoration: bolder;
}

/* third and more level link elements hover */
ul.navigation ul ul li.file a.navigation_link:hover {
    text-decoration: bolder;
}

/* expandable element (directory) first level */
ul.navigation li.dir {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
}

/* expandable element (directory) first level link */
ul.navigation li.dir a.navigation_link:hover {
    text-decoration:bolder;
}

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;
    background: transparent;
}

ul.navigation li  {
    /*background: url(nav_bg.png) top left no-repeat transparent;*/
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    border:none;
    min-height:24px;
    display:table-row;

}
ul.navigation li >li {
    background-image:none;
}
.dir ul.navigation li div {
    border: none;
}

/* opened navigation style */
ul.navigation li div.treeview_opened {
    background-color: transparent;
    color: #003399;
    font-weight: bold;
}

ul.navigation li div.treeview_opened a {
    color: #003399;
    font-weight: bold;
}


/* opened navigation link hover style */
ul.navigation li div.treeview_opened a.navigation_link:hover {
    /* background-color: #5E9AC4;*/
    /*background-image: url(nav_hover.png);
    background-repeat: repeat-x;*/
    color: gray;
}

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 1px 8px;
    text-decoration: none;
    padding: 0 5px 0 9px;
    margin: 0 0 0 5px;
    color: #000;
    cursor: pointer;
}

ul.navigation li a.navigation_expand_link_close {
    float: left;
    font-size: 1px;
    background: url(mmraz1otv.gif) no-repeat 1px 8px;
    text-decoration: none;
    padding: 0 5px 0 9px;
    margin: 0 0 0 5px;
    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: #909698;
}

.th2 {
    background: #6f797a;
}

.td1_even {
    background: #efefef;
}

.td2_even {
    background: #e5e9ea;
}

.td1_odd {
    background: #f9fafb;
}

.td2_odd {
    background: #f3f5fa;
}
/* END TABLE */


/* start smarty v1 plugins */
.v1msgbody {
    padding: 5px;
}

.v1msgtitle_notice {
    height: 20px;
    color: #FFF;
    background: url(v1msg_notice.gif) no-repeat 5px 50%;
    background-color: #369;
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 100%;
    text-align: left;
    padding: 5px 5px 5px 25px;
}

.v1msgbody_notice {
    border: 1px solid #369;
    color: #000;
    background-color: #FFF;
    font-family: georgia, sans-serif, verdana, arial;
    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: georgia, sans-serif, verdana, arial;
    font-size: 100%;
    text-align: left;
    padding: 5px 5px 5px 25px;
}

.v1msgbody_alert {
    border: 1px solid #FF9933;
    color: #000;
    background-color: #FFF;
    font-family: georgia, sans-serif, verdana, arial;
    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: georgia, sans-serif, verdana, arial;
    font-size: 100%;
    text-align: left;
    padding: 5px 5px 5px 25px;
}

.v1msgbody_error {
    border: 1px solid #C00;
    color: #000;
    background-color: #FFF;
    font-family: georgia, sans-serif, verdana, arial;
    font-size: 120%;
    margin: 0 0 5px 0;
    text-align: left;
}

.v1tabsHeader {
    overflow: hidden;
    width: 100%;
}

.v1tab {
    clear: both;
    border: 1px solid #ccc;
    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: georgia, sans-serif, verdana, arial;
    /*font-size: x-small;*/
    font-size: 11px;
}

.v1tabs a {
    float: left;
    display: block;
    margin: 5px 1px 0 0;
    padding: 4px 8px;
    color: #333;
    text-decoration: none;
    border: 1px solid #CCC; /* #9B8748 */
    border-top: 2px solid #CCC;
    border-bottom: none;
    background: #EEE; /* #F9E9A9 */
    font-size: 11px;
}

.v1tabs a:hover,a.selected {
    color: #333;
    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 #CCC;
    border-bottom: 1px solid #CCC;
}

.ap2_button:hover {
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    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: georgia, sans-serif, verdana, arial;
    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: relative;
    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 */


/* 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 {
    position:relative;
    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: georgia, sans-serif, verdana, arial;
    font-size: 12px;
}

a.popupCloseLink:hover {
    color: #FFF;
    text-decoration: none;
}

.popupCloseButton a {
    color: #FFF;
    text-decoration: none;
}

#webDialog {
    z-index: 250;
    position: absolute;
    left: -400px;
    top: -300px;
    width: 0;
    height: 0;
    display: none;
    visibility: hidden;
}

#webDialogSrc {
    clear:both;
    position:relative;
    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;
    left: 0px;
}

#webDialogBody {
    position:relative;
    padding:0;
    clear:both;
}

/* za v1autocomplete plugin */
.v1autocomplete_result {
    position: absolute;
    background-color: #ccc;
    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 #CCC;
    border-left: 1px solid #CCC;
    border-right: 2px solid #DDD;
    border-bottom: 2px solid #DDD;
    background-color: #FFFFFF;
    visibility: hidden;
    font-size:12px;
    font-family: georgia, sans-serif, verdana, arial;
}

/*  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: georgia, sans-serif, verdana, arial;
}

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 dotted #A9B7BA;
    border-bottom: none;
    height: 0;
    margin: 0px 0 16px 0;
    padding: 0;
}

div.news_msg {
    padding-top: 2px;
    padding-bottom: 2px;
}

table.news_title {
    margin-bottom: 10px;
    color: #003165;
}

table.news_title td {
    vertical-align: top;
}

div.news_title, div.news_title a {
    font-weight: normal;
    margin-bottom: 10px;
    color: #003165;
    font-size: 16px;
    text-decoration: none;
    font-family: georgia, sans-serif, verdana, arial;
}

div.news_title a:hover {
    text-decoration: underline;
}

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;
    font-family: georgia, sans-serif, verdana, arial;
}

div.news_date {
    color: #999;
    text-align: right;
    /*margin-right:15px;*/
}

div.news_author {
    /*float: right;*/
    color: #999;
    /*margin-bottom: 10px;*/
    font-family: georgia, sans-serif, verdana, arial;
    /*padding-top:5px;*/
}

div.news_date .news_date_published {
    float:left;
    color:#999;
}
div.news_date .news_date_edited {
    float:left;
    color:#999;
    border-left:1px solid #999;
    padding-left:2px;
    margin-left:2px;
}
div.news_page_meta {
    display:block;
    clear:both;
}

div.news_data {
    margin-top: 0px;
    margin-bottom: 10px; 
    margin-right: 15px;
    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 solid #A9B7BA;*/
    text-align: left;
    padding: 3px;
    margin-bottom: 6px;
}

div.news_lead_img_div {
    border: none;
    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: #DDD;
    padding: 0;
    margin: 0;
    min-height: 3px;
    font-size: x-small;
    font-family: georgia, sans-serif, verdana, arial;
}

/* first level */
ul.simpletree ul {
    list-style-type: none;
    padding: 0;
    margin-left: 5px;
    min-height: 3px;
    font-size: x-small;
    font-family: georgia, sans-serif, verdana, arial;
}

/* first level elements */
ul.simpletree li {
    border-top: 1px solid #DDD;
    background-color: #E6E6E6;
}

/* 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: 10px;
    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: 10px;
    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, input.submit {
    background: #E5E9EA; /* #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: 22px;
    font-size: 12px;
}

textarea, select {
    background: #ffffff;
    border: solid 1px #c3ced0;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
}

/* END HTML FORM styles */

/* start repository */

/* main level */
ul.repository {
    list-style-type: none;
    background-color: #eff;
    padding: 0;
    margin: 0;
    min-height: 3px;
    font-size: x-small;
    font-family: georgia, sans-serif, verdana, arial;
}

/* first level */
ul.repository ul {
    list-style-type: none;
    padding: 0;
    margin-left: 5px;
    min-height: 3px;
    font-size: x-small;
    font-family: georgia, sans-serif, verdana, arial;
}

/* first level elements */
ul.repository li {
    border-top: 1px solid #eff;
    background-color: #F6F6F6;
}

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

/* 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: 10px;
    background-color: #FcFcFc;
}

ul.repository li.file {

}

/* second level link elements hover */
ul.repository ul li.file a.repository_link:hover {
    background-color: #F6F6F6;
}

/* third and more level link elements hover */
ul.repository ul ul li.file a.repository_link:hover {
    background-color: #F6F6F6;
}

/* 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: #F6F6F6; /*#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: 10px;
    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: 10px;
    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: 10px;
    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: 10px;
    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 #ccc;
    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: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
}

.calendar_sunday {
    background-color: #ddd;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
}

.calendar_default {
    background-color: #fff;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    cursor: pointer;
    cursor: pointer;
}

.calendar_today {
    background-color: #CAEA48;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    cursor: pointer;
    font-weight: bold;
    cursor: pointer;
}

.calendar_selected {
    background-color: #7D98B6;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_header_line, .calendar_header_line td{
    background-color: #ccc;
    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: 10px;
}

.calendar_events{
    background-color: #f7f7f7;
    border: #000 1px none;
}

.calendar_upis {
    background-color: #B77B8A;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_fv {
    background-color: #BA76BC;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_praznik_rh {
    background-color: #8273BF;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_dan_fera {
    background-color: #7397BF;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_privatno {
    background-color: #72B9C0;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_nastava {
    background-color: #70C29F;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_ispit_fer1, .calendar_ispit_fer2, .calendar_ispit {
    background-color: #75C171;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_vjestine {
    background-color: #ADC171;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_praznik_fer1, .calendar_praznik {
    background-color: #C0AD72;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_medjuispit {
    background-color: #C08B72;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar_labispit {
    background-color: #C17171;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    cursor: pointer;
}

.calendar {
    z-index:255;
}

.loading_module_mask {
    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: #333;
    /* 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;
    text-align: center;
    color: #FFF;
}

.loading_module_msg{
    z-index: 250;
    padding: 30px 40px 30px 40px;
    border: 1px solid #333;
    background-color: #99a;
    color: #eee;
    font-weight: bold;
}

/* ********************************************************************** */

.ministats {
    text-align: center;
}

.ministats_visits, .ministats_time, .ministats_users {
    font-weight: bold;
}

/********* sitemap ***************/

.sitemap {
    list-style: none;
}
.sitemap_expand_link_close {
    float: left;
    margin-right: 10px;
}
.sitemap_expand_link_open {
    float: left;
    margin-right: 10px;
}
.sitemap_no_link {
    float: left;
}

/********* /sitemap **************/

/* RSS Client (start) */
div.rss_client_item {
    padding-bottom: 3px;
}
div.rss_client_title {
}
div.rss_client_date {
    font-style: italic;
}
div.rss_client_description {
}
div.rss_client_admin a {
    color: red;
}
/* RSS Client (end) */

#left ul.navigation {
    margin-left: -24px !important;
    width: 186px;
}

#left ul.navigation ul.navigation {
    margin-left: 18px !important;
    width: 162px;
}
#left ul.navigation ul.navigation ul.navigation{
    margin-left: 10px !important;
    width: 150px;
}

.module_title {
    font-size: 13px !important;
    color: #7db51a;
}
#middle .module_title {
    border-bottom: 1px dotted gray;
    margin-bottom:3px;
}

#right .module_title {
    background: url(right_title_bg.png) top left no-repeat transparent;
    font-size: 12px;
    padding: 14px 0 0 11px;
    text-transform: lowercase;
    color:white;
    width:173px;
    height:21px;
}

.brzi_linkovi {
    padding-left:11px;
    list-style-type:none;
}
.brzi_linkovi a{
    color: #6699cc;
    font-weight: bold;
    text-decoration: none;

}
.brzi_linkovi li {
    margin-bottom:4px;
}
a:hover, .brzi_linkovi a:hover {
    color: #003165;
}

.brzi_linkovi_title {
    height: 21px;
    width: 183px;
    background: url('brzi_linkovi_bg.png') top left no-repeat !important;
    padding-top: 14px;
    padding-left: 11px;
    color:white;
    font-size:12px;
    text-transform: lowercase;
}
.login_user, .login_pass {
    font-size: 12px;
}

.search_fancy {
    background: url('trazilica_bg.png') top left no-repeat;
    width: 183px;
    height: 38px;
}
.search_fancy .fancy_search_box {
    width: 117px;
    position:relative;
    top:10px;
    background:transparent;
    border:none;
    padding-left:5px;
}
.search_fancy .fancy_search_button {
    border:none;
    position:relative;
    top:8px;
    width:46px;
    left:-2px;
    background:transparent;
}
.search_fancy .fancy_search_button:hover {
    cursor: pointer;
}
.rss_link_right{
    height: 38px;
    width:185px;
    margin-top: 20px;
    margin-bottom: 20px;
    position:relative;
    left:0px;
    display:block;
    text-decoration:none;
    background: url('rss_bg.png') top left no-repeat;
}
#right .column-in .rss_link_right:hover {
    text-decoration:none !important;
}

.login_labels.login_user, .login_labels.login_passs {
    float:left;
}
.login_user {
    position:relative;
    left:3px;
    top:5px;
}
.login_username{
    width:110px;
    height:25px!important;
    background:url('login_box_bg.png') top left no-repeat transparent !important;
    border:none !important;
    padding-left:3px !important;
    line-height:25px;
}
.login_pass{
    position:relative;
    left:70px;
    top:5px;
}
.login_password{
    width:110px;
    height:25px!important;
    background:url('login_box_bg.png') top left no-repeat transparent !important;
    border:none !important;
    padding-left:3px !important;
    line-height:25px;
}
.login_controls {
    clear:both;
}
.login_button {
    position:relative;
    top:-3px;
}
#imenik_res th {
	text-align:left;
}
