

/* -----------------------------------------------------------------------------
                          Styl listů tabelární ročenky
                                version: 2004
----------------------------------------------------------------------------- */
body {
    background: white
                url( ../images/chmi_logo.gif);
    background-attachment: fixed;
    color: #000000;
}

h1 { color: blue;
	 font-weight: bold;
	 text-align: center; 
	 font-family: arial;
	 font-size:   x-large;
	}

h2 { color: blue;
	}

h3 { color: blue;
	}

a	
{
	text-decoration: none;	
	vertical-align: text-top;
}

.nodata 
{
	color: red;
	font-size:  smaller;
}


.vyhledavac 
{ /* parametry tabulky */
    border:1px dotted DodgerBlue;
    width: 100%;                 
    background-color: DeepSkyBlue;  
    padding: 1;
    margin:3px;
    vertical-align:middle;
    }

.nadpis 
{ /* parametry tabulky */
    border-width: 0;            /* Šířka rámu kolem tabulky */
    width: 100%;                 /* Šířka tabulky vzhledem k Sířce stránky */
    background-color: transparent;  /* barva pozadí */
    padding: 0;                 /* mezera mezi textem a tabulkou */
    }
       
.tdtransp
{
	background-color: transparent;  /* barva pozadí */
}

.folder_tbl 
{ 
	border:1px dotted LightSkyBlue;
    width: 80%;                 
    background-color: transparent;  
    margin-left:25px;
    padding: 0;   
    }

table.folder_tbl th 
{    
    background-color: LightSkyBlue; 
    border:1px dotted DeepSkyBlue;
}

table.folder_tbl tr
{    
    background-color: LightSkyBlue; 
    border:1px dotted DeepSkyBlue;
}

table.folder_tbl td
{    
    background-color: LightSkyBlue; 
    border:1px dotted DeepSkyBlue;
}


hr {    /* parametry vodorovné oddělovací čáry */
    color: blue;               
    width: 100%;                /* Šířka vzhledem k Šířce stránky */
    }

img {   /* parametry obrázku */
    border-width: 0;             /* Šířka rámečku kolem obrázku */
    }

table.data_table { /* parametry tabulky ktere zobrazuji data */
	/*margin: 0.5ex 30px 2em 30px; */
    margin-left:5%;
    margin-right:5%;
    border-width: 0;            /* Šířka rámu kolem tabulky */
    width:90%;
    border-style: solid;
    background-color: DeepSkyBlue;  /* barva pozadí */  
    padding: 1;               /* mezera mezi textem a tabulkou */
    }

.box img { text-align: center; border-top: 2px solid #D4D4D4; border-left: 2px solid #D4D4D4; border-bottom: 2px solid #666666; border-right: 2px solid #666666; clear: both; display: block; margin: 0 auto 5px auto; }

.hidden_text
{
	font-size:small;
	color:#99CCFF;
}

table.data_table tr
{    
    background-color: LightSkyBlue; 
}

table.data_table td
{    
    background-color: LightSkyBlue; 
}
    
th {    /* parametry záhlaví sloupců tabulky */
    color: DarkBlue;
    background-color: DodgerBlue; 
    }


.TR_limits_lvmt {    
    background-color: Magenta;  
    }

.TR_limits_lv {    
    background-color: Crimson;  
    }

.helpLine {  
    background-color: LightYellow;  
    }


address img {
  float: right;
  margin:5px;
}

address {
  padding-right:    1em;
  padding-left:     1em;
  margin-top:       3em;
  border-top:       1px solid black;
  background-color: #eee;
  clear:            right;
  height: 60px;
  font-size:smaller;
  font-family:Arial;
}

.xhtml_validator
{
	width: 80px;
	border:1px dotted Green;
	position:relative;
	top:-50px;
	float: right;
	text-align: center;
	font-size:xx-small;
	color:Gray;
	font-family:Arial;
}

.xhtml_validator a:link, .xhtml_validator a:visited
{
	color:Gray;
}

.xhtml_validator a:hover 
{
  color: Yellow;
  background-color: Green;
}
