/* tabulka */
table.seznam {
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
	width: auto;
	font-size: 11px;	
	font-family: Arial, Helvetica, sans-serif;
}

/* hlavicka tabulky */
table.seznam th.header { 
	margin: 0px;
	padding: 0px;
 	height: 30px;
 	color: #b50202;
 	text-align: left;
 	background-color: #CCC !important;
}

/* text v hlavicce */
table.seznam th.header h3 {
	margin: 0px 0px 0px 2px; 
	display: inline;
	padding: 0px 10px !important; 
	font-size: 16px;
	font-family: Verdana, Helvetica, sans-serif;
	font-style:normal!important;
	border-left:0px solid #C30 !important
}

/* obrazek v hlavicce */
table.seznam th.header img { 
	float: right; 
	margin-right: 5px;
	padding: 0px; 
	border: none;	
}

/* zahlavi bunek sloupcu tabulky */
table.seznam th {
	color: #000000;
	background-color: #e2ecfb;
	text-align: left;
}

/* radek tabulky */
table.seznam tr {
	margin:  0px;
	padding: 0px;
	border:  none;
	background-color:#ff9;
}


table.seznam tr.hodnoceni  {
	background-color:#fff;
}

table.seznam tr.ukonceno  {
	background-color:#ccc;
}


/* bynky tabulky a jejich zahlavi */
table.seznam td, table.seznam th {
	margin:  0px;
	padding: 3px 5px 3px 5px;
	border:  1px solid #000000;
}

/* okraj v zahlavi bunek */
table.seznam th.kraj {
	border-right:  1px solid #49A648;
}

/* bunka s typem aukce */
table.seznam td span { 
	float: left;
	margin-right: 3px;
	padding: 0px;
}

/* blok s typem a ikonama */
table.seznam div.type {
	display:block;
}

/* odkaz v bunce */
table.seznam td a  { 
	float: right;
}

/* obrazkovy odkaz v bunce */
table.seznam td a img  { 
	margin-left: 5px; 
	vertical-align: middle; 	
}


/* blok s legendou */
#legenda{
  	width: 550px;
  	margin: 10px 0px 0px 0px;
}

/* link na legendu */
#legenda div.nadpis a {
	  font-size: 10px;
	  color: #000000;
	  text-decoration: none;
	  font-family: Verdana;
	  font-weight: bold;
}
#legenda div.nadpis a:hover {
	color: #b50202;
	text-decoration: underline;
}

/* vnitrek legendy */
#popisLegendy {
	  background: #eeeeee;
	  border: 1px solid #bbbbbb;
	  padding: 10px;
	  margin-top: 5px;
	  font-size: 11px;
	  font-family: Arial;
}
