body {
	font-family: arial, tahoma, verdana, sans-serif;
}

.wysiwyg {
	color: black;
}

body.wysiwyg {
	padding: 15px;
}


/* Odstavce */
p {
	color: black;
	margin-bottom: 15px;
}

p.perex {
	color: #226B62;
	font-weight: bold;
}

p.highlighted {
	color: #226B62;
	font-weight: bold;
	padding-left: 25px;
	border-left: 5px #226B62 solid; 
}

p.indented {
	margin-left: 30px;
}

p.error-msg {
	font-weight: bold;
	color: red;
}

p.message {
	color: #206C60;
	font-weight: bold;
	padding: 5px;
	border: 2px #f6c5df solid;
	background: #fff1f8;	
}

/* Odkazy */
a {
	color: black;
}

a:hover {
	text-decoration: none;
}


/* Nadpisy */
h2 {
	color: #E10277;
	font-size: 1.4em
	margin-bottom: 15px;
	border-bottom: 15px white solid;/* ???? */
}

h3 {
	color: #226B62;
	font-size: 1.2em;
	margin-bottom: 15px;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 10px;
}

h5 {
	color: #EE226A;
	margin-bottom: 5px;
}

/* Seznamy */


/* Tabulky */
table, table.table {
	border: 1px #DBEEE8 solid;
	border-collapse: collapse;
	margin-bottom: 15px;
	margin-left: 1px;
}

table tr.odd {
	background: #FFFFFF;
}

table tr.even {
	background: #F5FEFB;
}

table tr.active {
	background: #787878;
}

table tr.click {
	background: #E10277;
}

table td, table th, table.table td, table.table th {
	border: 1px #DBEEE8 solid;
	padding: 4px 10px;
}

table th, table tr.header td {
	color: #206C60;
	font-weight: bold;
	background: #F5FEFB;
}

table th a, table tr.header td a  {
	color: #206C60;
}

table th a.up, table th a.down, table tr.header td a.up, table tr.header td a.down {
	display: block;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 8px;
}


table th a.up, table tr.header td a.up {
	background-image: url('../img/up.gif');
}

table th a.down, table tr.header td a.down {
	background-image: url('../img/down.gif');
}

table.noborder {
	border: none;
}

table.noborder td {
	border: none;
}

/* Obrazky */
img.imageBordered {
	border: 1px #EE226A solid;
}


/* hack tabulky */
table.spec {
	border: none;
	margin: 0px;
}
table.spec td {
	border: none;
	margin: 0px;
}

td.nop {
	padding: 0px;
}

