/* CSS az orvosvalaszol modulhoz ----------------- */

.clear {
	clear: both;
 }
 
/* Fejléc */ 
.header {
    color: #b53838;
    height:30px;
	padding-top: 10px;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
}
 
   

/* A listaelem */    
.ov_list {        
    margin: 10px 0px;
    padding:15px 10px 15px 10px;
    color: #000000;    
    background: #f1f1f1 url(../../img/forum_bg.png) top center no-repeat;   
}    

/* A kérdés időkijelzése */    
.ov_list_question_time {    
    font-size: 9px;
}    

/* A kérdés kijelzése */    
.ov_list_question_topic {    
    margin: 10px 0px;
    padding:15px 10px 15px 10px;
    color: #000000;
    background: #d4d4d4 url(../../img/forum_tema.jpg) top center no-repeat;   
}    

.ov_list_question {    
    border: 1px dotted;
    margin: 10px 0px;
    padding:15px 10px 15px 10px;
    color: #616161;
    background-color: #FFFFFF;    
}    

/* A válasz időkijelzése */    
.ov_list_answer_time {    
    font-size: 9px;
}    

/* A válasz kijelzése */    
.ov_list_answer {    
    margin: 10px 0px;
    padding:15px 10px 15px 30px;
    color: #1e662a;
    background: #bfeecb url(../../img/forum_valasz.png) top center no-repeat;
}  

/* Rendben üzenet */    
.ov_msg_success {    
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/modul/forum/img/success.png');
}

/* Hibaüzenet */    
.ov_msg_error {      
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/modul/forum/img/error.png');
}

/* Lapozás */
.pagination {
    display: block; 
	height: 30px;
}
 
.pagination a {
    color: #666;
    display:block; 
    float:left; 
    padding:3px 6px;
    margin-right: 2px;
    text-decoration:none;
    border:solid 1px #CCC;
}
 
.pagination a:hover {border:solid 1px #999;}

.pagination a.currentpage {	
    background-color: #bdbdbd; 
	color: white;
}

/* Válasz link */
.answer {
    color: #000000;
    text-decoration:none;    
}

.answer a:hover {
	text-decoration:underline;
}


/* A formok */

#question fieldset {
	display: block;		
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 0 0 0.25em 0.5em;
}
				
	
#question legend {		
	color: #bc0b0b;	
	padding: 0 1em;
}

		
#question input {
	width: 300px;
}
	
	
#question textarea {		
	color: inherit;
	display: block;		
	padding: 0.0em;
	overflow: auto;
	width: 99%;
}


fieldset {
	background: url(../../img/forum_kerdes_bg.png) top center no-repeat;
	border: none;
}
