#content_wrapper{
	width:auto;
	padding-right:20px;
	padding-left:20px;
}

#find_form{
	margin-right:0px;
}

.map_tabs{
	margin-top:2px;
	margin-right:270px;
	margin-bottom:5px;
}

/** html .map_tabs{
		margin-bottom:-2px;
}*/

.map_tabs a{
	color:#434343;
	font-size:12px;
	text-align:center;
	text-decoration:none;
}

.map_tabs a:hover{
	text-decoration:underline;
	
}

.map_tabs a.active{
	color:#D32163;
	font-weight:bold;
}

/*.map_tabs a.second_tab{
	border-right:1px solid #434343;
	margin-right:10px;
	padding-right:16px;
}*/


.map_container{
	float:right;
}


#map{
	border:1px solid #c2c2c2;
	width:100%;
	/*height:480px;*/
}


.share{
	margin-top:5px;
	float:left;
}
.share a{
	margin-right:8px;
	color:#000;
}


.reports_container{
	display:none;
}

#cboxOverlay
{
	z-index:499999;
}

#colorbox{
	z-index:499999;
}

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 4%;
    right: 50%;
    
    margin-right: -300px;
    width: 400px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
	z-index:500000;
	
}


.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;right: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');
}

/*
.search_wrapper{
	right:0px;
	top:64px;
	width:210px;
}*/


h3{
	margin:15px 0px;
	padding:0;
	font-weight:normal;
	font-size:15px;
}

h3 a{
	color:#D32163;
	text-decoration:none;
	font-weight:bold;
}

h3 a:hover{
	text-decoration:underline;
}

.panel{
	direction:rtl;
}

#route_details{
	display:none;
	position:absolute;
	width:250px;
	z-index:10000;
	padding:5px;
	border:1px solid black;
	background:white;
	background-image:url(/images/close-new.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin:10px;
	top:0px;
	direction:rtl;
}

.search_result_name img{
	float:left;
	position:relative;
	top:-20px;
}

.update{
	color:#575757;
	margin-right:260px;
	margin-top:7px;
}

#pingAwazerCSS{
	position:absolute;
	left:0px;
	padding:20px;
	border:1px solid black;
	background:white;
	z-index:999999;
	}