/****************************************/
	/* styly pro tabulku LIST/DETAIL modulu */
	/****************************************/
	/* GLOBALNI STYL TEXTU, NADPISU, ODKAZU ETC. */
.main * H1 {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0 none;
}

H2 {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

H3 {
	font-size: 10pt;
	font-weight: bold;
	margin: 5px 0 0px 0;
}

H4 {
	font-size: 9pt;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

H5 {
	font-size: 9pt;
	font-weight: normal;
	margin: 10px 0 5px 0;
}

A {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

LI {
	list-style: disc;
	margin: 0;
	padding: 0;
	list-style-position: outside;
}

LI .bold {
	list-style: disc;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

P {
	margin: 0 0 8px 0px;
	padding: 0;
}

#filter HR {
	display: none;
}

#filter TABLE TH {
	padding-right: 5px;
	color: #3E3E3E;
	background-color: transparent;
	text-align: left;
	border: 0 none;
	background-image: none;
}

#filter TABLE TD {
	border: 0 none;
	background-image: none;
}

#filter TABLE SPAN * {
	margin: 0 3px 0 1px;
}

/*pretizeni kvuli vrstve pouzite pro posilani emailu*/
#calendar TABLE,#email TABLE {
	border-collapse: separate;
}

#calendar TABLE TD,#calendar TABLE TH,#email TABLE TD,#email TABLE TH {
	border: 0 none;
}

FORM INPUT.button {
	display: none;
}

.button2 {
	border-style: none;
	background-color: #E5D4B4;
	color: #000000;
	font-weight: normal;
	padding: 0 5px 0 5px;
	margin-bottom: 25px;
	cursor: pointer;
}

.button3 {
	border-style: none;
	background-color: #E5D4B4;
	color: #000000;
	font-weight: normal;
	padding: 3px 3px 3px 3px;
	margin-top: -15px;
	cursor: pointer;
	float: right;
}


