/* CSS Document */
html, body 
{
  border: 0px;
  padding: 0px;
  margin: 0px; 
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 12px;
}

img
{
  border: 0px;
}

body 
{
  font-family: Georgia, 'New York CE', utopia, serif;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #000000; 
}

thead 
{
  display: table-header-group;
}

hr.vysledky 
{
  border: 1px solid #333366;
  height: 1px;
  width: 100%;
  text-align: center; 
}

a
{
  text-decoration: none;
  color: #000000;
}

table.title
{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

div.hledat, div.hledat_result, div.ikony, div.detail
{
  display: none;
}

table.vysledky
{
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-family: Times New Roman;
}

th
{
  border-bottom: 1px solid #000000;
}

th.umisteni
{
  text-align: left;
}

th.startnr
{
  text-align: center;
}

th.kategorie
{ 
  text-align: center;
}

th.prijmeni
{ 
  text-align: left; 
  padding-left: 6px;
}

th.jmeno
{
  text-align: left; 
  padding-left: 6px;
}

th.klub
{
  text-align: left;
}

th.cas
{
  text-align: right;
}

td.umisteni
{
  text-align: left; 
  border-bottom: 1px solid #D3CCCC; 
  padding-left: 10px;
}

td.startnr
{
  text-align: center; 
  border-bottom: 1px solid #D3CCCC;
}

td.kategorie
{
  text-align: center; 
  border-bottom: 1px solid #D3CCCC;
}

td.prijmeni
{
  text-align: left; 
  border-bottom: 1px solid #D3CCCC; 
  padding-left: 10px;
}

td.jmeno
{
  text-align: left; 
  border-bottom: 1px solid #D3CCCC; 
  padding-left: 10px;
}

td.klub
{
  text-align: left; 
  border-bottom: 1px solid #D3CCCC; 
  padding-left: 10px;
}

td.cas
{
  text-align: right; 
  border-bottom: 1px solid #D3CCCC; 
  padding-right: 10px;
}

div.zapati
{
  text-align: center;
}
