/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */

/* EDITOR RELATED STYLES - CUSTOMIZE FOR YOUR NEEDS */
/*
    The classes panel, the visual feedback and the preview
    will be affected by these values.
    
    - Commented styles inside style definitions are used for visual 
      feedback when using the editor.
    - Comments before opening the style are used as caption.
    - Comments after the class name and before the style declaration ({)
      define the jQuery expression that decides whether this 
      style should be applied or not.
      
    Note: the WYMeditor and /WYMeditor comments below are required
    for the CSS parser to work properly.
*/

/* WYMeditor */


/* <img src="wym/wymeditor/skins/text_align_left.png" border="0" alt=""> Text vľavo */
p.vlavo, h1.vlavo, h2.vlavo, h3.vlavo, h4.vlavo, h5.vlavo, h6.vlavo, div.vlavo {
    text-align: left;
    /* text-align: left; */
}

/* <img src="wym/wymeditor/skins/text_align_right.png" border="0" alt=""> Text vpravo */
p.vpravo, h1.vpravo, h2.vpravo, h3.vpravo, h4.vpravo, h5.vpravo, h6.vpravo, div.vpravo {
    text-align: right;
    /* text-align: right; */
}

/* <img src="wym/wymeditor/skins/text_align_center.png" border="0" alt=""> Text na stred */
p.na_stred, h1.na_stred, h2.na_stred, h3.na_stred, h4.na_stred, h5.na_stred, h6.na_stred, div.na_stred {
    text-align: center;
    /* text-align: center; */
}

/* <img src="wym/wymeditor/skins/text_align_justify.png" border="0" alt=""> Text zarovnaný */
p.cely_riadok, h1.cely_riadok, h2.cely_riadok, h3.cely_riadok, h4.cely_riadok, h5.cely_riadok, h6.cely_riadok, div.cely_riadok {
    text-align: justify;
    /* text-align: justify; */
}


/* <img src="wym/wymeditor/skins/image_align_left.png" border="0" alt=""> Obr. vľavo */
img.imgFloatLeft {
    float: left;
    /* float: left; */
}

/* <img src="wym/wymeditor/skins/image_align_right.png" border="0" alt=""> Obr. vpravo */
img.imgFloatRight {
    float: right;
    /* float: right; */
}

/* <img src="wym/wymeditor/skins/image_align_center.png" border="0" alt=""> Obr. na stred */
img.imgBlockCenter {
    /* display: block; text-align: center; */
}

/* Tabuľka 1 */
table.content_table1 {
		width: 100%;
		line-height: 16px;
    /* width: 100%; line-height: 16px; */
}

/* Tabuľka 1 label */
td.table_label {
	vertical-align: top;
	padding-right: 15px;
	font-style: italic;
	/* vertical-align: top; padding-right: 15px; font-style: italic; */
}

/* Titulok tabuľky */
td.table_title {
	line-height: 20px;
	font-size: 120%;
	font-weight: bold;
	/* line-height: 20px; font-size: 120%; font-weight: bold; */
}

/* Prázdny riadok T */
td.break {
	line-height: 20px;
	height: 20px;
	/* line-height: 20px; height: 20px; */
}


/* /WYMeditor */

/* END EDITOR RELATED STYLES */


/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */
