/* CSS Document */
html { height: 100%;}
body {
	height: 100%;
	background-color:#324A7C;
	font: normal 11px/11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(../images/back_ground_main.jpg);
	background-repeat: no-repeat;
    background-position:top center; 
	margin-top: 0px;
}

.oneColFixCtrHdr #container {
	width: 960px;
	padding: 0px 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

a:link { font-weight: bold; text-decoration: none; color: #ffffff; }
a:visited { font-weight: bold; text-decoration: none; color: #ffffff; }
a:hover, a:active { text-decoration: underline ; color: #ffffff; }

.menu { font-size:9px; color:#c0c0c0; }
.menu:hover { color:#ffffff; }


.txt_user_main{font-family:Arial; font-size:11px; border:#CCCCCC solid 1px; color:#999999; width:90px}
.txt_user_main:focus { border: 1px solid #000; background:#EBF5F4;}


.mf div.loader{
	text-align:center;
	z-index:10000;
	margin:0 auto;
	top:45%;
	width:750px;
	background-image:url(../skin/ajax_loader.gif); background-position:center; background-repeat:no-repeat;
	padding:50px 0;
}


.israel36 {
	font-size: 36px
}
.israel18 {
	font-size: 18px
}