/* CSS Document */
body
{
  font-size: 80%;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  /*background-image: url(/portal/img/fimba.jpg);
  background-repeat: no-repeat;
  background-position: top right;*/
}

h1, h2, h3, h4
{
  color: #CC3300;
}

h1
{
  font-size: 190%;
}

h2
{
  font-size: 140%;
}

.bs
{
  font-size: 80%;
  color: #000;
}

h3
{
  font-size: 120%;
}

h4
{
  font-size: 100%;
}

.tal
{
  text-align: left;
}

/*prvni sloupec v tabulce s formularem*/
.fc
{
  text-align: right;
  padding-right: 5px;
}

.message
{
  color: #00f;
  font-weight: bolder;
  margin-top: 2px;
  margin-bottom: 2px;
}

.error
{
  color: #f00;
  font-weight: bolder;
  margin-top: 2px;
  margin-bottom: 2px; 
}

.list
{
  border: 3px double #000;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.list th
{
  text-align: center;
}

.list td, .list th
{
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #a5a5a5;
}

.list .tac
{
  text-align: center;
}

.list .tar
{
  text-align: right;
}

.bcw
{
  background-color: #fff;
  display: inline;
}


/*tabulka s rozpisem zapasu*/
#schedule
{
  border: 3px double #000;
  border-collapse: collapse;
  margin-top: 10px;
}

#schedule td, #schedule th
{
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #a5a5a5;
}

/*odkaz na clover*/
#clover
{
  text-align: center;
  font-size: 120%;
}

#clover img
{
  border: none;
  /*position: relative;
  top: 20px;*/
}

#timetable
{
  text-align: center;
}

#timetable a
{
  font-size: 120%;
}

#rss
{
  text-align: center;;
}

#rss img
{
  border: none;
}