/*
    Document   : style
    Created on : 2011-04-28
    Author     : InterMan - Jerzy Ostrowski
    Description: style opisujące część kliencką
*/

root, html, body {
    display: block;
    background-color: #fefefe;
    margin: 0 0 0 0;
    padding: 0;
    vertical-align: top;
    text-align: center;
}

div, p, ol, ul, li, dl, dt, dd, img, form, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    color: #c13e01;

}
/*
a {
    text-decoration: none;
    color: #b40101;

}
*/
a:hover {
    text-decoration: underline;
    color: #b40101;
}

a.link {
    text-decoration: none;
    color: #FFFFFF;
}

a:hover.link {
    text-decoration: underline;
}

.pagin1 {
    color: #FFFFFF;
    background-color: #FF0000;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #ff0000;
    border-left-color: #ff0000;
    border-bottom-color: #ff0000;
    border-top-color: #ff0000;
    padding: 2px;
    font-weight: bold;
}

.pagin2 {
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #ff0000;
    border-left-color: #ff0000;
    border-bottom-color: #ff0000;
    border-top-color: #ff0000;
    padding: 2px;
}

.centruj {
    text-align: center;
}

.right {
    float: right;
}
.centerLinksBottom {
    text-align: center;
    padding-top: 20px;
    width: 675px;
    float: inherit;
}

/* koniec dla all */

.content {
    margin: 0 auto;
    width: 900px;
    overflow: auto;
    background-color: #FFFFFF;
    vertical-align: top;
    clear: both;
}

.contentLeft {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-align: left;
    width: 200px;
    background-color: #FFFFFF;
    vertical-align: top;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
    position: relative;
    display: inline;
    float: left;
}

.contentRight {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-align: justify;
    width: 675px;
    background-color: #FFFFFF;
    vertical-align: top;
    margin: 20px 5px 20px 10px;
    height: auto;
    float: right;
}

.headTop1 {
    padding-top: 60px;
    padding-left: 90px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
    float: left;
}

.headTop2 {
    padding-top: 20px;
    width: 120px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
    float: right;
    text-align: left;
}

.headImage {
    width: 900px;
    height: 100px;
    background-image: url('../grafika/head01.png');
}

.headMini {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    float: left;
    padding-left: 40px;
    color: #FFFFFF;
    padding-top: 10px;
}

.headMiniMenu {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    float: right;
    padding-right: 40px;
    color: #FFFFFF;
    padding-top: 10px;
}

.titlePage {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color:  #8f1402;
    padding-bottom: 10px;
}

.titlePage1 {
    font-family: Verdana, Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color:  #8f1402;
    padding-bottom: 20px;
}

.italic {
    font-style: italic;
    font-weight: 700;
}

.headline {
    color:  #CC0000;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

.headlineDate {
    color:  #A79787;
    font-size: 10px;
    padding-bottom: 15px;
}

.foot {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #A20B10;
    clear: both;
}


/* obsługa okienek informacyjnych */
.info {
    width: 80%;
    height: 15px;
    background-color: #ff0000;
    border: 1px solid #ff0000;
    font-family: Arial, sans-serif, Helvetica, Tahoma;
    text-align: center;
    font-size: 13px;
    font-variant: normal;
    color: #FFFFFF;
    cursor: auto;
    font-weight: bold;
    margin: 5px auto -5px;
}

.info1 {
    width: 80%;
    min-height: 90px;
    background-color: #F7F7F7;
    border: 1px solid #ff0000;
    font-family: Arial, sans-serif, Helvetica, Tahoma;
    text-align: left;
    font-size: 13px;
    font-variant: normal;
    font-weight: bold;
    color: #000000;
    cursor: auto;
    margin: 5px auto;
    padding-bottom: 10px;
}

.leftImageInfo {
    float: left;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
}

.rightImageInfo {
    float: right;
}

a.linkInfo {
    color: #656565;
    text-decoration: none;
}

a:hover.linkInfo {
    color: #656565;
    text-decoration: underline;
}

/* menu left */
.menuLeft {
    background-color: #FDFCEE;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 200px;
}
.menuLeft li {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    list-style: none;
    width: auto;
    margin: 0;
    padding: 0;
}

.menuLeft li.current {
   background: #FF0000 url("../grafika/hover1.png") left center no-repeat;
    color: #FFFFFF;
    padding-bottom: 4px;
}
.menuLeft a {
    background-color: #A20B10;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: normal;
    display: block;
    margin: 0;
    padding: 4px 12px;
    text-decoration: none;
}

.menuLeft a:hover {
    background: #FF0000 url("../grafika/hover1.png") left center no-repeat;
    color: #FFFFFF;
    padding-bottom: 4px;
}

.pliki {
    padding-top: 10px;
    padding-bottom: 10px;
    float: inherit;
    width: 675px;
}

.rejestrStrona {
    padding-top: 20px;
    padding-bottom: 10px;
    float: inherit;
    width: 675px;
}

.infoTest {
    font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    padding-top: 20px;
    padding-right: 40px;
    float: right;
}

.printer {
    display: none;
}

.zakladka {
    border-bottom-color: #808080;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.sciezka {
    color: #999;
}

.column1 {
    width: 50px;
    float: left;
    text-align: right;
}

.column2 {
    width: 500px;
    float: right;
    text-align: left;
}
/* Przyciski wcag*/
.accContainer {
    position: absolute;
}

.wyszukiwarka {
    font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    width: 900px;
    text-align: right;
}

.textbox {
    background-color: #F7F7F7;
    border: 1px solid #666666;
    font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
    text-align: left;
    font-size: 12px;
    font-variant: normal;
    font-weight: normal;
    color: #000000;
    cursor: auto;
    padding-left: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.textbox:focus {
    background-color: #FEFF97;
    border: 1px solid #CC0000;
    font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
    text-align: left;
    font-size: 12px;
    font-variant: normal;
    font-weight: normal;
    color: #000000;
    cursor: auto;
    padding-left: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.textboxBold {
    background-color: #F7F7F7;
    border: 1px solid #666666;
    font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
    text-align: left;
    font-size: 12px;
    font-variant: normal;
    font-weight: bold;
    color: #000000;
    cursor: auto;
    padding-left: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.textboxBold:focus {
    background-color: #FEFF97;
    border: 1px solid #CC0000;
    font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
    text-align: left;
    font-size: 12px;
    font-variant: normal;
    font-weight: bold;
    color: #000000;
    cursor: auto;
    padding-left: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.textboxCyfry {
    background-color: #F7F7F7;
    border: 1px solid #666666;
    font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
    text-align: right;
    font-size: 12px;
    font-variant: normal;
    font-weight: normal;
    color: #000000;
    cursor: auto;
    padding-right: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.textboxCyfry:focus {
    background-color: #FEFF97;
    border: 1px solid #CC0000;
    font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
    text-align: right;
    font-size: 12px;
    font-variant: normal;
    font-weight: normal;
    color: #000000;
    cursor: auto;
    padding-right: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 12px/100% Arial, Helvetica, sans-serif;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .2em; 
    -moz-border-radius: .2em;
    border-radius: .2em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}

/* orange */
.orange {
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
    color: #fcd3a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}


/* red */
.red {
    color: #faddde;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
    background: #b61318;
    background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
    background: -moz-linear-gradient(top,  #c9151b,  #a11115);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
    color: #de898c;
    background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
    background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

fieldset {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-color: #eaeaea;
    border-style: solid;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    float: left;
}