/* Defaul Document Body */
body  {
	font-family : Trebuchet MS, Freesans, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

.onlyprint {
    display: none;
}


a {
	color: #000099;
	text-decoration : none;
	border-bottom: 0px dashed #000099;
}
a:visited {
	color: #000099;
	text-decoration : none;
}
a:hover {
	color: #0000aa;
	text-decoration : underline;
	//border-bottom: 2px solid #000099;
	//background-color: #2099ee;
	//padding: 1px;
	//-moz-border-radius: 5px;
}

a:hover .image {
	text-decoration : none;
	background: transparent;
}


img {
    border: 0px;
}

a img {
    border: 0px;
    background-color: transparent;
}

a:hover img {
    border: 0px;
    background-color: transparent;
}

/*
 *
 */
#copyright {
  position: float;
  right: 5px;
  bottom: 1px;
  z-index: 2;
  color: silver;
  text-align: right;
  font-size: 10px;
}


/* 
 * Formularze 
 *
 */

/*
input, button {
    border: 1px solid Black;
    background-color: white;
    height: 1.2em;
    padding: 2px;
}

input:hover, button:hover {
    border: 1px solid Blue;
}

input[disabled]:hover {
    border: 1px solid #ffaaaa;
    background-color: #ffdddd;
}

input[readonly]:hover {
    border: 1px solid #ffaaaa;
    background-color: #ffdddd;
}

input[readonly] {
    border: 1px solid #eee;
}

input[type=submit], button {
    border: 2px solid Black;
    padding: 5px;
    height: 2.3em;
}

input[type=submit]:hover, button:hover {
    border: 2px solid Blue;
    cursor: pointer;
    background-color: #d0ebff;
}

input[type=submit]:focus, button:focus {
    border: 2px solid Blue;
}

input[type=file] {
    border: 1px solid Black;
    padding: 2px;
    height: 2.0em;
}

textarea, select {
    border: 1px solid Black;
    background-color: white;
    padding: 2px;
}

select[disabled] {
    border: 1px solid Silver;
}

select[disabled]:hover {
    border: 1px solid #ffaaaa;
    background-color: #ffdddd;
}

select:focus, input:focus, textarea:focus {
    border: 1px solid Blue;
    background-color: #d0ebff;
}

.searchform input {
    padding: auto;
    margin: auto;
}

*/

/*
 * Ekran logowania
 *
 */
 
#login-window {
    width: 400px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -200px;
    z-index: 2;
}

#login-version {
    position: absolute;
    bottom: 2px;
    right: 2px;
    color: Grey;
    z-index: 2;
}

#login-image {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

/*
 * Ekran wydrukow
 *
 */
 
#print-window {
    width: 600px;
    position: absolute;
    z-index: 5;
    border: 1px solid black;
}

/*
 * Okienka
 *
 */
.window {
    position: absolute;
}

.window-title {
    position: absolute;
    width: 100%;
    height: 30px;
}

.window-title-text {
    padding: 10px 25px 2px 25px;
    font-weight: bolder;
}

.window-content {
    margin-top: 35px;
    margin-left: 8px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.window-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.window-content {
    z-index: 10;
}

.window-background {
    background-color: white;
    position: absolute;
    top: 36px;
    left: 44px;
    bottom: 44px;
    right: 44px;
}

.window-top-left {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 36px;
    width: 44px;
    background: url(/img/bd-ul.png);
}

.window-top {
    position: absolute;
    top: 0px;
    left: 44px;
    right: 44px;
    height: 36px;
    background: url(/img/bd-top.png);
}

.window-top-right {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 36px;
    width: 44px;
    background: url(/img/bd-ur.png);
}


.window-left {
    position: absolute;
    top: 36px;
    left: 0px;
    bottom: 44px;
    width: 44px;
    background: url(/img/bd-l.png);
}

.window-right {
    position: absolute;
    top: 36px;
    right: 0px;
    bottom: 44px;
    width: 44px;
    background: url(/img/bd-r.png);
}

.window-bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 44px;
    width: 44px;
    background: url(/img/bd-ll.png);
}

.window-bottom {
    position: absolute;
    bottom: 0px;
    left: 44px;
    right: 44px;
    height: 44px;
    background: url(/img/bd-low.png);
}

.window-bottom-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 44px;
    width: 44px;
    background: url(/img/bd-lr.png);
}


/*
 * Menu
 *
 */

.menu {
    border: 1px dashed red;
    width: 100%;
}

.menu ul {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.menu li {
    display: block;
    float: left;
    height: 1.4em;
    line-height: 1.4em;
    padding: 0px 5px;
    color: black;
    background-color: yellow;
    border: 1px solid black;
    width: 8em;
}

.menu li:hover {
    cursor: pointer;
    background-color: red;
    color: white;
}

.menu li li {
    float: none;
    line-height: auto;
}

.menu li ul {    display: none; }
.menu li ul li { display: block; width: 8em;}
.menu li:hover ul { display: block; position: relative; top: -0.3em; left: 0em; width: 8em; z-index: 10; }
.menu li:hover ul ul { display: none; }
.menu li ul li { width: 8em; }
.menu li ul li:hover ul {display: block; position: relative; top: -1em; left: 7em; width: 8em; z-index: 20; }

.menu li.sub:after	{ content:'\25ba'; float:right; vertical-align:middle; font-size:50% }


/*
 * expander
 *
 *
 */

.expander {
    position: relative;
    padding-top: 18px;
    //-padding-bottom: 5px;
    //margin-top: 0px;
    //-margin-left: 5px;
    //-margin-right: 5px;
    //-margin-bottom: 10px;
    z-index: 0;
}

.expander-with-tabs {
    position: relative;
    padding-top: 18px;
    epadding-bottom: 5px;
    margin-top: 30px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    z-index: 0;
}

.expander-with-groups {
    padding-top: 18px;
    margin-top: 48px;
}

.expander-border {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-right-radius: 5px;
    border: 1px solid #43a6e3;
    background: transparent;
    z-index: -1;
}

.expander-title {
    font-weight: bolder;
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 18px;
    cursor: pointer;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    //background-color: #d6e8f4;
    background-color: #cae3ec;
    z-index: -2;
    text-shadow: 1px 1px 2px white;
}

.expander-with-groups .expander-title {
}

.expander-title-area {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 18px;
    cursor: pointer;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    z-index: 9999;
}

.expander-icon {
    font-weight: bolder;
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    top: 0px;
    right: 0px;
    left: 0px;
    content: url(/images/1downarrow.png);
    cursor: pointer;
    text-align: right;
    z-index: 999999;
}

.expander-actions {
    font-weight: bolder;
    position: absolute;
    border: 0px solid red;
    padding-left: 15px;
    padding-right: 5px;
    padding-bottom: 5px;
    top: 18px;
    right: 1px;
    content: url(/images/1downarrow.png);
    //cursor: pointer;
    text-align: right;
    -moz-border-radius-bottomleft: 8px;
    background-color: #d6e8f4;
    z-index: 2;
}

.expander-actions a, .expander-actions img {
    cursor: pointer;
}

.expander-actions-separator {
    width: 10px;
    height: 12px;
    //border: 1px solid black;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
}

.expander-info {
    font-weight: bolder;
    position: absolute;
    border: 0px solid red;
    padding-left: 15px;
    padding-right: 5px;
    padding-bottom: 5px;
    top: 18px;
    right: 1px;
    content: url(/images/1downarrow.png);
    cursor: pointer;
    text-align: right;
    -moz-border-radius-bottomleft: 8px;
    background-color: #d6e8f4;
    z-index: 0;
}

.expander-separator {
    position: absolute;
    top: 18px;
    left: 0px;
    right: 0px;
    border-top: 0px solid #43a6e3;
}

.expander-content {
    margin: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    z-index: 99999;
}

.expander-content-no-padding {
    margin: 0px;
    margin-bottom: 1px;
    padding-bottom: 1px;
    z-index: 99999;
}

.expander-content-no-padding-with-border {
    margin: 0px;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    padding-bottom: 1px;
    z-index: 99999;
}


.expander-tabs {
    font-weight: bolder;
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
    //padding-bottom: 5px;
    top: -20px;
    left: 40px;
    right: 40px;
    height: 21px;
    text-align: right;
    align: right;
    z-index: 0;
}

.expander-with-groups .expander-tabs {
    top: -38px;
    height: 38px;
}

.expander-tab {
    font-weight: bolder;
    //position: absolute;
    border-top: 1px solid #43a6e3;
    border-left: 1px solid #43a6e3;
    border-right: 1px solid #43a6e3;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2px;
    //top: -23px;
    //right: 40px;
    cursor: pointer;
    text-align: center;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    //background-color: #d6e8f4;
    background-color: #cae3ec;
    z-index: 0;
    display: inline;
    text-shadow: 1px 1px 2px white;
}

.expander-tab-selected {
    font-weight: bolder;
    //position: absolute;
    border-top: 1px solid #43a6e3;
    border-left: 1px solid #43a6e3;
    border-right: 1px solid #43a6e3;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2px;
    //top: -23px;
    //right: 40px;
    cursor: pointer;
    text-align: center;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    //background-color: #a6b8c4;
    background-color: #3a6583;
    color: white;
    z-index: 0;
    display: inline;
    text-shadow: 1px 1px 2px green;
}

.expander-tab:hover {
    background-color: #e6f8ff;
    text-shadow: 1px 1px 2px white;
}

.expander-tab-selected:hover {
    background-color: #b6c8d4;
}

.expander-tabs-group {
    display: inline-block;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 1px;
    position: relative;
}

.expander-tabs-group .expander-tab {
}

.expander-tabs-group-title {
    font-weight: bold;
    text-align: center;
    border: 1px solid gray;
    border-bottom: 0px;
    color: gray;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 37px;
    background-color: #eaeaea;
    z-index: -1000;
}

/*
 * Drop down tabs
 *
 */
.dropdowntab {
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    z-index: 1;
}

.dropdowntab-border {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border: 1px solid #8391ad;
    border-top: 0px;
    background: transparent;
    z-index: -1;
}


.dropdowntab-title {
    font-weight: bold;
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    bottom: -19px;
    left: 10px;
    right: 50%;
    height: 18px;
    cursor: pointer;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    background-color: #7888aa;
    z-index: -2;
    opacity: 0.7;
}

.dropdowntab-title-border {
    position: absolute;
    height: 18px;
    bottom: -19px;
    left: 10px;
    right: 50%;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border: 1px solid #8391ad;
    background: transparent;
    z-index: -1;
}

.dropdowntab-title-area {
    position: absolute;
    bottom: -19px;
    left: 10px;
    right: 50%;
    height: 18px;
    cursor: pointer;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    z-index: 9999;
}

.dropdowntab-icon {
    font-weight: bolder;
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    right: 50%;
    left: 10px;
    bottom: -19px;
    content: url(/images/1downarrow.png);
    cursor: pointer;
    text-align: right;
    z-index: 999999;
}

.dropdowntab-content {
    position: absolute;
    top: 0px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    background-color: #f1faff;
    z-index: 999999;
    opacity: 0.9;
}


/*
 * Group
 *
 *
 */

.group {
    position: relative;
    padding-top: 12px;
    padding-bottom: 2px;
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    z-index: 0;
}

.group-border {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #8391ad;
    #background: transparent;
    background-color: #d6e8f4;
    z-index: -1;
}

.group-title {
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    top: 0px;
    left: 0px;
    height: 14px;
    cursor: pointer;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    background-color: #8391ad;
    opacity: 0.8;
    z-index: 2;
}

.group-title-area {
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    top: 0px;
    left: 0px;
    height: 14px;
    cursor: pointer;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    z-index: 9999;
    opacity: 0;
}


.group-content {
    margin-left: 1px;
    margin-right: 1px;
    padding-bottom: 1px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    z-index: 99999;
}


/*
 * Error expander
 *
 *
 */

.error-expander {
    position: relative;
    padding-top: 18px;
    epadding-bottom: 5px;
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    z-index: 0;
}

.error-expander-ajax {
    position: relative;
    padding-top: 18px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    z-index: 0;
}

.error-expander-border-ajax {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border: 1px solid #ff2222;
    background: transparent;
    z-index: -1;
}

.error-expander-border {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-right-radius: 5px;
    border: 1px solid #ff2222;
    background: transparent;
    z-index: -1;
}

.error-expander-title {
    font-weight: bolder;
    font-size: 16px;
    position: absolute;
    padding-left: 10px;
    padding-right: 5px;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 24px;
    cursor: pointer;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    background-color: #fe6666;
    z-index: -2;
}

.error-expander-title-area {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 18px;
    cursor: pointer;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    z-index: 9999;
}


.error-expander-content {
    margin: 10px;
    padding-top: 20px;
    margin-bottom: 10px;
    margin-left: 128px;
    padding-bottom: 10px;
    z-index: 99999;
    //height: 80px;
    font-weight: bolder;
    font-size: 1.3em;
}

.error-expander-image {
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: 99999;
}

/*
 * ACL expander
 *
 *
 */

.acl-expander {
    position: relative;
    padding-top: 18px;
    epadding-bottom: 5px;
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    z-index: 0;
}

.acl-expander p {
    margin: 0pt 0pt 5pt;
}


.acl-expander-border {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-right-radius: 5px;
    border: 1px solid #ff2222;
    background: transparent;
    z-index: -1;
}

.acl-expander-title {
    font-weight: bolder;
    font-size: 16px;
    position: absolute;
    padding-left: 10px;
    padding-right: 5px;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 24px;
    cursor: pointer;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    background-color: #fe6666;
    z-index: -2;
}

.acl-expander-title-area {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 18px;
    cursor: pointer;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    z-index: 9999;
}


.acl-expander-content {
    margin: 10px;
    padding-top: 20px;
    margin-bottom: 10px;
    margin-left: 128px;
    padding-bottom: 10px;
    z-index: 99999;
    height: 80px;
    font-weight: bolder;
    font-size: 1.3em;
}

.acl-expander-image {
    position: absolute;
    top: 40px;
    left: 20px;
    bottom: 20px;
    vertical-align: center;
    margin: 6pt auto;
    z-index: 99999;
}

/*
 *
 * Potwierdzenia
 *
 */

.potwierdzenie, .potwierdzenie-confirmed {
    display: block;
    width: 100%;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-color: #f00;
    font-weight: bold;
    color: white;
}
.potwierdzenie-confirmed {
    font-weight: bold;
    color: black;
    background-color: #11ee11;
}


/*
 * Shadow
 */
.shadow-outer1 {
    background: url(/images/upperrightfade.png) right top no-repeat;
}

.shadow-outer2 {
    background: url(/images/lowerleftfade.png) left bottom no-repeat;
    padding-top: 8px;
    padding-left: 8px;
}

.shadow-box {
    top: 10px;
    background: url(/images/shadow.png) bottom right;
}

.shadow-content {
    position: relative;
    left: -8px;
    top: -8px;
    -right: 10px;
}

/*
 *
 * Nawigator
 *
 */

.navigate {
    font-size: small;
    font-weight: bold;
    color: white;
    text-align: center;
}
.navigate A            { color: White; }
.navigate A:hover      { color: White; text-decoration: none; background-color: #A5BDE1; }
.navigate A:visited    { color: White; }


.navigate .strona {
    background-color: #d6e8f4;
    font-size: small;
    font-weight: bolder;
    color: black;
    border-right: 1px solid white;
    border-top: 1px solid white;
    padding: 4px;
    text-align: center;
    cursor: pointer;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.navigate .info {
    background-color: #d6e8f4;
    color: #0A1459;
    font-weight: normal;
}


.navigate .obecna {
    background-color: #b6c8d4; 
    font-size: small;
    font-weight: bolder;
    color: #0A1459;
    border-right: 1px solid white;
    border-top: 1px solid white;
    padding: 4px;
    text-align: center;
    cursor: default;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.navigate .strona:hover, .navigate .obecna:hover {
    text-decoration: underline;
    background-color: #96b8c4;
}



/*
 * Tabelki
 *
 */

.simple th {
    //background-color: #d6e8f4;
    background-color: #cae3ec;
}

.simple th.head {
    //background-color: #d6e8f4;
    background-color: #cae3ec;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 120%;
}

.simple .footer td {
    //background-color: #d6e8f4;
    background-color: #cae3ec;
}

.simple tr.row > td.rowSeparator {
    border-bottom: 2px solid #79c;
}

.simple tr.row > td {
    border-bottom: 1px dashed #cde;
}

.simple tr.rowSeparator > td {
    border-bottom: 2px solid #79c;
}


.simple .cell {
    border-bottom: 1px dashed #cde;
}

.simple .row {
    background-color: White;
}

.simple .row:hover {
    background-color: #CDECFD;
    /* #f1faff; */
    /* font-weight: bold; */
}

.simple .rowSelected {
    background-color: #B7D8E5;
}

.simple .linethrough td {
    text-decoration: line-through;
}

.linethrough {
    text-decoration: line-through;
}

.simple .summary {
    background-color: #d6e8f4;
}

table.head {
    margin-bottom: 15px;
}

table.head .buttons {
    text-align: right;
}

table.head tr {
    text-align: left;
    background-color: #d6e8f4;
    font-weight: bold;
    padding: 5px;
}

table.head th {
    font-size: 130%;
}

table.borders, .borders > td, .borders > th {
    border-width: 1px;
}

.borders-color-gray {
    border-color: gray;
}


.form .desc, .form th {
    //background-color: #d6e8f4;
    background-color: #cae3ec;
    text-align: right;
    font-weight: bolder;
}

.form .descdark {
    background-color: #a6b8c4;
    text-align: right;
    font-weight: bolder;
}

.form th {
    text-align: center;
}

.form .value {
    background-color: #f1faff;
}

/*
 * Tree
 *
 */
.treeGroup:before {
    content: '[+]';
    font-size: 70%;
    font-weight: normal;
    padding-right: 8px;
}

.treeGroup {
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    background-color: #fff;
    font-weight: bold;
}

.treeGroup:hover {
    background-color: #eee;
}

.treeLevel {
    margin-left: 20px;
}

.treeGroupDisabled:before {
    color: gray;
    content: '[ ]';
    font-size: 70%;
    font-weight: normal;
    padding-right: 8px;
}

.treeGroupDisabled {
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    background-color: #fff;
    font-weight: bold;
}

.treeGroupDisabled:hover {
    background-color: #eee;
}


/*
 * Small headers form
 */
.form-small-headers .desc, .form-small-headers th {
    background-color: #d6e8f4;
    text-align: right;
    font-weight: bolder;
    font-size: 85%;
}

.form-small-headers th {
    //border-top: 1px solid #cde;
    border-bottom: 2px solid #abc;
    text-align: center;
    font-size: 80%;
    font-style: italic;
    padding: 0px;
}

.form-small-headers .value {
    background-color: #f1faff;
    font-size: 85%;
}


/*
 *
 * Search window
 *
 */


.searchWindow {
    background-color: #d0ebff;
    position: absolute; 
    display: block; 
    overflow: auto; 
    border: 1px solid #aaa; 
    padding: 2px; 
    z-index: 200000;
} 

.searchWindowShadow {
    position: absolute; 
    display: block; 
    overflow: auto; 
    padding: 2px; 
    z-index: 1;
    background: #111;
    opacity: 0.3; 
    z-index: 19999;
} 

.searchWindowDetails {
    background-color: rgb(255, 253, 140);
    position: absolute; 
    display: block; 
    overflow: none; 
    border: 1px solid #aaa; 
    padding: 2px; 
    z-index: 20000;
} 

.searchWindowChild {
    height: 1.4em;
    cursor: pointer;
    overflow: hidden;
}

.searchWindowChildHighlight {
    height: 1.4em;
    cursor: pointer;
    overflow: hidden;
    color: white;
    background-color: #111;
}

.searchWindowChild:hover {
    color: white;
    background-color: #111;
}

.searchList {
    margin: 2px;
    width: 100%;
    overflow: hidden;
}

.searchListDataRows {
    position: relative;
    float: left;
    overflow: hidden;
    border-left: 1px solid silver;
}

.searchListRow {
    position: relative;
    float: left;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.searchListRow:hover {
    color: white;
    background-color: rgb(49,106,197);
}

.searchListRowHighlight {
    position: relative;
    float: left;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    color: white;
    background-color: rgb(49,106,197);
}

.searchListCell {
    position: relative;

    border-top: 1px solid white;
    border-bottom: 1px solid silver;
    border-left: 1px solid white;
    border-right: 1px solid silver;
    //margin-top: 1px;
    //margin-left: 1px;
    //margin-right: 1px;
    

    padding-left: 2px; 
    padding-right: 2px; 
    font-size: 10px; 
    height: 1.6em;
    float: left;
    overflow: hidden;
}


.searchListHeader {
    position: relative;
    float: left;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    top: 0px;
    left: 0px;
    border-left: 1px solid silver;
}

.searchListHeaderCell {
    position: relative;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid rgb(172,168,153);
    border-left: 1px solid #eaeaea;
    border-right: 1px solid rgb(172,168,153);
    padding-left: 2px; 
    padding-right: 2px; 
    font-size: 10px; 
    height: 1.6em;
    float: left;
    cursor: pointer;
    overflow: hidden;
    //background: #dcdad5; 
    background-color: rgb(235,234,219);
}

.searchListIndex {
    position: relative;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid rgb(172,168,153);
    border-left: 1px solid #eaeaea;
    border-right: 1px solid rgb(172,168,153);
    padding-left: 2px; 
    padding-right: 2px; 
    font-size: 10px; 
    height: 1.6em;
    float: left;
    cursor: pointer;
    overflow: hidden;
    //background: #dcdad5; 
    background-color: rgb(235,234,219);
    color: black;
    font-weight: normal;
}

.searchListIndexHighlight {
    position: relative;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid rgb(172,168,153);
    border-left: 1px solid #eaeaea;
    border-right: 1px solid rgb(172,168,153);
    padding-left: 2px; 
    padding-right: 2px; 
    font-size: 10px; 
    height: 1.6em;
    float: left;
    cursor: pointer;
    overflow: hidden;
    //background: #dcdad5; 
    background-color: rgb(235,234,219);
    color: black;
    font-weight: bolder;
}


div .button {
    display: table-cell;
    cursor: pointer;
    padding-left: 4px;
    padding-right: 4px;
}

.warning {
    background-color: #d6e8f4;
    color: Red;
    font-weight: bolder;
    padding-top: 10px;
    padding-bottom: 10px;
}

.right {
    text-align: right;
}

.numeric {
    text-align: right;
    font-weight: bolder;
}

.red {
    color: Red !important;
}

.green {
    color: Green !important;
}

.orange {
    color: Orange !important;
}

.gray {
    color: Gray !important;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.bold {
    font-weight: bold !important;
}

.nobold {
    font-weight: normal !important;
}

.italic {
    font-style: italic !important;
}

.big {
    font-size: 24px !important;
}

.small {
    font-size: 80% !important;
}

.noc {
    background-color: #eee;
    color: Navy;
    font-weight: Bolder; 
}

/*
 * Calendar
 */

.blogcalendar .weekday {
    background-color: #f1faff;
    text-align: center;
}

.blogcalendar .weekend {
    background-color: #cae3ec;
    text-align: center;
}

.blogcalendar .weekend:hover, .blogcalendar .weekday:hover {
    background-color: #67A5DF;
    color: white;
    font-weight: normal;
    text-align: center;
    cursor: default;
}

.blogcalendar .selected {
    background-color: #ACCFEF;
    text-align: center;
}

.blogcalendar .today {
    background-color: #7BABD7;
    font-weight: normal;
}

.blogcalendar .week {
    background-color: #cae3ec;
}

.blogcalendar th {
    background-color: #cae3ec;
}

.blogentry {
    padding-bottom: 10px;
    font-family: "Trebuchet MS";
}

.blogentry .blogdate {
    padding: 0px 5px 0px 5px;
    border-bottom: 1px solid silver;
    font-size: 0.8em;
    color: #777;
}

.blogentry .bloginfo {
    padding: 0px 5px 0px 5px;
    font-size: 0.9em;
    color: #777;
}

.blogentry .blogtext {
    margin: 0px 5px 0px 5px;
    font-size: 1.2em;
    font-family: Tahoma,sans-serif,
    color: #111;
}

.blogentry .blogtext a {
    color: #222;
    text-decoration: none;
    padding: 0px;
}

.blogentry .blogtext a:hover {
    color: #33f;
    text-decoration: none;
    padding: 0px;
}

.blogtags {
    margin: 0px 5px 0px 5px;
    font-size: 0.9em;
    color: #777;
}

/*
 *
 */

.anchor {
    color: #000099;
    text-decoration : none;
    border-bottom: 0px dashed #000099;
    padding: 1px;
    cursor: pointer;
}

.anchor:hover {
    color: #0000aa;
    text-decoration : underline;
}


.warsztatgodzina {
    font-size: 12px; 
    background-color: silver; 
    padding: 0px 5px 0px 5px;
}

.simple .order-orange {
    background-color: #FFEDC7;
}

.simple .order-orange:hover {
    background-color: #FFE4AD;
}

.simple .order-green {
    background-color: #EDFFC7;
}

.simple .order-green:hover {
    background-color: #E4FFAD;
}

.criteria {
    border: 1px dashed gray;
    background-color: silver;
    margin: 3px;
}

/*
 * 
 */
#tire {
    content: url(/images/tire1.png);
}

#tire:hover {
    content: url(/images/tire1.png);
}


/*
 * Info window
 */
.info, #info {
    background-color: #F2D7A8;
    padding: 10px 10px 10px 25px;
    border: 1px solid #B87A1C;
    color: black;
    font-weight: normal;
    font-size: 10px;
    width: 300px;
}

.error {
    padding: 10px 10px 10px 25px;
    border: 1px solid #ff0000;
    text-align: center;
    background-color: #FDCDCD;
    color: red;
    font-weight: bolder;
    font-size: 1em;
}


/*
 * Tooltip
 */
.tooltip-container {
    position: absolute;
    //display: none;
    z-index: 50000;
    padding: 4px;
}

.tooltip-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #43a6e3;
    background-color: #f1faff;
    z-index: -1;
    opacity: 0.9;
}

.tooltip-contents {
    padding: 4px;
    z-index: 1;
}

/*
 * Charts
 */
.chartContainer {
    position: relative;
    background-color: #F1FAFF;
    padding: 10px;
    margin: 2px;
    -moz-border-radius: 8px;
}

.chartContainerPopup {
    position: absolute;
    top: 10px;
    right: -20px;
    width: 20px;
    height: 40px;
    background-color: #d6e8f4;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    cursor: pointer;
}

.chartContainerResize {
    position: absolute;
    top: 10px;
    left: -20px;
    width: 20px;
    bottom: 10px;
    background-color: #d6e8f4;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    cursor: move;
}

/*
 * Forms
 */

.required {
    background-color: #AAFFAA;
}

/*
 * Validator
 */
.validator-field-error {
    background-color: #FDCDCD;
    border: 1px solid #FF0000;
}

.validator-field-error:focus {
    background-color: #FDCDCD;
    border: 1px solid #FF0000;
}

.validator-field-error-comment {
    font-size: 0.8em;
    color: red;
}

/*
 * Filtry
 */
.filterMapContainer {
    padding: 10px;
    background-color: #f1faff;
}

.filterMap, .filterMapSelected {
    font-weight: bolder;
    font-size: 0.9em;
    padding: 10px;
    cursor: pointer;
    background-color: #cae3ec;
    float: left;
    margin: 3px;
}

.filterMap:hover {
    background-color: #e6f8ff;
}


.filterMapSelected {
    background-color: #3a6583;
    color: white;
}

.filterMapSelected:hover {
    background-color: #b6c8d4;
}

/*
 * D&D przy oponach
 */
.dragTire {
}
.dropTireHover {
    background-color: #9FFC9A;
    -moz-border-radius: 8px;
}

.dropTireHover .dragTire {
    opacity: 0.1;
}

.tireContainerBlock {
    background-color: #8B8B8B;
    -moz-border-radius: 8px;
    padding: 2px;
}

.tireContainer {
    background-color: #7B7B7B;
    padding: 4px;
    margin: 2px;
    -moz-border-radius: 8px;
}

.tireContainer th {
    background-color: transparent;
    font-weight: normal;
    font-style: italic;
    font-size: 0.85em;
}

.tireContainer input[type="text"], .tireContainer select, .tireContainer textarea {
    background-color: #C4C4C4;
    border: 0px;
    margin: 1px;
}

.tireContainer input[type="submit"], .tireContainer button {
    border-width: 1px;
    padding: 1px;
    font-size: 0.9em;
    height: 2.3em;
    background-color: #E1E1E1;
}

.tireButtons {
    opacity: 0.6;
    cursor: pointer;
}
.tireButtons:hover {
    opacity: 1;
}

/*
 * Grupowanie do rentowności (OLAP...)
 */
.xo-group {
    border-bottom: 2px solid #99bbe8;
    cursor: pointer;
    padding-top: 6px;
    margin-bottom: 2px;
}

.xo-group div {
    background: transparent url(/images/default/grid/group-expand-sprite.gif) no-repeat 3px -47px;
    padding: 4px 4px 4px 17px;
    color: #3764a0;
    font-weight: bold;
    font-size: 11px;
}

.xo-group-hidden div {
    background: transparent url(/images/default/grid/group-expand-sprite.gif) no-repeat 3px 3px;
}

.xo-group-content {
    padding-left: 5px;
}


.x-grid3-hd-row .ux-filtered-column {
	border-left:  1px solid #C7E3B4;
	border-right: 1px solid #C7E3B4;
}

.x-grid3-hd-row .ux-filtered-column .x-grid3-hd-inner {
	background-image: url(/images/ext/header_bg.gif);
}

.ux-filtered-column .x-grid3-hd-btn {
	background-image: url(/images/ext/hd-btn.gif);
}

.ux-filtered-column.sort-asc .x-grid3-sort-icon {
	background-image: url(/images/ext/sort_filtered_asc.gif);
}

.ux-filtered-column.sort-desc .x-grid3-sort-icon {
	background-image: url(/images/ext/sort_filtered_desc.gif);
}

.ux-gridfilter-text-icon {
	background-image: url(/images/ext/find.png);
}

/**
 * RangeMenu.js Styles
 **/
.ux-rangemenu-gt {
	background-image: url(/images/ext/greater_then.png);
}

.ux-rangemenu-lt {
	background-image: url(/images/ext/less_then.png);
}

.ux-rangemenu-eq {
	background-image: url(/images/ext/equals.png);
}

/*
 *
 */

.mn-acopy {
    background-image: url(/images/gtk2/16x16/actions/editcopy.png) !important;
}

.mn-aselectall {
    background-image: url(/images/gtk2/16x16/actions/ok.png) !important;
}

.mn-adeselect {
    background-image: url(/images/gtk2/16x16/actions/no.png) !important;
}

.mn-arefresh {
    background-image: url(/images/gtk2/16x16/actions/reload.png) !important;
}

/*
 * Lists
 *
 */
ul.mn-hlist-nobullet { margin: 0pt; padding: 0pt; display: block; }
ul.mn-hlist-nobullet > li { margin: 0pt; padding: 1px 0px; cursor: pointer; float: left; list-style-image: none; list-style-position: outside; list-style-type: none; position: relative; }

/* 
 * In Place Edit
 */
.mn-inplaceedit-activator {
    padding: 1px;
}

.mn-inplaceedit-activator:hover {
    padding: 0px;
    border: 1px dashed #666;
    background-color: #eee;
}

.mn-inplaceedit-editor {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 100%;
    border: 1px solid #7EADD9;
    background: #FFFFFF url(../images/default/form/text-bg.gif) repeat-x scroll 0 0;
}

.mn-inplaceedit-editor-close {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 2px;
    width: 16px;
    height: 16px;
    z-index: 10;
    cursor: pointer;
    opacity: 0.5;
}

.mn-inplaceedit-editor-close:hover {
    opacity: 1;
}

.mn-inplaceedit-editor-actions {
    position: relative;
    margin-top: -8px;
    top: 50%;
    right: 2px;
    width: 16px;
    height: 16px;
    z-index: 10;
    cursor: pointer;
    opacity: 0.5;
    float: right;
}

.mn-inplaceedit-editor-actions:hover {
    opacity: 1;
}

/*
 * State modified
 *
 */
.state-modified {
    background-color: #FB8989 !important;
}

/*
 * Info window notes
 */
.mn-iw-note-header { background-color: #EEEEEE; }

.mn-iw-note-header dl {}
.mn-iw-note-header dt, .mn-iw-note-header dd { display: inline; }

.mn-iw-note-header dl { padding: 0px; margin: 0px; }

.mn-iw-note-header dt { font-weight: bold; font-size: 0.8em; }

.mn-iw-note-header dd {  }

.mn-iw-note-content {
    padding: 2px;
}

/*
 * Inne
 */
.printBigger {}


.dzial-glowny { font-size: 1.1em; color: gray; font-weight: bolder; background-color: #eee; }
.dzial { padding-left: 10px; }
.poddzial { padding-left: 30px; font-size: 0.8em; }
.poddzial:before { content: ''; }








/* LOCKED */
.tree-default .locked li a { color:gray; }
/* DOTS */
.tree-default ul { background-position:6px 1px; background-repeat:repeat-y; background-image:url(data:image/gif;base64,R0lGODlhAgACAIAAAB4dGf///yH5BAEAAAEALAAAAAACAAIAAAICRF4AOw==); _background-image:url("/images/jstree/dot_for_ie.gif"); *background-image:url("/images/jstree/dot_for_ie.gif"); }
.tree-default li { background-position:-64px -16px; background-repeat:no-repeat; background-image:url("/images/jstree/icons.png"); }
/* NO DOTS */
.tree-default .no_dots, .tree-default .no_dots ul { background:transparent; }
.tree-default .no_dots li.leaf { background-image:none; background-color:transparent; }
/* OPEN or CLOSED */
.tree-default li.open { background:url("/images/jstree/icons.png") -32px -48px no-repeat; }
.tree-default li.closed, #jstree-dragged.tree-default li li.open { background:url("/images/jstree/icons.png") -48px -32px no-repeat; }
#jstree-marker { background-image:url("/images/jstree/icons.png"); }
/* DEFAULT, HOVER, CLICKED, LOADING STATES */
.tree-default li a, .tree-default li span { border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tree-default li a:hover, .tree-default li a.hover, .tree-default li span { background: #e7f4f9; border:1px solid #d8f0fa; padding:0px 3px 0px 3px; }
.tree-default li a.clicked, .tree-default li a.clicked:hover, .tree-default li span.clicked { background: #beebff; border:1px solid #99defd; padding:0px 3px 0px 3px; }
/* ICONS */
.tree-default ins { background-image:url("/images/jstree/icons.png"); background-position:0 0; background-repeat:no-repeat; }
.tree-default ul li a.loading ins { background-image:url("/images/jstree/throbber.gif") !important; background-position:0 0 !important; } /* UL is added to make selector stronger */
.tree-default li a ins.forbidden { background-position:-16px -16px; }
.tree-default .locked li a ins { background-position:0 -48px; }
.tree-default li span ins { background-position:-16px 0; }
#jstree-dragged.tree-default ins { background:url("/images/jstree/icons.png") -16px -32px no-repeat; }
#jstree-dragged.tree-default ins.forbidden { background:url("/images/jstree/icons.png") -16px -16px no-repeat; }

/* CONTEXT MENU */
.tree-default-context a ins { background-image:url("/images/jstree/icons.png"); background-repeat:no-repeat; background-position:-64px -64px; }
.tree-default-context a ins.create { background-position:0 -16px; }
.tree-default-context a ins.rename { background-position:-16px 0px; }
.tree-default-context a ins.remove { background-position:0 -32px; }


/* New styles */
#design-menu-top {
    position: absolute; top: 0px; left: 0px; right: 0px;
    height: 150px;
    background: transparent url(/images/design/design-topmenu-bg.png) repeat-x top;
}

#design-menu-top-actions {
    position: absolute; top: 2px; left: 0px; right: 0px;
    height: 40px;
    margin-left: 210px;
    margin-right: 230px;
    overflow: hidden;
}

#design-menu-top-actions div.action {
    display: inline-block;
    -moz-border-radius: 7px;
    border-style: solid;
    border-color: #7EA7F8;
    border-width: 1px;
    padding-left: 6px;
    padding-right: 6px;
    margin: 8px 0 0;
    height: 1.9em;
    background: #093A9D;
}

#design-menu-top-actions div.action label {
    font-size: 0.9em;
    line-height: 0.8em;
}

#design-menu-top-separator {
    position: absolute; top: 46px; left: 0px; right: 0px;
    height: 2px;
    background: url(/images/design/desgin-topmenu-sep.png) no-repeat;
}

.design-menu-top-colors {
    color: #dcdcdc;
}

#design-menu-top-breadcrumbs {
    position: absolute; top: 47px; left: 0px; right: 0px;
    height: 24px;
    margin-left: 210px;
    font-size: 16px;
    color: #dcdcdc;
    font-weight: bold;
}

#design-menu-top-breadcrumbs a {
    color: inherit;
    text-decoration: inherit;
}

#design-menu-top-logout {
    position: absolute;
    top: 0px; right: 20px;
    width: 190px;
    border-style: none solid solid;
    border-color: white;
    border-width: 1px;
    padding: 3px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    background-color: #8FACDF;
}

#design-menu-left {
    position: absolute; top: 0px; left: 0px; bottom: 0px;
    width: 200px;
    background: transparent url(/images/design/design-leftmenu-bg.png) repeat-y;
}

/*
 * Menu container
 */
#design-menu-container {
    padding-top: 100px;
    width: 170px;
    -moz-user-select: none;
}

#design-menu-container a {
    color: inherit;
    text-decoration: inherit;
}

#design-menu-scroll {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    overflow: hidden;
}

#design-menu-scroll-up {
    background: url("/images/design/design-menu-scroll-up.png") no-repeat 0 0 transparent;
    position: absolute;
    top: 97px;
    left: 0;
    width: 170px;
    height: 20px;
    cursor: pointer;
    z-index: 5;
}

#design-menu-scroll-down {
    background: url("/images/design/design-menu-scroll-down.png") no-repeat 0 0 transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 170px;
    height: 20px;
    cursor: pointer;
    z-index: 5;
}

/* 
 * First menu level
 */

/* First level list settings */
#design-menu-container > ul {
    padding-left: 0;
}

/* First level of menu items */
#design-menu-container > ul > li {
    background: url(/images/design/design-menu-level1.png) no-repeat scroll top;
    list-style: none;
    line-height: 29px;
    cursor: pointer;
}

/* First level labels */
#design-menu-container > ul > li > span {
    padding-left: 5px;
    font-size: 20px;
    font-weight: bolder;
    color: #eaeaea;
}

/*
 * Other grouping levels 
 */

/* Any other nested level */
#design-menu-container > ul ul {
    text-align: right;
    padding: 0;
}

/* Any other level items */
#design-menu-container > ul ul > li {
    background: url(/images/design/design-menu-level2.png) no-repeat scroll top;
    line-height: 22px;
    list-style: none;
}

/* Any other level labels */
#design-menu-container > ul ul > li > span {
    padding-right: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #4a4a4a;
}

/*
 * Action level
 */

#design-menu-container ol {
    text-align: right;
    padding-left: 10px;
    padding-right: 5px;
}

#design-menu-container ol > li {
    /*
	list-style: circle outside url("/images/design/design-menu-action.png")
	direction: rtl;
    */;
    list-style: none;
    background: url("/images/design/design-menu-action.png") no-repeat 100% center;
    color: #6a6a6a;
    cursor: pointer;
    margin-bottom: 1px;
    padding-right: 15px;
    line-height: 1.3em;
}

#design-menu-container ol > li:hover {
    color: #323232;
    background-image: url("/images/design/design-menu-action-hover.png");
    /*
	font-weight: bold;
	background: black;
	list-style-image: url("/images/design/design-menu-action-hover.png");
    */
    border-bottom: 1px dashed #666;
    margin-bottom: 0px;
}

/*
 * 
 */
#design-menu-container li.submenus-hidden ul, #design-menu-container li.submenus-hidden ol {
    display: none;
}

/*
 *
 */

#design-menu-showhide.design-menu-hidden {
    background-position: -14px 0;
}

#design-menu-showhide.design-menu-hidden:hover {
    background-position: -14px -17px;
}

#design-menu-showhide {
    position: absolute;
    bottom: 15px; left: 3px;
    width: 14px; height: 17px;
    cursor: pointer;
    background: url(/images/design/design-menu-showhide.png) no-repeat scroll 0 0 transparent;
}

#design-menu-showhide:hover {
    background-position: 0 -17px;
}



#design-perspective {
    position: absolute; top: 0px; left: 0px;
    width: 210px; height: 105px;
    background: transparent url(/images/design/design-perspective-switch.png) no-repeat top;
}
#design-perspective-logo {
    display: block;
    width: 190px; 
    height: 95px;
}
#design-perspective-logo img {
    border: 0;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

#design-content {
    position: absolute;
    background: transparent;
    overflow: auto;
    top: 100px;
    left: 3px;
    right: 3px;
    bottom: 20px;
    margin-left: 195px;
    border: 0px solid red;
    padding: 0 5px 0 0;
}

#design-below-content {
    position: absolute;
    left: 200px;
    right: 3px;
    bottom: 2px;
    height: 18px;
    overflow: hidden;
}

#design-below-content #copyright { float: right; }

