img {
    border: 0px;
}
.ok {
    color: green;
    font-size: 13px;
    font-weight: bold;
    background-image: url('./../images/ok.gif');
    padding-left: 17px;
    background-repeat: no-repeat;

}
.error {
    color: red;
    font-size: 13px;
    font-weight: bold;
    background-image: url('./../images/ko.gif');
    padding-left: 17px;
    background-repeat: no-repeat;
}
.stranka {
    width: 1000px;
    margin: 0px auto;
    text-align: left;
    background-color: #FFF5D2;
    padding: 15px;
    font-family: verdana;
}
div.pruh1 {
    height: 30px;
    background-color: #FDB813;
}
div.pruh2 {
    height: 30px;
    background-color: #005395;
}
body {
    text-align:center;
    margin: 0px;
    font-family: verdana;
}
.red{
    color:red;
}
.right {
    float:right;
}

/* doplneni base stylu */

table.data {
    border-collapse: collapse;
    width: 100%;
}
table.data #nomargin {
    margin-bottom: 0px;
}
table.data TH {
    border: 1px solid #024082;
    background-color: #EFEFF7;
}
table.data TH.signed {
    border: 1px solid #024082;
    background-color: #AAC2D5;
}

table.data TD {
    border: 1px solid #024082;
    padding: 2px;
    font-size: 13px;
}
table.data TD A {
    color: navy;
}
table.data tr:hover {
    background-color: #F3F3F7;
}
A.tlacitko_2006 {
    border: 1px solid silver;
    background-color: #F1F1F1;
    
}
table.data td.pozice {
    height: 30px;
    font-weight: normal;
    border: 0px;  
}
.copy-info {
    font-size: 12px;
    font-style: italic;
}
h2 {
    _margin-top: 30px;
}
h5 {
    margin-bottom: 5px;
}
/* jquery tooltip styles */

#tooltip {
  	position: absolute;
  	z-index: 3000;
  	border: 1px solid #015496;
  	background-color: #7EC6FF;
  	padding: 5px;
  	opacity: 0.8;	
    text-align: left;
    color: black;
}
#tooltip h3, #tooltip div { margin: 5px; }
#tooltip span.value {
    color:#015496;
}
#tooltip span.value_red {
    color:red;
}
