﻿html{ direction:  ltr ;}
body
{
	font-family: Tahoma;
	font-size: 12px;
	margin: 0px;
	
}

#main 
{
    width:90% auto;
    margin: 0px;
	padding: 0px;
       
    }



a.defLink:link, a.defLink:visited
{
	color: #fff;
	text-decoration: none;
}
a.defLink:hover
{	
	color: #b87833;
}





a.Links:link, a.Links:visited
{
	color: #b64009;
	text-decoration: none;
}
a.Links:hover
{	
	color: #008352;
}
a.LinksSearch:link, a.LinksSearch:visited
{
	color: #0b0f2d;
	text-decoration: none;
	font-size: 10pt;
	text-align: right;
	text-indent: 10pt;
}
a.LinksSearch:hover
{	
	color: #b64009;
}




a.Buttons:link, a.Buttons:visited
{
   
    clear: both ;  
    padding: 3px;
	color: #5c5c5c;
	text-decoration: none;	
	border-collapse: collapse;
	border: #5c5c5c 1px solid;
	background-color: #e0e0e0;
	
}
a.Buttons:hover
{
	color: #ffffff;
	background-color: #58ac8d;
}


a.Lang:link, a.Lang:visited
{
	color: #fff;
	text-decoration: none;	
	border-collapse: collapse;
	border: #fff 1px solid;
	padding: 5px;
	
}
a.Lang:hover
{	
	background-color: #58ac8d;
}


.menu
{
  

	width: 200px;
	height: 22px;
	border: #d4d4d4 1px solid;
	text-decoration: none;
	font-size: 10pt;
	background-position: left ;	 
	background-attachment: fixed;
	background: url(../../App_Themes/ar/images/link.gif) repeat-x ;	
	color: #4c3113;
	text-align: left;
	text-indent: 10pt;
	direction:  ltr;
	
}
a.menu:link, a.menu:visited
{	
	background-color: #f5f5f5;
}
a.menu:hover
{	
	background-color: #cee2d7;
}



/* -----		Dynamic Menu		-----*/

.Smenu1
{
	width: 200px;
	height: 22px;
	border: #d4d4d4 1px solid;
	
	font-size: 10pt;
	background-color: #f5f5f5;
	background-position: left;
	
	background-image: url(../../App_Themes/ar/images/link.gif);
	background-repeat: no-repeat;
	color: #4c3113;
	text-align: left;
	text-indent: 10pt;
	direction:  ltr;
}
.Smenu2
{
	background-color: #cee2d7;
}

a.Smenu1:link, a.Smenu1:visited, a.Smenu2:link, a.Smenu2:visited
{
	background-image:none;
}
a.Smenu1:hover, a.Smenu2:hover
{
	background-color: #cee2d7;color:#883737;
}








/* -----		direction		-----*/


.Dir_def
{
	direction: ltr;
}
.Text_def
{
	 text-align : left ;

}
.Dir_Undef
{
	direction : rtl;
}
.Text_Undef
{
	 text-align : right;
}



/* -----		Table		-----*/

.tables, .tds1, .tds2, .tds3
{
	border-collapse: collapse;
	border: #d7d7d7 1px solid;
	font-size: 9pt;
	font-family: Tahoma;
	padding: 3px;

}

.tds1
{
	background-color: #58ac8d;
	border: #f5f5f5 1px solid;
	text-align: center;
	height : 26px;
	font-weight: bold;
}
.tds2
{
	background-color: #f5f5f5;
	height : 25px;
}
.tds3
{
	background-color: #fff;			
}
.tds4
{	
	border:0;
	padding: 3px;
}
.tds5
{	
	background-color: #B57632;
}



/* -----		Font		-----*/

.font_msg
{
	color: #9c3708;
}

.Event_Font
{
	font-size: 10pt;
	color: #ffffff;
	font-family: Tahoma;
}

/* -----		Block		-----*/

.Block_Title
{
	border-collapse: collapse;
	padding: 5px;
	text-align: center;
	color: #fff;
	background-color: #58ac8d;
	border: #d7d7d7 1px solid;
	font-size: 11pt;
	font-family: 'Microsoft Sans Serif';
	padding-left : 3px;
	padding-right : 3px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
}

.Block_Title2
{
	border-collapse: collapse;
	padding: 5px;
	text-align: center;
	color: #024A2E;
	background-color: #F5F5F5;
	border: #024A2E 1px solid;
	font-size: 11pt;
	font-family: 'Microsoft Sans Serif';
	padding-left : 3px;
	padding-right : 3px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
}


.TextBox_abstract_cv
{
	overflow: visible;
	width : 98% ;
	height : 300px ;
	margin-left : auto ;
	margin-right :auto ;
}

