body {
  voice-family: "\"}\"";
  voice-family: inherit;
}
body {}

/* General - tags */

body, td, th, input, select {
  font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
  font-size: 8pt;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  color: black;
  background-color: white;
}

a {
  color: #004D99; /*#336699;*/
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #336699; /*rgb(78, 127, 175);*/
}

form {
  margin: 0;
}

img {
  border: 0;
}

img.float-left {
  float: left;
  margin-right: 1em;
}

img.float-right {
  float: right;
  margin-left: 1em;
}

table, table td, table th {
  border: none;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

table tr.highlight {
  background-color: white;
  background: rgb(150, 200, 232);
}

table.spacing td, table.spacing th {
  padding: 0.25em;
}

table.real {
  border-collapse: collapse;
  border: 1px solid silver;
}

table.real td, table.real th {
  padding: 0.25em;
  border: 1px solid silver;
}

table.real tr.toprow th, table.real th.leftrow {
  background-color: rgb(234, 234, 234);
}

table.real tr.player-left td {
  background-color: rgb(255, 224, 192);
}

table.match-protocol-list {
  width: 404px;
}

table.match-protocol-list td, table.match-protocol-list th {
  vertical-align: middle;
}

table.match-protocol-list tr.even td, table.match-protocol-list tr.even th {
  background-color: rgb(234, 234, 234);
}

table.match-protocol-list td.end-spacing {
  padding-right: 1em;
}

table.match-protocol {
  border-collapse: collapse;
  border: 1px solid silver;
}

table.match-protocol td, table.match-protocol th {
  padding: 0.25em;
  border: 1px solid silver;
}

table.match-protocol th.teamname {
  text-align: center;
  vertical-align: middle;
  font-size: 10pt;
  width: 40%;
}

table.article-archive, table.media-link-archive, table.video-archive {
  margin: 1em 0;
}

table.article-archive td, table.media-link-archive td, table.video-archive td{
  padding: 0 0.5em;
}

table.match-messages tr.odd {
  background-color: white;
}

table.match-messages tr.even {
  background-color: rgb(244, 244, 244);
}

table.match-messages td {
  vertical-align: middle;
  padding: 0.1em 0.25em;
  height: 30px;
}

table.match-messages td.overtime {
  color: #0000C0;
}

table.paginator, table.photo-navbar {
  width: 402px;
  background-color: rgb(244, 244, 244);
}

table.photo-navbar {
  margin: 1em auto;
}

table.paginator td, table.photo-navbar td {
  padding: 0.2em 1em;
}

table.paginator .silver, table.photo-navbar .silver {
  color: gray;
}

table.inquiry-results {
  background-color: rgb(244, 244, 244);
  padding: 0.5em;
  margin: 0 auto;
}

table.inquiry-results td {
  padding: 0 0.5em;
}

table.player-data td, table.player-data th {
  padding: 0.1em 0;
}

table.player-data th {
  padding-right: 1em;
}

table.gallerine {
  width: 400px;
  margin: 0 auto;
}

table.gallerine td {
  text-align: center;
  padding: 0.5em 0;
  vertical-align: middle;
  width: 50%;
}

table.fanshop {
  text-align: center;
  vertical-align: middle;
  width: 404px;
}

table.fanshop td.form {
  padding-bottom: 2em;
}

table.basket {
  width: 404px;
  border-collapse: collapse;
  border: 1px solid silver;
}

table.basket td, table.basket th {
  padding: 0.25em;
  border: 1px solid silver;
}

table.basket th {
  text-align: center;
  background-color: rgb(244, 244, 244);
}

table.basket th.left {
  text-align: left;
}

table.basket th.right {
  text-align: right;
}

table.match-plan {
  width: 404px;
}

table.match-header {
  text-align: center;
  width: 404px;
}

table.match-header td.teamname {
  width: 40%;
  padding-bottom: 0.5em;
  font-size: 11pt;
  font-weight: bold;
}

table.match-header td.score {
  font-size: 11pt;
  font-weight: bold;
  vertical-align: middle;
}

table.graphical-statistics {
  margin-top: 2em;
  margin-bottom: 2em;
  border-collapse: collapse;
  border: 1px solid white;
  width: 404px;
}

table.graphical-statistics td, table.graphical-statistics th {
  padding: 0.5em;
  border: 1px solid white;
  background-color: rgb(234, 234, 234); /*rgb(244, 244, 244);*/
}

table.graphical-statistics td.icon {
  width: 15%;
  text-align: center;
  vertical-align: middle;
}

table.graphical-statistics td.field-data {
  width: 35%;
}

table.match-formations {
  border-collapse: collapse;
  border: 1px solid white;
  width: 404px;
}

table.match-formations td, table.match-formations th {
  padding: 0.5em;
  border: 1px solid white;
  background-color: rgb(244, 244, 244);
}

table.match-formations th {
  text-align: center;
  background-color: white;
}

table.match-formations td.player-number {
  width: 6%;
  font-weight: bold;
  text-align: center;
  color: white;
}

table.match-formations td.idpo1 {
  background-color: #E58B6E;
}

table.match-formations td.idpo2 {
  background-color: #ACDE7B;
}

table.match-formations td.idpo3 {
  background-color: #96C8E8;
}

table.match-formations td.idpo4 {
  background-color: #FFCC33;
}

table.match-formations td.player-name {
  padding-left: 1em;
}

table.match-formations-legend {
  margin-top: 1em;
  width: 404px;
}

table.match-formations-legend td {
  width: 25%;
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
}

table.match-formations-legend td img {
  vertical-align: middle;
}

table.gallery-list {
  width: 404px;
}

table.gallery-list td, table.gallery-list th {
  vertical-align: middle;
  padding: 0.25em 1em;
}

table.player-statistics-columns {
  width: 404px;
  text-align: center;
}

table.user-articles-legend {
  margin-top: 1em;
  width: 404px;
}

table.user-articles-legend td {
  width: 25%;
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
}

table.user-articles-legend td img {
  vertical-align: middle;
}

table.user-articles {
  margin: 1em 0;
  border-spacing: 2px;
}

table.user-articles td {
  padding: 0 0.5em;
}

table.user-articles td.ids1 {
  background-color: #CFCFCF;
}

table.user-articles td.ids2 {
  background-color: #ACDE7B;
}

table.user-articles td.ids3 {
  background-color: #96C8E8;
}

table.user-articles td.ids4 {
  background-color: #E58B6E;
}

h1 {
  margin: 0 0 1em 0;
  font-size: 13pt;
}

h2 {
  margin: 1em 0 0.5em 0;
  font-size: 10pt;
  border-bottom: 1px solid silver;
}

h2.article-title, h2.media-link-title, h2.video-title {
  font-size: 8pt;
  margin: 0.5em 0;
  border: 0;
}

h3 {
  font-size: 9pt;
}

hr {
  color: silver; /* MSIE */
  background-color: silver;
  height: 1px;
  border: none;
}

label.obligatory {
  font-weight: bold;
}

/* General - IDs */

#error, #error-messages {
  font-weight: bold;
  color: rgb(160, 0, 0);
  margin: 1em 0;
}

#info, #info-messages {
  font-weight: bold;
  color: rgb(0, 160, 0);
  margin: 1em 0;
}

#author, #email, #www, #text, #toemail, #fromemail, #recommendation {
  width: 300px;
}

#from, #message {
  width: 404px;
}

#navbar {
  background-color: rgb(244, 244, 244);
  padding: 0.5em 1em;
  text-align: center;
  margin-bottom: 1em;
}

#navbar a.active {
  font-weight: bold;
}

#comments-direction-switch {
  text-align: center;
}

/* General - classes */

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
}

.separated {
  margin-top: 2em;
  margin-bottom: 2em;
}

.right {
  text-align: right;
}

.cleaner {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}

.article-perex, .video-perex {
  padding: 1em;
  background-color: rgb(244, 244, 244);
}

.article-perex p, .video-perex p {
  margin: 0;
}

.article-footer, .video-footer {
  text-align: right;
  margin: 0.5em 0 2em 0;
}

.article-recommend-print {
  text-align: right;
  margin: 1em 0 0 0;
}

.media-link-text {
  padding: 1em;
  background-color: rgb(244, 244, 244);
}

.media-link-text p {
  margin: 0;
}

.media-link-footer {
  text-align: right;
  margin: 0.5em 0 2em 0;
}

.fortuna-banner-between-articles {
  text-align: center;
}

.help {
  cursor: help;
}

.comment {
  margin-bottom: 2em;
}

.comment-header {
  font-weight: bold;
}

.comment-body {
  margin: 0.5em 0 0 4em;
}

.match-status {
  font-size: 13pt;
  text-align: center;
  font-weight: bold;
}

.refresh-info {
  text-align: center;
  font-weight: bold;
  color: rgb(204, 51, 51);
}

.club-logo-spacer {
  width: 45px;
  height: 45px;
}

span.obligatory {
  color: red;
}

.more-content-links, .back-link {
  text-align: center;
}

.rss-icon {
  float: right;
}

/* Layout & Chrome */

#main {
  margin: 0 auto;
  width: 770px;
  text-align: left;
}

#header {
  background-repeat: no-repeat;
  padding-bottom: 4px;
}

#header #sitebar {
  position: relative;
  height: 15px;
  padding: 7px 0;
  font-size: 7pt;
  text-align: center;
  color: silver;
}

#header #sitebar a, #header #sitebar a:visited {
  display: inline;
  color: white;
}

#header #sitebar #language-versions {
  position: absolute;
  right: 1em;
}

#header a {
  display: block;
  width: 770px;
  height: 138px;
}

#header #ie-is-big-piece-of-shit {
  background-position: 0 -29px;
  background-repeat: no-repeat;
  width: 770px;
  height: 138px;
}

#leftcol {
  width: 160px;
  float: left;
}

#rightcol {
  width: 160px;
  float: right;
}

.box {
  margin-top: 15px;
}

.box h2 {
  height: 13px;
  margin: 0 0 3px 0;
  border: none;
  padding: 4px 10px;
  font-weight: bold;
  font-size: 7pt;
  color: white;
}

.box-body {
  padding: 5px 5px 10px 5px;
  background: rgb(234, 234, 234) url("../img/layout/box-body.gif") right bottom no-repeat;
  font-size: 7pt;
}

.box-body input {
  font-size: 7pt;
}

#menu {
  position: relative;
}

#menu h2 {
  background: url("../img/layout/menu-box/heading.gif") repeat-x;
}

#menu #menu-icon {
  position: absolute;
  top: -6px;
  right: 0;
  width: 40px;
  height: 30px;
  background: url("../img/layout/menu-box/icon.gif");
}

#menu #menu-body {
  margin: 0;
  padding: 0;
  font-size: 7pt;
}

#menu #menu-body li {
  list-style-type: none;
  margin: 0 0 3px 0;
  padding: 2px 10px 2px 10px;
}

#menu #menu-body li.odd {
  background: rgb(234, 234, 234);
}

#menu #menu-body li.even {
  background: rgb(211, 211, 211);
}

#menu #menu-body li.odd-active,
#menu #menu-body li.even-active {
  font-weight: bold;
  background: rgb(150, 200, 232);
}

#menu #menu-body li.odd-active a,
#menu #menu-body li.even-active a {
  background: rgb(150, 200, 232);
  color: #004D99;
}

#menu #menu-body li.odd-active a:visited,
#menu #menu-body li.even-active a:visited {
  color: #115599;
}


#menu #menu-body li ul {
  margin: 0;
  padding: 0;
}

#menu #menu-body li ul li {
  list-style-type: disc;
  margin: 0 0 0 2em;
  padding: 0;
  font-weight: normal;
}

#menu #menu-body li ul li.active {
  font-weight: bold;
}

#search {
  position: relative;
}

#search h2 {
  background: url("../img/layout/search/heading.gif") repeat-x;
}

#search #search-icon {
  position: absolute;
  top: -6px;
  right: 0;
  width: 40px;
  height: 30px;
  background: url("../img/layout/search/icon.gif");
}

#search #search-text {
  width: 144px;
}

#slovan-tv h2 {
  background: url("../img/layout/slovan-tv/heading.gif") repeat-x;
}

#hiscore {
  position: relative;
}

#hiscore h2 {
  background: url("../img/layout/hiscore/heading.gif") repeat-x;
}

#hiscore #hiscore-icon {
  position: absolute;
  top: -6px;
  right: 0;
  width: 40px;
  height: 30px;
  background: url("../img/layout/hiscore/icon.gif");
}

#hiscore-body  {
  width: 100%;
  border-collapse: collapse;
}

#hiscore-body tr.odd {
  background: rgb(234, 234, 234);
}

#hiscore-body tr.even {
  background: rgb(211, 211, 211);
}

#hiscore-body tr.own-odd,
#hiscore-body tr.own-even {
  background: rgb(209, 232, 155);
  font-weight: bold;
}

#hiscore-body td {
  border-bottom: 3px solid white; /* hack */
  padding: 2px 5px;
  font-size: 7pt;
}

#ad h2 {
  background: url("../img/layout/ad/heading.gif") repeat-x;
}

#recommending h2 {
  background: url("../img/layout/recommending/heading.gif") repeat-x;
}

#online-tickets h2 {
  background: url("../img/layout/online-tickets/heading.gif") repeat-x;
}

#matches {
  position: relative;
}

#matches h2 {
  background: url("../img/layout/matches/heading.gif") repeat-x;
}

#matches #matches-icon {
  position: absolute;
  top: -6px;
  right: 0;
  width: 50px;
  height: 40px;
  background: url("../img/layout/matches/icon.gif");
}

#matches h3 {
  margin: 0.5em 0 0.5em 0;
  text-align: center;
  font-size: 8pt;
}

#matches table.team-logos  {
  width: 100%;
  border-collapse: collapse;
  margin: 0.5em 0;
}

#matches table.team-logos td {
  text-align: center;
}

#matches table.young-match-results  {
  width: 100%;
  border-collapse: collapse;
  margin: 0.5em 0;
}

#matches table.young-match-results td {
  padding: 0 0.5em;
  font-size: 7pt;
  text-align: center;
  vertical-align: middle;
}

#matches table.young-match-results td.team-names {
  width: 110px;
}

#matches .match-result {
  text-align: center;
  font-weight: bold;
  color: rgb(204, 51, 51);
}

#matches .tabsheet ul.tabsheet-tabs {
  margin: 0;
  padding: 12px 0 0 0;
  list-style-type: none;
  background-color: #F7F7F7;
}

#matches .tabsheet ul.tabsheet-tabs li {
  display: block;
  float: left;
  margin-left: 2px;
  font-weight: bold;
  font-size: 7pt;
  text-align: center;
  background: #D3D3D3 url("../img/layout/matches/tabsheet-tab.gif") no-repeat;
}

#matches #matches-first-tab {
  margin-left: 0;
}

#matches .tabsheet ul.tabsheet-tabs li.active {
  background: #EAEAEA url("../img/layout/matches/tabsheet-tab-active.gif") no-repeat;
}

#matches .tabsheet ul.tabsheet-tabs li a {
  display: block;
  width: 52px;
  height: 15px;
  padding-top: 3px;
  text-decoration: none;
  color: black;
}

#matches .tabsheet ul.tabsheet-tabs li a:focus {
  outline: none;
}

#matches .tabsheet .tabsheet-sheets {
  clear: both;
}

#matches .tabsheet .tabsheet-sheets .tabsheet-sheet-visible {
  display: block;
  padding: 5px 5px 10px 5px;
  background: rgb(234, 234, 234) url("../img/layout/box-body.gif") right bottom no-repeat;
  font-size: 7pt;
}

#matches .tabsheet .tabsheet-sheets .tabsheet-sheet-invisible {
  display: none;
}

#matches .dummy-tabsheet {
  display: block;
  padding: 5px 5px 10px 5px;
  background: rgb(234, 234, 234) url("../img/layout/box-body.gif") right bottom no-repeat;
  font-size: 7pt;
}

#users {
  position: relative;
}

#users h2 {
  background: url("../img/layout/users/heading.gif") repeat-x;
}

#users #users-login,
#users #users-password {
  width: 144px;
}

#users ul {
  margin: 1em 0 0 3em;
  padding: 0;
}

#inquiry {
  position: relative;
}

#inquiry h2 {
  background: url("../img/layout/inquiry/heading.gif") repeat-x;
}

#inquiry #inquiry-icon {
  position: absolute;
  top: -6px;
  right: 0;
  width: 40px;
  height: 40px;
  background: url("../img/layout/inquiry/icon.gif");
}

#inquiry #inquiry-question {
  background: url("../img/layout/inquiry/question.gif") no-repeat;
  padding-left: 35px;
  min-height: 27px;
}

#inquiry #inquiry-answers {
  margin: 1em 0;
}

#random-gallery-image h2 {
  background: url("../img/layout/random-gallery-image/heading.gif") repeat-x;
}

#most-read h2 {
  background: url("../img/layout/most-read/heading.gif") repeat-x;
}

#most-read #most-read-list {
  margin: 0 0 0 3em;
  padding: 0;
}

#most-read #most-read-list li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#player-stats h2 {
  background: url("../img/layout/player-stats/heading.gif") repeat-x;
}

#player-stats h3 {
  margin: 0.5em 0 0.5em 0;
  text-align: center;
  font-size: 8pt;
}

#player-stats #stats-container {
  margin: 1em 0 0.5em 0;
}

#content {
  margin: 15px 180px;
}

#banner {
  text-align: center;
  margin-bottom: 2em;
}

#footer {
  clear: both;
  padding-top: 1em;
}

#footer h2 {
  border: 0;
  font-size: 7pt;
  color: rgb(102, 102, 102);
}

#holders {
  width: 100%;
  margin: 0.5em 0;
  padding: 0.5em;
  background-color: rgb(234, 234, 234);
}

#holders td {
  text-align: center;
  vertical-align: middle;
  font-size: 7pt;
  color: rgb(102, 102, 102);
}

#holders td img {
  vertical-align: middle;
}

#credits {
  width: 100%;
  margin: 0.5em 0;
  padding: 0.5em;
  background-color: rgb(215, 215, 215);
}

#credits td {
  width: 33.33%;
  text-align: center;
  vertical-align: middle;
  font-size: 7pt;
  color: rgb(102, 102, 102);
}

#credits td img {
  vertical-align: middle;
  margin: 0 0.5em;
}

#icons {
  margin: 0.5em 0;
  text-align: right;
}
