/* main css */

* {
    font-family: arial, verdana;
}

.right {
    text-align: right;
}

#right {
    text-align: right;
}

.middle {
    vertical-align: middle;
}

#middle {
    vertical-align: middle;
}

#top {
    vertical-align: top;
}

.blue {
    color: #0768ac;
}

body {
    background-color: #ffffff;
    text-align: center;
}

a {
    color: #202020;
    font-size: 11px;
    text-decoration: underline;
}

object, embed {
    border: 0px;
    margin: 5px 0px;
    padding: 0px;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    color: #0768ac;
    margin-left: 30px;
    margin-top: 0px;
    margin-bottom: 18px;
}

h2 {
    color: #0768ac;
    font-size: 14px;
    font-weight: bold;
    margin: 3px 0px;
}

input.text_short, input.text_long, select {
    border: 1px solid black;
}

input.checkbox {
    vertical-align: middle;
}

input.text_short {
    width: 110px;
}

input.text_long {
    width: 250px;
}

textarea.text_long {
    border: 1px solid black;
    width: 250px;
    height: 3em;
}

select.long {
    width: 250px;
}

div, table, td, input, select {
    font-size: 11px;
}

td {
    vertical-align: top;
}

table.main {
    width: 660px;
    height: 720px;
    margin: 17px 20px 0px 20px;
}

table.inline {
    width: 250px;
}

div.aboveLogin {
    color: #0768ac;
    width: 150px;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #222222;
}

table.login {
    width: 150px;
    height: 80px;
    background-color: #f2f7fb;
    margin-top: 20px;
    margin-bottom: 20px;
}

table.login td {
    padding-left: 20px;
    padding-right: 10px;
}

td.login {
    color: #0768ac;
}

td.leftColumn {
    padding-top: 85px;
    padding-left: 3px;
    padding-right: 10px;
    width: 170px;
    border-right: 1px solid #6ebb1f;
}

td.rightColumn {
    padding-top: 0px;
    margin: 0px;
}

table.search {
    margin-left: 30px;
    width: 490px;
}

tr.search {
    background-color: #f2f7fb;
}

td.lp {
    width: 20px;
}

td.rightSearch {
    text-align: right;
    color: #0768ac;   
}

td.rightSearchPatch {
    text-align: right;
    color: #0768ac;
    width:180px;
}

td.leftSearch {
   width:330px;
}
table.wydawn {
  background-color: #f2f7fb;
  width: 470px;
}
td.etykieta {
  width: 180px;
  text-align: right;
  color: #0768ac;
}
td.cb {
   width: 10px;
}

div.wydlab {
   margin-top: 5px;
}

td.leftSearch {
    text-align: left;
    vertical-align: top;
    color: #0768ac;
}

td.years {
    text-align: right;
    padding-left: 5px;
    width: 7em;
}

table.logo {
    background: transparent url( '../img/logo.jpg' );
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 700px;
    height: 50px;
    margin: auto;
}

td.logo {
    color: #ffffff;
    text-align: right;
    vertical-align: bottom;
}

div.indexBorder {
    background: #ffffff url( '../img/background.jpg' );
    border: 1px solid #6ebb1f;
    background-repeat: no-repeat;
    background-position: 0px 20px;
    width: 720px;
    /*height: 960px;*/
    text-align: center;
    padding: 0px;
    margin: auto;
}
div.border {
    background: #ffffff url( '../img/background.jpg' );
    border: 1px solid #6ebb1f;
    background-repeat: no-repeat;
    background-position: 0px 20px;
    width: 720px;
    height: 750px;
    text-align: center;
    padding: 0px;
    margin: auto;
}
td.openlink{
    text-align:center;
    color:#0768ac;
    text-decoration:underline;
    cursor:hand;
    cursor:pointer;
}
a.kontakt {
    margin-right: 10px;
    text-decoration: none;
}

ul {
    text-indent: 0px;
    margin: 0px 0px 0px 10px;
    padding-left: 5px;
}

a.tytul {
    color: #0768ac;
}

.title {
    color: #0768ac;
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pdflink {
    cursor: pointer;
}

.style1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9;
}

.style3 {
    font-family: verdana;
    font-size: 9px;
    font-weight: bold;
    color: #777779;
}

.style6 {
    font-size: 9px;
    color: #0768AC;
    font-family: verdana;
}

.style12 {
    font-family: verdana;
    font-size: 9px;
    font-weight: bold;
    color: #0768AC;
}

.style14 {
    font-family: verdana;
    font-size: 18px;
    font-weight: bold;
    color: #0768AC;
}

td a, td a:hover, td a:active, td a:visited {
    color: #0768AC;
}

.help-tooltip {
    position: absolute;
    z-index: 10000;
    width: 200px;
    border: 1px solid black;
    background: InfoBackground;
    color: black;
    font: status-bar;
    padding: 3px;
}

.help-tooltip a, .help-tooltip a:hover {
    background: none;
}

a.helplink {
    color: red;
    cursor:default;

}


