.PageBODY {COLOR: #000000; BACKGROUND-COLOR: #ffffff}

.link {FONT-SIZE: 14pt; COLOR: #ffffff; FONT-FAMILY: Arabic Transparent, sans-serif, Tahoma ,Arial, Verdana, Helvetica FONT-WEIGHT:normal; TEXT-DECORATION: none}
.link A:hover {FONT-SIZE: 14pt; COLOR: #ffffff; FONT-FAMILY: Arabic Transparent, sans-serif, Tahoma ,Arial, Verdana, Helvetica FONT-WEIGHT:normal; TEXT-DECORATION: none}
.link A:visited {FONT-SIZE: 14pt; COLOR: #ffffff; FONT-FAMILY: Arabic Transparent, sans-serif, Tahoma ,Arial, Verdana, Helvetica FONT-WEIGHT:normal; TEXT-DECORATION: none}

a { text-decoration: none}
a:hover { color: #800000;  text-decoration:underline; }
a:active { color: #ff9900 }
a:visited { color: #006699}
a:link {COLOR: #333333}

.midbgimg{ background-image: url(images/t_bg3.jpg); background-position: center; background-attachment: fixed; }

.bgimg{ //background-image: url(images/bg.jpg); background-position: center; background-attachment: fixed;
margin:auto 0;
unicode-bidi:bidi-override !important;
background: #AB8; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(90deg, #AB8, #fff ,#fff ,#fff , #AB8); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(90deg, #AB8, #fff ,#fff ,#fff , #AB8); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(90deg, #AB8, #fff ,#fff ,#fff , #AB8); /* For Firefox 3.6 to 15 */
  background: linear-gradient(90deg, #AB8, #fff ,#fff ,#fff , #AB8); /* Standard syntax */
  font-family: Calibri;
 }

.table-bg-01{BACKGROUND-COLOR:#97B182;

    
}
.table-bg-02{BACKGROUND-COLOR:#7C9667}
.table-bg-03{BACKGROUND-COLOR:#68805C}

.table-bg-LIGHT{BACKGROUND-COLOR:#E0E5D7}
.table-bg-DARK{BACKGROUND-COLOR:#003366}
.table-bg-LIGHTER{BACKGROUND-COLOR:#ffffff}

.table-4BORDERS{BORDER-TOP: 1px solid; BORDER-RIGHT: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid}
.SPANS{BORDER-RIGHT: #044e9a 1px solid; BORDER-TOP: #044e9a 1px solid; BORDER-LEFT: #044e9a 1px solid; BORDER-BOTTOM: #044e9a 1px solid}
.SPANS2{BORDER-RIGHT: #333333 1px solid; BORDER-TOP: #333333 1px solid; BORDER-LEFT: #333333 1px solid; BORDER-BOTTOM: #333333 1px solid}
.table-4BORDERS-dots{BORDER-RIGHT: #1b4834 1px dotted; BORDER-TOP: #1b4834 1px dotted; BORDER-LEFT: #1b4834 1px dotted; BORDER-BOTTOM: #1b4834 1px dotted}

//new panel
.divtop{
width:100%;
margin: 0 auto;

float:center;
background: #AB8; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(90deg, #AB8, #fff ,#fff ,#fff , #AB8); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(90deg, #AB8, #fff ,#fff ,#fff , #AB8); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(90deg, #AB8, #fff ,#fff ,#fff , #AB8); /* For Firefox 3.6 to 15 */
background: linear-gradient(90deg, #AB8, #fff ,#fff ,#fff , #AB8); /* Standard syntax */
height:200px;
}
.navbar{
width:70%;
float:right;

}
.divimg{
width:30%;
float:left;
direction:rtl;
}
.navul{
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	//background-color: #2bb9ff;
	//position: fixed;
	//top: 10;
	text-align: center;
	width: 100%;
}
.navli{
	float: center;
	color:#aaa;
	display: inline-block;
	border-radius: 15px;
	border: solid 2px #aaa;
}
.navli:hover{
}
.navliImg{
	float: left;
	display: inline-block;
	border-radius: 15px;
	border: solid 0px #aaa;
	width:20%;
}
.nava{
	display: block;
	color: #24a;
	padding: 15px;
	border-radius: 15px;	
	text-decoration: none;
	box-shadow: 10px 3px 6px rgba(125,140,75,0.65);
	font-size: 150%;
}
.nava:hover{
	color: #eee;
	background-color: #674;
	background: -webkit-repeating-radial-gradient(#AB8,#674);
	padding: 13px;
	border-radius: 19px;
	transition-delay: 0.5s; /* delays for 1 second */
	-webkit-transition-delay: 0.5s; /* for Safari & Chrome */
	transition: background-color 1s linear;
	font-size: 160%;
	box-shadow: 10 10 30px rgba(160,200,100,0.65);
}
.showbutton{
font-family: "Algerian";
border-radius: 20px;
border: 3px solid #674;
color: #674;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 30px;
background-color: transparent;
margin: 10px;
font-weight: 900;
}
.headertable1{
width:80%;
}
.headertable2{
width:100%;
}

/* Dropdown Button ahmed */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

/* The search field */
#myInput {
  border-box: box-sizing;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

/* The search field when it gets focus/clicked on */
#myInput:focus {outline: 3px solid #ddd;}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/* Dropdown Button ahmed End */