@font-face {
    font-family: 'segoeuil';
src: url('../fonts/segoeuil.ttf');
src: url('../fonts/segoeuil.ttf?#iefix') format('embedded-opentype'),
url('../fonts/segoeuil.ttf') format('woff'),
url('../fonts/segoeuil.ttf') format("truetype-aat"),
url('../fonts/segoeuil.ttf') format("opentype");

font-weight: normal;
font-style: normal;

}
@font-face {
    font-family: 'segoeuir';
src: url('../fonts/segoeuir.ttf');
src: url('../fonts/segoeuir.ttf?#iefix') format('embedded-opentype'),
url('../fonts/segoeuir.ttf') format('woff'),
url('../fonts/segoeuir.ttf') format("truetype-aat"),
url('../fonts/segoeuir.ttf') format("opentype");

font-weight: normal;
font-style: normal;

}
@font-face {
    font-family: 'GE_SS_Unique_Light';
src: url('../fonts/GE_SS_Unique_Light.otf');
src: url('../fonts/GE_SS_Unique_Light.otf?#iefix') format('embedded-opentype'),
url('../fonts/GE_SS_Unique_Light.otf') format('woff'),
url('../fonts/GE_SS_Unique_Light.otf') format("truetype-aat"),
url('../fonts/GE_SS_Unique_Light.otf') format("opentype");

font-weight: normal;
font-style: normal;

}
@font-face {
    font-family: 'GE_SS_Unique_Bold';
src: url('../fonts/GE_SS_Unique_Bold.otf');
src: url('../fonts/GE_SS_Unique_Bold.otf?#iefix') format('embedded-opentype'),
url('../fonts/GE_SS_Unique_Bold.otf') format('woff'),
url('../fonts/GE_SS_Unique_Bold.otf') format("truetype-aat"),
url('../fonts/GE_SS_Unique_Bold.otf') format("opentype");

font-weight: normal;
font-style: normal;

}
@font-face {
    font-family: 'GE_Dinar_One_Medium';
src: url('../fonts/GE_Dinar_One_Medium.otf');
src: url('../fonts/GE_Dinar_One_Medium.otf?#iefix') format('embedded-opentype'),
url('../fonts/GE_Dinar_One_Medium.otf') format('woff'),
url('../fonts/GE_Dinar_One_Medium.otf') format("truetype-aat"),
url('../fonts/GE_Dinar_One_Medium.otf') format("opentype");

font-weight: normal;
font-style: normal;

}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/droidkufi/DroidKufi-Regular.eot);
  src: url(../fonts/droidkufi/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/droidkufi/DroidKufi-Regular.woff2) format('woff2'),
       url(../fonts/droidkufi/DroidKufi-Regular.woff) format('woff'),
       url(../fonts/droidkufi/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi Bold';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/droidkufi/DroidKufi-Bold.eot);
  src: url(../fonts/droidkufi/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
       url(../fonts/droidkufi/DroidKufi-Bold.woff2) format('woff2'),
       url(../fonts/droidkufi/DroidKufi-Bold.woff) format('woff'),
       url(../fonts/droidkufi/DroidKufi-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'sakkal';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/sakkal/sakkal.eot);
  src: url(../fonts/sakkal/sakkal.eot?#iefix) format('embedded-opentype'),
       url(../fonts/sakkal/sakkal.woff) format('woff'),
       url(../fonts/sakkal/sakkal.ttf) format('truetype');
}
@font-face {
    font-family: 'DroidArabicNaskhRegular';
    src: url('../fonts/DroidNaskh/droidnaskh-regular.eot');
    src: url('../fonts/DroidNaskh/droidnaskh-regular.eot') format('embedded-opentype'),
         url('../fonts/DroidNaskh/droidnaskh-regular.woff') format('woff'),
         url('../fonts/DroidNaskh/droidnaskh-regular.ttf') format('truetype'),
         url('../fonts/DroidNaskh/droidnaskh-regular.svg#DroidArabicNaskhRegular') format('svg');
}
@font-face {
    font-family: 'DroidArabicNaskhBold';
    src: url('../fonts/DroidNaskh/droidnaskh-bold.eot');
    src: url('../fonts/DroidNaskh/droidnaskh-bold.eot') format('embedded-opentype'),
         url('../fonts/DroidNaskh/droidnaskh-bold.woff') format('woff'),
         url('../fonts/DroidNaskh/droidnaskh-bold.ttf') format('truetype'),
         url('../fonts/DroidNaskh/droidnaskh-bold.svg#DroidArabicNaskhBold') format('svg');
}
#main_menu{
    
}
#main_body .Left_side,#main_body .Right_side{
    width: 200px;
}
#main_body .Left input,#main_body .Right input{
    width: 190px;
}
#main_content{
}
.box{
    
}
#Left_side,#right_side{
    background: white;
    vertical-align: top;
    
} 



/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
    border:1px solid #000; 
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #939393; 
    -webkit-box-shadow: inset 0 0 2px #838383;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(150,150,150,0.4);
}

#done {
    padding: 5px;
    border:1px solid #AFC9A0;
	background-color: #E6FFE6;
	font-weight: bold;
    display: block;
    margin-bottom: 5px;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.lang_link {
    float: left;
}
.lang_link a {
	font-family: Droid Arabic Kufi Bold;
	color: #6D6E70;
	margin: 0 10px;
	border-top: 3px solid #D0D2D3;
	padding-top: 9px;
	line-height: 20px;
	font-size: 13px;
	display: inline-block;
}
}