/* zakladni styly dokumentu */ 
.magiced {
   text-align: left;
	margin-bottom: 1em;
}

.magiced h2 {
   font-size: 1.6em;
   font-weight: bold;
   margin-top: 1em;
   margin-bottom: 0.7em;
   color: #E75A04;
}
.magiced h3 {
   font-size: 1.3em;
   font-weight: bolder;
   margin-bottom: 0.6em;
   color: black;
}
.magiced h4 {
   font-size: 1.2em;
   font-weight: bolder;
   margin-bottom: 0.5em;
   color: #E75A04;
}

.magiced p {
	margin-bottom: 1em;
}

.magiced a:visited { color: #FFB218; }
.magiced a { color: #E75A04; }
.magiced a:hover { color: black; }
 

.magiced ul {
	list-style-type: none;
	list-style-image: url('../img/arrow-indent-orange-ul.gif');
	list-style-position: outside;
	margin-bottom: 1em;
	margin-left: 16px;
}
.magiced ol {
	list-style-position: outside;
	margin-bottom: 1em;
	margin-left: 19px;
	margin-left: expression('23px');
}


/* tabulky */

/* vychozi */
.magiced table {
   border: 1px solid #E8EAEB;
   border-collapse: collapse;
   margin: 1em auto;
   width: auto;
}
.magiced .MEtableRowHeader  {
   background-color: #E8EAEB;
   color: #4D6365;
   font-size: 0.9em;
   font-weight: bold;      
}
.magiced .MEtableRowFooter  {
   background-color: #E8EAEB;
   color: #4D6365;
   font-size: 0.8em;
   font-weight: bold;      
   font-style: italic;   
}
.magiced td {
   border: 1px solid #E8EAEB;
   padding: 5px;
   vertical-align: top;
}
.magiced .MEtableCellBold  {
	font-weight : bold;
}

/* neviditelna */
.magiced .MEtableInvisible {
   background: 0 !important;
   border: 0 !important;
   margin: 0 !important;
}
.magiced .MEtableInvisible td, .magiced .MEtableInvisible th, .magiced .MEtableInvisible tr {
   background: 0 !important;
	border: 0 !important;
}

/* moderni */
.magiced .MEtableModern {
   border: 1px solid #E8EAEB;
}
.magiced .MEtableModern td, .magiced .MEtableModern th {
	border : 0 !important;
}



/* specialni tridy */

.magiced .MEimageBordered {
   border: 1px solid black;
}

.magiced a.MElinkBold {
   font-weight: bold;
}

