
#map {
width: 95%;
height: 99%;
border: 1px solid black;
direction:ltr;
}

body {
padding:0px; 
margin:2px
}

.label {
font-family: arial;
font-size: 11px;
font-weight: normal;
}

#searchBox {
position: relative;
float: right;
direction: rtl;
unicode-bidi: bidi-override;
margin-bottom: 5px;
}

#searchBox label {
width: 8em;
float: right;
text-align: right;
margin-left: 0.5em;
display: block;
}

#searchBox .submit input {
font: 10pt Verdana, geneva, arial, sans-serif;
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
}

#search_indicator {
display: none;
height: 16px;
width: 16px;
float: left;
background : url('/img/indicator.gif') no-repeat;
}

#searchBox input {
font: 8pt Verdana, geneva, arial, sans-serif;
color: #781351;
border: 1px solid #781351;
}

#searchBox fieldset {
border: 1px solid #781351;
padding: 5px;
}

#searchBox legend {
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px;
}

.hebrew {
direction:rtl;
}

/* Auto complete */
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	direction:rtl;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_noraml {
background: #fee3ad;
}

.ac_loading {
	background : #fee3ad url('/img/indicator.gif') left center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

/* Bubble */

.olPopupGroup {
direction:rtl;
}

#mistake.olPopup{
 padding: 10px;
}

.olFramedCloudPopupContent,#mistake.olPopup {
    direction:rtl;
}

.olFramedCloudPopupContent * {
	margin-right:7px;
	margin-top:3px;
}

#mistake.olPopup h2,#mistake.olPopup h3{
	padding-right:15px;
	margin:10px;
}

#mistake.olPopup h2{
	margin-top:-7px;
	font-size:18px;
}

#mistake.olPopup h3{
	font-size:14px;
}

/* start: firefox only*/
*|html .olFramedCloudPopupContent *{
	margin:5px;
	margin-left:0px;
}

*|html #mistake.olPopup h2{
	margin-top:-6px;
}

/* end: firefox only*/


/* start: ie6 only*/

* html #mistake_GroupDiv{
	float:left;
}
/* end: ie6 only*/

/*
div.olPopup{
	background:#c9d7ec;
}

div.olFramedCloudPopupContent{
	background:#c9d7ec;
}

div.olPopup:after {content: "."; display: block; height:11px; clear:both; visibility:hidden;}
div.olPopup {width:200px; height:auto; font-family:verdana; font-size:11px;}
div.olPopup p {padding:8px; margin:0; border:3px solid #fff; border-width:0 3px; text-align:justify; line-height:normal;}

div.olPopup b.tl {display:block; width:200px; height:8px; font-size:1px;}
div.olPopup b.tr {display:block; width:192px; height:8px; font-size:1px; float:right;}
div.olPopup b.bl {display:block; width:8px; height:8px; font-size:1px; float:left;}
div.olPopup b.br {display:block; width:192px; height:8px; font-size:1px; float:right; position:relative;}
div.olPopup b.point {display:block; font-size:1px; width:25px; height:14px;}

div.olPopup b.tl {background:url(/images/common/bubble_tl.gif) top left no-repeat;}
div.olPopup b.tr {background:url(/images/common/bubble_tr.gif) top right no-repeat;}
div.olPopup p {background:#c9d7ec;}
div.olPopup b.bl {background:url(/images/common/bubble_bl.gif) top left no-repeat;}
div.olPopup b.br {background:url(/images/common/bubble_br.gif) top right no-repeat;}
div.olPopup b.point {background:url(/images/common/bubble_p.gif) top left no-repeat; margin:5px 0 0 125px;}

*/
#update_form {
direction:rtl;
margin-right: 8px;
margin-top: 8px;
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 4%;
    left: 50%;
    
    margin-left: -300px;
    width: 400px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(4 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* Login*/
/*** Login ***/

#loginBox {
position: relative;
float: right;
direction: rtl;
unicode-bidi: bidi-override;
margin-bottom:5px;
}

#loginForm {
direction: rtl;
unicode-bidi: bidi-override;
}

#loginForm label {
width: 8em;
float: right;
text-align: right;
margin-left: 0.5em;
display: block;
}

#loginForm .submit input {
font: 10pt Verdana, geneva, arial, sans-serif;
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
}

#loginForm input {
font: 8pt Verdana, geneva, arial, sans-serif;
color: #781351;
background: #fee3ad;
border: 1px solid #781351;
}

#loginBox fieldset {
border: 1px solid #781351;
width: 10em;
padding: 5px;
}

#loginForm legend {
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px;
}

.olMapViewport{
background-color:#b4cecc;
}
