/* zakladni styly dokumentu */ 
.magiced {
	text-align: left;
	margin-bottom: 1em;
	background-image: none !important;
	background-color: #FFFFFF;
}

/* texts */
.magiced h2 {
	font-size: 1.3em;
	font-weight: bold;
	border-left: 3px solid #606060;
	padding-left: 8px;
	margin: 1em auto 0.5em 0;   
	color: #4D8EDD;
}
.magiced h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em auto 0.5em 0;   
	color: #4D8EDD;
}

.magiced p {
	margin-bottom: 1em;
	text-align: justify;
}

.magiced a { color: #4D8EDD !important;}
.magiced a:visited { color: #2E2E2E  !important; }
.magiced a:hover { color: #084897  !important; }

.magiced p.perex {
	font-weight: bold;
	color: #4D8EDD;
	margin-bottom: 1em;
}

.magiced blockquote {
	margin-bottom: 1em;
}

.magiced hr {
	height: 2px;
	line-height: 2px;
}


/* lists */
.magiced ul {
	list-style: none;
	list-style-image: url('../img/indent-ul-content.gif');
	list-style-position: outside;
	margin: 1em 0;
	margin-left: 16px;
}
.magiced ol {
	list-style-position: outside;
	margin: 1em 0;   
	margin-left: 19px;
	margin-left: expression('23px');
}


/* tabulky */

/* vychozi */
.magiced table {
	background-color: #E1E9F6;
	border-color: #5F5C59;
	border-collapse: collapse;
	margin: 1em auto;
	width: 100%;
}
.magiced .MEtableRowHeader  {
	background-color: #BEB9B2;
	color: #2E2E2E;
	font-size: 0.9em;
	font-weight: bold;      
}
.magiced td {
	border-color: #BEB9B2;
	padding: 2px 3px;
	vertical-align: top;
}

/* neviditelna */
.magiced .MEtableInvisible {
	background: 0 !important;
	border: 0 !important;
	margin: 0 !important;
}
.magiced .MEtableInvisible td, .magiced .MEtableInvisible th, .magiced .MEtableInvisible tr {
	background: none !important;
	border: none !important;
}


/* specialni tridy */

.magiced .MEfixed {
	font-family: monospace;
}

.magiced .MEimageBordered {
	border: 1px solid black;
}
