/* ASPI AO WSW CSS :-) */

body.wysiwyg {
	font-family:  "Arial", "Verdana", "Geneva CE", "lucida", sans-serif;  
	font-size: 75%;
}

.wysiwyg p {
	line-height: 1.5em;
	margin: 0.5em 0 1.5em 0;
}

/*
	odkazy
*/

.wysiwyg a, 
.wysiwyg a:link {color: #0989DA;}
.wysiwyg a:visited {color: #006090;}
.wysiwyg a:hover, .wysiwyg a:focus {color: #D13421;}
.wysiwyg a:active {color: #D13421;}

.wysiwyg a img {border:none;} 

/*
	nadpisy
*/

.wysiwyg h1 {
	font-size: 150%;
	color: #0081c6;
	padding: 0px;
	margin: 1em 0em;
}


.wysiwyg h2 {
	color: #0081c6;
	font-size: 130%;
	padding: 0px;
	margin: 0.5em 0em;
}

.wysiwyg h4 {font-size: 1.2em;}
.wysiwyg h5 {font-size: 1.1em;}
.wysiwyg h6 {font-size: 1.0em;}


/*
	bloky
*/

.wysiwyg p.extra, 
.wysiwyg p.zvyraz, 
.wysiwyg p.highlighted {
	font-weight: bold;
	border-left: 10px solid #0081c6;
	padding: 0px 0px 0px 15px;
	margin: 15px 0px;
}


.wysiwyg blockquote, 
.wysiwyg p blockquote {
	margin-right: 0px;
	padding-bottom: 0.5em;
	line-height: 1.5em; 
}


.wysiwyg p.odsazene, 
.wysiwyg p.indented {
	padding-left: 10px;
}

.wysiwyg pre {
	white-space: normal;
	font-size: 1.2em;
	_font-size: 1em;
}

.wysiwyg p.perex {
	font-weight: bold;
}


.wysiwyg .text_extra_big   { font-size: 180%; }
.wysiwyg .text_big         { font-size: 150%; }
.wysiwyg .text_bigger      { font-size: 120%; }
.wysiwyg .text_smaller     { font-size: 90%;  }
.wysiwyg .text_small       { font-size: 80%;  }
.wysiwyg .text_extra_small { font-size: 70%;  }

/*
	inline styly
*/
.wysiwyg span.smallerFont, 
span.smallerFont {
	font-size: 80%;
}

.wysiwyg span.biggerFont, 
span.biggerFont {
	font-size: 120%;
}

.wysiwyg cite {
	color: #0E599D;
	font-style: italic;
}

.wysiwyg acronym, 
.wysiwyg abbr {
	border-bottom:1px dashed;
	cursor:help;
}

.wysiwyg dfn  {
	font-style:normal;
	border-bottom:1px dashed;
	cursor:help;
}

.wysiwyg code {
	font-family: courier, monospace;
	color:#333;
	background-color:#fff;
	padding-left:3px;
	padding-right:3px;
}

.wysiwyg samp {
	font-family: courier, monospace;
	border:1px solid #ccc;
	color:#333;
	background-color:#cfc;
	padding-left:1px;
	padding-right:1px;
}

.wysiwyg kbd {
	padding:0px 1px 0px 1px;
	font-size: 150%;
	color:#333;
}


/*
	seznamy
*/

.wysiwyg ul {
	margin: 1em 0 1em 2em;
}

.wysiwyg ul li { 
	list-style-type: disc; 
	list-style-image: url('../../img/el/li-blue-disc.gif'); 
}
.wysiwyg ol {
	margin: 1em 0 1em 2em;
}

.wysiwyg ol li {

}


/*
	tabulka
*/
/*

/* tabulky */

/*.wysiwyg table {font-size: 100%; border-color: #0081C6; border-style:solid; border-width: 2px; padding: 0px; margin: 10px 0px;  border-collapse: collapse;}
.wysiwyg table.no-table-border {border: none;}
.wysiwyg table tr {background-color: #fff;}
.wysiwyg table caption {font-size: 90%; color: #0C599F; text-align: left; font-weight: bold; text-transform: uppercase }
.wysiwyg tbody td, .wysiwyg tbody th, .wysiwyg td, .wysiwyg th {color: #000;padding: 3px; font-size: 100%; border:1px solid #fff; }
.wysiwyg thead td, .wysiwyg thead th, .wysiwyg tr.tableRowHeader td, .wysiwyg tr.tableRowHeader th {background-color: #0081C6; padding: 5px; color: #fff; font-size: 100%;}
.wysiwyg tfoot td, .wysiwyg tfoot th, .wysiwyg tr.tableRowFooter td, .wysiwyg tr.tableRowFooter th {background-color: #E2ECF5; padding: 5px; color: #000; font-size: 100%;}

.wysiwyg table.invisible {border: none; background: none;}
.wysiwyg table.invisible td, table.invisible th {border: none; background: none;}

.wysiwyg tr.tableRowOdd   {background:#fff;}
.wysiwyg tr.tableRowEven  {background:#F7F7F7;}
*/


/*
	tabulka
*/

.wysiwyg table {
	font-size: 100%;
	border: 1px solid #D5D5D5; 
	padding: 0px; 
	margin: 10px 0px;  
	border-collapse: collapse;
}

.wysiwyg table.table_bordered {
	border: 2px solid #747474; 
}

.wysiwyg table tr {
	background-color: #fff;
}

.wysiwyg table caption {
	font-size: 90%; 
	color: #007CC6; 
	text-align: left; 
	font-weight: bold; 
	text-transform: uppercase;
}

.wysiwyg tbody td, .wysiwyg tbody th{
	color: #333;
	padding: 3px;
	font-size: 100%;
	border: 1px solid #D5D5D5;
}

.wysiwyg thead td, .wysiwyg thead th,
.wysiwyg tr.tableRowHeader td, .wysiwyg tr.tableRowHeader th {
	background-color: #007CC6; 
	padding: 5px; 
	color: #fff; 
	font-size: 100%;
}
.wysiwyg tfoot td, .wysiwyg tfoot th, 
.wysiwyg tr.footer td, .wysiwyg tr.footer th,
.wysiwyg tr.tableRowFooter td, .wysiwyg tr.tableRowFooter th {
	background-color: #DCDCDC; 
	padding: 5px; color: #000; 
	font-size: 100%;
}


/* neviditelna tabulka */
.wysiwyg table.invisible,
.wysiwyg table.no_border,
.wysiwyg table.table_noborder {
	border: 0 !important;
}
	.wysiwyg table.invisible td, 
	.wysiwyg table.invisible th {
		background: 0 !important;
		border: 0 !important;
	}

	
	.wysiwyg table.table_noborder tbody td,
	.wysiwyg table.table_noborder tbody th,
	.wysiwyg table.table_noborder td,
	.wysiwyg table.table_noborder th,
	{
		background: 0 !important;
		border: 0 !important;
		border: 0px solid #fff;
	}
	
.wysiwyg table.table_noborder tbody td, 
.wysiwyg table.table_noborder tbody th{
	border: none;
}
	
.wysiwyg tr.tableRowOdd   {background:#fff;}
.wysiwyg tr.tableRowEven  {background:#F4F4F4;}


.table_float_left {
	float: left;
	margin-right: 10px;
}

.table_two_columns {
	border: none;
}

.table_two_columns td {
	padding: 4px;
	vertical-align: top;
	border: none;
}

.table_even_odd tr.odd {
	background-color: #FFF;
}

.table_even_odd tr.even {
	background-color: #F4F4F4;
}


/*
	obrazek
*/ 

/*.wysiwyg img {
	border: none;
}*/

.wysiwyg img.left {
	float: left;
	margin: 10px; 
}

.wysiwyg img.right {
	float: right;
	margin: 10px; 
}

.wysiwyg img.bordered {
	border: 3px #C8E5AA solid;
	background: #E2F1D1;
}

.wysiwyg .promo {
	font-size: 80%;
	color: #747474;
}


.wysiwyg .note {
	background: url('/img/el/pictogram-note.gif') no-repeat left top;
	padding-left: 55px;
	font-size: 95%;
	letter-spacing: 1px;
}

.wysiwyg .notice {
	background: url('/img/el/pictogram-notice.gif') no-repeat left top;
	padding-left: 55px;
	font-size: 95%;
	font-style: bold;
	letter-spacing: 1px;
}

.wysiwyg .example {
	background: url('/img/el/pictogram-example.gif') no-repeat left top;
	padding-left: 55px;
	font-size: 95%;
	font-style: italic;
	letter-spacing: 1px;
}

.wysiwyg .judikat {
	background: url('/img/el/pictogram-judikat.gif') no-repeat left top;
	padding-left: 55px;
	font-size: 95%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}







