/* tabs */
.tabs {
    background: #fff url('../../img/admin/tabs-bg.gif') bottom left repeat-x;
    margin: 0 -30px 20px;
    box-shadow: -10px -10px 0px #000;
}
    .tabs ul {
        list-style: none;
        margin: 0;
        padding: 0 0 0 30px;
        height: 31px;
        display:block;
    }
        .tabs li {
            display: block;
            float: left;
            margin: 1px 2px 1px 0;
        }
            .tabs li a {
                display: block;
                margin: 1px 0 0 0;
                line-height: 19px;
                background: #ddd url(../../img/admin/tabs-a-bg.gif) bottom left repeat-x;
                text-decoration: none;
                color: #414141;
                border: 1px solid #ccc;
                border-bottom: none;
            }
                .tabs li a:hover, .tabs li a:focus {
                    color: #2d93c1;
                    background: #ddd url(../../img/admin/tabs-a-bg.gif) top left repeat-x;
                    outline-style:none;
                }
            .tabs li a.tabActive {
                display: block;
                margin: 0;
                height: 29px;
                line-height: 21px;
                background: #fff;
                border: 1px solid #ccc;
                border-bottom: none;
            }
            .tabs li a.tabActive:hover {background-position: top left;}
                .tabs li a em {
                    display: block;
                    padding: 4px 10px;
                    font-style: normal;
                }
.tab {
    padding: 0;
    display: none;
    visibility: hidden;
    position: absolute;
}
.tab.tabActive {
    display: block;
    visibility: visible;
    position: static;
}
/* tabele */
table {
    width: 100%;
    border-collapse: collapse;
}
    table caption {
        visibility:hidden;
		position:absolute;
    }
    table th {
        background: #475865;
        color: #fff;
        padding: 4px 8px;
        text-align: center;
    }
        table th span {
            display:none;
        }
        table th.sorted {
            background-color: #273541;
        }
        table th.ASC, table th.DESC {
            background-image: url('../../img/admin/asc.gif');
            background-position: 50% 100%;
            background-repeat: no-repeat;
        }
        table th.DESC {
            background-image: url('../../img/admin/desc.gif');
            background-position: 50% 0;
        }
        th a {
            color: #72d8ff !important;
            display:block;
            min-height:23px;
            line-height:23px;
            margin:-4px -8px;
        }
        th a:focus {
            outline:none;
            text-decoration:underline;
        }
        tbody tr th {
            background:#d4e1ea !important;
            color:#475865;
            text-align: left;
        }
        tbody tr.row-1 th {
            background:#c3cfd8 !important;
        }
        tbody tr.row-1:hover th {
            background: #d6e8f5 !important;
        }
        tbody tr th.colHover {
            background:#dfe8ef !important;
        }
        tbody tr.row-1 th.colHover {
            background:#d2dae0 !important;
        }
        tbody tr:hover th, tfoot tr:hover th {
            background:#d6e8f5 !important;
            color:#333;
        }
        tfoot tr th {
            background:#dae8f0 !important;
            color:#333;
            text-align:left;
        }
        table td {
            padding: 6px 10px;
            border: 1px solid #fff;
            border-width: 0 0 0 1px;
            text-align: center;
        }
        table td.short, table th.short {
            max-width: 50px;
        }
        table td.main, table th.main {
            min-width: 170px;
            font-weight: bold;
            text-align: left;
			overflow:hidden;
        }
    table tr.row-1 {
        background:#efefef;
    }
        table tr.row-1 td.sorted {
            background:#e4e4e4
        }
        table tr td.sorted {
            background:#f4f4f4
        }
        tbody tr:hover {
            background: #ebf9ff;
        }
        tbody tr.hover {
            background: #ebf9ff;
        }
        table tr td.colHover {
            background:#f7fafb;
        }
        table th.colHover {
            background-color:#000;
        }
        table tr.row-1 td.colHover {
            background:#eff5f7;
        }
        table tr td.colHover.sorted {
            background:#f0f4f4;
        }
        table tr.row-1 td.colHover.sorted {
            background:#e4eaec;
        }
    /* locked row, purple */
    table tr.row-1.locked {
        background:#ebd6fa;
    }
    table tr.locked {
        background:#f2e4fc
    }
        table tr.locked td.colHover {
            background:#f1ecfa;
        }
        table tr.row-1.locked td.colHover {
            background:#ebe5f7;
        }
        table tr.locked td.colHover.sorted {
            background:#f0f4f4;
        }
        table tr.row-1.locked td.colHover.sorted {
            background:#e4eaec;
        }
     /* podświetlony row */
        table tr:hover td, table tr:hover td.colHover, table tr.row-1:hover td, table tr.row-1:hover td.colHover {
            background: #ebf9ff !important;
        }
        table tr td:hover, table tr td.colHover:hover, table tr.row-1 td:hover, table tr.row-1 td.colHover:hover {
            background: #e3f7ff !important
        }
        table tfoot tr {
            background: transparent !important;
        }
            table tfoot td {
                background-color:#e2edf3;
            }
a.loading, th.colHover a.loading {
    background-image: url('../../img/admin/loader/blue-on-dark-blue.gif');
    background-position: 4px 4px;
    background-repeat: no-repeat;
}
th.colHover a.loading {
    background-image: url('../../img/admin/loader/blue-on-black.gif');
}
/* formularze */
form {
    margin: 0;
    padding: 0;
}
    form div.row {
        min-height: 24px;
    }

        form div.row div {
            display:inline-block;
            vertical-align: top;
            padding: 5px;
        }
        form div.row div.label {
            display:inline-block;
            vertical-align: middle;
            width:200px;
            text-align: right;
        }
            form div.row div.label span {
                display:block;
                font-size:11px;
                color:#666;
            }
		form #extras div.row div.label {
			width:50px;
			padding: 5px;
		}
		form #extras div.row div {
			padding: 0 5px 5px 0;
		}
    input[type="text"], input[type="password"], select, input.search, textarea, ul.dropList, .date select {
        border:1px solid #aeaeae;
        width:290px;
        background:#fff url('../../img/admin/input-bg.gif') repeat-x 0 0;
        font-size:11px;
        padding: 3px;
    }
    select[id^="date"], select[id^="since"], select[id^="till"] {
        width:auto;
    }
    input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus, input.search:focus {
        border:1px solid #666;
        background-position:0 -5px;
    }
    input.search {
        background:#fff url('../../img/admin/input-search.gif') repeat-x 100% -25px;
        padding-right: 20px;
    }
    input.search:focus {
        background:#fff url('../../img/admin/input-search.gif') repeat-x 100% 0;
    }
    input[type="submit"] {
        border: 1px solid #a6e3ff;
        border-color: #a6e3ff #4189af #4189af #a6e3ff;
        background: transparent url(../../img/admin/button-bg.gif) 0 -20px repeat-x;
        height: 22px;
        color: #fff;
        padding: 0 5px 2px;
        cursor: pointer;
        font: bold 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
    }
    input[type="submit"]:hover {
        background-position: 0 0;
    }
    select {
        width:298px;
    }
    textarea {
        height: 100px;
        font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
    }
    .submitter {
        margin: 5px 0 5px 218px;
    }
    .submitters {
        margin-left: 218px;
    }
        .submitters.bordered {
            background:#cfe1f3 url('../../img/admin/gradients/borders/window/submitters.gif') repeat-x 0 0;
            height:22px;
            margin:0;
            padding:8px 30px;
            text-align: center;
        }
        .submitters.bordered input {
            margin-top: 0;
        }
        .submitters.total {
            text-align: center;
            margin-left:0;
        }
    .submitters input {
        height:22px;
        margin:20px 10px 10px 0;
        width: 130px;
    }
    .date select {
        width:auto;
    }
    input.defaultvalue {
        color:#ccc;
    }
    input.del {
        background:#fff url('../../img/admin/inputDel.gif') 0 0;
        border:1px solid #aeaeae;
        display:inline-block;
        font-size:11px;
        font-weight:bold;
        height:23px;
        padding:0 4px 0 22px;
        color:#2d93c1;
    }
    .firefox input.del {
        padding:0 2px 2px 18px;
    }
        input.del:hover {
            border-color:#666;
            background: #eee url('../../img/admin/inputDel.gif') 0 100%;
        }
/* formularze w tabelach */
table form {
    display: inline;
}
/* formularz nietypowy - ustawienia wyswietlania, tytul, etc. */
#editarea {
    padding: 10px;
    background:#fff;
    margin:0 -30px -20px;
}
    #editor, #extras {
        display: inline-block;
        vertical-align:top;
        min-width: 400px;
        width: 100%;
    }
        #editor textarea {
            width: 100%;
            height: 500px;
            font-size: 13px;
        }
        #editor textarea#short {
            height: 80px;
        }
        #editor input#title {
            width: 100%;
        }
    #editor {
        padding: 10px 20px 10px 30px;
        background:#fff;
        margin:-10px 0 -10px -10px;
        width:50%;
        min-width: 700px;
    }
        #editor .submitters {
            margin-left: 190px;
        }
    #extras {
        /* border-left: 1px dashed #ccc; */
       margin: 5px 0 0 5px;
       max-width: 700px;
    }
	#extras h2 {
		margin-top: 0;
		padding-top:0;
		border-bottom:1px solid #ddd;
	}
	#extras .row.date {
		margin:0;
	}
    input#title {
        height: 30px;
        font-size: 24px;
        width: 40%;
        min-width: 600px;
        margin: 5px 5px 5px 0;
    }
/* panele */
#mainarea, div.mainarea {
    background: #fff url('../../img/admin/gradients/blue.gif') 0 0 repeat-x;
}
#panel, #main, div.panel, div.main {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    overflow:hidden;
}
#panel, div.panel {
    overflow:visible;
}
#panel, div.panel {
    padding: 10px;
}
#panel input, #panel select, div.panel input, div.panel select {
    width: auto;
}
#main, div.main {
    border-left: 1px solid #eee;
    width: 75%;
    background:#fff;
    min-height: 300px;
}
#main.left, div.main.left {
    border-left: none;
    border-right: 1px solid #eee;
}
/* szeroki panel */
#panel.big {
    width: 350px;
}
#panel.big div.label {
    width: 100px;
}
#panel.big div.submitter {
    margin-left: 118px;
}
/* confirm */
.window {
    position:relative;
    min-height: 200px;
    min-width: 344px;
}
.sh1, .sh2, .sh3, .sh4 {
    background: #f00;
    width:50%;
    height:50%;
    position: absolute;
    top: 0;
    padding: 0;
    background: transparent url('../../img/admin/window/sh1.png') 0 0;
    z-index:999990;
}
.sh2 {
    left: 50%;
    background: transparent url('../../img/admin/window/sh2.png') top right;
}
.sh3 {
    top: 50%;
    background: transparent url('../../img/admin/window/sh3.png') bottom left;
}
.sh4 {
    left: 50%;
    top:50%;
    background: transparent url('../../img/admin/window/sh4.png') bottom right;
}
.windowContent {
    border: 2px solid #485763;
    min-height: 150px;
    height: auto !important;
    height: 150px;
    width: 300px;
    background:#fff;
    margin:22px;
    z-index:999999;
    position: absolute;
    top:0;
    left:0;
}
    .window h3 {
        background:#485763;
        color:#fff;
        margin: 0;
        padding: 5px;
    }
    .window p {
        color:#333;
        margin: 0;
        padding: 5px;
        min-height:83px;
    }
    .window div.last {
        background:#efefef;
    }
        .window div.last input {
            float: none;
            margin: 5px;
        }
#prompt {
    display: none;
    position: fixed;
    background: transparent;
    width: auto;
    z-index: 999999;
}
/* div popup window */
.window {
    display: none;
    position: fixed;
    top: 50px;
    left: 25%;
    width: 668px;
    background: #fff url('../../img/admin/gradients/borders/window/back.gif') repeat-y;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
}
.winWrapper1 {
    background: transparent url('../../img/admin/gradients/borders/window/right.gif') top right repeat-y;
    overflow:hidden;
}
.winWrapper2 {
    background: transparent url('../../img/admin/gradients/borders/window/top.gif') top right repeat-x;
    overflow:hidden;
}
.winWrapper3 {
    background: transparent url('../../img/admin/gradients/borders/window/bottom.gif') bottom right repeat-x;
    overflow:hidden;
}
.winWrapper4 {
    background: transparent url('../../img/admin/gradients/borders/window/top-right.gif') top right no-repeat;
    overflow:hidden;
}
.winWrapper5 {
    background: transparent url('../../img/admin/gradients/borders/window/top-left.gif') top left no-repeat;
    overflow:hidden;
}
.winWrapper6 {
    background: transparent url('../../img/admin/gradients/borders/window/bottom-left.gif') bottom left no-repeat;
    overflow:hidden;
}
.winWrapper7 {
    background: transparent url('../../img/admin/gradients/borders/window/bottom-right.gif') bottom right no-repeat;
    overflow:hidden;
    padding-bottom: 5px;
    position:relative;
}
.window .resize {
    position: absolute;
    background: transparent url('../../img/admin/gradients/borders/window/resize.gif') bottom right no-repeat;
    bottom: 1px;
    right: 2px;
    width: 7px;
    height: 7px;
    cursor: se-resize;;
}
.windowTitle {
    background: transparent url('../../img/admin/gradients/borders/window/top.gif');
    color:#223039;
    margin:0 6px;
    padding:0 0 0 5px;
    font-size: 13px;
    line-height: 24px;
    height: 27px;
    position: relative;
    line-height: 27px;
}
.windowTitle em {
    font-style: normal;
    background: transparent url(../../img/admin/crystal/visible.png) 0 0 no-repeat;
    padding-left: 20px;
}
.window .closeWindow {
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    overflow:hidden;
}
.window .closeWindow em {
    height: 16px;
    width: 16px;
    background: transparent url('../../img/admin/crystal/fileclose.png') 0 0 no-repeat;
}
.winContent {
    padding: 0;
    height: 300px;
    overflow:auto;
    margin: 0 6px 1px;
}
.window .submitters {
    background: #cfe1f3 url('../../img/admin/gradients/borders/window/submitters.gif') repeat-x;
    text-align: right;
    margin: 0 5px;
    padding: 0;
    height: 39px;
    border: 1px solid #9cb6d0;
    border-width: 0 1px;
}
.window .submitters input {
    margin: 10px 10px 10px 0;
}
.winContent .more {
    background:#eee;
    margin: 10px 0 0;
    line-height: 24px;
    height: 24px;
    font-size: 13px;
    border-top: 1px solid #ccc;
    padding: 0 0 0 5px;
}
/* czarne tlo */
#blackBackground {
    position: fixed;
    top: 0;
    left: 0;
    background: #666;
}
/* filtry i wyszukiwanie */
.filter {
    background: #e2edf3;
    margin-bottom: 1px;
    height: 25px;
}

.filter label, .filter input, .filter form {
    width: auto;
    display:inline-block;
    vertical-align:middle;
    margin: 0 10px 0 2px;
}

ul.dropList {
    display: block;
    list-style: none;
    display: inline-block;
    margin: 0 10px 0 2px;
    width: 150px;
    line-height: 20px;
    position: relative;
    padding: 0 2px;
    border: 1px solid #aeaeae;
}
ul.dropList li {
    padding-left: 0;
    margin-left:0;
}
    ul.dropList li a {
        display: block;
        text-decoration: none;
        color: #323232;
        font-size: 11px;
        background: transparent url(../../img/admin/drop.gif) no-repeat 141px 8px;
        width:148px;
        margin:0;
        padding:0;
    }
    ul.dropList li a.dropActive {
        color: #000;
        background: #fff url(../../img/admin/drop.gif) no-repeat 141px -4px;
    }
    ul.dropList li ul {
        display: none;
        border: 1px solid #666;
        background: #fff;
        position: absolute;
        margin: 0;
        padding: 0;
        font-size: 11px;
        margin-top: 2px;
        list-style:none;
    }
    ul.dropList li ul.dropActive {
        display: block;
        z-index:99999;
    }
        ul.dropList li ul li.row {
            background:#f8f8f8
        }
        ul.dropList li ul li.filterActive {
            background:#ffffc0;
        }
        ul.dropList li ul li.row.filterActive {
            background:#fffea1
        }
        ul.dropList li ul li.row.filterActive {
            background:#fffea1
        }
        ul.dropList li ul li.filterActive:hover {
            background:#fffd6f
        }
        ul.dropList li ul li.separate {
            border-bottom: 1px solid #666;
        }
        ul.dropList li ul li:hover {
            background:#eee;
        }
            ul.dropList li ul li a:focus {
                outline: none;
            }
            ul.dropList li ul li label {
                display:block;
                font-weight: normal;
                text-align: left;
                margin: 0;
                padding: 0 2px;
                cursor: pointer;
                width: 146px;
                overflow: hidden;
                border-bottom: 1px solid #fff;
            }
            ul.dropList li ul li input {
                width: 1px;
                position: absolute;
                visibility:hidden;
            }
/* linki z ikonami */
.add {
    display:block;
    font-size:14px;
    font-weight:bold;
    padding:4px 10px 4px 20px;
    text-decoration:none;
    width:175px;
    background: transparent url(../../img/admin/crystal/edit_add.png) 0 50% no-repeat;
    margin: 5px 0;
}
/* informacje o języku, etc.*/
.info {
    font-size: 11px;
    margin: -10px 0 20px;
    color: #777;
}
/* przyciski */
.button {
    display: inline-block;
    border: 1px solid #aeaeae;
    padding: 0;
    line-height: 21px;
    height: 21px;
    background: #fff url('../../img/admin/gradients/grey.gif') bottom left repeat-x !important;
    font-size: 11px;
    font-weight: bold;
}
.button:hover {
    border-color:#666;
    text-decoration: none;
    background: #eee;
}
.button:focus {
    outline:none;
    border-color:#000;
}
    .button em {
        font-style: normal;
        display: block;
        padding: 0 6px 0 22px;
        border: 1px solid #fff;
        height: 19px;
        line-height: 19px;
        background: transparent url('../../img/admin/crystal/folder.png') 2px 1px no-repeat;
		background-repeat:no-repeat;
        cursor:pointer;
    }
#statusBar {
    background: #eee url('../../img/admin/status/icon.gif') 10px 50% no-repeat;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 25px;
    color:#888;
    width: 100%;
    margin: 0;
    line-height: 20px;
    z-index:999999999;
    border-top: 1px solid #ccc;
}
    #help {
        line-height: 25px;
        margin-left: 80px;
        color:#223039;
        float:left;
    }
    #reqStatus {
        float: right;
        width: 430px;
        position: relative;
        height:26px;
        margin-right: 1px;
        overflow:hidden;
        cursor:pointer;
        overflow:hidden;
        line-height:26px;
    }
        #reqStatus ul {
            margin:0;
            padding:0;
            position: absolute;
            bottom: 0;
            right: 0;
            display: block;
            list-style: none;
            background:#eee;
            border: 1px solid #ccc;
        }
        #reqStatus ul:hover {
            background:#fff;
        }
            #reqStatus ul li {
                display: block;
                list-style: none;
                width: 400px;
                margin: 2px;
                background: transparent;
                position:relative;
                line-height:19px;
                text-indent: 3px;
                border: 1px solid #eee;
            }
            #reqStatus ul:hover li {
                border-color:#fff;
            }
            #reqStatus ul li:hover {
                background-color: #fff;
                color:#000;
                border-color:#74a9c0;
            }
                #reqStatus ul li em, #reqStatus i {
                    font-style:normal;
                }
                #reqStatus i {
                    font-weight:bold;
                    padding-right:8px;
                    background: transparent url('../../img/admin/status/arrowUp.png') 100% 50% no-repeat;
                    text-align:right;
                }
                #reqStatus ul li span.bar {
                    height: 14px;
                    overflow:hidden;
                    width: 90px;
                    display:block;
                    position: absolute;
                    right: 3px;
                    top:3px;
                    background:#ccc url('../../img/admin/status/progress.png');
                }
                #reqStatus ul li span.bar strong, #reqStatus ul li span.bar b {
                    display:block;
                    width:0;
                    background:#73e54f url('../../img/admin/status/progress.png');
                    height:14px;
                }
/* 
 * miniTabs, do pary z fileBrowse z fileManage.css zagniezdzac w tym tabsy
 */
.miniTabs {
    background:#fff !important;
    border:none !important;
}
.miniTabs h3 {
    background:#ddd !important;
}
/*
 * parametry formularza do zapytan ajaxowych
 */
.formParams {
    display:none;
}
/* zaokraglone rogi 
.tabs li a, .filter {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}
input.text, select.select, textarea.textarea, input.submit, ul.dropList {
    -moz-border-radius:4px;
}
table tfoot td {
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
}
*/
/*
 * INTERNET EXPLORER
 */
/* formularze */
        *:first-child+html form div.row div {
            display:inline;
            zoom: 1;
            margin-right: 5px;
        }
        *:first-child+html form div.row div.label {
            display:inline;
            zoom: 1;
        }
    *:first-child+html #editor, *:first-child+html #extras {
        display: inline !important;
        zoom: 1;
        margin: 0;
    }
    *:first-child+html #editor {
        position:relative;
    }
*:first-child+html #panel, *:first-child+html #main, *:first-child+html div.panel, *:first-child+html div.main {
    display: inline;
    zoom:1;
}

*:first-child+html .filter label, *:first-child+html .filter input, *:first-child+html .filter form {
    display:inline;
    zoom: 1;
}

*:first-child+html ul.dropList {
    display: inline;
}
*:first-child+html ul.dropList li ul li {
    zoom:1;
    margin: 0;
    padding: 0;
}
*:first-child+html .button {
    display: inline;
    zoom:1;
}
*:first-child+html ul.dropList {
    margin-bottom: -6px;
}
*:first-child+html ul.dropList li a {
    margin-left:-17px;
}
*:first-child+html ul.dropList li ul li a {
    margin-left:1px;
}
*:first-child+html input.del {
        background:#fff url('../../img/admin/inputDel.gif') -1px -1px;
        border:1px solid #aeaeae;
        display:inline-block;
        font-size:11px;
        font-weight:bold;
        height:23px;
        padding:1px 0 0 14px;
        color:#2d93c1;
        position:relative;
        top: 1px;
        left: -5px;
    }
        *:first-child+html input.del:hover {
            border-color:#666;
            background: #eee url('../../img/admin/inputDel.gif') -1px -22px;
        }
/*
 * INTERNET EXPLORER END
 */
/*
 * browsers explained
 */
#browsers{border:2px solid #d00;font-size:16px;background:#fff;display:none;margin:30px 0;padding:10px}
#browsers p{font-weight:400;line-height:18px;font-size:14px}
#browsers ul{list-style:none;display:block;height:80px;background:#fff;margin:0;padding:12px 0}
#browsers ul li{display:block;float:left;width:150px;text-align:center}
#browsers ul li a{color:#000 !important;background:transparent url('../../img/admin/browsers/ie.gif') 50% 0 no-repeat;padding-top:55px;display:block;font-weight:700;zoom:1}
#browsers ul li a.opera{background-image:url('../../img/admin/browsers/opera.gif')}
#browsers ul li a.f3{background-image:url('../../img/admin/browsers/firefox.gif')}
#browsers ul li a.as{background-image:url('../../img/admin/browsers/safari.gif')}
#browsers ul li a.gc{background-image:url('../../img/admin/browsers/chrome.gif')}