/* Elementy główne */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: justify;
    text-decoration: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    color: black;
    background-color: white;
}

table, p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: justify;
}

img {
    border: 0px;
}

hr {
    border: 0px;
    color: #395ABD;
}

ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

ol {
    margin-top: 0px;
    margin-bottom: 0px;
}

ol.abc {
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-type: lower-alpha;
}


.bold {
   font-weight: bold;
}

.italic {
   font-style: italic;
}

.bolditalic {
   font-weight: bold;
   font-style: italic;
}

/* Podstawowe formaty tekstu */
.normal1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    color: black;
    background-color: transparent;
}

.normal2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: black;
    background-color: transparent;
}

.gruby1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    color: black;
    background-color: transparent;
}

.small1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: black;
    background-color: transparent;
}

.small2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: black;
    background-color: transparent;
}

.bigblack {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    color: black;
    background-color: transparent;
}

.bigred {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    color: red;
    background-color: transparent;
}

.bigwhite {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    color: white;
    background-color: transparent;
}

.biggold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    color: #D0C738;
    background-color: transparent;
}

.bigblue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    color: #5048A8;
    background-color: transparent;
}

/* Tabelki */
td.disp {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #EEEEEE;
}

td.dispsmall {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #EEEEEE;
}

td.disp2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #777777;
    background-color: #555555;
}

td.podswietl {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #111111;
    background-color: #DADADA;
}

.infogray {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: gray;
}

a, a:link, a:visited {
    text-decoration: none;
    color: #5048A8;
}

a:hover {
   text-decoration: underline;
   color: black;
}

#webdav {
    margin: 5px;
    font-size: 12px;
}

#webdav .error {
    font-weight: bold;
    font-size: 18px;
    color: red;
    text-align: center;
    width: 100%;
}

#webdav h2 {
    font-weight: bold;
    font-size: 18px;
}

#webdav h3 {
    font-weight: bold;
    font-size: 14px;
}

#webdav table {
    width: 95%;
    border-collapse: collapse;
    border: solid 1px;
    font-size: 13px;
}

#webdav tr.shade {
    background-color: #eeeeee;
}

#webdav td {
    padding: 2px;
    border: solid 1px;
    font-family: "Courier New", monospace;
}

#webdav td.headerfn {
    font-weight: bold;
    background-color: gray;
    width: 50%;
}

#webdav td.headerfs {
    font-weight: bold;
    background-color: gray;
    width: 20%;
    text-align: right;
}

#webdav td.headerfd {
    font-weight: bold;
    background-color: gray;
    width: 25%;
    text-align: right;
}

#webdav td.headeropts {
    font-weight: bold;
    background-color: gray;
    width: 5%;
    text-align: center;
}


#webdav td.filename {
    width: 50%;
}

#webdav td.filesize {
    width: 20%;
    text-align: right;
}

#webdav td.filedate {
    width: 25%;
    text-align: right;
}

#webdav td.fileopts {
    width: 5%;
    text-align: center;
    white-space: nowrap;
}

#webdav form input {
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 20px;
}

.wd {
	behavior: url(#default#AnchorClick);
}

#help {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: black;
    background-color: transparent;
}

#helpheader {
    font-size: 18px;
    line-height: 21px;
}

#helpdesc {
    font-size: 13px;
    text-align: justify;
}

#help table {
    font-size: 13px;
	width: 100%;
    border-collapse: collapse;
    border: solid 1px;
}

#help td {
    font-size: 13px;
	padding: 2px;
    border: solid 1px;
}

#help p {
    font-size: 13px;
}
