.question-label{
	font-family: 'arabic transparent' !important;
	font-size: 18px;
	font-weight: bold;
	color: #FFD743;
	border-bottom: 4px solid #E8B250;
	margin-bottom: 0;
	height: 25px;
	background: url("images/qst.png") bottom right no-repeat;
}
.answer-label{
	font-family: 'arabic transparent' !important;
	font-size: 18px;
	font-weight: bold;
	color: #99CC00;
	border-bottom: 4px solid #6ED85F;
	margin-bottom: 0;
	height: 25px;
	background: url("images/answr.png") bottom right no-repeat;
}
.meeting-label{
	font-family: 'arabic transparent' !important;
	font-size: 18px;
	font-weight: bold;
	color: #B27713;
	border-bottom: 4px solid #B27713;
	margin-bottom: 0;
}
.meeting-no-text{
	/*height: 300px;*/
	text-align: center;
	font-size: 18px;
	font-family: 'arabic transparent' !important;
	color: #FF99CC;
	font-weight: bold;
}
.question-text{	
	background-color: #fcf2cf;
	padding: 20px;
	margin-top: 0;	
	margin-bottom: 20px;
}
.answer-text{	
	background-color: #F2FFF2;
	padding: 20px;
	margin-top: 0;	
	margin-bottom: 20px;
	/*font-family: 'arabic transparent' !important;
	font-size: 16px;*/
}
.meeting-text{	
	background-color: #FFF7DE;
	padding: 20px;
	margin-top: 0;	
	margin-bottom: 20px;
	/*font-family: 'arabic transparent' !important;
	font-size: 16px;*/
    behavior: url(behavior/border-radius.htc);
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.fatwah-detail{
	border: 1px dotted silver;	
	padding: 10px;
	margin-bottom: 20px;
	position: relative;
	background-color: #FAF4CD;
	margin-top: 10px;
	behavior: url(behavior/border-radius.htc);
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
}
.fatwah-info{
	float: left;
	width: 70%;
	border-right: dotted 1px silver;
}
.fatwah-info ul{
	margin: 10px 5px !important;
}
.audio-block {
	width: 25%;
	background: #B3F5AE ;
	text-align: center;
	padding: 15px 2px 2px;
	margin: 2px;	
	z-index: 1;
	height: 90px;
	position: absolute;
	right: 10px;
	top: 10px;
	overflow: hidden;
	behavior: url(behavior/border-radius.htc);
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
}
.clear-both{
	clear: both;
}
.f-info-label{
	font-size: 16px;
	font-weight: bold;
	color: #468E2E;
	font-family: 'arabic transparent' !important;
}
.f-info-c {
	font-size: 13px;
	font-weight: bold;
	color: #B27713;
	/*font-family: 'arabic transparent' !important;*/
}
.content-fatwah{
	/*width: 620px;*/
}
.fatwah-detail{
	max-height: 220px;
}
.audio-block .filefield-icon.field-icon-audio-mpeg {
	display: none;
}
.audio-block .filefield-file  a {
	text-indent: -9999px;
	width: 150px;
	height: 28px;
	background-image: url("images/button-dw-audio.png");
	margin: 0 auto;
	margin-top: 5px; 
	display: block;
	background-repeat: no-repeat;
}
.question-text, .answer-text{
	behavior: url(behavior/border-radius.htc);
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.block-question-answer {
	behavior: url(behavior/border-radius.htc);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 5px;
}
.question {
	behavior: url(behavior/border-radius.htc);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
	padding: 10px ;
	border: 1px dotted #ccc;
    margin-bottom: 10px;
    cursor: pointer;   
   
}

.question .atoggle{
    width: 100%;
    height: 20px;
    background: url("images/open-close.jpg") center -20px no-repeat;
}
.question.closed .atoggle{
    background: url("images/open-close.jpg") center 0 no-repeat;
}


.answer {
	behavior: url(behavior/border-radius.htc);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgb(203, 219, 161);
	padding: 10px;
	border: 1px dotted #ccc;
}
.f-info-c, .f-info-c a {
	font-family: 'arabic transparent' !important;
	font-size: 11pt;
}