﻿/* Buttons like links hm?? */
.ui-dialog .ui-dialog-buttonpane button {
    color: #0000ee !important;
    background: none;
    border: none;
    text-decoration: underline;
}

    .ui-dialog .ui-dialog-buttonpane button:hover {
        color: #025d84 !important;
    }

.ui-dialog p {
    color: #555555;
    font-family: Trebuchet MS,Arial,sans-serif;
    font-size: 13px;
    line-height: 16px;
    padding: 0 0 15px;
}

/* Dodavanje ruba na dialog */
.ui-dialog {
    border: solid 1px #777;
}

/* Cleaner */
.c {
    clear: both;
    float: none;
    height: 0;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
}

/* King top message box */
.king_message_box {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    background-color: #90cee7;
    z-index: 10000;
    max-width: 900px;
    /* Fix for < IE7 */
    _position: absolute;
    _top: expression( tmpValue = document.documentElement.scrollTop + 'px' );
}

    .king_message_box, .king_message_box * {
        font-size: 14px;
        color: #000;
        font-weight: normal;
        background-repeat: no-repeat;
        text-align: center;
    }

        .king_message_box b {
            display: block;
            padding: 8px 12px;
        }

.napomena {
    display: block;
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 8.1pt;
    margin: 5px 0px 0px 0px !important;
}

body {
    font-family: Trebuchet MS, Arial, sans-serif !important;
}

head {
    font-family: Trebuchet MS, Arial, sans-serif !important;
}

a {
    text-decoration: underline;
}

.LinkButton:link, .LinkButton:visited, .LinkButton:hover, .LinkButton:active {
    color: #025d84;
    text-decoration: underline;
}

p {
    font-family: Trebuchet MS, Arial, sans-serif !important;
}

a[disabled], a[disabled]:visited, a[disabled]:hover, a[disabled]:active {
    color: Silver;
    cursor: default;
}

.ui-dialog .ui-dialog-buttonpane button .ui-button-text .buttonDisabled {
    color: Silver !important;
}

.buttonDisabled {
    color: Silver !important;
}

ul.thumb {
    float: left;
    list-style: none;
    margin: 0;
    padding: 10px;
    width: 360px;
}

    ul.thumb li {
        margin: 0;
        padding: 5px;
        float: left;
        position: relative; /* Set the absolute positioning base coordinate */
        width: 110px;
        height: 110px;
    }

        ul.thumb li img {
            width: 100px;
            height: 100px; /* Set the small thumbnail size */
            -ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
            border: 1px solid #ddd;
            padding: 5px;
            background: #f0f0f0;
            position: absolute;
            left: 0;
            top: 0;
        }

            ul.thumb li img.hover {
                border: none; /* Get rid of border on hover */
            }

div.fileinputs {
    position: relative;
    width: 150px;
}

div.fakefile {
    position: absolute;
    top: 10px;
    width: 200;
    z-index: 1;
}

input.file {
    position: relative;
    text-align: right;
    top: 10px;
    left: -170px;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

td.cellWidth {
    table-layout: fixed;
    width: 180px;
    max-width: 301px;
}

.uploadBut {
    margin-top: 15px;
}

.verificirano {
    background: url(WebResource.axd?d=iV188iPZG7n7xzic6I2i6MeFhxmpcyJEb_cpWEcfp0LQPoaHZXNoRD1c7NV-9kbhxXftBvS6i6XS8Jwj54T03YVpxGzC1aCYAUCLY_WWTdy9xgVQ-Se943nvnU87ednNJElIK7EyKDmtJIfkJtn65XlYH0hSYv_1DEzLY2kf7A1LkqgSiR0bxsWuhbbUInWs0&t=638557734866359351) 70px 3px no-repeat;
    margin-left: 16px;
}