/*

jQuery Autocomplete

*/
.ui-autocomplete {
    position: absolute; cursor: default; max-height: 150px; overflow-y: auto; /* prevent horizontal scrollbar */ overflow-x: hidden; text-align: left !important;
    padding: 0 20px 0 10px; background: url("cssimg/bg/fm_el.png") repeat-x scroll left bottom #fbfbfb; border: 1px solid #EAEAEA; border-top: none;
    -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;
}
    .ui-autocomplete .ui-menu-item { padding: 2px 0; }
        .ui-autocomplete .ui-menu-item a { display: block; color: #999; cursor: pointer; }
        .ui-autocomplete .ui-menu-item a:hover, .ui-autocomplete .ui-menu-item a:focus { color: #993333; text-decoration: none; font-weight: bold; }



/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay{background:url(cssimg/colorbox/bg.png);}
#colorbox{
-webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: 0 12px 35px rgba(0,0,0,0.3); -moz-box-shadow: 0 12px 35px rgba(0,0,0,0.3); -ms-box-shadow: 0 12px 35px rgba(0,0,0,0.3); box-shadow: 0 12px 35px rgba(0,0,0,0.3);
}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{text-align: left; padding: 20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:#fff url(cssimg/colorbox/loading.gif) no-repeat 5px 5px;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

    /* Corpo theme */
    .theme_corpo {  } /* extends #colorbox */
        .theme_corpo #cboxLoadedContent {
            background: #fcfcfc url(http://www.dobribuvljak.com/css/site/cssimg/bg/content_corpo.png) right -150px;
            box-shadow: inset 0 0 20px 20px rgba(0,0,0,0.03);
        }

    /* Act like an alert dialog */
    .is_alert {  } /* extends #colorbox */
        .is_alert #cboxClose{ display: none !important; }
        .is_alert #cboxOverlay{ cursor: default !important; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


/*
    WYSIWYG jHtmlArea Style:

*/

div.jHtmlArea                           { display: inline block; }
div.jHtmlArea div                       { padding: 0px; margin: 0px; }
div.jHtmlArea .ToolBar                  { }
div.jHtmlArea .ToolBar ul               { }
div.jHtmlArea .ToolBar ul li            { list-style-type: none; float: left; margin-right: 1px; margin-bottom: 1px; width: 27px; height: 27px; background-color: #e8e3dd; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
div.jHtmlArea .ToolBar ul li:hover
                                        { background-color: #e96153; }
div.jHtmlArea .ToolBar ul li a          { display: block; width: 27px; height: 27px; }
div.jHtmlArea .ToolBar ul li a.highlighted 
                                        { background-color: #361f11; }
div.jHtmlArea .ToolBar ul li a.link     { background: url(cssimg/ico/link.png) 1px 1px no-repeat; }
div.jHtmlArea .ToolBar ul li a.unlink   { background: url(cssimg/ico/unlink.png) 1px 1px no-repeat; }