/* CSS Document */

.faq {
	
}

.faq_questions {
	width: 600px;

	text-align: left;

	/*border: 1px solid black;*/
	padding: 3px;
	padding-left: 17px;
	margin-bottom: 20px;
		
	font-size: 12px;
	/*font-weight: bold;*/
	color: #08184A;
	font-family: arial;
}

.faq_questions:visited {
	color: #08184A;
}

.faq_article {
	width: 600px;
	color: #071A52;
	text-align: left;
	font-size: 11px;
	/*border: 1px solid black;*/
	padding: 3px;
	margin-bottom: 20px;
}

.faq_odkaz_sel  {
font-weight: bold;
}

.faq_odkaz , .faq_odkaz_sel  {
	color: #08184A;
}
.faq_odkaz:visited, .faq_odkaz_sel:visited {
	color: #08184A;
}
.faq_odkaz:hover , .faq_odkaz_sel:hover  {
	text-decoration: underline;

}

.pager a {
	color: black;
}

.pager a:visited {
	color: black;
}

.pager_page_sel {
	font-weight: bold;
}

.ff_answer input {
	border: 1px solid black;
	width: 100px;
}

.ff_input_disabled {
	border: 0px;
	background-color: #FFFFFF;
}

.ff_first_5, .ff_first_5:visited {
		color: black;
}

.forum_tema_autor a, .forum_tema_autor a:visited {
	color: black;
}
.forum_tema_autor a:hover, .ff_first_5:hover {
	text-decoration: underline;
}




.ff_answer {
	display: none;
}
