td {
text-align: inherit;
}

.tableBorderLeftTop {
    height: 0px;
    width: 0px;
    background-image: url("png/lefttop.PNG");
    table-layout: fixed;
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
    /*    background-color: #d1d1d1;*/
}
.tableBorderCenterTop {
    height: 0px;
    width: 0px;
    background-image: url("png/top.PNG");
    table-layout: fixed;
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
    /*    background-color: #d1d1d1;*/
}
.tableBorderRightTop {
    height: 0px;
    width: 0px;
    background-image: url("png/righttop.PNG");
    table-layout: fixed;
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
    /*    background-color: #d1d1d1;*/
}
.tableBorderLeftMid {
    height: 0px;
    width: 0px;
    background-image: url("png/left.PNG");
    table-layout: fixed;
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
    /*    background-color: #d1d1d1;*/
}
.tableBorderRightMid {
    height: 0px;
    width: 0px;
    background-image: url("png/right.PNG");
    table-layout: fixed;
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
    /*    background-color: #d1d1d1;*/
}
.tableBorderLeftBottom {
    height: 0px;
    width: 0px;
    background-image: url("png/leftbottom.PNG");
    table-layout: fixed;
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
    /*    background-color: #d1d1d1;*/
}
.tableBorderCenterBottom {
    height: 0px;
    width: 0px;
    background-image: url("png/bottom.PNG");
    table-layout: fixed;
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
    /*    background-color: #d1d1d1;*/
}
.tableBorderRightBottom {
    height: 0px;
    width: 0px;
    background-image: url("png/rightbottom.PNG");
    table-layout: fixed;
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
    /*    background-color: #d1d1d1;*/
}
.tableBorder {
    table-layout: fixed;
    border-collapse: collapse;
    white-space: nowrap;
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
}
.tab_inactive {
    height: 28px;
    width: 21px;
    cursor: pointer;
    white-space: nowrap;
    background-image: url("../png/tab_empty.PNG");
    padding-bottom : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
}
.tab_tab {
    height: 28px;
    cursor: pointer;
    background-image: url("../png/tab_empty.PNG");
    white-space: nowrap;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
}
.tab_border {
    height: 28px;
    width: 1px;
    background-image: url("../png/tab_active_border.PNG");
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
}
.tab_inactiveborder {
    height: 28px;
    width: 1px;
    background-image: url("../png/tab_empty.PNG");
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
}
.tab_active {
    height: 28px;
    width: 21px;
    cursor: pointer;
    white-space: pre;
    background-image: url("../png/tab_active.PNG");
    padding-bottom : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
}
.tab_other {
    height: 28px;
    background-image: url("../png/tab_empty.PNG");
    padding-bottom : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
}
.tab_border_lr {
    height: 1px;
    width: 1px;
    background-image: url("../png/tab_border_lr.PNG");
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
}
.tab_border_bottom {
    height: 1px;
    background-image: url("../png/tab_border_bottom.PNG");
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
}
.tab_canvas {
    table-layout: auto;
    border-collapse: collapse;
    padding-bottom : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 10px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
}
.tabcanvas {
    table-layout: auto;
    border-collapse: collapse;
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
    background-color: #d1d1d1;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}
.tab {
    table-layout: auto;
    border-collapse: collapse;
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
}
.tab_text{
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}
.tab_text4:hover {
    color:green;
    color: #FFFFFF;
}
.tableJR {
    table-layout: auto;
    border-collapse: collapse;
    width: auto;
    height: auto;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    /*    border-top-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-style: solid;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-top-color: white;
        border-bottom-color: white;
        border-left-color: white;
        border-right-color: white;*/
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.sudaradka {
    background-color: #ACACAC;
}
.licharadka {
    background-color: #DBDBDB;
}
.hourJR {
    background-color: #c92233;
    color: #FFFFFF;    
    border-left-style: solid;
    border-left-width: 0px;
    border-right-color: #000000;
    font-weight: bold;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 8px;
}
.timeJR{
    color: #000000;
    text-decoration: none;
    padding-right: 4px;    
    padding-left: 4px;
}
.kurzJR{
    color: #000000;
    text-decoration: none;
    padding-right: 2px;
    padding-left: 0px;
    font-size: 8px;
}
.poznamkaJR {
  font-size: 10px;
}
.timeJR1:hover {
    color:green;
    background-color: yellow;
}
.timeJR:focus {
    border-width: 0px;
    text-decoration: none;
}
.pozn {
    white-space: pre;
}
.zastavkytable {
    border-collapse: collapse;
    table-layout: auto;
    white-space: nowrap;
    border-right-style: solid;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    margin-right: 8px;
    border-top-color: white;
    border-bottom-color: white;
    border-left-color: white;
    border-right-color: white;
    width: auto;
    height: auto;
}
.zastavkyenable {
    cursor: pointer;
    font-size: 12px;
    padding-right: 8px;
    padding-left: 8px;
  color: #000000;
}
.zastavkyenable:hover {
    color: #a6cef4;
    font-size: 12px;
    padding-right: 8px;
    padding-left: 8px;
}
.zastavkydisable {
    color: #666666;
    font-style: italic;
    font-size: 12px;
    padding-right: 8px;
    padding-left: 8px;
}
.zastavkydisable:hover {
    color: #666666;
    font-style: italic;
    font-size: 12px;
    padding-right: 8px;
    padding-left: 8px;
}
.jrtable {
    border-collapse: collapse;
    /*    table-layout: auto;*/
    white-space: nowrap;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    width: auto;
    height: auto;
    /*    border-top-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-style: solid;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;*/
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.detailtable {
    border-collapse: collapse;
    table-layout: auto;
    white-space: nowrap;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-width: 1px;
    margin-left: 8px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-color: white;
    border-bottom-color: white;
    border-left-color: white;
    border-right-color: white;
    padding-right: 2px;
    margin-right: 4px;
  width: auto;
}
.detailtabletimeenable {
    font-size: 12px;
    padding-left: 8px;
    text-align: justify;
    padding-right: 5px;
}
.detailtabletimedisable {
    color: #666666;
    font-style: italic;
    font-size: 12px;
    padding-left: 8px;
    text-align: justify;
    padding-right: 5px;
}
.detailtablezastavkyenable {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 8px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: white;
}
.detailtablezastavkydisable {
    color: #666666;
    font-style: italic;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 8px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: white;
}
.header {
    font-size: 26px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-top-width: 0px;
  height: 100%;
  table-layout: auto;
  border-collapse: collapse;
}
.poznamky {
    font-size: 12px;
    text-align: left;
}
.poznamkypopis {
    font-size: 12px;
    text-align: left;
    padding-left: 12px;
}
.FS {
    font-family: 'Times New Roman',Times,serif;
    font-size: 8px;
    color: #666666;
    font-style: italic;
    font-weight: bold;
}
.FS_1 {
    font-family: 'Times New Roman',Times,serif;
    font-size: 8px;
    color: #666666;
    font-style: italic;
    font-weight: bold;
  text-align: right;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #000000;
  margin-top: 5px;
}
.pozadi {
  width: auto;
/*  background-color: #e7e7e7;*/
  border-left-style: solid;
  border-right-style: solid;
  border-left-width: 10px;
  border-right-width: 10px;
  border-left-color: #e7e7e7;
  border-right-color: #e7e7e7;
}

.pozadioblouk {
  background-color: ransparent;/*#e7e7e7;*/
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  height: 10px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}

.pozadi1_1 {
  /*border-style: none solid;
  border-color: rgb(255, 255, 255);
  border-width: 0pt 6px;
  overflow: hidden;
  height: 1px;
  background-color: transparent;*/
  border-style: none;
  margin-right: 6px;
  margin-left: 6px;
  overflow: hidden;
  height: 1px;
  background-color: #e7e7e7;
}

.pozadi1_2 {
/*  border-style: none solid;
  border-color: rgb(255, 255, 255);
  border-width: 0pt 4px;
  overflow: hidden;
  height: 1px;
  background-color: transparent;*/
  border-style: none;
  margin-left:4px;
  margin-right:4px;
  overflow: hidden;
  height: 1px;
  background-color : #e7e7e7;
}

.pozadi1_3 {
/*  border-style: none solid;
  border-color: rgb(255, 255, 255);
  border-width: 0pt 3px;
  overflow: hidden;
  height: 1px;
  background-color: transparent;*/
  border-style: none;
  margin-left: 3px;
  margin-right: 3px;
  overflow: hidden;
  height: 1px;
  background-color: #e7e7e7;
}

.pozadi1_4 {
/*  border-style: none solid;
  border-color: rgb(255, 255, 255);
  border-width: 0pt 2px;
  overflow: hidden;
  height: 1px;
  background-color: transparent;*/
  border-style: none;
  margin-left: 2px;
  margin-right: 2px;
  overflow: hidden;
  height: 1px;
  background-color: #e7e7e7;
}

.pozadi1_5 {
/*  border-style: none solid;
  border-color: rgb(255, 255, 255);
  border-width: 0pt 1px;
  overflow: hidden;
  height: 1px;
  background-color: transparent;*/
  border-style: none;
  margin-left: 1px;
  margin-right: 1px;
  overflow: hidden;
  height: 1px;
  background-color: #e7e7e7;
}

.pozadi1_6 {
/*  border-style: none solid;
  border-color: rgb(255, 255, 255);
  border-width: 0pt 1px;
  overflow: hidden;
  height: 1px;
  background-color: transparent;*/
  border-style: none;
  margin-left: 1px;
  margin-right: 1px;
  overflow: hidden;
  height: 1px;
  background-color: #e7e7e7;
}

.pozadi1_7 {
/*  border-style: none solid;
  border-color: rgb(255, 255, 255);
  border-width: 0pt 0px;
  overflow: hidden;
  height: 1px;
  background-color: transparent;*/
  border-style: none;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  height: 1px;
  background-color: #e7e7e7;
}

.pozadi1_8 {
/*  border-style: none solid;
  border-color: rgb(255, 255, 255);
  border-width: 0pt 0px;
  overflow: hidden;
  height: 1px;
  background-color: transparent;*/
  border-style: none;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  height: 1px;
  background-color: #e7e7e7;
}

.pozadi1_9 {
/*  border-style: none solid;
  border-color: rgb(255, 255, 255);
  border-width: 0pt 0px;
  overflow: hidden;
  height: 1px;
  background-color: transparent;*/
  border-style: none;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  height: 1px;
  background-color: #e7e7e7;
}

.pozadi1_10 {
/*  border-style: none solid;
  border-color: rgb(255, 255, 255);
  border-width: 0pt 0px;
  overflow: hidden;
  height: 1px;
  background-color: transparent;*/
  border-style: none;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  height: 1px;
  background-color: #e7e7e7;
}

.headertrasa {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.oddelovacpozn {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}

.poznamkaodsazeni {
  padding-left: 20px;
}

.close {
  width: 43px;
  height: 18px;
  position: absolute;
  top: 0px;
  right: 0px;
  float: right;
  margin-right: 10px;
  cursor: pointer;
}

/*print*/
.printmaintable {
    border-collapse: collapse;
    table-layout: auto;
    font-family: Arial,Helvetica,sans-serif;
    width: auto;
    height: auto;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-top-width: 0px;
  border-right-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #000000;
  border-top-color: #000000;
  border-spacing: 0px;
}
.center {
  text-align: center;
}
.printjrtable {
    border-collapse: separate;
    white-space: nowrap;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    width: auto;
    height: auto;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-top-width: 0px;
  border-right-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #000000;
  border-top-color: #000000;
}
.printlinka {
  margin-right: 8px;
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  margin-left: 10px;
}
.printdatum {
  margin-right: 2px;
  text-align: left;
  font-size: 14px;
  color: #000000;
  margin-left: 3px;
}
.printden {
  text-align: left;
  font-size: 24px;
  color: #000000;
  margin-left: 4px;
}
.printsmer {
  text-align: left;
  font-size: 16px;
  color: #000000;
  margin-left: 10px;
  font-weight: bold;
}
.printzastavkytable {
    border-collapse: collapse;
    table-layout: auto;
    white-space: nowrap;
    border-right-style: solid;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    margin-right: 8px;
    border-top-color: white;
    border-bottom-color: white;
    border-left-color: white;
    border-right-color: white;
    width: auto;
    height: auto;
}
.printpasmo {
    font-size: 10px;
    padding-right: 8px;
    padding-left: 8px;
  color: #000000;
  text-align: center;
}
.printzastavkyactual {
    font-size: 10px;
    padding-right: 8px;
    padding-left: 8px;
  color: #ed131b;
  font-weight: bold;
  text-decoration: underline;
}
.printzastavkyenable {
    font-size: 10px;
    padding-right: 8px;
    padding-left: 8px;
  color: #000000;
}
.printzastavkydisable {
    color: #666666;
    font-style: italic;
    font-size: 10px;
    padding-right: 8px;
    padding-left: 8px;
}
.printtableJR {
/*    table-layout: auto;*/
    border-collapse: collapse;
    width: auto;
    height: auto;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.printsudaradka {
    background-color: #ACACAC;
}
.printlicharadka {
    background-color: #DBDBDB;
}
.printhourJR {
    background-color: #c92233;
    color: #FFFFFF;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #000000;
    font-weight: bold;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 8px;  
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-color: #000000;
  border-bottom-color: #000000;
  border-top-color: #000000;
}
.printtimeJR {
    color: #000000;
    text-decoration: none;
    padding-right: 4px;
    padding-left: 4px;
}
.printkurzJR{
    color: #000000;
    text-decoration: none;
    padding-right: 2px;
    padding-left: 0px;
    font-size: 8px;
}
.printpozadioblouk {
  border-collapse: collapse;
  background-color: transparent;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  height: 10px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}

.printpozadi1_1 {
/*  border-style: none solid;
  border-color: #000000;
  border-width: 0pt 4px;*/
  margin-right: 6px;
  margin-left: 6px;
  overflow: hidden;
  height: 0px;
/*  background-color: #000000;*/
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #000000;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.printpozadi1_2 {
  border-style: none solid;
  border-color: #000000;
  border-width: 0pt 3px;
  margin-right: 4px;
  margin-left: 4px;
  overflow: hidden;
  height: 1px;
  background-color: transparent;
}

.printpozadi1_3 {
  border-style: none solid;
  border-color: #000000;
  border-width: 0pt 2px;
  margin-right: 3px;
  margin-left: 3px;
  overflow: hidden;
  height: 1px;
  background-color: transparent;
}

.printpozadi1_4 {
  border-style: none solid;
  border-color: #000000;
  border-width: 0pt 2px;
  margin-right: 2px;
  margin-left: 2px;
  overflow: hidden;
  height: 1px;
  background-color: transparent;
}

.printpozadi1_5 {
  border-style: none solid;
  border-color: #000000;
  border-width: 0pt 2px;
  margin-right: 1px;
  margin-left: 1px;
  overflow: hidden;
  height: 1px;
  background-color: transparent;
}

.printpozadi1_6 {
  border-style: none solid;
  border-color: #000000;
  border-width: 0pt 1px;
  margin-right: 1px;
  margin-left: 1px;
  overflow: hidden;
  height: 1px;
  background-color: transparent;
}

.printpozadi1_7 {
  border-style: none solid;
  border-color: #000000;
  border-width: 0pt 2px;
  margin-right: 0px;
  margin-left: 0px;
  overflow: hidden;
  height: 1px;
  background-color: transparent;
}

.printpozadi1_8 {
  border-style: none solid;
  border-color: #000000;
  border-width: 0pt 1px;
  margin-right: 0px;
  margin-left: 0px;
  overflow: hidden;
  height: 1px;
  background-color: transparent;
}

.printpozadi1_9 {
  border-style: none solid;
  border-color: #000000;
  border-width: 0pt 1px;
  margin-right: 0px;
  margin-left: 0px;
  overflow: hidden;
  height: 1px;
  background-color: transparent;
}

.printpozadi1_10 {
  border-style: none solid;
  border-color: #000000;
  border-width: 0pt 1px;
  margin-right: 0px;
  margin-left: 0px;
  overflow: hidden;
  height: 1px;
  background-color: transparent;
}
.printpozadi {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-color: #000000;
  border-left-color: #000000;
}
.printFS {
    font-family: 'Times New Roman',Times,serif;
    font-size: 8px;
    color: #000000;
    font-style: italic;
    font-weight: bold;
}
.printpoznamkyheader {
    font-size: 10px;
    padding-right: 0px;
    padding-left: 0px;
    color: #000000;
    font-weight: normal;
  font-style: italic;
}
.printpoznamkyoznaceni {
    font-size: 10px;
    padding-right: 10px;
    padding-left: 10px;
    color: #000000;
    font-weight: normal;
}
.printpoznamkypopis {
    font-size: 10px;
    padding-right: 0px;
    padding-left: 0px;
    color: #000000;
    font-weight: normal;
    white-space: pre;
}
