/*tabulka vysledkov hladania*/
.left-corner {
  background: no-repeat left url(../img/th-left.gif);
  height: 59px;
  font-size: 1px;
  width: 8px;
}
.th {
  background: repeat-x bottom url(../img/th.gif);
  border-top: 1px #bbbbbb solid;
  border-right: 1px #bbbbbb solid;
  font-size: .8em;
  padding-left: .3em;
  padding-right: .3em;
}
.th a {
  color: #000000;
  text-decoration: none;
}
.right-corner {
  background: no-repeat right url(../img/th-right.gif);
  height: 59px;
  font-size: 1px;
  width: 8px;
}
.td {
  text-align: center;
  border-bottom: 1px #bbbbbb solid;
  border-right: 1px #bbbbbb solid;
  padding: 5px;
}
.td-priority {
  text-align: center;
  /*border-bottom: 2px #f288a3 solid;
  border-right: 2px #f288a3 solid;*/
  border-bottom: 1px #bbbbbb solid;
  border-right: 1px #bbbbbb solid;
  padding: 5px;
}

/*sipka radenia stlpcov - nahor a nadol*/
#arrow {
  float: right;
  margin-right: 0.2em;
  border: none;
  width: 7px;
  height: 0px;
}

.square-left-top-corner {
  background: no-repeat right top url(../img/left-top-corner.gif);
}
.square-top-line {
  border-top: 1px #CCCCCC solid;
  font-size: 1px;
}
.baloon-up {
  font-size: 1px;
}
.baloon-top-line {
  border-bottom: 1px #CCCCCC solid;
  font-size: 1px;
}
.square-right-top-corner {
  background: no-repeat right top url(../img/right-top-corner.gif);
}
.square-left-line {
  border-left: 1px #CCCCCC solid;
  font-size: 1px;
}
.square-right-line {
  background: repeat-y right url(../img/left-line.gif);
}
.square-left-bottom-corner {
  background: no-repeat right bottom url(../img/left-bottom-corner.gif);
}
.square-bottom-line {
  background: repeat-x bottom url(../img/bottom-line.gif);
}
.square-right-bottom-corner {
  background: no-repeat right bottom url(../img/right-bottom-corner.gif);
}
