﻿
.okno_zoznam_prispevkov {
	position: relative;
	top: -40px;
	width: 900px;
	height: 360px;
	overflow: auto;
	
}
table td {
	vertical-align: middle;

/*
	border-style: solid;
	border-width: 1px;
*/
}
.tab_zoznam td {
	padding: 1px 5px;
	font-family: Arial;
}
/*
td_posun {
	width: 5px;
	background-color: #CFC;
}
*/


td.posun_odpoved {
	width: 20px;
	/*background-color: #C6F;*/
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #CCC;
}
td.posun_odpoved2 {
	width: 20px;
}

.td_popis {
	font-size: 12px;
	color: #CC9;
}
td.td_meno_odkazovac {
	font-size: 12px;
	background-color: #E9F0E9;
	color: #903;
	font-style: italic;	
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCC;
}
td.td_meno_odkazovac_odpoved {
	font-size: 12px;
	background-color: #E9F0E9;
	color: #903;
	font-style: italic;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCC;
}
/*
.zobrazene_meno {
	background-color: #EEE;
	border-style: solid;
	border-width: 2px;
	border-color: #DDD;
	border-radius: 3px;
}
*/
.tl_zobrazene_meno {
	background-color: #EEE;
	border-style: solid;
	border-width: 1px;
	border-color: #DDD;
	border-radius: 8px;
	cursor: pointer;
	cursor: hand;			
	font-size: 12px;
	line-height: .9;
	background-color: #E0E8ED0;
	color: #903;
	font-style: italic;
	padding: 1px 4px;
}

/*
td.td_meno_odkazovac_odpoved {
	padding: 0px 0px 0px 30px;
	font-size: 12px;
	background-color: #E9F0E9;
	color: #903;
	font-style: italic;
}
*/
td.td_datum {
	min-width: 85px;
	font-size: 12px;
	background-color: #E9F0E9;
	color: #360;
	text-align: right;
	font-style: italic;
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCC;
}
td.td_datum_odpoved {
	min-width: 85px;
	font-size: 12px;
	background-color: #E9F0E9;
	color: #360;
	text-align: right;
	font-style: italic;
	vertical-align: middle;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCC;
}
td.td_prispevok {
	font-size: 13px;
	background-color: #F5FAF5;
	color: #036;
	line-height: 1.3;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
}
td.td_prispevok_odpoved {
	font-size: 13px;
	background-color: #F5FAF5;
	color: #036;
	line-height: 1.3;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
}
.posl_riadok {
/*
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #600;
*/
	height: 8px;
}
td.td_menu_prispevku {
	min-width: 240px;
	vertical-align: middle;
	text-align: right;
	background-color: #E9F0E9;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCC;
}
td.td_menu_prispevku_odpoved {
	min-width: 240px;
	vertical-align: middle;
	text-align: right;
	background-color: #E9F0E9;
}

.tl_zmazat {
	float: right;
	border-style: solid;
	border-width: 1px;
	border-radius: 15px;
    border-color: #CAC;
	color:  #838;
	background-color: #FCF;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;			
	padding: 3px 5px;
	margin: 0px 2px;
}
.tl_editovat {
	float: right;
	border-style: solid;
	border-width: 1px;
	border-radius: 15px;
    border-color: #7BF;
	color:  #06C;
	background-color: #AEF;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;			
	padding: 3px 5px;
	margin: 0px 2px;
}


.tl_odpovedat {
	/*float: left;*/
	border-style: solid;
	border-width: 1px;
	border-radius: 15px;
    border-color: #ACA;
	color:  #383;
	background-color: #CFC;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;			
	padding: 3px 5px;
	margin: 0px 2px;
}
.tl_naznak {
	float: right;
	border-style: solid;
	border-width: 1px;
	border-radius: 15px;
	border-color: #BBB;
	color:  #BBB;
	background-color: #E8E8E8;
	font-size: 10px;
	font-weight: bold;
/*
	cursor: pointer;
	cursor: hand;			
*/
	padding: 3px 5px;
	margin: 0px 2px;
}
/*------------------------------------ menu odkazovaca -----------------------------*/

.okno_menu_odkazovaca {
    position: absolute;
    top: 35px;
    left: 440px;
    width: 300px;
    /*background-color: #FC9;*/
    /*color: #300;*/
}

/*------------------------------------ nový príspevok -----------------------------*/
#okno_novy_prispevok {
    display: none;
}
#okno_menu_novy_prispevok {
    display: block;
}
.okno_novy_prispevok {
    /*display: none;*/
	position: relative;
	top: -50px;
	width: 900px;
	/*background-color: #DEA;*/
	padding: 0px 0px 5px 5px;
	/*margin: 0px 0px 100px 0px;*/
}
.okno_novy_prispevok2 {
    /*display: none;*/
	position: relative;
	top: -55px;
	width: 900px;
	background-color: #DEA;
	border-radius: 4px;
	padding: 5px 0px 25px 5px;
	/*margin: 0px 0px 100px 0px;*/
}
.menu_novy_prispevok {
	position: absolute;
	top: -30px;
	right: -5px;
}
.menu_novy_prispevok2 {
	position: absolute;
	bottom: 4px;
	right: -3px;
}
.tlac_odoslat {
	background-color: #BEB;
	border-width: 2px;
	border-style: solid;
	border-radius: 15px;
	border-color: #9B9;
	font-size: 12px;
	margin: 0px 8px 0px 3px;
	cursor: pointer;
	cursor: hand;			
}
.txt_prispevku {
	background-color: #EFB;
	border-style: solid;
	border-width: 1px;
	border-color: #C90;
	padding: 5px;
	font-size: 14px;
}
.zobrazene_meno {
	font-size: 12px;
	color: #903;
	font-style: italic;
	padding: 0px 3px;
}


/*------------------------------------ editovať príspevok -----------------------------*/
.okno_editovany_prispevok {
	position: relative;
	top: -50px;
	width: 900px;
	background-color: #CFF;
	/*padding: 3px 0px 3px 0px;*/
	padding: 5px 0px 26px 5px;
}
.menu_editovany_prispevok {
	position: absolute;
	/*bottom: 4px;*/
	right: -3px;
}

.txt_editovaneho_prispevku {
	background-color: #EFF;
	border-style: solid;
	border-width: 1px;
	border-color: #C90;
	padding: 5px;
	font-size: 14px;
}
.tlac_editovacie {
	background-color: #ADF;
	border-width: 1px;
	border-style: solid;
	border-radius: 13px;
	border-color: #7AF;
	font-size: 12px;
	margin: 0px 8px 0px 3px;
	cursor: pointer;
	cursor: hand;			
}
.zobrazeny_datum {
	position: absolute;
	right: 10px;
	width: 120px;
	font-size: 12px;
	/*background-color: #E9F0E9;*/
	color: #360;
	text-align: right;
	font-style: italic;
}
/*------------------------------------ mazať príspevok -----------------------------*/
.okno_mazany_prispevok {
	position: relative;
	top: -50px;
	width: 900px;
	background-color: #FCF;
	padding: 5px 0px 26px 5px;
}
.menu_mazany_prispevok {
	position: absolute;
	right: -3px;
}

.txt_mazaneho_prispevku {
	background-color: #FEF;
	border-style: solid;
	border-width: 1px;
	border-color: #C90;
	padding: 5px;
	font-size: 14px;
}
.tlac_mazacie {
	background-color: #F8F;
	border-width: 1px;
	border-style: solid;
	border-radius: 13px;
	border-color: #F2F;
	font-size: 13px;
	margin: 0px 8px 0px 3px;
	cursor: pointer;
	cursor: hand;			
}


/*------------------------------------ odpovedať na príspevok -----------------------------*/
.okno_odpovede {
	position: relative;
	top: 0px;
	width: 900px;
/*
	background-color: #AFA;
	padding: 3px 5px 3px 5px;
*/

}

.modre, .zelene, .cervene, .modre_sl, .zelene_sl, .cervene_sl {
	/*display: block;*/
	float: right;
	padding: 0px 2px;
}

/*------------------------------------ detail používateľa -----------------------------*/
.okno_detail_pouzivatela {
	position: fixed;
	width: 500px;
	height: 160px;
	margin-left: 200px;
	margin-right: auto;
	background-color: #DEE;
	color: #039;
	font-size: 14px;
	border-style: double;
	border-width: 4px;
	border-color: #09F;
	border-radius: 15px;
	padding: 10px;
	z-index: 2;
	text-align: center;
}
.okno_OK {
	position: absolute;
	width: 96%;
	/*background-color: #3FC;*/
	bottom: 5px;
}
.tl_OK {
	/*float: left;*/
	border-style: solid;
	border-width: 1px;
	border-radius: 15px;
    border-color: #ACA;
	color:  #383;
	background-color: #8EF;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;			
	padding: 3px 5px;
	margin: 0px 2px;
}
.detail_nazov {
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-style: bold;
}
.detail_text {
	font-size: 14px;

}
/*
.skryvany {
	display: none;
	position: absolute;
	top: 50px;
	left: 130px;
	color: #600;
	background-color: #CF3;
	padding: 2px 10px;
	font-size: 13px;
	z-index: 1;
}
.tl_1 {
	position: absolute;
	top: 50px;
	cursor: pointer;
	cursor: hand;
	background-color: #0CF;
	color: #009;
	font-size: 14px;
	border-style: solid;
	border-width: 2px;
	border-color: #03F;
	border-radius: 15px;
	padding: 0px 5px;
	z-index: 1;
}
*/
/*
.id_1, .id_2, .id_3, .id_4, id_5, id_6, id_7, id_8, id_9, id_10, id_11, id_12, id_13, id_14, id_15, id_16, id_17, id_18, id_19, id_20, id_21, id_22, id_23, id_24, id_25, id_26, id_27, id_28, id_29, id_30 {display: none;}
*/

.odkryvany {
	display: none;
}

/*------------------- styly pri písaní -----------------*/
.txt_cerveny_t {
    color: red; 
    font-weight: bold; 
    
}
.txt_cerveny_t_v {
    color: red; 
    font-weight: bold; 
    font-size: 20px;
}



