/* עיצוב טפסים */
.formTable	{background:#2f2927; width:550px;}
.formTD		{background-color:#676262;  padding:6px;}
.formAltTD	{background-color:#5c5757;  padding:6px;}
.formTitleTD	{background-color:#5c5757;  font-weight: bold; color: #000; padding:6px;}
.ReqField 	{color:#FF0000; text-align:center; font-family:Verdana;  font-weight:bold;}


 
 body {
  direction: rtl;
  text-align: right;
  font-family: arial;
  color: white;
  background: #453f3f;
  margin: 0px;
  }
 
a {text-decoration: none; color: #ff9000;}
a:hover {text-decoration: underline;} 
 
h1, h2{
	color: #ff9000;
	
	}

 

/*------ ids ------*/

#wrapper{
	background: #453f3f;
	width: 100%;
 }
 
 #wrapper td div{
	width: 750px;
 }
 
#wrapper td div div{
	width: 550px;
 }
  
#header {
	background: #453f3f;
	height: 92px;
	
}

#menu   {
	background: #676262;
	color: white;
	border-top: solid 1px #2f2927;
	border-bottom: solid 1px #2f2927;
	height: 35px;
	font-size: 13px;
	font-weight: bold;
}

#menu td a {
	color: white;
font-size: 13px;
font-weight: bold;
}


	
	





#main {
	background: #453f3f;
	
}

#main table td{
	font-size: smaller;
	
	vertical-align: top;
text-align: right;
	
}

#main table td td{
	font-size: 13px;
	vertical-align: center;
text-align: right;
	
}



#footer {
	background: #676262;
	color: white;
	border-top: solid 1px #2f2927;
	border-bottom: solid 1px #2f2927;
	height: 35px;
	font-size: 13px;
	font-weight: bold;
	vertical-align: center;
}
#footer a {text-decoration: none; color: white;}
