@import url('null.css');

body.wysiwyg {
	font: 0.7em/140% "arial", "verdana", sans-serif;
	color: #505050;
	padding: 5px;

}

.wysiwyg {
	text-align: left;
}

#panel-stred .wysiwyg {
	text-align: justify;
}

/* nadpisy */
.wysiwyg h2 {
	font-size: 1.17em;	
	font-weight: bold;
	color: #406e95;
	margin-bottom: 7px;
	padding-top:10px;
}

.wysiwyg h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #406e95;
	margin-bottom: 1em;
}

.wysiwyg h4 {
	font-size: 1em;
	font-weight: bold;
	color: #406e95;
	margin-bottom: 1em;
}


/* blokove/inline styly */
.wysiwyg p {
	margin-bottom: 1em;
}

.wysiwyg p.perex {
	font-weight: bold;
}

.wysiwyg p.highlighted {
	font-weight: bold;
	color: #df754f;
}

.wysiwyg p.indented {
	margin-left: 20px;
}

.wysiwyg pre {
	font-family: monospace;
}

.wysiwyg cite {
	font-style: italic;
}

.wysiwyg acronym {
	padding-bottom: 1px;
	border-bottom: 1px dashed #df754f;
	cursor: help;
}


/* odkazy */
.wysiwyg a:visited { color: #406E95; }
.wysiwyg a { color: #406E95; }
.wysiwyg a:hover, .wysiwyg a:active { color: #305471; }


/* horizontalni cara */
.wysiwyg hr {
	height:1px;
	color: #EEF7DE;
	background-color: #EEF7DE;
	border: 0px solid #EEF7DE;
	margin-bottom: 1em;
}


/* seznamy */
.wysiwyg ul {
   list-style: none;
   margin: 1em 0;
}
.wysiwyg ul li {
   padding-left: 10px;
   background: url("../img/ico-sipka07.gif") 0 5px no-repeat;
}

.wysiwyg ol {
	list-style-position: outside;
	margin: 1em 0;   
	margin-left: 19px;
	margin-left: expression('23px');
}
.wysiwyg ol li {
}


/* obrazky */
.wysiwyg .imageBordered {
	border: 1px solid black;
}


/* tabulky */
.wysiwyg table {
	border-color: #505050;
	border-collapse: collapse;
	margin: 1em auto;
	width: 100%;
	font-size: 1em;	
}
.wysiwyg th {
	background-color: #406e95;
	padding: 3px 8px;
	text-align: left;
	font-size: 0.9em;
	color: white;
}
.wysiwyg td {
	border-color: #505050;
	padding: 3px 8px;
	vertical-align: top;
}
 
.tableRowHeader  {
	background-color: #406e95;
	font-size: 0.9em;
	font-weight: bold;      
}
.tableRowFooter  {
	background-color: #66a5d6;
	color: white;
	font-size: 0.8em;
	font-weight: bold;      
}
.tableRowEven  {
	background-color: EEF7DE;
}
.tableRowOdd  {
	background-color: #fff;
}

.wysiwyg .tableInvisible {
	border-collapse: separate;
	background: 0 !important;
	border: 0 !important;
	margin: 0 !important;
}
.wysiwyg .tableInvisible td, .wysiwyg .tableInvisible th, .wysiwyg .tableInvisible tr {
	background: 0 !important;
	border: 0 !important;
}

