/* CSS components */

.anketa {
	padding: 5px 0 0 0;
	margin: 14px 0;
	border-top: 4px solid #CBD3DB;
	background: #F9FCFE;
	
}
.anketa th {
	padding: 4px 0 4px 10px;
	background: #739EBB url("../images/bg_anketa_header.gif") repeat-y;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
}

.anketa td {
	padding-top: 3px;
}

.anketa a {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}
.anketa a:hover {
	text-decoration: none;
	color: #185085;
}

.diskuze {
	padding: 5px 0 0 0;
	margin: 14px 0;
	border-top: 4px solid #CBD3DB;
	
}
.diskuze th {
	height: 22px;
	background: #739EBB;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	font-size: 10px;
}
.diskuze th.first {
	background: #739EBB url("../images/bg_anketa_header.gif") repeat-y;
	padding-left: 10px;
}

.diskuze td {
	background-color: #EFF4F8;
	padding-left: 5px;
	font-size: 10px;
}
.diskuze td.first {
	padding-left: 10px;
	color: #185085	;
/*	background: url("../dwe/modules/voting/img/voting_start.gif") no-repeat left center;	*/
}

.diskuze a {
	color: #000000;
	font-size: 11px;
}
.diskuze a:hover {
	text-decoration: none;
	color: #185085;
}

.diskuze input, .diskuze textarea {
	font-size: 11px;
	font-family: Arial, Verdana;
	width: 180px;
}

.diskuze input.reakce {
	width: 100px;
}

.diskuze textarea {
	width: 360px;
	height: 60px;
}

.diskuze a.zpet {
	float: right; 
	padding-right: 5px; 
	color: #FFFFFF; 
	font-size: 10px; 
	text-decoration: none;
}

.diskuze a:hover.zpet {
	color: #FFFFFF;
	text-decoration: underline;	
}

div#left .ref_vypis {
	float: left; 
	width: 250px;
}

div#left .ref_vypis h3 a {
	color: #185085;
}

div#left .ref_parser {
	border-bottom: 4px solid #CBD3DB; 
	height: 1px;
	font-size: 1px;
	clear: both;
}

div#logo-print {
	display: none;
}

div.none {
	display: none;
}