backroot { 
    margin: 0px auto;
    padding: 0px;
}

body {
    background-color: white;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: black;
    width: auto;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 16px;   
    font-weight: bold;
    color: black;
    text-align: left;
    padding: 5px;
    margin: 5px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
    color: red;
    text-align: center;
}

h6 {
    font-size: 13px;
    padding: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 10px;
    margin-right: 10px;
}

p.paragraf{
    padding: 0px;
    margin: 0px;
}

fieldset { 
    border: 1px solid silver; 
    border-left: 0px; 
    border-right: 0px; 
    border-bottom: 0px; 
	margin: 5px;
    padding: 5px;
    text-align: left;
    /*-o-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;*/
    font-size: 12px;
    color: black;
}

legend {
    margin: 2px;
    padding: 3px;
    border: 0px solid silver;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
}

label {
    clear: both;
    float: left;
    width: 100px;
    margin: 2px;
    padding: 4px;
    text-align: left;
    color: black;
}          

input {
    padding: 4px;
    margin: 2px auto;
    border: 1px solid silver;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

input:hover {
    padding: 4px;
    margin: 2px auto;
    border: 1px solid gray;
	box-shadow:1px 1px 4px #919191;
}

input:focus {
    padding: 4px;
    margin: 2px auto;
    border: 1px solid gray;
	box-shadow:1px 1px 4px #919191;
}
            
input.checkbox {
    padding: 4px;
    margin: 6px auto;
    border: 1px solid silver;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.checkbox:hover {
    padding: 4px;
    margin: 6px auto;
    border: 1px solid gray;
}

.checkbox:focus {
    padding: 4px;
    margin: 6px auto;
    border: 1px solid gray;
}

textarea {
    padding: 4px;
    margin: 2px auto;
    border: 1px solid silver;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

textarea:hover {
    padding: 4px;
    margin: 2px auto;
    border: 1px solid gray;
	box-shadow:1px 1px 4px #919191;
}

textarea:focus {
    padding: 4px;
    margin: 2px auto;
    border: 1px solid gray;
	box-shadow:1px 1px 4px #919191;
}

button {
    padding: 1px;
    margin: 2px auto;
}

select {
    padding: 3px;
    margin: 2px auto;
    border: 1px solid silver;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

select:hover {
    padding: 3px;
    margin: 2px auto;
    border: 1px solid gray;
	box-shadow:1px 1px 4px #919191;
}

select:focus {
    padding: 3px;
    margin: 2px auto;
    border: 1px solid gray;
	box-shadow:1px 1px 4px #919191;
}

img {
    cursor: pointer;
    border: 0px none;
}

.img_mr {
    margin-right: 8px;
}

.img_rozkroj {
    width: 300px;
}

.img_boardlist_2px {
    border: 2px solid black;
    padding: 0px;
    margin: 0px;
}

.img_boardlist {
    width: 100px;
    height: 50px;
    border: 1px solid;
    padding: 0px;
    margin: 0px 3px 3px 3px;
}

.img_boardlist_wsk {
    float: left;
    width: auto;
    height: auto;
    border: 0px none;
    padding: 0px;
    margin: 0px;
}

img.img_err_small {
    margin: 0px;
    padding: 0px;
    width: 12px;
    height: 12px;
}

.img_32x32_btn {
    margin: 1px auto;
    padding: 2px;
    width: 32px;
    height: 32px;
    border: 2px solid gray;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.img_64x64_btn {
    margin: 1px auto;
    padding: 2px;
    width: 64px;
    height: 64px;
    border: 2px solid gray;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.img_100x100_btn {
    margin: 1px auto;
    padding: 2px;
    width: 100px;
    height: 100px;
    border: 2px solid gray;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.img_12x12 {
    margin: 0px;
    padding: 0px;
    width: 12px;
    height: 12px;
}

.img_8x8 {
    margin: 0px;
    padding: 0px;
    width: 8px;
    height: 8px;
}

div.img_borderlist_r, img_borderlist_t {
    width: 120px;
    height: auto;   
    border: 0px none;
    text-align: center;
    padding: 0px 5px 5px 5px;
    margin: 0px;
}

div.img_borderlist_t {
    height: auto;   
}

div.img_borderlist_wsk {
    float: le;
    width: 32px;
    height: auto;   
    border: 0px none;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

div.img_borderlist_t1 {
    clear: both;
    font-size: 11px;
    text-align: center;
    height: auto;
}

div.img_borderlist_t2 {
    clear: both;
    font-size: 9px;
    text-align: center;
    height: 40px;
}

div.img_box_out {
  height: 100%;
  width: auto;
  border: 1px solid gray;
  padding: 1px auto;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

div.img_box_out1 {
  float: left;
  height: 120px;
  width: 120px;
  border: lightblue;
  padding: 5px auto;
}

div.img_circle_40x40 {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 10%;
	border:2px solid silver
}

div.img_circle_30x30 {
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
	border:2px solid silver
}

div.formatka_border_o1 {
    width: 168px;
    height: 150px;   
    border: 0px none;
    background: none;
    padding: 4px;
    margin: 0px auto;
    font-size: 10px;
    text-align: center; 
}

div.formatka_border_okl {
    float: left;
    width: 40px;
    height: 22px;   
    border: 1px solid silver;
    background: none;
    text-align: center;
    padding: 0px;
    margin: 2px;
    font-size: 9px;
}

.responsive-container {
    position: relative;
    width: 100%;
}

.dummy {
    padding-top: 100%; /* forces 1:1 aspect ratio */
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    text-align:center; /* Align center inline elements */
    font: 0/0 a;
}

.img-container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.img-container img {
    vertical-align: middle;
    display: inline-block;
}

table, table_zebra, table_zebra_td {
    padding: 0px;
    margin: 0px;
    border: 0px solid silver;
    border-collapse: collapse;
}

.table_zebra_td {
    text-align: center;    
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%
}

td {
    padding: 3px;
}

td.podswietl {
    background: orange;
}

td.kreska_gora{
    border-color: gray;
    border-width: 1px;
    border-top-style: solid;
}

td.kreska_dol{
    border-color: gray;
    border-width: 1px;
    border-bottom-style: solid;
}

td.kreska_gora_suma{
    border-color: gray;
    border-width: 1px;
    border-top-style: solid;
    background-color: silver;
    text-align: right;
    font-weight: bold;
}

td.info_grupa {
    font-size: 12px; 
    text-align: left;
    font-weight: bold;
    background-color: #ededed;
}

td.info_podgrupa {
    font-size: 11px;
    text-align: left;
    font-weight: bold;
    padding-left: 20px;
    background-color: #f4f4f4;
}

.table_zebra_xx tr:first-of-type {
    background: none !important;
}

.table_zebra tr:nth-child(odd) {
    background: #f4f4f4;
 } /*trzeba zmienić kolejnosć*/

.table_zebra tr:nth-child(even) {
    background: white;
}

.table_zebra tr:focus {
    background: #dadada;
}

.table_zebra tr:hover {
    background: #dadada;
    cursor: pointer;
}

.table_zebra_td td:hover {
    background: #dadada;
    cursor: pointer;
    border-bottom: 1px dotted silver;
}

.table_zebra tr.tytul {
    cursor: pointer;
    background-color: gray;
    border: 1px solid gray;
    padding: 1px;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    height: 32px;
}

.table_zebra tr.podswietl {
    cursor: pointer;
    background-color: #dadada;
    border: 2px solid gray;
}

.table_zebra td.l_small {
    text-align: left;
    font-size: 10px;
}

.table_zebra td.r_small {
    text-align: right;
    font-size: 10px;
}

.table_zebra td.l_80px {
    text-align: left;
    width: 80px;
}

.table_zebra td.r_80px {
    text-align: right;
    width: 80px;
}

.table_zebra td.rb_80px {
    text-align: right;
    font-weight: bold;
    width: 80px;
}

.table_zebra td.lb_80px {
    text-align: left;
    font-weight: bold;
    width: 80px;
}

.table_zebra td.l_50px {
    text-align: left;
    width: 50px;
}

.table_zebra td.r_50px {
    text-align: right;
    width: 50px;
}

.table_zebra td.rb_50px {
    text-align: right;
    font-weight: bold;
    width: 50px;
}

.table_zebra td.lb_50px {
    text-align: left;
    font-weight: bold;
    width: 50px;
}

.table_zebra td.l_30px {
    text-align: left;
    width: 30px;
}

.table_zebra td.r_30px {
    text-align: right;
    width: 30px;
}

.table_zebra td.rb_30px {
    text-align: right;
    font-weight: bold;
    width: 30px;
}

.table_zebra td.lb_30px {
    text-align: left;
    font-weight: bold;
    width: 30px;
}

#table_none{
    padding: 0px;
    margin: 0px;
    border: 0px none;
    border-collapse: collapse;
    background: none;    
}
    
#table_none tr{
    padding: 0px;
    margin: 0px;
    border: 0px none;
    background: none;
}    

#table_none td{
    padding: 1px;
    margin: 0px;
    border: 0px none;
    background: none;
}    

div.container{
    margin: 0px auto;
    text-align: center;
    border: 0px none;
    background-color: white;
    width: 1000px;
    min-height: 600px;
    height: auto;
}

div.headerlink{
    height: 20px;
    width: auto;
    padding: 3px;
    padding-bottom: 5px;
    border-bottom: 1px solid silver;
    margin: 0px auto;
}

div.just_l{
    display: inline-block;
    float: left;
    text-align: left;
    margin: 1px auto;
}

div.just_r{
    display: inline-block;
    float: right;
    text-align: right;
    margin: 1px auto;
}

div.podkreslnik{
    width: auto;
    padding: 1px;
    border-bottom: 1px dotted silver;
    margin: 1px auto;
}

div.podswietlenie{
    width: auto;
    padding: 5px;
    border-top: 1px dotted silver;
    border-bottom: 1px dotted silver;
    margin: 1px auto;
    background: #dadada;
}

div.info_obroty{
    width: auto;
    padding: 1px;
    margin: 1px auto;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: brown;
}

div.info_zaliczka{
    width: auto;
    padding: 0px;
    margin: 0px auto;
    font-size: 12px;
    text-align: center;
    color: brown;
}

div.title_h4{
    overflow: hidden;
    cursor: pointer;
    width: auto;
    height: auto;
    -moz-user-select: none;
    margin: 4px 0px 0px 0px;
    padding: 4px;
    background-color: silver;
    color: black;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    margin: 0px 0px 5px 0px;
}

div a.h_link{
    display: inline;
    font-size: 12px;
    margin: 1px 1px 1px 1px;
    color: sienna;
}

div a.h_link:hover{
    color: black;
}

#l_link{
    font-size: 12px;
    color: gray;
}

#l_link:hover{
    color: black;
}

div.headerlogo{
    float: none;
    display: inline;
    text-align: left;
    width: 100%;
}

div.headerlogin{
    float: none;
    border: 0px none;
}

div.mainmenu{
    float: none;
    display: block;
    text-align: left;
    padding: 5px;
    margin: 0px 0px 10px 0px;    
    border-bottom: 1px solid silver;
}

div.subbox{
    float: none;
    display: inline-block;
    margin: 5px auto;
    width: auto;
    padding: 4px;
    text-align: center;
    border: 1px silver;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
}

div.subbox_title{
    clear: both;
    background-color: silver;
    border: 1px solid gray;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.subbox_container{
    clear: both;
    background-color: #f8f8f8;
    border: 1px solid silver;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin: 3px;
    text-align: left;
}

div.imgbox{
    float: left;
    text-align: center;
    border: 1px solid silver;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    width: auto;
}

div.imgbox1{
    text-align: center;
    border: 1px silver;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    padding: 0px;
    width: auto;
}

div.footer{
    float: none;
    display: inline-block;
    margin: 3px auto;
    width: 100%;
    padding: 0px;
    text-align: center;
    border: 1px silver;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: dotted;
    border-top-style: none;
}

div a.f_copyright{
    color: brown;
    font-size: 12px;
}

div a.f_link{
    color: silver;
    font-size: 12px;
}

div a.f_link:active{
    color: black;
    font-size: 12px;
}

div a.f_link:hover{
    color: black;
    font-size: 12px;
}

div info_zmiana{
    color: red;
    font-size: 11px;
}

#popup{
    display: none;
    position: absolute;
    z-index: 50;
}

#headerwarp{
    float: none;
    clear: both;
    border: 0px none;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
}

#footerwarp{
    float: left;
    border: 0px solid silver;
    background-color: silver;
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 0px;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
}

/*Ramka info*/
div.infobox {
    margin: 20px auto;
    width: 90%;
    border: 1px solid silver;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0px;
}

div.infobox .infobox_title {
    float: none;
    display: block;
    margin: 0px auto;
    width: auto;
    height: 50px;
    border-bottom: 1px solid silver;
    background-image: url(../images/menu_background.png);
}

div.infobox .infobox_title_img {
    float: left;
    border: 0px none;
}

div.infobox .infobox_title_text {
    float: left;
    width: auto;
    margin-left: 10px;
    text-align: center;
}

div.infobox p {
    font-size: 14px;
    font-weight: bold;
}

div.infobox_text {
    margin: 5px 5px 5px 5px;
    padding: 1px;
    width: 100%;
    text-align: left;
    font-size: 12px;
    text-decoration: none;
}

div.infobox_text p {
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
}

div.infobox_row{
    clear: both;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}

div.infobox_row span.label{
    float: left;
    width: 150px;
    text-align: right;
    margin-top: 5px;
    padding-top: 2px;
    font-size: 10pt;
}

div.infobox_row span.formw{
    float: left;
    width: auto;
    text-align: left;
    margin-left: 5px;
    font-size: 10pt;
}

div a.infobox_link{
    font-size: 12px;
    color: gray;
}

div a.infobox_link:hover{
    color: black;
}

div a.infobox_link:active{
    color: black;
}

div.infobox_footer{
    clear: both;
    margin: 10px 0px 5px 0px;
    height: auto;
    width: 90%;
    padding: 5px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
    text-align: center;
}

div.infobox_cookies{
    clear: both;
    height: auto;
    width: 100%;
    margin: 0px 0px 5px 0px;
    padding: 5px;
    border: 1px solid black;
    border-top-style: none;
    text-align: left;
    font-size: 11px;
}

div.spacer{
    clear: both;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
    margin: 0px;
    padding: 0px;
    height: 0px;
}


.menubtncss {
    background-color: #ededed;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    border: 1px solid silver;
    display: inline-block;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 5px;
    text-decoration: none;
}

.menubtncss:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf;
    color: black;
}

.menubtncss:active {
    position:relative;
    top: 1px;
    color: black;
}

.smallbtncss {
    background-color: darkorange;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid brown;
    display: inline-block;
    color: black;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 2px;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
}

.smallbtncss:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, darkorange), color-stop(1, orange));
    background: -moz-linear-gradient(center top, darkorange 5%, orange 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darkorange', endColorstr='orange');
    background-color: sienna;
}

.smallbtncss:active {
    position:relative;
    top: 1px;
    color: black;
    font-weight: bold;
}

.AccordionTitle, .AccordionTitleTab, .AccordionTitleTabCol, .AccordionContent, .AccordionContainer {
  position: relative;
  width: auto;
  font-size: 12px;
}

.AccordionTitle {
    overflow: hidden;
    cursor: pointer;
    width: auto;
    height: 34px;
    -moz-user-select: none;
    margin: 4px 0px 0px 0px;
    padding: 0px;
    background-color: silver;
    color: black;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
/*    background-image: url(../images/menu_background.png);*/
}

.AccordionTitle:active {
    color: white;
}

.AccordionTitle:hover {
    background-color: silver;
}

.AccordionTitle a.columntitle {
    color: black;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.AccordionTitle a.link {
    color: black;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.AccordionTitle a.link:hover {
    color: black;
    font-style: normal;
    text-decoration: underline;
}

.AccordionTitle a.link:active {
    color: black;
    text-decoration: none;
}

.AccordionTitle div.left_j {
    float: left;
    padding: 10px;
}

.AccordionTitle div.right_j {
    float: right;
    padding: 10px;
}

.AccordionTitleTab {
    cursor: pointer;
    width: auto;
    height: 34px;
    -moz-user-select: none;
    background-color: silver;
    margin: 4px 0px 0px 0px;
    padding: 0px;
    color: black;
    font-size: 10pt;
    vertical-align: middle;
    text-align: left;
/*    background-image: url(../images/menu_background.png);*/
}

.AccordionTitleTab div.selected {
    background-color: silver;
}

.AccordionTitleTab div.left_j {
    float: left;
    padding: 10px;
}

.AccordionTitleTab div.right_j {
    float: right;
    padding: 10px;
}

.AccordionTitleTab:active {
    color: white;
}

.AccordionTitleTab:hover {
    background-color: gray;
}

.AccordionTitleTabCol {
    overflow: hidden;
    cursor: pointer;
    width: auto;
    height: 34px;
    -moz-user-select: none;
    margin: 4px 0px 0px 0px;
    padding: 0px;
    background-color: gray;
    color: black;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
/*    background-image: url(../images/menu_background.png);*/
}

.AccordionTitleTabCol:active {
    color: white;
}

.AccordionTitleTabCol:hover {
    background-color: gray;
}

.AccordionTitleTabCol a.columnTitleTabCol {
    color: white;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.AccordionTitleTabCol a.link {
    color: silver;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.AccordionTitleTabCol a.link:hover {
    color: white;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.AccordionTitleTabCol a.link:active {
    color: black;
    text-decoration: none;
}

.AccordionTitleTabCol div.left_j {
    float: left;
    padding: 10px;
}

.AccordionTitleTabCol div.right_j {
    float: right;
    padding: 10px;
}

.AccordionContent {
    height: 0px;
    overflow: auto;
    display: none;
    clear: both;
    border-left-style: dotted;
    border-right-style: dotted;
    border-bottom-style: dotted;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-color: silver;
    background-color: #f1f1f1;
}

.AccordionContent div.left_j {
    float: left;
    padding: 10px;
}

.AccordionContent div.right_j {
    float: right;
    padding: 10px;
}

.AccordionContainer {
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}

#dial_over {
    width: 100%;
    height: 100%;
    /* przezroczystość */
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    display: none;
}

#dial {
    display: none;
    position: absolute;
    background:#fff;
    /* cień pod oknem */
    -moz-box-shadow: 1px 1px 5px #555;
    -webkit-box-shadow: 1px 1px 5px #555;
    box-shadow: 1px 1px 5px #555;
    top: 0px;
    z-index: 200;
    /* zaokrąglone rogi, nie działają w IE */
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: left;
}

.dial_scroll {
    width: auto;
    height: auto;
    overflow: auto;
    margin: 30px;
    padding: 5px;
    border: 1px solid silver;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

#tabs.tabs_style {
    font-size: 11px;
}

#xhtmltooltip{
  position: absolute;
  width: auto;
  max-width: 850px !important;
  border: 2px solid gray;
  padding: 4px;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background: white;
  visibility: hidden;
  z-index: 500;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
  text-align: center;
}

#informat {
  position: absolute;
  width: 100;
  width: 500;
  max-width: 500px !important;
  border: 2px solid silver;
  padding: 4px;
  background: white;
  visibility: hidden;
  z-index: 600;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
}