﻿.okno_ankety {
	width: 900px;
	height: 350px;
	font-size: 14px;
/*
	overflow: auto;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	background-color: #FFC;
*/
}
.text_odkazu {
	font-size: 11px;
}

/*-------------------- stretnutie ----------------*/
.okno_stretnutia {
	/*position: relative;*/
	width: 850px;
	height: 950px;
	font-size: 14px;
}
.odstavec1 {
	width: 800px;
	line-height: 1.2;
	font-family: Arial;
}
.txt_zvyrazneny {
	color: #900;
}
.txt_zvyrazneny_bold {
	color: #900;
	font-weight: bold;
}

.txt_zvyrazneny2 {
	color: #900;
	font-size: 18px;
	font-weight: bold;
}
.txt_velky {
	font-size: 24px;
	color: #690;
}
.nazov_otazky {
	color: #F93;
	font-style: italic;
	font-weight: normal;
}
.text_otazky {
	color: #900;
	/*background-color: #DDB;*/
	font-size: 15px;
	font-weight: bold;
}
.zoznam_zucastnenych {
	background-color: #DFB;
	padding: 6px;
	border-style: solid;
	border-width: 2px;
	border-color: #9A7;
	border-radius: 10px;
}
.zoznam_titul {
	color: #060;
	font-weight: bold;
}
.zoznam_nezucastnenych {
	background-color: #FCC;
	padding: 6px;
	border-style: solid;
	border-width: 2px;
	border-color: #9A7;
	border-radius: 10px;
}
.zoznam_netitul {
	color: #F00;
	font-weight: bold;
}


/*-------------------- zúčastnení na ankete ----------------*/
.zobraz_pocet_zucastnenych {
    position: absolute;
    left: 75px;
    top: 65px;
    font-style: italic;
    font-size: 13px;
    color: #060;
}
.okno_zucastneny_na_ankete {
	width: 900px;
	height: 320px;
	background-color: #EFC;
	font-size: 14px;
	overflow: auto;
    border-style: solid;
    border-width: 1px;
    border-color:  #DEB;
}
.tab_zucastneny {
    margin: 10px;
}
.tab_zucastneny td {
    padding: 0px 5px;
}
.poradie_zucastneny {
    width: 20px;
    text-align: right;
}
.td_meno_zucastneny {
    width: 170px;
    text-align: left;
    color: #933;
    font-weight: bold;
}
.td_odkaz {
    color: #C63;
    font-style: italic;
}
.td_odkaz_zucastneny {
    color: #A41;
}
tr.td_posl_riadok {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}


/*-------------------- výsledok ankety ----------------*/
.okno_vysledok_ankety {
	position: relative;
	top: -30px;
	width: 900px;
	height: 400px;
	font-size: 14px;
	overflow: auto;
}
.menu_horne {
	position: absolute;
	top: 0px;
	right: 0px;
}
.menu_horne_1 {
    margin: 0px 5px;
    float: left;
}
.menu_horne_2 {
    margin: 0px 5px;
    float: left;
}
.menu_horne_3 {
    margin: 0px 5px;
    float: left;
}
.menu_horne_4 {
    margin: 0px 5px;
    float: left;
}
.tl_odpovede {
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	border-color: #9B9;
	background-color: #BD9;
	font-size: 14px;
	padding: 4px 12px;
	margin: 10px 5px 10px 0px;
	cursor: pointer;
	cursor: hand;		
}
.tl_odpovede2 {
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	border-color: #9B9;
	padding: 4px 12px;
	background-color: #BD9;
	/*color: #903;*/
	font-size: 14px;
	cursor: pointer;
	cursor: hand;		
}
.menu1 {
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	border-color: #9B9;
	background-color: #BD9;
	font-size: 14px;
	padding: 4px 12px;
	cursor: pointer;
	cursor: hand;		
}
.menu2 {
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	border-color: #9B9;
	background-color: #BD9;
	font-size: 14px;
	padding: 4px 12px;
	cursor: pointer;
	cursor: hand;		
}
.menu3 {
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	border-color: #C33;
	background-color: #F99;
	font-size: 14px;
	padding: 4px 12px;
	cursor: pointer;
	cursor: hand;		
}
.menu4 {
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	border-color: #69C;
	background-color: #9CF;
	font-size: 14px;
	padding: 4px 12px;
	cursor: pointer;
	cursor: hand;		
}

.tl_spust_anketu_vo_vysledku {
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	border-color: #9B9;
	position: absolute;
	top: 0px;
	left: 450px;
}

.tab_vysledok_ankety td {
    padding: 0px 5px;	
}
.th_otazka {
	color: #F93;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
.otazka {
	color: #900;
	background-color: #DDB;
	font-size: 15px;
	font-weight: bold;
	text-align: left;	
}
.td_odpoved1 {
	color: #060;
	background-color: #DDB;
	padding: 0px 5px;
	font-weight: bold;
	text-align: center;
}
.td_odpoved2 {
	color: #600;
	background-color: #DDB;
	padding: 0px 5px;
	font-weight: bold;
	text-align: center;
}
.td_odpoved1a {
	color: #060;
	/*background-color: #DDB;*/
	padding: 0px 5px;
	font-weight: normal;
	text-align: center;
}
.td_odpoved2a {
	color: #600;
	/*background-color: #DDB;*/
	padding: 0px 5px;
	font-weight: normal;
	text-align: center;
}

.td_odpoved3 {
	color: #00F;
	padding: 0px 5px;
	font-weight: normal;
	text-align: center;
}
.tr_riadok {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


/*------------------- odpovede ankety - ukoncenie.php -----------------*/
.okno_odpovede {
    position: relative;
    font-size: 16px;
    width: 900px;
}
.txt_datum_zapisu {
    position: absolute;
    left: 77px;
    top: 90px;
    font-style: italic;
    font-size: 13px;
    color: #903;
}

.tab_odpovede {
}
.tab_odpovede th {
    padding: 10px;
    text-align: left;
    background-color: #CC9;
    vertical-align: middle;
}
.tab_odpovede td {
    font-size: 15px;
    padding: 3px 10px;
    text-align: left;
    background-color: #EEB;
    vertical-align: middle;
}
th.th_odpoved_odpoved {
    text-align: center;
}
td.td_odpoved_cislo {
    text-align: center;
    
}
td.td_odpoved_otazka {
    color: #903;
    font-weight: bold;
}

td.td_odpoved_odpoved {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #060;
}
td.td_odpoved_odkaz {
    font-size: 14px;
    color: #C60;
}
.odpoved_odkaz {
    font-size: 14px;
    color: #C60;
    font-weight: normal;
}
.tl_zmeny {
	/*float: right;*/
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
    border-color: #79F;
	color:  #06C;
	background-color: #ABF;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;			
	padding: 3px 5px;
	margin: 0px 5px;
}
a.odpovede_tlac_OK {
    position: relative;
    top: 20px;
    text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
    border-color: #363;
	color:  #CF3;
	background-color: #3C3;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 15px;
}
/*---------- výsledok v skratke ---------------------*/
.vysledok_skratka {

}
.vysledok_skratka a {
	position: absolute;
	top: 40px;
	right: 16px;
	text-decoration: none;
	border-style: outset;
	border-width: 1px;
	border-color: #47D;
	border-radius: 20px;
	background-color: #8DF;
	color: #009;
	padding: 10px;
	margin: 10px auto;
	font-size: 15px;
	font-family: Verdana;
}
.vysledok_skratka a:hover {
	position: absolute;
	top: 40px;
	right: 16px;
	text-decoration: none;
	border-style: solid;
	border-width: 2px;
	border-color: #47D;
	border-radius: 20px;
	background-color: #5BE;
	color: #009;
	padding: 10px;
	margin: 10px auto;
	font-size: 15px;
	font-family: Verdana;
}
.titul_skratka {
	text-decoration: none;
	position: absolute;
	background-color: #AFF;
	top: -13px;
	left: 7px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #AAF;
	border-radius: 10px;
	padding: 0px 5px;
	font-size: 13px;	
}
.nazov_skratka {
	position: relative;
	margin: 5px;
	padding: 0px 5px;
	/*background-color: #0CF;*/
	text-align: right;
}
.polozka_skratka {
	position: relative;
	margin: 5px;
	padding: 0px 5px;
	/*background-color: #6C0;*/
	color: #903;
	text-align: center;
	font-weight: bold;
}

/*---------- prídem / neprídem ---------------------*/
.tlac_pridem {
	/*float: right;*/
	position: relative;
	left: 100px;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
    border-color: #060;
	color:  #030;
	background-color: #6C0;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;			
	padding: 3px 5px;
	margin: 0px 5px;
}
.tlac_nepridem {
	/*float: right;*/
	position: relative;
	left: 200px;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
    border-color: #600;
	color:  #600;
	background-color: #F66;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;			
	padding: 3px 5px;
	margin: 0px 5px;
}
.meno_ucastnika_pridem {
    color: #060;
}
.meno_ucastnika_nepridem {
    color: #C69;
}
.odpoved_ucastnika_pridem {
    color: #060;
}
.odpoved_ucastnika_nepridem {
    color: #C69;
}





/*-------- testy testy testy -----------*/



