/* css reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* koniec css reset */

/* html basic */
body {
    background: #f8fdff;
    text-align: left;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 17px;
    font-weight: normal;
    color: #444444;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
    *overflow: hidden;
}
div {
    margin: 0 auto;
    border: 0px;
}
a {
    font-family: Arial;
    text-decoration: none;
    color: #444444;
}
a:hover {
    text-decoration: underline;

}
h1 {
    font-size: 19px;
    color: #000;
    margin-bottom: 10px;
}
#container {
    width: 100%;
    float: left;
    background: #eaf4fa url(../img/bg.jpg) top center no-repeat;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
}
.wrap {
    width: 980px;
}
.rounded {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
p, span, h1, h2, h3, h4, li, td, th {
	cursor: default;
}
form input[type="submit"] {
	cursor: pointer;
}
/* end html */


/* HEADER --------------------------------------------- */

#header {
    height: 100px;
    margin: 5px 5px 5px 0;
}
#header a {
    text-decoration: none;
}
#logo {
    float: left;
    margin-top: 20px;
    width: 190px;
    height: 55px;	
}
#logo a {
    background: url(../img/logo.png) no-repeat;
    display: block;
    width: 190px;
    height: 55px;
}
#slogan {
    float: left;
    background: url(../img/slogan.png) no-repeat;
    width: 242px;
    height: 62px;
    margin: 20px 0 0 28px;
}
#header #top-menu {
    float: right;
    width: 400px;
}
.lang {
    float: right;
    clear: both;
    display: block;
}
.lang a {
    display: inline-block;
    width: 26px;
    line-height: 26px;
    color: #80a5bb;
    background-color: #eaf4fa;
    text-decoration: none;
    text-align: center;
    margin-left: 6px;
}
.lang a:hover {
    color: #ffffff;
    background-color: #2489a7;	
}
.tech {
    float: right;
    color: #425f78;
    margin-top: 5px;
    display: block;
    width: 400px;
    text-align: right;
}
.tech a {
    text-decoration: none;
}
.tech span {
    color: #b60049;
    font-weight: bold;
}
#buttons {
    float: right;
    margin-top: 10px;
    clear: both;
    display: block;
    width: 308px;
}
#buttons ul { width: 100%; }
#buttons li{
    display: inline-block;
    float: left;
    background-color: #eaf4fa;
    background-image: url(../img/mini.png);
    background-repeat: no-repeat;
    margin: 0 2px;
    height: 26px;
}
#buttons li:hover {
    background-color: #c5165c;
    background-image: url(../img/mini.png);
    background-repeat: no-repeat;
}
#buttons a {
    display: inline-block;
    color: #80a5bb;
    line-height: 26px;
    padding-left: 30px;
    width: 75%;
}
#buttons a:hover {
    color: #ffffff;
}
#buttons li.mainpg {
    background-position: 0 0;
    width: 110px;
}
#buttons li.mainpg:hover {
    background-position: 0 -18px;
}
#buttons li.chpswd {
    background-position: 0 -36px;
    width: 100px;
}
#buttons li.chpswd:hover {
    background-position: 0 -55px;
}
#buttons li.logout {
    background-position: 0 -74px;
    width: 80px;
}
#buttons li.logout:hover {
    background-position: 0 -92px;
}

/* MAIN MENU --------------------------------------------- */
#navig {
}
#navig #main-menu {
    margin-top: 8px;
    height: 37px;
}
#navig #main-menu a {
    display: inline-block;
    width: 120px;
    line-height: 37px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    background-color: #298fae;
    background-image: linear-gradient(left bottom, #2488A7 50%, #3AA6C4 100%);
    background-image: -o-linear-gradient(left bottom, #2488A7 50%, #3AA6C4 100%);
    background-image: -moz-linear-gradient(left bottom, #2488A7 50%, #3AA6C4 100%);
    background-image: -webkit-linear-gradient(left bottom, #2488A7 50%, #3AA6C4 100%);
    background-image: -ms-linear-gradient(left bottom, #2488A7 50%, #3AA6C4 100%);

    background-image: -webkit-gradient(
        linear,

        left bottom,
        right top,
        color-stop(0.5, #2488A7),
        color-stop(1, #3AA6C4)
        );
    margin-right: -1px;
    /* zaokraglanie rogow */
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-radius-topright: 5px;
    -khtml-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
#navig #main-menu a:hover {
    text-decoration: underline;
}
#navig #pagin {
    line-height: 40px;
    color: #809fb2;
}
#navig #pagin ul {
    height: 38px;
    margin-left: 25px;
    padding-left: 25px;
    vertical-align: middle;
    background: url(../img/mini.png) 0 -109px no-repeat;
}
#navig #pagin ul li {
    display: inline;
    line-height: 40px;
    cursor: default;
}
#navig #pagin ul li a {
    padding-left: 18px;
    margin-left: 7px;
    background: url(../img/mini.png) 0 -152px no-repeat;
    color: #809fb2;
}
#navig #pagin ul li a:hover {
    color: #b8014b;
}


#content {
    float: left;
    margin-top: 15px;
}
/* CONTENT LEFT --------------------------------------------- */
#content #left {
    float: left;
    width: 215px;
    margin-right: 10px;
}
#menu li {
    color: #ffffff;
    line-height: 36px;
}
#menu span {
    cursor: pointer;
}
#menu li span {
    display: block;	
    height: 36px;
    background: url(../img/mini.png) 0 -173px no-repeat;
    padding-left: 20px;
}
#menu li a:hover span,
#menu li a.active span {
    background-position: 0 -210px;
}
#menu li a {
    text-decoration: none;
    display: block;
    color: #ffffff;
    padding-left: 10px;
    background-color: #c5165c;
    background-image: linear-gradient(top, #B60049 50%, #D91061 100%);
    background-image: -o-linear-gradient(top, #B60049 50%, #D91061 100%);
    background-image: -moz-linear-gradient(top, #B60049 50%, #D91061 100%);
    background-image: -webkit-linear-gradient(top, #B60049 50%, #D91061 100%);
    background-image: -ms-linear-gradient(top, #B60049 50%, #D91061 100%);
    background-image: -webkit-gradient(
        linear,

        left top,
        left bottom,
        color-stop(0.5, #B60049),
        color-stop(1, #D91061)
        );
}
#menu li a:hover, #menu li a.active {
    background-color: #298fae;
    background-image: linear-gradient(top, #10708c 50%, #359fbe 100%);
    background-image: -o-linear-gradient(top, #10708c 50%, #359fbe 100%);
    background-image: -moz-linear-gradient(top, #10708c 50%, #359fbe 100%);
    background-image: -webkit-linear-gradient(top, #10708c 50%, #359fbe 100%);
    background-image: -ms-linear-gradient(top, #10708c 50%, #359fbe 100%);
    background-image: -webkit-gradient(
        linear,

        left top,
        left bottom,
        color-stop(0.5, #10708c),
        color-stop(1, #359fbe)
        );

}
#menu li ul {
    display: none;/*block*/ 
    margin-top: 0px;
}
#menu ul li {
    padding-bottom: 0;
}
#menu ul li span {
    color: #728693;
    height: 18px;
    padding-left: 0;
    display: inline; 
}
#menu ul li a {
    background: none;
    padding-left: 5px;
    line-height: 18px;
    padding-top: 8px;
}
#menu ul li a:hover {
    background: none;
}

.treeview, .treeview ul { 
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeview ul {

    /* margin-top: 4px; */
}

.treeview .hitarea {
    background: url(../img/treeview-default.png) -63px -25px no-repeat;
    height: 36px;
    width: 20px;
    margin-left: -20px;
    float: left;
    cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
    display: inline;
    float:none;
}

.treeview li { 
    margin: 0;
    padding: 0 0 4px 23px;
}

.treeview a.selected {
    background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(../img/treeview-default-line.png) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { /*background-position: 0 -176px;*/ }

.treeview .expandable-hitarea { background-position: -81px 2px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../img/treeview-default.png); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -78px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }


.treeview .placeholder {
    background: url(../img/ajax-loader.gif) 0 0 no-repeat;
    height: 16px;
    width: 16px;
    display: block;
}


/* CONTENT RIGHT --------------------------------------------- */
#content #right {
    float: left;
    width: 532px;
    padding: 20px 20px 100px 200px;
    background: url(../img/content-bg.png) no-repeat;
}
#content #right img {
    margin: 15px 0;
}
#content #right p {
    font-size: 12px;
    line-height: 22px;
    color: #425f78;
    margin: 15px 0;
}

/* FOOTER --------------------------------------------- */
#footer {
    float: left;
    height: 85px;
    padding-top: 45px;
    width: 100%;
    background: url(../img/foot-bg.jpg) top center no-repeat;
}
#footer .tech {
    float: left;
    text-align: left;
}
#footer #copyright {
    float: left;
    clear: left;
    font-size: 12px;
    line-height: 18px;
    color: #84adbb;
}
#footer #copyright a {
    color: #84adbb;
}

#footer #logo2 {
    float: right;
    display: inline-block;
    width: 138px;
    height: 43px;
    background: url("../img/logo2.png") 0 0 no-repeat;
}
#footer #logo2:hover {
    background-position: 0 -43px;
}

/* LOGOWANIE --------------------------------------------- */
#container0 {
    width: 100%;
    float: left;
    background: url(../img/bg0.jpg) top center no-repeat;
}
#container0 #header {
    height: 140px;
}
#container0 #center {
    margin: 55px auto 0;
    width: 460px;
}
#container0 img {
    float: left;
    margin: 5px 0 28px 10px;
}
#container0 a {
    text-decoration: none;
}
#container0 form {
    float: left;
    padding: 15px 0 45px !important;
    display: inline;
}
#container0 form input {
    border: 1px solid #c0d2dd;
    background: #ffffff;
    font-size: 12px;
    padding: 7px;
    width: 168px;
    color: #105d77;
    font-family: Arial, Tahoma, Verdana;
    line-height: 15px;
    display: inline;
}
#container0 form label {
    color: #105d77;
    font-size: 12px;
    line-height: 35px;
    height: 35px;
    width: 140px;
    margin-right: 10px;
    display: inline-block;
    text-align: right;
    font-family: Arial, Tahoma, Verdana;
    clear: both;
}
#container0 #buttons {
    margin-top: 17px;
    width: auto;
    *width: 227px;
}
#container0 #buttons ul  {
	float: left;
	*display: inline;
	zoom: 1;
}
#container0 #buttons ul > * {
	float: left;
	margin-left: 2px;
	*display: inline;
	zoom: 1;
}
#container0 #buttons li {
    background-color: #ffffff;
    height: 28px;
}
#container0 #buttons a {
    line-height: 29px;
}
#container0 #buttons li:hover {
    background-color: #c5165c;
    background-position: 0 -18px;
}
#container0 #buttons li:first-child {
    width: 140px;
    background-position: 0 -36px;
}
#container0 #buttons li:first-child:hover {
    background-position: 0 -55px;
}
#container0 #buttons li[style="width: 80px;"] {
    background-position: 0 -73px;
}
#container0 #buttons li[style="width: 80px;"]:hover {
    background-position: 0 -91px;
}
#buttons ul input:first-child {
    width: 90px;
}
#container0 form input[type='submit'] {
    border: 0;
    cursor: pointer;
    width: 80px;
    color: #80a5bb;
    padding: 6px 0 6px 17px;
    font-size: 11px;
    background: #ffffff url(../img/mini.png) 0 -73px no-repeat;
    line-height: 18px;
    height: 28px;
    display: inline;
    float: right;
}
#container0 form input[type='submit']:hover {
    background-color: #c5165c;
    color: #ffffff;
    background-position: 0 -91px;
}
#container0 .wrap {
    width: 955px;
}


/* CONTENT TABLE WEB --------------------------------------------- */
#content #listing {
    float: left;
    width: 750px;
    padding: 0px 5px 6px 0;
}
.blueplus { 
    line-height: 38px; 
    height: 38px; 
    margin-left: 20px; 
} 
.blueplus li { 
    background: #3cafd2 /*url(../img/mini.png)*/ 0 -247px no-repeat; 
    display: inline-block;
    /* zaokraglanie rogow */ 
    -webkit-border-top-right-radius: 5px; 
    -webkit-border-top-left-radius: 5px; 
    -khtml-border-radius-topright: 5px; 
    -khtml-border-radius-topleft: 5px; 
    -moz-border-radius-topright: 5px; 
    -moz-border-radius-topleft: 5px; 
    border-top-right-radius: 5px;
    border-top-left-radius: 5px; 
    /* For IE 7 */
    zoom: 1;
    *display: inline;
    *margin-right: 3px;
} 
.blueplus li:hover {
    background-color: #2488A7;
}
.blueplus li a{
    color: #ffffff;
    display: block;
    margin: 0 10px;
} 
.blueplus li:hover a {
    text-decoration: none;
}
table.head-tab {
    width: 100%;
    background: #ffffff;
    color: #425f78;
    text-align: left;
    padding: 2px 5px 2px;
    border-collapse: separate;
    border-spacing:  0 3px;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
}
table.head-tab tr {
    padding: 5px;
    height: 57px;
}
table.head-tab tr:first-child {
    height: 37px;
}
table.head-tab tr:nth-child(odd) td {
    background: #daebf5;
}
table.head-tab th { 
    color: #ffffff;
    background-color: #369EBE;
    background-image: linear-gradient(left , #2488A7 25%, #369EBE 100%); 
    background-image: -o-linear-gradient(left , #2488A7 25%, #369EBE 100%); 
    background-image: -moz-linear-gradient(left , #2488A7 25%, #369EBE 100%); 
    background-image: -webkit-linear-gradient(left , #2488A7 25%, #369EBE 100%); 
    background-image: -ms-linear-gradient(left , #2488A7 25%, #369EBE 100%); 

    background-image: -webkit-gradient( 
        linear, 
        left top, 
        right top, 
        color-stop(0.25, #2488A7), 

        color-stop(1, #369EBE) 
        ); 
    height: 42px; 
    vertical-align: middle; 
    text-align: center; 
    font-weight: normal; 
    border-left: 1px solid #ffffff; 
} 

table.head-tab th:first-child { 
    /* zaokraglanie rogow */ 
    -webkit-border-top-left-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px; 
    -khtml-border-radius-topleft: 5px; 
    -khtml-border-radius-bottomleft: 5px; 
    -moz-border-radius-topleft: 5px; 
    -moz-border-radius-bottomleft: 5px; 
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px; 
    border-left: 0px; 
}

table.head-tab th:last-child {
    background-color: #D22D72;
    background-image: linear-gradient(left , #C20651 50%, #D22D72 100%);
    background-image: -o-linear-gradient(left , #C20651 50%, #D22D72 100%);
    background-image: -moz-linear-gradient(left , #C20651 50%, #D22D72 100%);
    background-image: -webkit-linear-gradient(left , #C20651 50%, #D22D72 100%);
    background-image: -ms-linear-gradient(left , #C20651 50%, #D22D72 100%);

    background-image: -webkit-gradient(
        linear,

        left top,
        right top,
        color-stop(0.5, #C20651),
        color-stop(1, #D22D72)
        );
    border-left: 1px solid #ffffff;
    /* zaokraglanie rogow */
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-radius-topright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-radius-topleft: 0px;
    -khtml-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
table.head-tab td {
    background: #eaf4fa;
    margin: 15px 10px;
    height: 50px;
    vertical-align: middle;
    border-spacing: 10px;
    padding: 0px 15px;
}
table.head-tab tr:hover td{
    background-color: #cce0ed;
}
table.head-tab td:first-child,
table.head-tab tr:nth-child(odd) td:first-child {
    padding: 0;
    background: #cce0ed;
    text-align: center;
    /* zaokraglanie rogow */
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-radius-topleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    z-index: 100;
}
table.head-tab td:first-child span {
    display: block;
    background-color: #FAFAFA;
    background-image: linear-gradient(left top, #EBEBEB 5%, #FFFFFF 100%);
    background-image: -o-linear-gradient(left top, #EBEBEB 5%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(left top, #EBEBEB 5%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(left top, #EBEBEB 5%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(left top, #EBEBEB 5%, #FFFFFF 100%);

    background-image: -webkit-gradient(
        linear,
        left top,
        right bottom,
        color-stop(0.05, #EBEBEB),
        color-stop(1, #FFFFFF)
        );
    border: 1px solid #94b2c6;
    width: 16px;
    height: 16px;
    margin: 0px auto;
    line-height: 16px;
    *padding-left: 4px;
    *width: 12px;
}
table.head-tab td:last-child {
    vertical-align: top;
    padding-top: 10px;
    /* zaokraglanie rogow */
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-radius-topright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
ul.tools{
    width: 150px;
    padding-left: 15px;
    float: left;
}
ul.tools, ul.tools li {
    display: inline-block;
    line-height: 22px;
    padding-top: 2px;
    float: left;
}
ul.tools a {
    display: inline-block;
    height: 16px;
    width: 13px;
    background-image: url(../img/mini.png);
    background-repeat: no-repeat;
    margin: 7px 1px 6px 0;
    vertical-align: middle;
}
ul.tools ul {
    width: 97px;
    background: #ffffff;
    padding: 3px 5px;
    margin-left: 10px;
    height: 24px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    *padding-left: 15px;
    *width: 90px;
}
ul.tools ul li {
    height: 22px;
    float: none;
    text-align: center;
    *float: left;
    *display: inline;
}
ul.tools ul a {
    width: 16px;
    display: inline-block;
    margin: 0px 2px 3px;
    *margin: 2px 2px 0;
    *display: inline;
}
a.down {
    background-position: 0 -285px;
}
a.downdisab {
    background-position: 0 -303px;
    cursor: default;
}
a.up {
    background-position: 0 -321px;
}
a.updisab {
    background-position: 0 -339px;
    cursor: default;
}
a.edit {
    background-position: 0 -357px;
}
a.post {
    background-position: 0 -375px;
}
a.wind {
    background-position: 0 -393px;
}
a.remove {
    background-position: 0 -410px;
}
#cloud {
    position: fixed;
    background: #3eadce;
    width: 100px;
    line-height: 28px;
    text-align: center;
    font-size: 11px;
    color: white;
    opacity: 0.8;
    display: none;
}
table.head-tab td img {
    border: 1px solid #ccd4d6;
    margin: 10px 15px 7px 0;
    display: inline;
    vertical-align: middle;
    float: left;
}
table.head-tab td h3 {
    margin-top: 15px;
    line-height: 24px;
}
table.head-tab td p {
    font-size: 11px;
    line-height: 18px;
}

div.tab-foot {
    margin: -66px 0 15px 25px;
}
div.tab-foot div {
    background: url(../img/mini.png) 0 -429px no-repeat;
    width: 25px;	height: 29px;
    float: left;
}
div.tab-foot a {
    display: inline-block;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #80a5bb;
    padding: 5px 15px;
    margin: 14px 0 0 2px;
}
div.tab-foot li:hover a{

    color: #ffffff;
    text-decoration: none;
}
div.tab-foot a.sort {
    color: #ffffff;
    background-color: #2489a7;
}
div.tab-foot a.sort:hover {
    text-decoration: none;
    background-color: #17718f;
    background-image: linear-gradient(top, #105D77 50%, #1E84A6 100%);
    background-image: -o-linear-gradient(top, #105D77 50%, #1E84A6 100%);
    background-image: -moz-linear-gradient(top, #105D77 50%, #1E84A6 100%);
    background-image: -webkit-linear-gradient(top, #105D77 50%, #1E84A6 100%);
    background-image: -ms-linear-gradient(top, #105D77 50%, #1E84A6 100%);

    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.5, #105D77),
        color-stop(1, #1E84A6)
        );
}
div.tab-foot ul, div.tab-foot li, div.tab-foot ol {
    display: inline;
}
div.tab-foot ul li {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div.tab-foot ul li a {
    padding: 6px 5px 6px 10px;
}
div.tab-foot ul ol {
    margin: 0 101px;
}
div.tab-foot ul li li {
    padding: 0;
    background: none;	
    color: #80a5bb;
    border: 1px solid #ffffff;
    margin: 0 -1px;
}
div.tab-foot ul li li:hover,
div.tab-foot ul li li.active {
    border: 1px solid #105d77;
    background-color: #17718f;
    background-image: linear-gradient(top, #105D77 50%, #1E84A6 100%);
    background-image: -o-linear-gradient(top, #105D77 50%, #1E84A6 100%);
    background-image: -moz-linear-gradient(top, #105D77 50%, #1E84A6 100%);
    background-image: -webkit-linear-gradient(top, #105D77 50%, #1E84A6 100%);
    background-image: -ms-linear-gradient(top, #105D77 50%, #1E84A6 100%);

    background-image: -webkit-gradient(
        linear,

        left top,
        left bottom,

        color-stop(0.5, #105D77),
        color-stop(1, #1E84A6)
        );
}
div.tab-foot ul li:hover li a{
    color: #80A5BB;
}
div.tab-foot ul li li:hover a,
div.tab-foot ul li li.active a {
    color: #ffffff;
}
div.tab-foot ul li li a {
    padding: 0 3px;
}
div.tab-foot ul li.prev,
div.tab-foot ul li.next {
    background-color: #eaf4fa;
    background-image: url(../img/mini.png);
    background-repeat: no-repeat;
    padding: 6px 5px;
    margin-left: 60px;
}
div.tab-foot ul li.prev:hover,
div.tab-foot ul li.next:hover {
    background-color: #c30954;
}
div.tab-foot ul li.prev {
    background-position: 0 -462px;
}
div.tab-foot ul li.prev:hover {
    background-position: 0 -481px;
}
div.tab-foot ul li.next {
    background-position: 85px -502px;
}
div.tab-foot ul li.next a {
    padding: 6px 10px 6px 5px;
}
div.tab-foot ul li.next:hover {
    background-position: 85px -524px;
}




/* CONTENT POSTS TAB --------------------------------------------- */
#listing #post-list {
    background: #ffffff;
    color: #425f78;
    font-size: 12px;
    line-height: 18px;
    padding: 5px;
    margin-bottom: 20px;
}
.postli, .posttitle, .posttext {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.postli {
    background: #eaf4fa;
    padding: 8px;
    width: 723px;
    margin-bottom: 16px;
}
.posttitle, .posttext {
    background: #ffffff;
    border: 1px solid #c0d2dd;
}
.posttitle {
    padding-left: 65px;
    background: #ffffff url(../img/mini.png) 10px -544px no-repeat;
    display: inline-block;
    position: relative;
    height: 56px;
}
.posttitle h2 {
    width: 450px;
    font-family: Arial;
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
}
.posttitle p {
    width: 450px;
    font-size: 11px;
    display: inline-block;
}
.posttitle p span {
    color: #c20651;
    margin-left: 5px;
}
.posttitle p span:first-child {
    margin-left: 0;
}
.posttitle .tools {
    position: absolute;
    top: 12px;
    right: 8px;
}
.posttitle .tools ul {
    background-color: #eaf4fa;
}

.posttext {
    padding: 13px 5px 13px 16px;
    position: relative;
}
.posttext img {
    float: left;
    border: 1px solid #ccd4d6;
    margin: 0 17px 7px 0;
    width: 171px;
}
.posttext p {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 15px;
}
a.read {
    position: absolute;
    bottom: 6px;
    right: 6px;
    display: inline-block;
    padding: 5px 27px 5px 15px;
    background: #2489a7 url(../img/mini.png) 65px -592px no-repeat;
    color: #ffffff;
    font-size: 11px;
    line-height: 18px;
}
a.read:hover {
    text-decoration: none;
    background-color: #c20651;
}


#capt {
    padding: 5px 0 10px 10px;
}
#editor {
    background: #eaf4fa;
}
#editor label {
    display: inline-block;
    color: #425f78;
    font-weight: bold;
    width: 135px;
    padding: 10px 5px 0 0;
    text-align: right;
    vertical-align: top;
}
#editor input {
    border: 1px solid #c0d2dd;
    margin: 0;
}
#editor input[type="text"], #editor input[type="password"]  {
    width: 570px;
    padding: 9px;
}
#editor textarea {
    padding: 5px;
    border: 1px solid #c0d2dd;
    width:  570px;
    height: 255px;
    resize: none;
}
#editor #elm1_tbl, #editor #elm2_tbl {
    padding: 5px;
    border: 1px solid #c0d2dd;
    width: 580px;
    height: 255px;
    resize: none;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: -28px 0 0 142px;
    background: #ffffff;
}
#editor p {
    padding-top: 7px;

}
#editor div#paircheckbox {
    height: 35px;
}
#editor div#paircheckbox label {
    padding: 9px 10px 0 0;
    float: left;
}
#editor div#paircheckbox p {
    float: left;
}
#editor input[type="checkbox"] {
    line-height: 19px;
    height: 13px;
    margin: 6px 0 0 3px;
}
#editor div#paircheckbox span {
    display: block;
    padding: 4px 20px 5px 0px;
    line-height: 19px;
    margin: -25px 0 0 25px;
    width: 150px;
}

.info {
    background-color: #ffffff;
    display: inline-block;
    margin: -48px 0 0 240px;
    float: left;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.info p {
    width: 480px;
    text-align: justify;
    padding: 5px;
}
.info input {
    float: right;
    background: #2489a7;
    border: 0;
    top: 20px;
    font-size: 11px;
    color: #ffffff;
    padding: 7px 15px;
    margin: -31px 5px 0 0;
    cursor: pointer;
}
.info input:hover {
    background-color: #c20651;
}
.buttonright {
    height: 35px;
}
#editor input, #editor textarea, #editor select {
    font-family: Arial;
    font-size: 12px;
}
#editor select {
    height: 25px;
    margin-top: 8px;
}
select {
    background: #ffffff;
    color: #425f78;
    border: 1px solid #c0d2dd;
    line-height: 16px;
    padding: 3px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
select[multiple="multiple"],
#editor select[multiple="multiple"] {
    height: 39px;
    overflow: auto;
    font-size: 12px;
    font-family: Arial;
    color: #425F78;
    padding-right: 10px;
}
#editor input[type="file"] {
    width: 570px;
    padding: 9px;
    font-family: Arial;
    font-size: 12px;
    background: #ffffff;
}

.error {
    font-size: 13px;
    text-align: center;
    color: #ff0000;
}
input[type="submit"] {
    color: #425f78;
    background: #ffffff;
    border: 1px solid #c0d2dd;
    font-size: 11px;
    line-height: 16px;
    padding: 5px 15px;
    cursor: pointer;
    *height: 22px;
    *line-height: 11px;
    *width: 65px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
input[type="submit"]:hover {
    background-color: #c0d2dd;
}
#header a:hover {
    text-decoration: underline;
}

tr.tableInfo {
    color: #c20651;
    background-color: #fff !important;
    text-align: center;
}

tr.tableInfo td {
    background: url(../img/mini.png) 20px -612px no-repeat #fff !important;
    line-height: 42px;
    font-size: 12px;
}

.divInfo{
    background: url(../img/mini.png) 20px -615px no-repeat #fff !important;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    *height: 30px;
}

.errors {
    background: #ffffff url(../img/wykrzyknik.png) 14px 9px no-repeat;
    color: #c20651;
    border: 1px solid #c0d2dd;
    line-height: 16px;
    /*padding: 20px 0 20px 65px;*/
    padding: 20px 0 20px 0px;
    font-size: 12px;
    margin: 10px 0;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}
table.head-tab td:first-child label.checkbox span.holder {
    height: 61px; /* Total height of your checkbox image */
    border: 0;
    background: url(../img/checkbox.png) 0 0 no-repeat; /* Path to your checkbox image */
}   
table.head-tab td:first-child label.checkbox:hover span.holder { top: -21px !important; } /* Background position on mouseover */
table.head-tab td:first-child label.checked span.holder,
table.head-tab td:first-child label.checked:hover span.holder { top: -42px !important; } /* Background position when checked */
table.head-tab td:first-child label.list {
    float: left; clear: left;
    margin: 3px 0 0 10px;
}
table.head-tab td:first-child label.inline {
    float: left; margin: 0 10px 0 0;
}
table.head-tab td:first-child input.hiddenCheckbox {
    position: absolute; left: -10000px; /* Hide the input */
}
table.head-tab td:first-child label.bigCheckbox span.holderWrap {
    display: block; float: left;
    position: relative;
    margin-right: 5px;
    overflow: hidden;
    border: 0;
}
table.head-tab td:first-child label.bigCheckbox span.holder {
    display: block;
    position: absolute;
    top: 0; left: 0;
}

.info input[type="submit"],
.buttonright input[type="submit"] {
    float: right;
    background: #2489a7;
    border: 0;
    font-size: 11px;
    color: #ffffff;
    padding: 7px 15px;
    margin: -31px 5px 0 0;
    cursor: pointer;
    font-size: 11px;
    border: 0;
    height: 29px;
    *width: 64px;
}
.buttonright input[type="submit"] {
    margin: 5px 10px 0 0;
}
.buttonright input[type="submit"]:hover {
    background-color: #c20651;
}

#header a, #footer a {
    text-decoration: none;
}
#header a:hover, #footer a:hover {
    text-decoration: underline;
}
.posttitle2 {
    background-position: 10px -733px !important;
}
a.plus {
    background-position: 0 -795px;
}
a.folder {
    background-position: 0 -813px;
}
a.files {
    background-position: 0 -830px;
}
a.open {
    background-position: 0 -846px;
}
a.change {
    background-position: 0 -865px;
}
a.start {
    background-position: 0 -883px;
}
a.fav {
    background-position: 0 -901px;
}
.loginInfo div {
    padding-top: 80px;
    font-size: 12px !important;
    color:  #000 !important;
}
.loginInfo .notice {
	color: #C20651 !important;
	text-align: center;
	font-weight: bold;
	float: left;
	margin: 20px 0;
	width: 272px;
	padding: 14px 5px 14px 60px;
	background: url(../img/wykrzyknik.png) no-repeat 16px center #ffffff;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#center > a {
	display: inline-block;
   background: #ffffff url(../img/mini.png) 0 -73px no-repeat;
	color: #80a5bb;
	cursor: pointer;
	font-size: 11px;
	line-height: 29px;
	padding-left: 30px;
	width: 50px;
	margin-left: 10px;
	float: right;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#center > a:hover {
    background-color: #c5165c;
    color: #ffffff;
    background-position: 0 -91px;
}
#menu ul li span {
    height: 19px;
}
#menu li li a:hover, #menu li li a.active {
    background: none;
}
#menu li li a:hover span, #menu li li a.active span {
    background: none;
}
.treeview li.last .expandable-hitarea {
    background-position: -35px -80px;
}
.treeview li.last .collapsable-hitarea {
    background-position: -3px -134px;
}


a.post_on{
    background-position: 0 -917px;
}
.play {
    background-position: 10px -944px;
}

.lang a.active {
    color: #8F0808;
}
.lang a.active:hover {
    color: #ffffff;
}


