body
{
	margin:0px;
	padding:0px;
	font-family: 'Assistant', sans-serif;
	/*font-family:OpenSansHebrew;
	*/
	/*background-image:url('../images/bg_white.JPG');
	*/
	
	overflow-x:hidden;
	overflow-y:scroll;
	/*letter-spacing:0.5px;
	*/
	font-weight:normal;
}
input, textarea, select
{
	/*font-family:OpenSansHebrew, Tahoma, Arial, Helvetica, sans-serif;
	*/
	font-family:Arial, Helvetica, sans-serif;
	font-family: 'Assistant', sans-serif;
	font-weight:normal;
}
/* select placeholder (use function "ToggleSelectorColor" from init.js) */
select
{
	color:#888888;
}
select option
{
	color:black;
}
select.selected_value
{
	color:black;
}
form.white_place_holders input::-webkit-input-placeholder,
form.white_place_holders textarea::-webkit-input-placeholder,
form input.white_place_holder::-webkit-input-placeholder,
form textarea.white_place_holder::-webkit-input-placeholder
{
	/* WebKit, Blink, Edge */
    color: white;
}
form.white_place_holders input:-moz-placeholder,
form.white_place_holders textarea:-moz-placeholder,
form input.white_place_holder::-moz-placeholder,
form textarea.white_place_holder::-moz-placeholder
{
	/* Mozilla Firefox 4 to 18 */
   color:  white;
	opacity:  1;
}
form.white_place_holders input::-moz-placeholder,
form.white_place_holders textarea::-moz-placeholder,
form input.white_place_holder::-moz-placeholder,
form textarea.white_place_holder::-moz-placeholder
{
	/* Mozilla Firefox 19+ */
   color:  white;
	opacity:  1;
}
form.white_place_holders input:-ms-input-placeholder,
form.white_place_holders textarea:-ms-input-placeholder,
form input.white_place_holder::-ms-input-placeholder,
form textarea.white_place_holder::-ms-input-placeholder
{
	/* Internet Explorer 10-11 */
   color:   white;
}
form.white_place_holders input::-ms-input-placeholder,
form.white_place_holders textarea::-ms-input-placeholder,
form input.white_place_holder::-ms-input-placeholder,
form textarea.white_place_holder::-ms-input-placeholder
{
	/* Microsoft Edge */
   color:white;
}
form.white_place_holders input::placeholder,
form.white_place_holders textarea::placeholder,
form input.white_place_holder::placeholder,
form textarea.white_place_holder::placeholder
{
	/* Most modern browsers support this now. */
   color: white;
}
table
{
	border-collapse:collapse;
	border-spacing:0;
	border-width:0px;
}
td
{
	border-width:0px;
	padding:0px;
	vertical-align:top;
}
td[valign=middle]
{
	vertical-align:middle;
}
p
{
	margin:0px;
	padding:0px;
	min-height:16px;
}
ul
{
	margin:0px;
	padding-right:30px;
}
body[dir=ltr] ul
{
	padding-left:30px;
}
a
{
	text-decoration:none;
}
a img
{
	border-width:0px;
}
input
{
	margin:0px;
}
input[type=submit],input[type=button]
{
	cursor:pointer;
}
ul.menu,
body[dir=ltr] ul
{
	margin:0;
	padding:0;
	list-style:none;
}
.page_area
{
	width:1300px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#page_content
{
	float:left;
	background-color:#C0C0C0;
	min-height:100px;
	width:680;
	text-align:right;
	margin-top:20px;
	overflow:hidden;
}
body[dir=ltr] #page_content
{
	float:right;
	text-align:left;
}
#triangle_bar
{
	background-image:url('../images/orange line.PNG');
	background-position:center;
	height:19px;
	text-align:center;
	position:relative;
	z-index:5;
	margin-top:-19px;
}
#triangle_bar span
{
	display:inline-block;
	height:17px;
	width:34px;
	background-color:transparent;
	position:relative;
	z-index:5;
}
.title_with_bar
{
	overflow:hidden;
}
.title_with_bar span
{
	overflow:hidden;
	display:inline-block;
	height:50px;
	float:right;
	line-height:50px;
	font-size:20pt;
	text-align:center;
	width:100px;
	color:black;
}
.title_with_bar span.bar
{
	background-color:#796A3F;
	height:2px;
	overflow:hidden;
	width:20px;
	margin-top:24px;
}
.fade
{
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.fade1sec
{
	-o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
}
#btn_go_up
{
	position:fixed;
	bottom:100px;
	left:50%;
	margin-left:-770px;
	background-image:url('../images/arrow up.png');
	width:50px;
	height:50px;
	color:transparent;
	z-index:5;
}
#btn_go_up:hover,
#btn_go_up:focus
{
	background-image:url('../images/arrow up press.png');
}
#top_bg
{
	position:absolute;
	z-index:-2;
	width:100%;
	height:783px;
	top:0;
	left:0;
	background-position:top center;
}
#top_bg2
{
	position:absolute;
	z-index:-2;
	width:100%;
	height:210px;
	top:0;
	left:0;
	background-position:top center;
}
#autocomplete_box
{
	position:absolute;
	z-index:10;
	/*
	top:0;
	right:0;
	*/
	overflow-y:auto;
	overflow-x:hidden;
	max-height:150px;
	border:1px solid black;
	display:none;
}
#autocomplete_box .option
{
	background-color:white;
	color:black;
	font-size:12pt;
	height:30px;
	line-height:30px;
	padding:0px 10px;
	cursor:pointer;
}
#autocomplete_box .option:hover
{
	background-color:blue;
	color:white;
}
.async_image
{
	overflow:hidden;
	/*background-image:url('../images/loading.gif');
	*/
	background-repeat:no-repeat;
	background-position:center;
}
.async_bg_image
{
	background-image:none !important;
}
#ajax_log_view
{
	position:absolute;
	top:0;
	left:0px;
	padding:5px;
	direction:ltr;
	text-align:left;
	background-color:black;
	color:white;
	font-size:10pt;
	z-index:200;
}
.news_line_animation p
{
	display:inline-block;
	float:right;
	margin-left:10px;
}
#area404
{
	width:100%;
	text-align:center;
	overflow:hidden;
	height:300px;
	margin-top:0;
}
#area404 span
{
	display:inline-block;
	margin-top:100px;
	font-size:64pt;
	color:#8C6E00;
}
