#reporty-nadpis{    
  color:yellow;
  text-align:center;
  font-size:large;    
}


#reporty_tabulka{  
  margin-left:auto;
  margin-right:auto;  
  text-align:center;
  width:550px;
  background-color:black; 
  border: 0px solid #FFD700;       
}

#reporty_tabulka a:link {color:yellow; text-decoration: none} /*unvisited*/
#reporty_tabulka a:visited {color:yellow; text-decoration: none} /*visited*/
#reporty_tabulka a:hover {color:yellow;text-decoration:none;font-weight:bold;} /*user hovers*/
#reporty_tabulka a:active {color:yellow; text-decoration:none}/*active links*/


#reporty_tabulka_header{  
  text-align:center;     
  color:gray;
  background-color:#191970;
  font-size:small;
  font-style:italic;
  font-weight:bold;
  
}

#reporty_tabulka_bunka_datum{
  font-size:small;	
  color:yellow;
  background-color:#191970;
  border: 1px solid gray;
  border-left: 0px solid #FFD700;
  border-right: 0px solid #FFD700;
  width:100px;    
}

#reporty_tabulka_bunka_report{  
  border: 1px solid gray;
  border-left: 0px solid #FFD700;
  border-right: 0px solid #FFD700;
  background-color:#191970;  
  width:200px;    
}

#reporty_checkbox_delete{
  width:1%;/*get minimum size*/	
}

#reporty_formular{
   padding:2px;	
}
 
#reporty_formular_main{
  border: 1px solid white;
  padding:5px;
}

#reportText{
  padding:20px;
  background-color:white;
  color:black;	
  font-size:small;
  text-align:block;	
  background:  url(../../Images/reports/paper.gif);  
}

#reportText a:link {color:blue; text-decoration: none} /*unvisited*/
#reportText a:visited {color:blue; text-decoration: none} /*visited*/
#reportText a:hover {color:blue;text-decoration:none;font-weight:bold;} /*user hovers*/
#reportText a:active {color:blue; text-decoration:none}/*active links*/

#reportNote{
 font-size:small;
 font-weight:normal;
 color:silver; 
}

#reportWarning{
 font-size:small;
 font-weight:bold;
 color:red; 
 text-align:center;	
 background-color:black;
 padding:5px; 
}


#reportyZoom{  
  position:relative;
  cursor:pointer;
  width:21px;
  height:20px;
  bottom:5px;
 /*border: 1px solid red !important;*/

}
#reportyBack{
  position:relative;
  text-align:right;
  cursor:pointer;
  width:43px;
  height:33px;
 /* border: 1px solid blue !important;*/
}