

.noprint, article .nodetail {
  display: none;
}

body {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 10pt;
  background-color: #FFFFFF;
  width: 900px;
  margin: 0;
}

h1 {
  font-weight: bold;
  font-size: 19pt;
}

h2 {
  font-weight: bold;
  font-size: 15pt;
}

h3 {
  font-size: 13pt;
  font-weight: bold;
}

td {
  color: rgb( 68, 68, 68 );
  font-size: 10pt;
}

th {
  color: rgb( 68, 68, 68 );
  font-size: 10pt;
  font-weight: bold;
}

a:link {
  color: Black;
  font-weight: normal;
  text-decoration: none;
}

a:visited {
  color: Black;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  color: Black;
  font-weight: normal;
  text-decoration: none;
}

table.vysledky, table.standing {
  border-style: none;
  background-color: rgb( 255, 255, 255 );
  border-collapse: collapse;
}

table.vysledky th, table.standing th {
  color: black;
  text-align: left;
  font-weight: bold;
  font-size: 8pt;
  background-color: silver;
  padding: 2px;
  border: thin solid silver;
}

table.vysledky td, table.standing td {
  font-size: 8pt;
  border-bottom: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  vertical-align: top;
}

table.vysledky td.cancelled, table.standing td.cancelled {
  font-size: 8pt;
  border-bottom: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  vertical-align: top;
  text-decoration: line-through;
}


.article {
  text-align: justify;
}

.articledate {
  color: #4E4E4E;
  font-size: 11px;
  margin-left: 15px;
}

.articletitle {
  margin-left: 15px;
  font-weight: bold;
  font-size: 12px;
}


hr {
  /*ie*/
  color: silver;
  background-color: silver;
  height: 1px;
  /*firefox*/
  border-top: solid silver 1px;
  border-bottom: none;
}

.footer {
  font-size: 8pt;
  color: silver;
}
