/* CSS components */

/* 
  ***************************
   VOTING STYLES
  ***************************
*/

.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;
	
	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;
}

/* 
  ***************************
   DISCUSSION STYLES
  ***************************
*/

 .diskuze {
	padding: 5px 0 0 0;
	margin: 14px 0;
	border-top: 4px solid #CBD3DB;
	
}
 .diskuze th {
	height: 22px;
	
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	font-size: 11px;
}
 .diskuze th.first {
	padding-left: 10px;
}

 .diskuze td {
	padding-left: 5px;
	font-size: 11px;
}

 .diskuze td.autor {
  font-size: 10px;
}

 .diskuze td.first {
	padding-left: 10px;
	font-size: 10px;
	
}

.diskuze a {
	color: #555555;
	font-size: 11px;
}
.diskuze a:hover {
	text-decoration: none;
	color: #026DA4;
}

.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; 

	font-size: 10px; 
	text-decoration: none;
}

.diskuze a:hover.zpet {
	
	text-decoration: underline;	
}

span.skoba {
	background: url("../images/bg_skoba.gif") no-repeat;
	display: block;
	height: 13px;
	width: 25px;
	float: left;	
}


/* 
  ***************************
   SITEMAP STYLES
  ***************************
*/

.sitemap a {
	color: #666666;
	font-size: 11px;
}
.sitemap a:hover {
	color: #000000;
	font-size: 11px;
}



/* 
  ***************************
   LOGO STYLES
  ***************************
*/

div#logo-print {
	display: none;
}
