﻿.tblLazne { width: 100%; }

.tblLazne td
{
	border: solid 1px #cbd9ee;
	padding: 4px;
	text-align: center;
	empty-cells: show;
	background-color: #ffffff;
}

.tblLazne th
{
	border: none;
	padding: 4px 0px 4px 0px;
	text-align: center;
	empty-cells: show;
	background-color: #ddeafb;
	vertical-align: bottom;
	border-top: solid 1px #cbd9ee;
	border-right: solid 1px #cbd9ee;
}

.tblLazne th.tdNemoci
{
	border-top: solid 1px #cbd9ee;
	background-color: #eef5fd;
}

.tblLazne th.thLazneNazevZeme
{
	border: none;
	text-align: left;
	padding-left: 8px;
}

.tblLazne td.tdLazneNazev
{
	text-align: left;
	padding-left: 8px;
	width: 200px;
	white-space: nowrap;
}

.tblLazne td.tdLazneNazev
{
	text-align: left;
	padding-left: 8px;
}

.tblLazne td.tdPrazdny
{
	background-color: #ddeafb;
	border: none;
	padding: 0px;
}

.tblLazne td.tdVybrane
{
	background-image: url(../Images/Lazne-popisy/bckTdLazne.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #e7ebf1;
	cursor: help;
}

.tblLazne td.tdVybraneNemoci
{
	background-image: url(../Images/Lazne-popisy/bckTdLazne.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f3f5f8;
	cursor: help;
}
