
.questionBox{
    direction: rtl; 
    float: right;  
    padding: 3% 20px 3% 0;
    background-color: #aae; 
    border-radius: 10px; 
    font-family: tahoma; 
    font-size: 13px; 
    margin-right: 60px; 
    width: 380px; 
	background-image: url('../../../application/views/images/question.png');
	background-repeat: no-repeat;
}

.reservingBox select{
	float: right;
	width: 40%;
	margin-right: 5%;
	margin-bottom:10px;
	background-color:#c5d3f3; 
	border: 1px solid black; 
	font-family: tahoma; 
	text-align: right;
}

.reservingBox{
    width: 400px;
    float: right; 
    padding: 2% 0% 2% 0;
    margin: 0 60px 0 0;
    background-color: #aae;
    border-radius: 10px;
}

.questionBox input[type = "text"], .questionBox textarea{
	border: 1px solid #bbb;
	border-radius: 10px;
	padding: 2px 5px;
	background-color: #eef;
}

.questionBox textarea{
	width: 300px;
	height: 80px;
}

.newsTitle{
	font-family: tahoma;
	font-size: 13px;
	line-height: 0;
}

.menuBar {
	height: 20px; 
	background-color: rgb(85, 85, 255); 
	margin-top: -60px; 
	padding: 10px 30% 10px 0px; 
	width: 70%;
	font-family: tahoma;
	font-size: 13px;
}

.menuBar > ul > li{
	padding-right: 20px;
	float: right;
}

.menuBar a{
	text-decoration: none;
	color: #fff;
}

.menuBar a:hover{
	border-bottom: 4px solid white;
	padding-bottom: 10px;
	cursor: pointer;
}

.menuBar select{
background-color: #3333AA;
    border: 0 none;
    color: #FFFFFF;
    display: block;
    font-family: tahoma;
    margin-top: -10px;
    padding: 11px;
    text-align: center;
    width: 40%;
}

.innerContent{
	width: 90%;
	margin: auto;
	padding-top: 30px;
}

.answerQuestion{
background-color :#F0F0F0;
    direction: rtl;
    font-family: "Droid Arabic Naskh","Tahoma","sans-serif";
    font-size: 13px;
    line-height: 1.7em;
    padding: 5px 10px;
    text-align: justify;
	border:1px solid #dfdfdf;
    margin-bottom: inherit;
}

.qDate, .aDate{
	text-align: left;
	padding: 5px 16px 5px;
	color: #3c3c3c;
}

.qDate{
	background-color: #BFBFBF;
  /*  background-image: url("../../../public/images/4khone.png");  */
  
}

.aDate{
/*	background-image: url("../../../public/images/menu.png"); */
	background-color: #BFBFBF;
	margin-bottom: 10px;
}

.newsHead{
	text-align: right;
}

.question{
/*	background-image: url("../../../public/images/question.png");
	background-color: #ddf;
	 */
	background-size: contain;
	padding: 0 20px;
	line-height: 2.2em;
}
.question img{
	vertical-align: top;
	float: right;
}

.answer{
	float: right;
}

/****************************************************************************************************************************************************************/
form{
	font-family: tahoma;
	font-size: 13px;
}
form li{
	list-style-type: none;
	margin-left: 10px;
	float: right;
	direction: rtl;
}

form ol{
	float: right;
	clear: both;
	margin-bottom: -8px;
}

form ol li:last-child{
	float: left;
}

form fieldset{
	background: url("../images/bg.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #FFFFFF;
    /*border-radius: 14px 0 14px 14px;*/
    margin: 0;
    /*min-height: 280px;*/
	padding-bottom: 25px;
}

form ol li:first-child, .form_label{
	color: #1574D4;
    padding-right: 10px;
    float: right;
	text-align: right;
	width: 100px;
}

/*.form_label {
    color: #1574d4;
    min-width: 10%;
    padding-right: 10px;
}*/

/******************************************************************************************************************************/

.footer-top{
	height: 250px;
}

.footer-top > #tabs_holder{
	direction: rtl;
    float: right;
    font-family: tahoma;
    font-size: 13px;
    width: 50%;
	background-color: #DBE6FD;
	line-height: 2em;
/*	background-image: url("../../../public/images/bg.png");*/
	height: 100%;
}

#tabs > li{
	background-color: #AAAAEE;
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 33.3%;
	cursor: pointer;
	border-bottom: 5px solid #AAAAEE;
}

#tabs > li:hover{
	color: white;
	border-bottom: 5px solid white;
}

#doctorProfile_form .first_tab .doctorProfile > img{
	float: left;
	margin-left: 30px;
}

#doctorProfile_form, #clinicProfile_form, #contactClinic_form, #map{
	clear: both;
    display: block;
    padding: 0 0 0 20px;
    text-align: justify;
}

#map{
	padding: 80px 0 0 0;
    text-align: center;
}

.footer-bottom{
	font-family: Nassim, tahoma;
	text-align: center;
	font-size: 13px;
	background-color: #AAAAEE;
}

.footer-bottom a{
	color: blue;
}

#tabs_holder #tabs_container .tabs select{	
	background: none repeat scroll 0 0 #AAAAEE;
    border: 0 none;
    direction: ltr;
    display: block;
    padding: 12px 15px;
    width: 100%;
}

.error{
	color: red;
}