/* css styly - ceník lokalit */
#ceniklokalit table
{
	border-collapse: collapse;
	border: solid 1px #CF0435;
	width:456px;
}

#ceniklokalit table tr { background-color: #fff;}
#ceniklokalit table tr.even { background-color: #E1E1E1;}
#ceniklokalit table tr.action { background-color: #fdeaa7;}
/* navíc aby bylo vidět, kde jsem s myší */
#ceniklokalit table tr:hover { background-color: #c1c1c1;}

#ceniklokalit table caption
{
	color: #CF0435;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

#ceniklokalit tbody td,
#ceniklokalit tbody th,
#ceniklokalit td,
#ceniklokalit th
{
	padding: 4px 4px;
	font-size: 0.92em;
	text-align: center;
}

#ceniklokalit thead td,
#ceniklokalit thead th
{
	background-color: #CF0435;
	color: #fff;
	font-weight: bold;
}

#ceniklokalit tfoot td,
#ceniklokalit tfoot th
{
	background-color: #8A8A8A;
	font-weight: bold;
	color: #fff;
}

#ceniklokalit tbody tr.suda { background-color: #E1E1E1; }


em.reserved {
  font-size:.92em;
}
