/* Copyright  2007 Eagles Web :: http://www.Eagles-Web.com*/
html,tr,tabel {
	direction:ltr;
	text-align: justify;
	font-family:tahoma,Verdana, Arial, Helvetica, sans-serif;
}
body {
	direction:ltr;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
}

.nav_bg {
	line-height: 182px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
}

.nav_mid {

	background-image: url(../images/Irbid-Industry-logo.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}

.nav_word {
	line-height: 90px;
}

.fot_bg {

	background-image: url(../images/fot_bg.jpg);
	background-repeat: repeat-x;
}

.fot_mid {

	background-image: url(../images/fot_logo.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}

.fot_word {

}


.line-cut {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #000066;
}

.b1 {
	color:#003399;
	font-size:15px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 23px;
}
.b1 b {
	color : #003399;
	text-decoration: none;
}
.b1 a {
	color :#003399;
	text-decoration: none;
}
.b1 a:hover {
	color : #003399;
	text-decoration: none;
}

.b2 {
background-image:url(../images/bg_but.jpg);
	color:#FFFFFF;
	font-size:15px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 23px;
	
}
.b2 b {
	color : #FFFFFF;
	text-decoration: none;
}
.b2 a {
	color :#FFFFFF;
	text-decoration: none;
}
.b2 a:hover {
	color : #FFFFFF;
	text-decoration: none;
}


.copyright {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.footer_menu {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.footer_menu b {
	color : #000000;
	text-decoration: none;
}
.footer_menu a {
	color :#000000;
	text-decoration: none;
}
.footer_menu a:hover {
	color : #666666;
	text-decoration: none;
}

.news_title
{
font:Tahoma;
font-weight:bold;
font-size:12px;
color:#003399;
text-indent:15px;
background-image:url(../images/news_back_en.jpg);
background-position:left;
background-repeat:no-repeat;

}


.img_news {
	margin:10px;
	padding: 0px;
	
	border: thin solid #000000;
	horizontal-align: right;

}
.date_st {
font-size:12px;
color:#003399;
}
.prag_new
{
font-size:14px;
color:#003399;
text-indent:20px;
}
.side_text {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.line-cut-down {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000066;
}
.titles {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	text-indent: 40px;
	color: #333333;
}
.members {
	font-family: Tahoma;
	font-size: 13px;
	color: #000066;
	text-decoration: none;
}


.members a, a:hover {
	color : #CC0000;
	text-decoration: none;
}

.prag_points
{
	font-size:14px;
	color:#003399;
	text-indent:20px;
	font-family: Tahoma;
	line-height: 30px;
}
.img_mem {
	margin:10px;
	padding: 0px;
	width:130;
	height:150;
	
	border: thin solid #000000;
	horizontal-align: right;

}


/****************/
.main_table
{

width:749;
}
/*********menu*******/
ul#navmenu {

  margin: 0;
  border: 0 none;
  padding: 0;
  width: 537px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 170px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #CCC;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #EEE;
  color: #666;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 100%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #EEE;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}


/*******************/

.red-sp {
	font-family: Tahoma;
	font-size: 14px;
	color: #CC0000;
}
.prag_list
{
font-size:16px;
color:#003399;
line-height:40px;
}
.back_menu
	{
	background-image:url(../images/bg-menu.jpg);
	background-repeat:repeat-x;
	}

.items_left {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.site_map{
line-height:40px;
font-size:18px;
}

.site_map a {
	color :#000000;
	text-decoration: none;
}
.site_map a:hover {
	color : #666666;
	text-decoration: none;
}

