#content {
direction:ltr;
margin:0 150px 0 20px;
font: 100% "Arial, Verdana, sans-serif";
font-size:1.4em;
}

#rightside {
width:130px;
}

#rightside .nav {
width:10em;
}

#mapLoading {
width:600px;
height:400px;
border:solid 1px #000;
float:right;
margin-left:5px;
direction:rtl;
background:transparent url(/images/andreas09/indicator.gif) no-repeat 300px 150px;
}

#mapLoading p {
margin-top:100px;
text-align:center;
}

#mapEdit {
width:600px;
float:right;
margin-left:5px;
}

#mapFrame {
position:relative;
height:1%;
}

#locatorMap {
position:absolute;
top:10px;
left:10px;
background:#f0f0f0; filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;
}

#mapScaleBar {
position:absolute;
bottom:15px;
left:50px;
}

#mapControls {
clear:right;
float:right;
width:600px;
}

#mainButtonBar {
float:left;
width:180px;
}

#cursorTrack {
float:right;
}

#mapLinks {
clear:right;
float:right;
width:300px;
}

#linkView {
float:right;
margin-left:10em;
}

#mapProblems {
float:right;
}

#featureList {
float:right;
}

#featurePointView {
float:right;
}

#updateStatus {
float:right;
background:#fee3ad;
border:1px solid #781351;
width:10em;
padding:5px;
margin-bottom:5px;
}

#updateStatusMsg {
margin:0;
}

#layerControl {
clear:both;
direction:rtl;
float:right;
margin-top:20px;
margin-left:20px;
border: solid 1px #000;
}

#legendImage {
float:right;
}

/*** 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;
}

#popup_div {
width:700px;
}

#searchBox {
direction: rtl;
display: none;
background: #E8E9EA;
}

#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;
}

/* 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 */

.hebrew {
direction:rtl;
}

.olPopupGroup {
direction:rtl;
}

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;}

/* jqgrid */
table.scroll {
direction: rtl;
border: solid 1px;
}
div.loading {
direction: rtl;
}

	table.scroll {
	table-layout: fixed;
	background-color: white;
}
	
	
	table.scroll tr.over td {
		background: #E0E3EF;
	}
	
	table.scroll tr.alt {
		background: #ECF6FC;
	}
	
	table.scroll tr.selected td {
	background: #FFFFB9;
	color: Black;
}

	table.scroll tbody td  {
	padding: 2px;
	text-align: left;
	border-bottom: 1px solid #D4D0C8;
}
	
	table.scroll th  {
	padding: 2px;
	background-color: ButtonFace;
	border-bottom: 1px solid #CBC7B8;
	font-weight: normal;
}
	
	table.scroll th span {
	cursor: e-resize;
	border-right: 1px solid #D6D2C2;
	width: 10px;
	float: right;
	display: block;
	margin: -2px -1px -2px 0px;
	height: 36px;
	overflow: hidden;
}
	
	table.scroll thead {
	}
	
	div.loading {
	position: absolute;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	background: red;
	color: white;
	display: none;
}
	div.scroll {
	 padding: 2px;
	 background-color: ButtonFace;
	 border-bottom: 1px solid #CBC7B8;
	 font-weight: normal;	 
  }
.selbox {
	font-size : x-small;
}

img.jsHover {
		 border: 1px solid #99CCFF;
}
.tablediv {
	display: table;
	background-color: White;
	border-spacing: 1px; /*cellspacing:poor IE support for  this*/
	border-collapse: separate;
	width:100%; /* FF hack poor when scroling subgrid */
}
.celldiv {
	float: left;
	display: table-cell;
	border: 1px dotted #CCCCCC;
	overflow: hidden;
}
.celldivth {
	float: left; /*fix for  buggy browsers*/
	border: 1px solid #CCCCCC;
	background-color: ButtonFace;
	border-bottom: 1px solid #CBC7B8;
	text-align: left;
}
.rowdiv  {
	display: table-row;
	background: #FFFFE0 none;
	color: #000000;
	width: 100%;
}
.subgrid {
	overflow:  hidden;
}

/* 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: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    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(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

