#tt_frm {
    position: absolute;
    left: 100px;
    top: 100px;
    width: 200px;
    height: 200px;
    border: solid 1px #000000;
    background: #FFFFB0;
}

#tt_left {
    position: absolute;
    left: -30px;
    top: 10px;
}
 
#tt_right {
    position: absolute;
    left: 198px;
    top: 10px;
}

.tt_button {
    position: absolute;
    top: 25px;
    left: 5px;
    width: 50px;
    height: 13px;
    padding-top: 2px;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-right: #000000 1px solid;
    border-bottom: none;
    font-size: 7pt;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.tt_side {
    position: absolute;
    top: 25px;
    left: 5px;
    width: 147px;
    height: 16px;
    padding-top: 1px;
    padding-left: 2px;
    border: #000000 1px solid;
    font-size: 7pt;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}

.tt_head {
    font-weight: bold;
    font-size: 9pt;
}

.tt_head_garant {
    font-weight: bold;
    font-size: 9pt;
    color: #008000;
}

.tt_data {
    position: absolute;
    left: 5px;
    top: 40px;
    border: #000000 1px solid;
    width: 189px;
    height: 153px;
    font-size: 8pt;
    padding-top: 5px;
    padding-left: 2px;
    overflow: hidden;
}

#tt_nazev{
    position: absolute;
    left: 5px;
    top: 3px;
}

#tt_nazev_sel{
    position: absolute;
    left: 5px;
    top: 5px;
}

#tt_legenda{
    position: absolute;
    right: 5px;
    top: 1px;
    font-size: 7pt;
}

.tt_listbox {
 overflow-x: hidden;   
 overflow-y: auto;
 width: 283px;
 height: 143px;
 font-size: 8pt;
 font-family:monospace;
}

.tt_photobox {
 overflow-x: hidden;   
 overflow-y: hidden;
 width: 283px;
 height: 143px;
 font-size: 8pt;
 font-family: Arial, Helvetica, sans-serif;
}
