﻿.Menu
{
	padding-right: 5px;
	border-bottom: white 1px solid;
	height: 25px;
	font-weight: bold;
	font-size: 11pt;
	/*background-color:#4671B8;*/
	color: white;
	font-family: Arial;
	width: 100%;
	z-index: 100;
	padding-left: 5px;
	cursor:pointer;
	cursor:hand;
}
a
{
    /*AN : 20150609 fix links style*/
	text-decoration: none;
	  color: #000;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
}
.Sections
{
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	height: 30px;
	text-align: center;
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
}
.Page
{
	
	color: #cc3300;
}

.Department
{
	font-weight: bold;
	font-size: 11pt;
	color: #CC3300;
	font-family: Arial;
	
}

.adjustedZIndex {
 font-weight: bold;
	font-size: 11pt;
	color: white;
	font-family: Arial;
	background-color: #4671b8;
	z-index: 1;
	
}
.Color
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	cursor:pointer;
	cursor:hand;
}

.scroll
{
	width:740px;
	height:100%;
	overflow-x:scroll;
	overflow-y:hidden;
}

#progressBackgroundFilter { 
  position:absolute; 
  top:0px; 
  bottom:0px; 
  left:0px; 
  right:0px; 
  overflow:hidden; 
  padding:0; 
  margin:0; 
  background-color:#000;  
  filter:alpha(opacity=50); 
  opacity:0.5; 
  z-index:1000; 
} 

 

#processMessage {  
  position:absolute;  
  top:30%;  
  left:43%; 
  padding:10px; 
  width:14%; 
  z-index:1001; 
  background-color:#fff; 
} 
.Send
{
	font-family: Arial;
	color: white;
	font-size: 12pt;
	font-weight: bold;
	border-bottom-style: none;
	border-right-style: none;
	background-color: #cc3300;
	border-top-style: none;
	border-left-style: none;
	width: 70px;
	height: 25px;
	cursor:pointer;
	cursor:hand;
}
.main-content {
	/*background: url(http://www.moe.gov.jo/header/revol.jpg) no-repeat left top;*/
	background-attachment: fixed;
}