/* ==UserStyle==
// @name	LenR's Google Maps - Minimal Redux
// @author	Len Rodman
// @version	1.1
// based on ChoGGi's script at http://userstyles.org/styles/3520
// ==/UserStyle==*/

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("maps.google.com"){

/*******************
   search panel
**********************/
#q_form, #l_form, #d_form{  
	background:rgba(255,255,255,.84); /*search popup bknd*/
	padding:0px 4px 0px 4px!important;
	border:2px solid rgba(255,255,255,.1);
	-moz-border-radius: 4pt;
	border-bottom-style:none;}

  /*#view_kml{display:inline!important}/*show kml button*/


#search:hover {z-index:99!important;}/*show over panel etc*/
#search .logo     
{display:none !important}

/*resize search box*/
#search #q_d{width:20em!important}
#search #q_d:focus{width:30em!important;font-weight:bold!important}


/*transparency*/
#map > DIV:first-child > DIV > DIV:last-child > DIV:not(:hover)/*popup*/
,
DIV[style^="overflow: hidden; width: 59px;"][style$="-moz-user-select: none; position: absolute; left: 7px; top: 7px;"][class="gmnoprint"].gmnoprint:not(:hover)/*scale*/
     {opacity:0.85!important}

img[src$="/mapfiles/iws2.png"] /*shadow*/
,IMG[src="/mapfiles/iw_minus.gif"]:not(:hover)
,IMG[src="/mapfiles/iw_plus.gif"]:not(:hover)
,IMG[src="/mapfiles/iw_close.gif"]:not(:hover)

/*markers*/
,IMG[src$="/mapfiles/all_markers.png"]:not(:hover)
,IMG[src*="/mapfiles/marker"]:not(:hover)
,IMG[src$="/mapfiles/cb/camera.png"]:not(:hover)
,#search:not(:hover):not(:active):not(:focus) /*input#q_d*/
,#map_overview:not(:hover) ,#mtgt_addr
     {opacity:0.7!important}

#cbcontrol:not(:hover) /*zoomer, strtview*/ 
,#trafficcontrol:not(:hover) ,#amtc_option_0:not(:hover) /*traf, map*/ ,#amtc_option_1:not(:hover) ,#amtc_option_3:not(:hover) /*sat, terr*/
,#map_overview:not(:hover) 
	{opacity:0.5;}


/**************************
       move page els
***************************/
DIV[style="overflow: hidden; width: 59px; height: 264px; -moz-user-select: none; position: absolute; left: 7px; top: 7px;"].gmnoprint
	{margin-top:-0.2em; margin-left:-0.3em;}
#cbcontrol ,#trafficcontrol  /*strview, traf*/ 
	{margin-top:-0.4em;}
#amtc_option_0 ,#amtc_option_1 ,#amtc_option_3 /*map, sat, terr*/
	{margin-top:-0.5em; margin-right:0.1em;}
#cbcontrol  /*strview*/ 
	{margin-right:-1.2em;}
#trafficcontrol  /*traf*/ 
	{margin-right:-0.5em;}
#map_overview
	{right:0.5em !important;bottom:0.1em !important;}

#map>div:first-child+div   /*copyright*/
	{opacity:0!important;}

/**************************
       main movement setup
***************************/
#paneltabs,#links.links{width:auto!important;}        /*move stuff*/
#search,#paneltabs{position:absolute!important;bottom:0!important;}

#paneltabs{	right:1em!important;}  /*tabs on right*/
#page{
	width:100%!important;
	position:absolute!important;
	top:1.6em!important;
	bottom:1.55em!important;}


#panel,#spsizer{
	background:white !important;
	height:100%!important;} /*don't cover bottom*/
	
/*#spsizer,#paneltoggle{margin-left:.5em!important;}/*uncomment if lose toggle*/

#paneltoggle{	
	-moz-outline-radius: 1em !important; 
	background-color: #eee!important;
	padding-bottom:19.95em!important;} /*don't cover bottom*/
#paneltoggle:hover, DIV[title="Pan up"]:hover, 
DIV[title="Pan right"]:hover, DIV[title="Pan down"]:hover, 
DIV[title="Pan left"]:hover, DIV[log="center_result"]:hover, 
DIV[title="Zoom In"]:hover, DIV[title="Zoom Out"]:hover
,DIV[style="overflow: hidden; width: 22px; height: 14px; position: absolute; left: 0px; top: 24px; cursor: url(/intl/en_us/mapfiles/openhand.cur), default;"]:hover{
	outline: 3px solid!important;
	outline-color: rgba(72, 215, 251, 0.4) !important;}
#paneltoggle:active, DIV[title="Pan up"]:active, 
DIV[title="Pan right"]:active, DIV[title="Pan down"]:active, 
DIV[title="Pan left"]:active, DIV[log="center_result"]:active, 
DIV[title="Zoom In"]:active, DIV[title="Zoom Out"]:active
,DIV[style="overflow: hidden; width: 22px; height: 14px; position: absolute; left: 0px; top: 24px; cursor: url(/intl/en_us/mapfiles/openhand.cur), default;"]:active{
	outline-color: rgba(72, 215, 251, 0.8) !important;}


#map{	height:100%!important;  }
#main_map {	height:100%!important;}

/**/



}