/*---------------------------------------------------------------------------------------------*/
/* TinyMce user styles - volat v TEMPLATE header (nebo pridat do souboru "template.css")       */
/* TinyMceAdvances: "Použít CSS z šablony": NE                                                 */
/* V1.2                                                                                        */
/*---------------------------------------------------------------------------------------------*/

/* zmena margin odstupu */
.p0 {margin-top: 0em; margin-bottom: 0em;}
.p1 {margin-top: 1.5em; margin-bottom: 1.5em;}

/* vyska radku */
.pv0 {line-height:110%;}
.pv1 {line-height:160%;}

/* zuzeni */
.pz0 {margin-left:2em; margin-right:2em;}
.pz1 {margin-left:4em; margin-right:4em;}

/* ramecky pravidelne */
.r1 {border: solid 2px #006600; padding:8px;}
.r2 {border: solid 2px #990000; padding:8px;}
.r3 {border: solid 2px #999999; padding:8px;}

/* ramecky ne-pravidelne */
.r1-l {border: dotted 2px #006600; border-left: solid 8px #006600; padding:8px;}
.r2-l {border: dotted 2px #990000; border-left: solid 8px #990000; padding:8px;}
.r3-l {border: dotted 2px #999999; border-left: solid 8px #999999; padding:8px;}

/* pozadi */
.r1o {border: solid 2px #dddddd; padding:8px; background: url(images/a_bck01.jpg) top left repeat; }
.r2o {border: solid 2px #dddddd; padding:8px; background: url(images/a_bck02.jpg) top left no-repeat; }
.r3o {border: solid 2px #dddddd; padding:8px; background: url(images/a_bck03.jpg) top left repeat; }

/*pruhledna tabulka*/
.tbl-blank * {border:none!important; background:transparent!important; background-image:none!important; }

/* SCIENCE */
.p2 {margin-left: 50px!important; text-indent: -50px;}
.ri {margin-left: 30px !important; text-indent: -30px; margin-bottom:10px !important;}
.ri {margin-left: 20px !important; text-indent: -22px; margin-bottom:10px !important;}

/*---------------------------------------------------------------------------------------------*/
.x-0, x-1, x-2, x-3, x-4, x-5 {}

/*---------------------------------------------------------------------------------------------*/
.alignleft {
    float: left;
} 
.alignright {
    float: right;
}
.aligncenter {
    /* ***MN*** brani centrovani TABLES : STYLE.CSS, STYLE_EDIT.CSS */
    /* display: block; */
    margin-left: auto; 
    margin-right: auto; 
}


/* odstranit styl */
.p-vycistit {
    border: none; 
    margin:0.5em 0px; 
    line-height:130%; 
    background: transparent;
    background-image: none; 
    padding:0px;
}

/*centrovani div elementu*/
.div-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*---------------------------------------------------------------------------------------------*/
/* WP - nedavat do select boxu (jsou ale nutne pro WYSIWYG stranky pri editaci)
/*---------------------------------------------------------------------------------------------*/
.wp-caption {
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  padding: 5px 5px;
  margin: 0;
}

.wp-caption, .wp-caption p, .wp-caption .wp-caption-dd {
    text-align: center !important;
}

/*---------------------------------------------------------------------------------------------*/
/* pro zprehledneni vypisu */
/*---------------------------------------------------------------------------------------------*/
.mceContentBody blockquote {
    border:solid 1px #CDCDCD;
	margin:10px 30px 10px 30px;
	padding:0px 5px;
	background-color:#F5F9FC !important;
}

.mceContentBody table {
    border:solid 1px #CDCDCD !important;
	background-color:#F5F9FC !important;
}

/*centrovani div elementu*/
.mceContentBody.div-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
