/* podstawowe tagi */
body {
    background: #fff url('../../img/admin/loader/main.gif') 50% 50% no-repeat; /* #e2edf3; */
    margin: 0;
    font: normal 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
    color: #323232;
}
a {
    text-decoration: none;
    color: #2d93c1 /* #72d8ff */;
}
a:hover {
    text-decoration: underline;
}
img {
    border: 0;
}
h1 {
    font-size: 18px;
    line-height: 30px;
    text-indent: 30px;
    font-weight: bold;
    color: #f85800;
    margin: 10px -30px;
}
h2 {
    color:#f85800;
    font-size:15px;
    line-height:17px;
    margin:5px 0;
    padding:10px 0 0 0;
}
h3 {
    color:#f85800;
    font-size:12px;
    line-height:14px;
    font-weight: bold;
    margin:5px 0;
    padding: 0;
}
/* naglowek*/
#header {
    background: #223039;
}

    #header span, #header strong {
        display: block;
        float: right;
        color: #3e4e59;
        font-size: 11px;
        margin: 30px;
    }

        #header span em {
            font-style: normal;
            color: #d5e3ee;
            margin: 0 10px;
        }

        #header span a {
            color: #3999cb;
        }

    #header strong {
        border-left:1px solid #3e4e59;
        color:#d5e3ee;
        float:left;
        font-weight:normal;
        height:30px;
        line-height:30px;
        margin:-46px 0 0 309px;
        padding:0 0 0 10px;
    }


    #header form {
        width: auto;
        float: right;
        margin: 25px 0;
    }

        #header form label {
            color: #d5e3ee;
            font-size:11px;
            font-weight:normal;
            width:auto;
        }

        #header form select {
            width: auto;
            margin: 0 5px;
        }

#logo {
    display:block;
    width:263px;
    height:70px;
    background: transparent url(../../img/admin/logo.gif) 0 27px no-repeat;
    text-indent: -9999px;
    margin: 0 0 0 31px;
}
    #menu {
        height: 30px;
        margin: 5px 0 0;
        background: #485763;
        font-weight: bold;
        border: 1px solid #223039;
        border-width: 1px 0;
        position:relative;
        z-index:999999;
    }

        #menu ul {
            list-style: none;
            margin: 0 0 0 30px;
            padding: 0;
        }

            #menu ul li {
                display: block;
                border-left: 1px solid #6a7684;
                line-height: 30px;
                padding: 0;
                margin: 0;
                float: left;
            }

            #menu ul li:hover {
                background: #71818e;
                text-decoration: none;
            }

                #menu ul li a {
                    display: block;
                    margin: 0;
                    padding: 0 10px;
                    text-decoration: none;
                    line-height: 30px;
                    height: 30px;
                    color: #fff;
                }

                #menu ul li ul {
                    display: none;
                    margin: 0;
                    background: #e2edf3;
                    position: absolute;
                    top: auto;
                    left: auto;
                    border: 1px solid #c3c8d5;
                    border-top: 0;
                    padding: 5px 0 10px;
                }

                    #menu ul li:hover ul {
                        display: block;
                    }

                        #menu ul li ul li {
                            float: none;
                            border: none;
                            height: 25px;
                        }
                        
                        #menu ul li ul li a {
                            display: block;
                            border-style: dotted;
                            border-color: #99a6b0;
                            border-width: 0 0 1px;
                            line-height: 24px;
                            margin: 0 5px;
                            color: #000;
                            font-weight: normal;
                            padding: 0 15px;
                            height: 24px;
                        }
                        #menu ul li ul li a:hover, #menu ul li ul li:hover {
                            background: transparent;
                            color: #607584;
                            border-color: #607584;
                        }
                        
                        #menu ul li ul li a:hover {
                            background: #eaf2f6;
                        }

.menu-logout {
    float: right !important;
}
/* sciezka */
.path {
    background: #efefef;
    color: #999;
    line-height: 18px;
    font-size: 11px;
    line-height: 31px;
    text-indent: 31px;
    margin: 0 -30px;
}
    .path a {
        color: #2d93c1;
        font-weight: bold;
    }
/* zawartosc */
#content {
    background:#fff;
    padding: 0;
    margin-top: 400px;
    overflow:hidden;
    height:0;
}
#content.ready {
    margin-top: 0 !important;
    overflow:auto;
    height: auto;
    padding: 0 30px 20px;
    min-height: 400px;
}
    #content a {
        color: #2d93c1;
    }
/* stopka */
#footer {
    padding: 10px 30px;
    color:#666;
    font-size: 11px;
    text-align: right;
}
/* ramki i cienie */
.borderWrapper8 {
    padding: 13px;
    background: transparent url('../../img/admin/gradients/borders/bottomright.gif') bottom right no-repeat;
    overflow:hidden;
}
.borderWrapper7 {
    background: transparent url('../../img/admin/gradients/borders/bottomleft.gif') bottom left no-repeat;
}
.borderWrapper6 {
    background: transparent url('../../img/admin/gradients/borders/topleft.gif') top left no-repeat;
}
.borderWrapper5 {
    background: transparent url('../../img/admin/gradients/borders/righttop.gif') top right no-repeat;
}
.borderWrapper4 {
    background: transparent url('../../img/admin/gradients/borders/right.gif') top right repeat-y;
}
.borderWrapper3 {
    background: transparent url('../../img/admin/gradients/borders/left.gif') top left repeat-y;
}
.borderWrapper2 {
    background: transparent url('../../img/admin/gradients/borders/top.gif') top left repeat-x;
}
.borderWrapper1 {
    background: transparent url('../../img/admin/gradients/borders/bottom.gif') bottom left repeat-x;
}
/*
 * messages
 */
    .messages ul {
        list-style:none;
        padding: 10px 0 10px 50px;
        display: block;
        margin: -6px;
    }
        .messages ul li {
            margin: 0;
            padding: 5px 0;
            display: block;
            font-weight: bold;
        }
    ul.success {
        background:#fff url('../../img/admin/crystal/24x24/ok.png') 10px 10px no-repeat;
        border: 2px solid #46bb12;
    }
    ul.error, ul.errors {
        background:#fff url('../../img/admin/crystal/24x24/messagebox_critical.png') 10px 10px no-repeat;
        border: 2px solid #d82744;
    }
    /* bledy wyswietlane we floating window*/
    .winContent ul.error {
        margin: 0;
        border-width: 0 0 2px;
    }
    div.error, input.error, select.error, textarea.error {
        color:#d00;
        border-color:#d00;
    }
    div.error {
        border: none;
        font-weight: bold;
    }
/* INTERNET EXPLORER */
*:first-child+html #menu ul li ul li {
    display:block;
    zoom:1;
    float:none;
}
*:first-child+html #menu ul li ul li a {
    display:block;
    zoom:1;
    float:none;
}
/* END INTERNET EXPLORER */
/* ICONS */
a.edit em {
    background-image: url('../../img/admin/crystal/edit.png');
}
.button.del em {
    background-image: url('../../img/admin/crystal/remove.png');
}
.button.attach em {
    background-image: url('../../img/admin/crystal/attach.png');
}
/* END ICONS */
/*
 * TINYMCE
 */
.mceToolbar table {
    width: auto !important;
}
.defaultSkin iframe {
    overflow: auto !important;
}
div.clearlooks2 {
    z-index:9999999 !important;
}
.clearlooks2_modalBlocker {
    z-index:999999 !important;
    background:#666 !important;
}
/*.clearlooks2 .mceFocus .mceClose {
    background:transparent url('../../img/admin/crystal/fileclose.png') no-repeat scroll 0 0 !important;
    height:16px;
    width:16px;
}*/
.clearlooks2 .mceTop, .clearlooks2 .mceTop div {
    background: transparent url('../../img/admin/gradients/borders/window/top.gif') repeat 0 0 !important;
}
.clearlooks2 .mceTop .mceLeft {
    background: transparent url('../../img/admin/gradients/borders/window/top-left.gif') no-repeat left top !important;
    width:5px !important;
}
.clearlooks2 .mceTop .mceRight {
    background: transparent url('../../img/admin/gradients/borders/window/top-right.gif') no-repeat right top !important;
}
.clearlooks2 .mceBottom .mceCenter {
    background: transparent url('../../img/admin/gradients/borders/window/bottom.gif') repeat-x left bottom !important;
}
.clearlooks2 .mceBottom .mceLeft {
    background: transparent url('../../img/admin/gradients/borders/window/bottom-left.gif') no-repeat left bottom !important;
}
.clearlooks2 .mceBottom .mceRight {
    background: transparent url('../../img/admin/gradients/borders/window/bottom-right.gif') no-repeat right bottom !important;
}
.clearlooks2 .mceMiddle .mceLeft {
    background: transparent url('../../img/admin/gradients/borders/window/back.gif') repeat-y left top !important;
}
.clearlooks2 .mceMiddle .mceRight {
    background: transparent url('../../img/admin/gradients/borders/window/right.gif') repeat-y right top !important;
}
.clearlooks2 .mceMiddle span {
    border:1px solid #9cb6d0;
}
.clearlooks2 .mceTop span {
    text-align:left !important;
    text-indent:5px !important;
    color:#7b909e !important;
    font-size:13px !important;
    line-height:27px !important;
}
.clearlooks2 .mceFocus .mceTop span {
    color:#223039 !important;
}
/*
 * TINYMCE END
 */