
.wsEd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-size: 12px;
	line-height: 150%;
	color: black;
}

/* nadpisy */
.wsEd h2 {
	color: black;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 150%;
	font-weight: normal;
}
.wsEd h3 {
	color: black;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 115%;
	font-weight: normal;
}
.wsEd h4 {
	color: black;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 100%;
}


/* zoznamy */
.wsEd ul {
	padding-left: 2px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: black;
	list-style-type: none;
}
.wsEd ul li {
	padding-left: 11px;
	background: url("../images/sip.gif") no-repeat left 7px;
}
.wsEd ol {
	padding-left: 25px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: black;
}

/* odkazy */
.wsEd .table th a {
	color: white !important;
}
.wsEd a {
	color: #e0b110 !important;
}
.wsEd a:hover {
	text-decoration: none;
}
.wsEd a img {
	border: 0px;
	font-weight: normal;
	font-size: 80%;
}

/* vseobecne klasy */
.wsEd cite {
	color: #d0a100;
	font-size: 100%;
}
.wsEd .perex {
	font-weight: normal;
	color: #595959;
}
.wsEd p {
	margin: 0px;
}
.wsEd .preformat {
	font-family: courier;
	font-size: 12px;
}
.wsEd acronym {
	border-bottom: 1px dashed red;
	color: black;
	cursor: help;
}
.wsEd blockquote {
	margin: 0px;
	padding-left: 20px;
}


/* tabulky */
.wsEd table {
	font-size: 100%;
}
.wsEd .table {
	border-collapse: collapse;
	border: 0px;
}
.wsEd .table td, .wsEd .table th {
	border: 0px;
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
	background-color: #f0dfa4;
	border: 1px solid #f0f0f0;
}
.wsEd .table th {
	background-color: #f2c21c;
}
.wsEd .table th a {
	
}
.wsEd .table .lited td {
	background-color: #fbefc8;
}
.wsEd .table .foot td {
	background-color: #e0b110;
}             
.wsEd .table .perex {
	color: black !important;
}
