body {
    margin-top: 0;
    margin-left: 0px;
    font-family:Lucida,Verdana;
    font-size:10px;
    font-size-adjust:none;
}

.data {
    padding-top: 0px;
}

.data img{ 
    display: block;
    margin: 0px;
    padding: 0px;
}

.border {
    height: calc(100% - 27px);
    position: fixed;
    top: 27px;
    width: 1px;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    
}

.img_header img{ 
    margin: 0px;
    padding: 0px;
    float: left;
}

#img_header { 
/*    margin-right: 20px;*/
/*    padding-right: 20px;*/
}

/* table sorter */
table.data_table thead tr th, table.data_table tfoot tr th {
    padding: 4px 1.5em 4px 1.5em;
}
table.data_table thead tr .header {
    background-image: url(bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.data_table tbody td {
    padding: 1px;
    vertical-align: top;
}
table.data_table tbody tr.odd td {
    background-color:#F0F0F6;
}
table.data_table thead tr .headerSortUp {
    background-image: url(/img/asc.gif);
}
table.data_table thead tr .headerSortDown {
    background-image: url(/img/desc.gif);
}


/* tabulky */
table { 
    border: solid #000000 1px;
    margin-top: 0px;
}

table.data_table tr:hover { 
    background-color: #fca;
}

table th { 
    background-color: #874433;
    color: white;
    text-align: center;
}

table th a { 
    color: white;
}


h3,h4 {
    margin: 0;
    padding: 0;
}

h4 {
    margin-top: 8px;
}

.info{  
    position:relative; /*this is the key*/
    z-index:44;
    background-color:#FFFFCC;
    color:#000;
    text-decoration:none;
}

.info:hover{ 
    z-index:55;
    background-color:#8a2602;
}

.info span{ 
    display: none;
}

.info .infoname { 
    color: white;
    background-color: #8a2602;
    text-align: center;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 1.7em; 
    width: 100%;
    _width: 600px;
}

.info:hover .infobar{  /*the span will display just on :hover state*/
    display: block;
    z-index: 110;
    position: absolute;
    _top: 35px; 
    /*
      top: -360px; 
      left: -180px;
      */
    top: 12px; 
    left: -650px;
    line-height: 1.2em;
    padding:0px;
    border: 2px solid #8a2602;
    background-color: #f7f7ee;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-align: left;
} 

.ok, .ko, .notmonitored { 
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
    color: green;
    font-weight: bold;
}

.ko { 
    color: red;
}

.notmonitored { 
    color: grey;
}

div#foo.border{
    position: absolute !important;
}
