.wysiwyg {
}

/*STYLY, ktere nejsou tak uplne WSW*/

.wysiwyg h1 {
	color: #0051b4;
	
}


/*STYLY UZ OPRAVDU JEN PRO WSW*/

.wysiwyg h2 {
	font-family: Trebuchet MS, trebuchet, sans-serif;
	color: #bb2525;
	font-size: 1.5em;
}

.wysiwyg h3 {
	font-family: Trebuchet MS, trebuchet, sans-serif;
	color: #bb2525;
	font-size: 1.25em;
}

.wysiwyg h4 {
	color: #bb2525;
	font-size: 1.00em;
}

.wysiwyg p {
	line-height: 1.5em;
}

.wysiwyg p.indented {
	padding-left: 2em;
}

.wysiwyg p.highlighted {
  border-left: 10px solid #bb2525; 
  padding-left: 1em;
  font-weight: bold;
}

.wysiwyg a {
	color: #bb2525;
}

	
	.wysiwyg a:visited {
		color:#7c7c7c;
	}
	
	.wysiwyg a:hover {
		color: #0051b4;
	}
	
	.wysiwyg a:active {
		color: #014292;
	}

.wysiwyg ul {
	list-style: none;
	margin-bottom: 15px;
}
	.wysiwyg ul li {
	  margin-top: 2px;
	  padding-left: 15px;
	  background-image: url('/img/mp/ul_li.gif');
	}

	.wysiwyg ul li ul {
        padding-top: 8px;
	}
    	.wysiwyg ul li ul li {
            background-image: url('/img/cp/ul_li_ul_li.gif');
    	}

.wysiwyg ol {
	list-style: decimal outside none;
	padding-left: 22px;
	margin-bottom: 15px;
}
	.wysiwyg ol li {
		margin-top: 2px;
	}

.wysiwyg cite {
	color: #061844;
}

.wysiwyg code {
	color: #7c7c7c;
}

.wysiwyg kbd {
	color: #061844;
}

.wysiwyg acronym {
	border-bottom: 1px dotted #ccc;
}

.wysiwyg .text_smaller {
	font-size: 0.92em;
}

/* tabulky */
.wysiwyg table {
	border-collapse: collapse;
	border-spacing: 1px;
	border: none;
	margin-bottom: 2em;
	width: auto !important;
}
.wysiwyg table.bordered {
	border: 1px solid #a9bfcf;
}
.wysiwyg table.no_border {
	border: none;
	border-spacing: 0;
}


.wysiwyg table.no_border tr {
	background: none;
}
	.wysiwyg table.no_border tbody td, 
	.wysiwyg table.no_border tbody th, 
	.wysiwyg table.no_border td, 
	.wysiwyg table.no_border th {
		border: 0px none;
	}
	
.wysiwyg table caption {
	text-align: left;
}
.wysiwyg tbody td, 
.wysiwyg tbody th {
	padding: 4px 10px;
}

.wysiwyg thead td, 
.wysiwyg thead th {
	background-color: #205ca5;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
	.wysiwyg thead td a, 
	.wysiwyg thead th a {
		color:#fff !important;
		padding-right:15px;
	}

.wysiwyg tfoot td, 
.wysiwyg tfoot th {
	background-color: #e2e2e2;
	font-weight: bold;
}

.wysiwyg .table_even_odd {
}
	.wysiwyg .table_even_odd tr.odd {
		background-color: #ffffff;
	}
	.wysiwyg .table_even_odd tr.even {
		background-color: #e8eef6;
	}
	.wysiwyg .table_even_odd td, 
	.wysiwyg .table_even_odd th {
	}
