html {
	min-height: 100%;
}
img {
    border: none;
}
body {
	margin: 0;
	padding: 0;
    /* background-color: #FFFFFF; */
    background-color: #E1E7E7;
    font-family:verdana,arial,sans-serif;
    font-size:13px;
}

body.main {
	margin: 0;
	padding: 0;
    background-color: #c1c1c1;
    font-family: verdana,arial,sans-serif;
    min-height:100%;
}

table{
    font-size: 13px;
}

table th{
    background-color:#3d4d5c;
    color:white;
    font-family:verdana,arial,sans-serif;
    font-weight: bold;
}
table td{
    font-family:verdana,arial,sans-serif;
    font-size: 13px;
    color: black;
}
.cms_table_th a{
    color: white;
}
table th a{
    color:white;
    text-decoration:none;
}

table td a{
    color: gray;
    text-decoration:none;
}

/*STYLE OF THE MAIN CONTAINER*/
#container {
    display:block;
    background-image: url('cont_bg.png');
    background-repeat:repeat-y;
    background-color:white;
    overflow:hidden;
    width:864px;
    margin:0px auto;
    padding-left:8px;
    padding-right:9px;
    /*min-height: 100%;*/
    /*sirina contenta je 881-8-9 = 864px*/
}
    
    #container #header {
        display: block;
        height: 120px;
        background-color: white;
        background-image: url('ball-up.png');
        background-position: bottom right;
        background-repeat: no-repeat;
    }
    
        #container #header #title_flash {
            z-index: 1;
            position: relative;
            width: 864px;
            left: 0px;
            overflow: hidden;
        }
        #container #header #right{
            z-index: 20;
            display: none;
            position: absolute;
            margin-top: 0px;
            margin-left: 785px;
        }
    
    #container #header_links {
        display: block;
        background-image: url('header-link-gradijent.png');
        background-repeat: repeat-x;
        background-position: top left;
        height: 46px;
        background-color: orange;
        overflow:hidden;
        font-family: sans-serif;
    }
        #container #header_links p{
            color: white;
            font-weight: bold;
            font-size:13px;
            text-align: right;
            padding-right: 7px;
            position:relative;
            top:1px;
        }
            #container #header_links p a{
                text-decoration: none;
                color: white;
                font-weight: bold;
                font-family: verdana,arial,sans-serif;
                font-size:13px;
            }
    
    #container #center_content {
        float:left;
        display: block;
        height: auto;
        background-color: #E1E7E7;
    }
        #container #center_content #left{
            display: block;
            padding:5px;
            float:left;
            background-color: #3d4d5c;
            /*position: absolute;
            left:0;
            top:0;*/
            width:195px;
            height:100%;
        }
        #container #center_content #right{
            display: block;
            float:left;
            background-color: #e1e7e7;
            padding:5px;
            /*position:relative;
            left: 206px;
            top: 0px;*/
            width: 649px;
            min-height:340px;
            /*padding-top: 0px;*/
            font-family: verdana,arial,sans-serif;
        }
    
    #container #footer_links {
        position: relative;
        bottom:0px;
        display: block;
        background-color: #a4b3ba;
        height: 35px;
        clear:both;
        overflow:hidden;
        font-family: Verdana,Arial,Helvetica,sans-serif;
    }
        #container #footer_links div{
            display:block;
            font-weight: bold;
            position:relative;
            height:12px;
            left: 15px;
            color: #636e72;
            width: 100%;
            top: 9px;
        }
            #container #footer_links div a {
                text-decoration: none;
                color: #636e72;
                font-size: 12px;
                font-size:10px;
                font-family: Verdana,Arial,Helvetica,sans-serif;
            }
    
    
    #container #footer {
        position: relative;
        bottom:0px;
        display: block;
        height: 35px;
        background-color: white;
        clear: both;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
        width:864px;
        font-family: Verdana,Arial,Helvetica,sans-serif;
    }
        #container #footer p{
            display:block;
            float:left;
            color: #636e72;
            position:relative;
            left: 16px;
            width: 370px;
            font-size:11px;
            top: 2px;
            font-family: Verdana,Arial,Helvetica,sans-serif;
        }
        #container #footer #balls-down {
            float: left;
            background-image: url('balls-down.png');
            display:block;
            position:relative;
            width: 240px;
            height: 40px;
            top:0px;
        }
        #container #footer #right {
            top: 13px; 
            left:180px; 
            position:relative;
        }
        /*#container #footer p{
            display:block;
            color: #636e72;
            position:relative;
            left: 20px;
            width: 320px;
        }
        #container #footer #balls-down {
            background-image: url('balls-down.png');
            display:block;
            position:relative;
            width: 240px;
            height: 40px;
            top:0px;
            left: 350px;
        }*/
.ieSpacer1 {
    clear:both;
    overflow:hidden;
    background-color:black;
    position:relative;
    display:block;
    height: 5px;
    width:auto;
    border: 2px black;
}



/*********************  LEGACY CSS :)  **************************/

.navigation{
    background-color: #3d4d5c;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 11px;
    color: #333333;
    margin-left: 4px;
}

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

/* 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-family: Verdana, Arial, Helvetica, sans-serif;
}

/* first level */
ul.navigation ul {
    list-style-type: none;
    padding: 0;
    margin-left: 10px;
    min-height: 5px;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

/* first level link element */
ul.navigation li a.navigation_link {
    text-decoration: none;
    color: white;
    display: block;
    line-height: 11px;
    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;
    
}

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: #3d4d5c; /* #E4CCB1 */    
    color: #FFFF00;
    /*background-image: url(nav_opened.png);*/
    background-repeat: repeat-x;
}

ul.navigation li div.treeview_opened a.navigation_link {
    color: #ffff00;
}

/* 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 {
    background:transparent url(img/bullet11.gif) no-repeat scroll 3px 9px;
	float: left;
    font-size: 13px;
    width: 14px;
    height:15px;
}

ul.navigation ul li span.navigation_no_link {
	float: left;
	display: none;
    font-size: 13px;
    width: auto;
}

/* level 1 images (open, close) */

ul.navigation li a.navigation_expand_link_open {
    float: left;
    background:transparent url(img/bullet11.gif) no-repeat scroll 3px 9px;
    height:15px;
    font-size: 13px;
    text-decoration: none;
    padding: 0 2px 0 9px;
    margin: 0;
    color: #000;
    cursor: pointer;
}

ul.navigation li a.navigation_expand_link_close {
    float: left;
    font-size: 13px;
    background:transparent url(img/bullet2.gif) no-repeat scroll 3px 9px;
    height:15px;
    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: 13px;
    background:transparent url(img/bullet11.gif) no-repeat scroll 3px 9px;
    height:15px;
    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: 13px;
    background:transparent url(img/bullet2.gif) no-repeat scroll 3px 9px;
    height:15px;
    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: Verdana, Arial,sans-serif;
    font-size: 100%;
    text-align: left;
    padding: 5px 5px 5px 25px;
}

.v1msgbody_notice {
    border: 1px solid #369;
    color: #000;
    background-color: #FFF;
    font-family: Verdana, Arial,sans-serif;
    font-size: 120%;
    margin: 0 0 5px 0;
    text-align: left;
}

.v1msgtitle_alert {
    color: #FFF;
    background: url(v1msg_alert.gif) no-repeat 5px 50%;
    background-color: #FF9933;
    font-family: Verdana, Arial,sans-serif;
    font-size: 100%;
    text-align: left;
    padding: 5px 5px 5px 25px;
}

.v1msgbody_alert {
    border: 1px solid #FF9933;
    color: #000;
    background-color: #FFF;
    font-family: Verdana, Arial,sans-serif;
    font-size: 120%;
    text-align: left;
    margin: 0 0 5px 0;
}

.v1msgtitle_error {
    color: #FFF;
    background: url(v1msg_error.gif) no-repeat 5px 50%;
    background-color: #C00;
    font-family: Verdana, Arial,sans-serif;
    font-size: 100%;
    text-align: left;
    padding: 5px 5px 5px 25px;
}

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

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

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

.v1tabs a {
    float: left;
    display: block;
    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;
    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: "MS Sans Serif", Arial, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    color: #000000;
}

div.popup_menuBar {
    background-color: #e0e0e0;
    border: 2px outset #e0e0e0;
    padding: 4px 2px 4px 2px;
    text-align: left;
}

div.popup_menuBar a.popup_menuButton {
    background-color: transparent;
    border: 1px solid #f0f0f0;
    color: #000000;
    cursor: default;
    left: 0px;
    margin: 1px;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    top: 0px;
    z-index: 300;
}

div.popup_menuBar a.popup_menuButton:hover {
    background-color: transparent;
    border: 1px outset #f0f0f0;
    color: #000000;
}

div.popup_menuBar a.popup_menuButtonActive,
div.popup_menuBar a.popup_menuButtonActive:hover {
    background-color: #E0E0E0;
    border: 1px inset #f0f0f0;
    color: #ffffff;
    left: 1px;
    top: 1px;
}

div.popup_menu {
    background-color: #f0f0f0;
    border: 2px outset #f0f0f0;
    left: 0px;
    padding: 0px 1px 1px 0px;
    position: absolute;
    top: 0px;
    visibility: hidden;
    z-index: 301;
}

div.popup_menu a.popup_menuItem {
    color: #000000;
    cursor: default;
    display: block;
    padding: 3px 1em;
    text-decoration: none;
    white-space: nowrap;
}

div.popup_menu a.popup_menuItem:hover, div.popup_menu a.popup_menuItemHighlight {
    background-color: #E0E0E0;
    color: #ffffff;
}

div.popup_menu a.popup_menuItem span.popup_menuItemText {
    padding-left: 5px;
}

.popup_menuItemImage { 
    margin-left: -5px;
    vertical-align: -50%;
    voice-family: "\"}\"";
    voice-family: inherit;
    vertical-align: -50%;
}
html>body .popup_menuItemImage {
    margin-left: -5px;
    vertical-align: middle;
}

div.popup_menu a.popup_menuItem span.popup_menuItemArrow {
    margin-right: -.75em;
}

div.popup_menu span.popup_menuItemSep {
    display: block;
    border: 1px inset #f0f0f0;
    margin: 4px 2px;
}


/* Za popup prozor */
.popupStupac {
    background: #ffffff;
    width: 100%;
    height: 100%;
}

#popupMask {
    position: absolute;
    z-index: 200;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .4;
    filter: alpha(opacity=40);
    /* filter je radi hacka za IE */
    background-color:transparent !important;
    background-color: #333333;
    /* this hack is for opera support
     * you can uncomment the background-image if you don't care about opera.
     * this gives you the flexibility to use any bg color that you want, instead of the png
     */
    background-image/**/: url("maskBG.png") !important; /* For browsers Moz, Opera, etc. */
    /*background-image:none;*/
    background-repeat: repeat;
    display:none;
    text-align: center;
    color: #FFF;
}

#popupMask_msg {
	position: absolute;
	display:none;
    z-index: 210;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 100px;
	background-color: #AAA;
	border: 1px solid #FFF;
}

.popupTitle {
    color: #FFF;
    float: left;
    margin-left: 5px;
    margin-top: 4px;
}

.popupTitlebar {
    background-image: url(nav_opened.png);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 25px;
}

.popupCloseButton {
    margin-top: 4px;
    margin-right: 5px;
    float: right;
}

a.popupCloseLink {
	color: #FFF;
	font-family: Verdana,Arial,Sans-serif;
    font-size: 12px;
}

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

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

#webDialog {
    z-index: 250;
    position: absolute;
    left: -300px;
    top: -450px;
    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: verdana, arial, sans-serif;
}

div.v1reorder ul.layout {
	border: 1px solid #669933;
	min-width: 100px;
}

div.v1reorder ul.overlayout {
	border: 1px solid #CC6633;
	min-width: 100px;
}

* html div.v1reorder ul.boxier {
	width: 99%;
	height: 15px;
}


div.v1reorder ul.boxier li {
	cursor:move;
	margin-bottom: 4px;
	margin-left: 5px;
	width: 95%;
	padding: 2px 2px;
	border: 1px solid #AAA;
	background-color: #EEE;
}

div.v1reorder ul.boxier li.dir {
	cursor:move;
	margin-bottom: 4px;
	margin-left: 5px;
	width: 95%;
	padding: 2px 2px;
	border: 1px solid #369;
	background-color: #FFFFCC;
}

div.v1reorder ul.list_over {
	background-color: #EEE;	
}

div.v1reorder ul.list_out {
	background-color: #FFF;
}

div.v1reorder a {
	text-decoration: none;
}

div.v1reorder a:hover {
	text-decoration: none;
}

div.v1reorder span.expandtree_link_open {
	padding-left: 15px;
	background: url(v1reorder_right.gif) no-repeat 0 50%;
	text-align: center;
	width: 15px;
	height: 20px;
	color: #000;
	cursor: pointer;
}

div.v1reorder span.expandtree_link_close {
	padding-left: 15px;
	background: url(v1reorder_down.gif) no-repeat 0 50%;
	text-align: center;
	width: 15px;
	height: 20px;
	color: #000;
	cursor: pointer;
}

/*** News2 - Start ***/

/* main */
hr.news_separator {
	border-top: 1px dashed #A9B7BA;
	border-bottom: none;
	height: 0;
	margin: 0px 0 3px 0;
	padding: 0;
}

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

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

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

div.news_title {
	font-weight: bold;
	margin-bottom: 10px;
}

div.news_title_empty {
	font-style: italic;
}

div.news_lead {
	/*margin-bottom: 10px;*/
}

div.news_content {
	margin-top: 10px;
	/*margin-bottom: 10px;*/
}

td.news_date {
	white-space: nowrap;
}

div.news_date {
	color: #999;
	text-align: right;
}

div.news_author {
	text-align: right;
	color: #999;
	margin-bottom: 10px;
}

div.news_data {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 9px;
	text-align: right;
}

div.news_data a {
	font-size: 9px;
}

div.news_admin_links {
	text-align: left;
	padding: 3px;
}

div.news_admin_links_top {
	border-bottom: 1px dashed #A9B7BA;
	text-align: left;
	padding: 3px;
	margin-bottom: 6px;
}

div.news_lead_img_div {
	border: 1px solid #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: verdana, arial, sans-serif;
}

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

/* first level elements */
ul.simpletree li {
	border-top: 1px solid #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 {
    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: verdana, arial, sans-serif;
}

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

/* first level elements */
ul.repository li {
	border-top: 1px solid #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;
	padding: 0 2px 0 0;
	margin: 0;
	color: #000;
	cursor: pointer;
}

ul.repository li a.repository_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.repository li ul li a.repository_expand_link_open {
	float: left;
	font-size: 10px;
	text-decoration: none;
	padding: 0 2px 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;
	padding: 0 2px 0 0;
	margin: 0;
	color: #000;
	cursor: pointer;
}

ul.repository a.repository_link {
	margin-bottom: 1px;
}

/* END repository */

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

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

/* ---- CMS TABLE ---- */

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

.cms_table_td_highlight_border {
    background-color: #E5E9EA;
    border: 1px solid #B94B16;
}

.cms_table_td {

}

.cms_table_td_border {
    padding: 2px;
}

/* .... END CMS TABLE .... */
