/* HTML TAGS */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  background: transparent url(../images/cal-bg.gif) repeat-x left top;
	font-family: "Verdana";
	font-size: 12px;
}

a img {
  border: 0px;
}

a {
  color: #000000;
  text-decoration: none;
}

th {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

.den,
.zapas-home,
.odehrano-home-win,
.odehrano-home-lose,
.zapas-out,
.odehrano-out-win,
.odehrano-out-lose,
span {
  font-weight: bold;
  background: #e8e8e8;
  display: block;
  padding: 3px;
}

den,
span {
  font-weight: normal;
}

.den:hover {
  background: #E77716;
}

.odehrano-home-win {
  background: #E77716 url(../images/cal-win.gif) no-repeat right bottom;
}

.odehrano-home-lose {
  background: #E77716 url(../images/cal-lose.gif) no-repeat right bottom;
}

.odehrano-out-win {
  background: #4E8FB3 url(../images/cal-win.gif) no-repeat right bottom;
}

.odehrano-out-lose {
  background: #4E8FB3 url(../images/cal-lose.gif) no-repeat right bottom;
}

.zapas-home {
  background: #E77716;
}

.zapas-out {
  background: #4E8FB3;
}

.akt {
  margin: 0px;
  padding: 0px;
  color: #A90000;
  background: transparent;
  font-weight: bold;
}
