﻿table.gv
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  background-color : transparent;
  margin-bottom : 16px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #FFF7E6;
  border-bottom: 1px solid #E3D9C6;
  border-left: 1px solid #E3D9C6;
  border-right: 1px solid #E3D9C6;
  border-top: none;
}

/* bunka tabulky */
table.gv td
{
  color: Black; 
  padding: 4px 10px 4px 15px;
  background-color : #FFF7E6;
  border-left: 1px solid #E3D9C6;
  border-top: 1px solid #E3D9C6;
  border-right: none;
  text-align: left;
  white-space:nowrap;
}
table.gv td:first-child
{
  border-left: 0;
}

table.gv td.wrap
{
  white-space:normal;
  min-width:200px;
  width:200px;
}

table.gv td.center, table.gv tr.footer td.center
{
  text-align: center;
}
table.gv td.middle, table.gv tr.footer td.middle
{
  vertical-align: middle;
}
table.gv td.nowrap, table.gv tr.footer td.nowrap
{
  white-space: nowrap; 
}

table.gv td .chbx input[type='checkbox']
{
  margin: 3px;
}


table.gv td.right, table.gv tr.footer td.right
{
  text-align: right;
}

table.gv td.left, table.gv tr.footer td.left
{
  text-align: left;
}

table.gv td.top, table.gv tr.footer td.top
{
  vertical-align:top;
}

/* bunka zahlavi */
table.gv th
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: White;								
  background-color : #4a0000;
  text-align: center;
  padding: 3px 10px 3px 10px;
  white-space:nowrap;
  /*height: 34px;*/
  vertical-align: middle;
  border-left: 1px solid white;
  border-right: 1px solid #EACFCF;
  border-top: 1px solid #EACFCF;
  border-bottom: 1px solid black !important;
}
table.gv th:first-child
{
  border-left: #3D6305;
}

/* odkazy v zahlavi */
table.gv th a
{
  color: White;										/*zmena*/
  font-weight: bold;
  text-decoration: none;
}

/* vsechny odkazy */
table.gv a
{
  font-weight : normal;
  color: #162e48;
}

/* alternativni bunky */
table.gv tr.altRow td
{
  background-color : #F6ECD8;  
}

/* podbarveni pri najeti kurzorem */
table.gv tr:hover td,table.gv tr.altRow:hover td
{
  background-color: #DDDDDD; 
}

/* bunka ve strankovani */
table.gv tr.paging td
{
  color : #D7142A;
  text-align : center;
  background-color : #F0F0F0;
}

/* odkaz ve strankovani */
table.gv tr.paging td a
{
  color : #D7142A;
  font-weight : bold;
  text-decoration:none;
}

/* zapati */
table.gv tr.footer td
{
  text-align:center;
}
table.gv tr.footer td input
{
  margin-right:10px;
}

/* sloupec Poznamka */
table.gv tr td.colPoznamka, table.gv tr td.colPoznamka800
{
  width: 500px;
  text-align: justify;
  white-space: normal;
  /*background-color:Yellow;*/
}

table.gv tr td.colPoznamka800
{
  width: 800px;
}

table.gv td.error
{
  color: Red;  
}

table.gv td.executor
{
  color: green;
}

table.gv td.boldCell
{
  font-weight:bold;
}


.recordCount
{
  font-size: 8pt;
  color: Gray;
  text-align: left;
  margin-top: 4px;
}

table.gvCodeBook td
{
  color: Black; 
  padding: 1px 1px 1px 1px;
  background-color : #FFF7E6;
  border-left: 1px solid #E3D9C6;
  border-top: 1px solid #E3D9C6;
  border-right: none;
  text-align: left;
  white-space:nowrap;
}