
h1 {
  font-family: "Georgia Bold","Arial Bold Italic", Verdana, sans-serif;
  color: red;
}


h1#head {
  font-family: "Arial","Georgia Bold","Arial Bold Italic", Verdana, sans-serif;
  color: red;
  font-size: 50px;
  margin: 6px;
  padding: 10px;
}
         
h2  { 
	 font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif;     
	 text-align: center; 
	 font-weight: bold; 
	 color: blue;  
	 background: azure;
	 border: 3px solid gray;     
}      
		
      
h3  { 
	 font-family: "Arial","Georgia Bold","Arial Bold Italic", Verdana, sans-serif;     
	 text-align: left; 
	 font-weight: bold; 
	 color: black;  
	 /* background: azure; */
	 border: 0px solid gray;     
}   
    
h3#green {
  font-family: "Georgia Bold","Arial Bold Italic", Verdana, sans-serif;
  color: green;
	text-align: center;
}


h4  { 
	 font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif;     
	 text-align: center; 
	 font-weight: bold; 
	 color: green;  
	 /*background: azure;
   padding: 1px;
	 border: 0px solid gray;     
    */
}      

h5  { 
	 font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif;     
	 text-align: center; 
	 font-weight: bold; 
	 color: black;  
}      



table {
  border: 1px solid gray;
  border-collapse: collapse; 	 
}


td{
	font-family: "Arial","Georgia Bold","Arial Bold Italic", Verdana, sans-serif;
	border: 1px solid gray;
  font-size: 9pt;
  padding: 1px;
	text-align: left;
	color: black;  	
}


table#op {
  border: 1px solid gray;
  border-collapse: collapse; 	 
}

table#dta {
  border: 0px solid gray;
  border-collapse: collapse; 
	width: 150px;
}

table.exp {
  border: 0px solid gray;
  border-collapse: collapse; 
  width: 270px;
}

td#op {
  border: 1px solid gray;
}

td#idxp {
  border: 1px solid gray;
  font-size: 10pt;
  padding: 1px;
	text-align: center;
}

td#call {
	font-family: "Georgia Bold","Arial Bold Italic", Verdana, sans-serif;
	border: 0px solid gray;
  font-size: 14pt;
  padding: 5px;
	text-align: left;
	color: red;  	
}


td#dta {
 font-family: "arial","Georgia Bold","Arial Bold Italic", Verdana, sans-serif;
	border: 0px solid gray;
  font-size: 10pt;
  padding: 5px;
	text-align: left;
}

td.exp {
	font-family: "Arial","Georgia Bold","Arial Bold Italic", Verdana, sans-serif; 
	border: 0px solid gray;
  font-size: 8pt;  
	text-align: left;
	color: blue;
	font-weight: bold;
	padding: 3px;
	margin: 3px;
	background: khaki;
  width: 50px;
}

b  {
  font-family: "Arial","Georgia","Arial", Verdana, sans-serif;
  font-size: 9pt;
  color: black;
}

b#red {
      color: red;
      }
b#red2 {
      font-size: 14pt;
      color: red;
      background: yellow;      
      }
      
b#blue {
      color: blue;
      }
b#green {
      color: green;
      }
b#spec {
      font-size: 10pt;
      color: red;
      background: yellow; 
      border: 1px solid gray; 
      }      
b#fat {
      font-size: 12pt;
      color: blue;
      }     
			
div#log {
  color: blue;
	text-align: center;
	width: 240px;
  height: 26px;
	border: 1px solid gray; 
	margin: 3px;	
	background: azure;
	padding: 3px 3px 3px 3px;
}			

b#log {
	font-family: "Georgia Bold","Arial Bold Italic", Verdana, sans-serif;
	font-size: 10pt;
  color: black;
	font-weight: bold; 	 
	padding: 3px;
}

h3#log  { 
	 font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif;     
	 color: white;  
	 background: blue;  
	 text-align: left; 
	 padding-left: 20px;
}      


th {                 
  font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif;     
	text-align: center;   
	color: black;
	background: Gainsboro;     
	font-weight: 800;     	
	font-size: 8pt; 
	border: 1px solid gray;
} 

th#desc {                 
 font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif;     
	text-align: center;   
	color: black;
	background: Gainsboro;     
	font-weight: 800;     
	width: 35px;
	font-size: 8pt; 
	border: 1px solid gray;
} 


th#band {                 
 font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif;     
	text-align: center;   
	color: black;
	background: Gainsboro;     
	font-weight: 800;     
	width: 45px;
	font-size: 8pt; 
	border: 1px solid gray;
} 
   
.empty {                       
		color: slategray;
		font-weight: bold;    
		background: white;           
		width: 35px;
		font-size: 8pt; 
		width: 35px;
		border: 1px solid gray;
 }     
        
   
td#odd {      
	font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif;     
  border: 1px solid gray;           
	color: blue;
	font-size: 8pt;
	background: white;     
	font-weight: 500;    
  text-align: center;  
	width: 45px;	
}     

td#even {      
  font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif;     
	color: 	blue;
	background: AliceBlue;     
	font-weight: 800;    
	font-size: 8pt;      
	border: 1px solid gray;
	text-align: center;  
	width: 45px;
}   				

h5#total      { 
  color: black;  
  background: azure;
  text-align: center; 
  border: 1px solid gray;
  font-weight: normal;    
}      


table.stat {
  border: 2px solid gray;
  border-collapse: collapse; 	 
	text-align: center;
}

th#stat {
  font-family: "Georgia Bold","Arial Bold Italic", Verdana, sans-serif;
	border: 1px solid gray;
  font-size: 10pt;
	font-weight: bold; 
  padding: 2px 2px 2px 2px;
	margin: 1px;
	text-align: center;
	color: green; 
	background: azure;
}

td#dxcc {
	font-family: "Georgia Bold","Arial Bold Italic", Verdana, sans-serif;
	border: 1px solid gray;
  font-size: 8pt;
	font-weight: bold; 
  padding: 2px 2px 2px 10px;
	margin: 1px;
	text-align: left;
	color: blue; 
	background: white;
}


td#sum {
	font-family: "Georgia Bold","Arial Bold Italic", Verdana, sans-serif;
	border: 1px solid gray;
  font-size: 8pt;
  padding: 2px 10px 2px 2px;
	text-align: right;
	font-weight: bold; 
	color: black; 
	background: white;
}


td#nr {
	font-family: "Georgia Bold","Arial Bold Italic", Verdana, sans-serif;
	border: 1px solid gray;
  font-size: 8pt;
  padding: 2px 10px 2px 2px;
	text-align: right;
	font-weight: bold; 
	color: black; 
	background: white;
}

.nadpis {
  font-size: 12px;
  font-weight: 700;
}


.obsah {
  float: left;
  position: relative;
  width: 90%;
  margin-top: 10px;
  padding: 10px 10px 10px 10px;
  border: solid 1px white;
}

table.menu {
	font-family: "Georgia Bold","Arial Bold Italic", Verdana, sans-serif;
	border: 1px solid gray;
  border-collapse: collapse; 
}

td.menu {
	border: 1px solid gray;
  font-size: 8pt;
  padding: 2px 2px 2px 2px;
	text-align: center;
	font-weight: bold; 
	color: blue; 
	background: white;
}

A:link  { 
	text-decoration: none; 
	color: blue; 
	font-weight: bold; 
  font-family: "Arial","Georgia Bold";
  font-size: 10pt;	 
}
A:visited   { 
	text-decoration: none; 
  color: Navy; 
  font-weight: bold; 
  font-size: 10pt;	
  font-weight: normal;
  font-family: "Arial","Georgia Bold";
}
A:active { 
	text-decoration: underline; color: Red; font-weight: bold; 
  font-family: "Arial","Georgia Bold";
}
A:hover {
 text-decoration: underline; color: Red; font-weight: bold; 
 font-family: "Arial","Georgia Bold"; 
}


caption {
	font-family: "Georgia Bold","Arial Bold Italic", Verdana, sans-serif;
	text-align: center;
  font-weight: bold;
	color: red;  
  font-size: 10pt;	
}

p {
  font-family: "Arial","Georgia Bold";
  font-size: 10pt;	
  font-weight: normal;
  color: black;  
}

b {
  font-family: "Arial","Georgia Bold";
  font-weight: bold;
}

b#red {
  color: red;
}

b#blue {
  color: blue;
}

b#gren {
  color: green;
}