.table_html_editor_1 {
/* Barevná tabulka s okrajem */
	border: 1px solid #666666;
}
  .table_html_editor_1_header {
    /* Záhlaví */
    border-bottom: 2px solid #666666;
    background-color: #6699cc;
    font-weight: bold;
  }
  .table_html_editor_1_topleft {
    /* Záhlaví vlevo */
    border-bottom: 2px solid #666666;
    border-right: 2px solid #666666;
    background-color: #6699cc;
    font-weight: bold;
  }  
  .table_html_editor_1_topright {
    /* Záhlaví vpravo */
    border-bottom: 2px solid #666666;
    border-left: 2px solid #666666;
    background-color: #6699cc;
    font-weight: bold;
  }  
  .table_html_editor_1_footer {
    /* Zápatí */
    border-top: 2px solid #666666;
    background-color: #ffcc66;
  }
  .table_html_editor_1_bottomleft {
    /* Zápatí vlevo */
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
    background-color: #ffcc66;
    font-weight: bold;
  }  
  .table_html_editor_1_bottomright {
    /* Zápatí vpravo */
    border-top:2px solid #666666;
    border-left:2px solid #666666;
    background-color: #ffcc66;
  }  
  .table_html_editor_1_firstcol {
    /* První sloupec */
    border-right: 2px solid #666666;
    font-weight: bold;
  }
  .table_html_editor_1_lastcol {
    /* Poslední sloupec */
    border-left: 2px solid #666666;
  }
  .table_html_editor_1_cells {
    /* Vnitřní buňka */
  }
  .table_html_editor_1_cell2 {
    /* Neaktivní buňka */
    color: #666666;
  }
  .table_html_editor_1_cell3 {
    /* Zvýrazněná buňka */
    background-color: #ffcc66;
  }

.table_html_editor_2 {
/* Barevná tabulka bez okraje */
	border: 0px;
	background-color: #F0F0F0;
	color: black;
}
  .table_html_editor_2_header {
    /* Záhlaví */
    background-color: #005298;
    border-top: 1px solid #333333;
    border-bottom:2px solid #333333;
    color: white;
    font-weight: bold;
  }
  .table_html_editor_2_topleft {
    /* Záhlaví vlevo*/
    background-color: #005298;
    border-top: 1px solid #333333;
    border-bottom:2px solid #333333;
    color: white;
    font-weight: bold;
  }
  .table_html_editor_2_topright {
    /* Záhlaví vpravo*/
    background-color: #ff9900;
    border-top: 1px solid #333333;
    border-bottom: 2px solid #333333;
    font-weight: bold;
    color: white;
  }
  .table_html_editor_2_lastcol {
    /* Poslední sloupec */
    background-color: #ff9900;
  }
  .table_html_editor_2_bottomright {
    /* Zápatí vpravo */
    background-color: #ff9900;
    border-bottom: 1px solid #333333;
    border-top: 2px solid #333333;
  }
  .table_html_editor_2_firstcol {
    /* První sloupec */
    font-weight: bold;
  }
  .table_html_editor_2_bottomleft {
    /* Zápatí vlevo */
    border-bottom: 1px solid #333333;
    border-top: 2px solid #333333;
    font-weight: bold;
  }
  .table_html_editor_2_footer {    
    /* Zápatí */
    border-bottom: 1px solid #333333;
    border-top: 2px solid #333333;
  }
  .table_html_editor_2_cells {    
    /* Buňka */
  }
  .table_html_editor_2_cell2 {
    /* Neaktivní buňka */
	color: #ff9900
  }
  .table_html_editor_2_cell3 {
    /* Zvýrazněná buňka */
    font-weight: bold;
  }  

.table_html_editor_3 {
/* Šedá tabulka bez okraje */
	color: black;
}
  .table_html_editor_3_header {
    /* Záhlaví */
    background-color: #ff9900;
    font-weight: bold;
  }
  .table_html_editor_3_topleft {
    /* Záhlaví vlevo*/
    background-color: #ff9900;
    font-weight: bold;
  }
  .table_html_editor_3_topright {
    /* Záhlaví vpravo*/
    background-color: #ff9900;
    font-weight: bold;
  }
  .table_html_editor_3_lastcol {
    /* Poslední sloupec */
    background-color: #CCCCCC;
  }
  .table_html_editor_3_bottomright {
    /* Zápatí vpravo */
    background-color: #CCCCCC;
	color: #ff9900;
  }
  .table_html_editor_3_firstcol {
    /* První sloupec */
	background-color: #F0F0F0;
    font-weight: bold;
 }
  .table_html_editor_3_bottomleft {
    /* Zápatí vlevo */
	color: #ff9900;
	background-color: #F0F0F0;
    font-weight: bold;
  }
  .table_html_editor_3_footer {    
    /* Zápatí */
	color: #ff9900;
	background-color: #F0F0F0;
  }
  .table_html_editor_3_cells {    
    /* Buňka */
	background-color: #F0F0F0;
  }
  .table_html_editor_3_cell2 {
    /* Neaktivní buňka */
	color: #666666;
	background-color: #F0F0F0;
  }
  .table_html_editor_3_cell3 {
    /* Zvýrazněná buňka */
    font-weight: bold;
	background-color: #F0F0F0;
  }  
  
.table_html_editor_4 {
/* Tabulka s mřížkou */
	Xbackground-color: #F0F0F0;
	color: black;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}
  .table_html_editor_4_header {
    /* Záhlaví */
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
    background-color: #ff9900;
    font-weight: bold;
  }
  .table_html_editor_4_topleft {
    /* Záhlaví vlevo*/
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
    background-color: #ff9900;
    font-weight: bold;
  }
  .table_html_editor_4_topright {
    /* Záhlaví vpravo*/
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
    background-color: #ff9900;
    font-weight: bold;
  }
  .table_html_editor_4_lastcol {
    /* Poslední sloupec */
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
    background-color: #CCCCCC;
  }
  .table_html_editor_4_bottomright {
    /* Zápatí vpravo */
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
    background-color: #CCCCCC;
	color: #ff9900;
  }
  .table_html_editor_4_firstcol {
    /* První sloupec */
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
    font-weight: bold;
  }
  .table_html_editor_4_bottomleft {
    /* Zápatí vlevo */
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #ff9900;
    font-weight: bold;
  }
  .table_html_editor_4_footer {    
    /* Zápatí */
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #ff9900;
  }
  .table_html_editor_4_cells {    
    /* Buňka */
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
  }
  .table_html_editor_4_cell2 {
    /* Neaktivní buňka */
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #666666;
  }
  .table_html_editor_4_cell3 {
    /* Zvýrazněná buňka */
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
    font-weight: bold;
  }  

.anchor_html_editor {
  color: #000000;
  font-weight: bold;  
}
.anchor_ref_html_editor {
  font-weight: bold;  
}


