@font-face {
    font-family: GE;
    src: url("images/GE_SS_Text_Light.otf");
}
body{
    margin: 0;
    font-family: Ge,sans-serif;
    font-size: 15px;
}
table{
    font-size: 15px;
}
input{
    font-family: tahoma , sans-serif !important;
}
#NextNav,#BackNav{
    top: 2px;
    position: relative;
    width: 50px;
    height: 28px;
    padding: 0;
    
}
.navb,#add_max{
    width: 50px;
    height: 28px;

}
.form1.ui-autocomplete-input{
    height: 28px;
}
.ui-button{
    width: 50px;
    height: 28px;
    top: -2px;
    position: relative;

}
.form_2 {
    color: #4D6380;
    border: 1px solid #626075;
    background-color: #ffffff;
    font-family:GE,sans-serif;
}
.header_text   {color: #333333;    border: 1px solid #565656; background-color: #e40613; height:20px}
.link_highlight{ color:#000000;  text-decoration:none}
.td_highlight{  color: #cccccc;   background-color: #e40613 !important;  border: 1px solid #565656;}
.navigation   {border:1px solid #e40613}
.link_sort    {  color: #e40613;   }
.tdd          {  color: #ff0000;   background-color: #cccccc}
.admin_ar    { color: #e40613;  }
.nav_s		 { color: #333333;  text-decoration:none}
:hover.nav_s { background-color: #565656; color:#333333;  text-decoration:none;}
.tree        { color: #000000;  text-decoration:none}
.green       { background-color:#008000; color: #565656; }
.orange	  	 { color: #565656;   background-color: #FF8000}
.red		 { background-color:#ff0000; color: #565656; }

.label		{ color:#e40613;  }
.st		  {font-family:Arial, Helvetica, sans-serif;color:#565656;}
.copywright  { color: #565656; }
.tdh         {  color: 000000; background-color: #cccccc; }
.td          {  color: #333333; background-color: #cccccc; direction:ltr}
.th          {  color: #e40613;    border: 1px solid #565656; background-color: #cccccc}
.admin	     { color: #000000; }
.form1	     {color: #565656; border:1px solid; background-color: #ffffff; font:13px; border-color:#aaaaaa #000000 #000000 #aaaaaa;   }
.form	     {color: #565656; border:1px solid; background-color: #ffffff;font:13px;border-color:#aaaaaa #000000 #000000 #aaaaaa; }
.formtext	 { color: #565656; }
.err		 { color: #565656; }
.nav		 { color: #565656; text-decoration:none; }
.nav_white		 { color: #ffffff; text-decoration:none; }
:hover.nav	 {  color:#e40613; text-decoration:none;}
.link		 { color: #333333;  text-decoration:none !important;display: block ;padding: 10px 0}
.link1		 { color: #000000; text-decoration:none}
.link3		 {  color: #565656;  text-decoration:none; margin-top:10px }
.link2		 { color: #565656; text-decoration:none}
.link4		 { color: #000000;  text-decoration:none}
:hover.link4 { color: #f0f0f0;  text-decoration:none}
:hover.link	 { color: #aaa;  text-decoration:underline}
.text	     { color: #565656; }
.text_1	     { color: #333333; }
.text_head	 {
    color:#565656;
}


.add		 { color: #565656;  text-decoration:none}
:hover.add	 { color: #565656;  text-decoration:none}
.fixadd		 { color: #e40613;  text-decoration:underline}
body         {color: #565656; background-color: #ffffff}
hr           {border: 1px solid #e40613 }
.ftab        {
                width: 800px;
                text-align: center;
                direction: rtl;
                border: 1px solid;
                border-color:#000000 #aaaaaa #aaaaaa #000000;
                background: #f0f0f0;
                border-radius: 10px;
                margin-top: 10px;
                padding-bottom: 10px;
                overflow: auto;
               }
.tablehead   {background : #565656;}
.table       {border-color: #e40613;}
.txt         {  color:#4169E1;}
.button{ background:#e40613; color:#ffffff}
/*------------------ jquery---------------------*/
.ui-dialog-titlebar{ background:#e40613 !important}

.ui-widget{ opacity:0.90; background:#565656 !important; border:2px solid #565656 !important }

.ui-autocomplete{
	height:100px;
	overflow: auto;
	overflow-x:hidden;
	white-space:nowrap;
}
.ui-menu-item{
	direction:rtl;
	background:#e40613 !important;
	color:#333;
} 

.ui-autocomplete-loading { background:  url('../plugins/jquery/images/ui-anim.gif') left center no-repeat !important; }

/* -----------------------------------        */
.menu_main{
     width: 160px;
     height: 43px;
     background: url('images/menu_back.jpg') center  center no-repeat;
     padding: 0 15px 0 15px;
     border-bottom: 2px solid #565656;
     line-height: 43px;
     vertical-align: middle;
 }

.form_add{
    float: right;
    width: 75%;
    text-align: right;
    padding-top: 15px;
}

.text_head_2{
    color:#565656;
    
    clear: both;
    float: right; min-width: 20%; text-align: center; direction: rtl; padding-top: 15px;
}
.ui-tabs-panel{
    background: #F0F0F0 !important;
    border:0 !important;
}
.ui-widget-content{
    background: #e5e5e5 !important;
    border: 0 !important;
}
.ui-tabs .ui-tabs-nav{
    background: #E30713 !important;
    border: 0 !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{
    color: red;
    background: #F0F0F0 !important;
    border: 0 !important;
}
.vmiddle{
    vertical-align:middle ;
}

.hide{
    display: none;
}
.show{
    display: block;
}
.ltr{
    direction: ltr;
}
.rtl{
    direction: rtl;
}
.tahoma{
    font-family: tahoma , sans-serif;
}