@charset "UTF-8";
/* CSS Document */
/* Google Maps Info Window Styles */

  #custom_info_window{
    width: 406px;
	height:163px;
	background:  url('/images/maps/propDetail-infoWindowBG.png') top right no-repeat transparent;
	padding: 0;
	margin: 0;
 }

    
  #custom_info_window_contents{
  background:none;
  width:263px;
	height:163px;
  margin-left:142px;
  }
 
  #custom_info_window_beak{
    width: 200px;
    height: 40px;
  }
  
  #custom_info_window_tl {
	width:0px;
	height:0px;
	display:block;
	}
  		 
  #custom_info_window_tr {
  	width:0px;
	height:0px;
	display:block;
	}
	
  #custom_info_window_bl {
  	width:0px;
	height:0px;
	display:block;
	}
	
  #custom_info_window_br {
  	width:0px;
	height:0px;
	display:block;
	}
	
  #custom_info_window_t {
  	width:0px;
	height:0px;
	display:block;
	}
	
  #custom_info_window_l {
  	width:0px;
	height:0px;
	display:block;
	}
	
  #custom_info_window_r {
  	width:0px;
	height:0px;
	display:block;
	}
	
  #custom_info_window_b {
  	width:0px;
	height:0px;
	display:block;
	}
	
  #custom_info_window_close{
  	width: 18px;
  	height: 18px;
  	margin-left:-28px;
  	margin-top:20px;  
  	background: url('/images/maps/infoWindowClose.png') top left no-repeat transparent;
	behavior: url(/_scripts/iepngfix.htc);
  	cursor: pointer;
	} 
	
	ul#MMTT_UL {
		list-style-type:none;
		padding:0px;
		margin:0px 4px 0 0px;
		}
	
	ul#MMTT_UL li {
		display:block;
		float:left;
		text-indent:-5000px;
		font-size:30px;
		width:76px;
		height:30px;
		line-height:30px;
		margin:0px 0px 0 0px;
		padding:0px;
		text-decoration:none;
		background-position: 0px 0px;
		background-repeat: no-repeat;
		position: relative;
		z-index: 999;		}
		
	ul#MMTT_UL li:hover { background-position:0em -1em; }
	
	li#MMTC_0 {
		background:url(../images/maps/button-map.png);
		position: relative;
		z-index: 999;
		}
	
	
	li#MMTC_1 {
		background:url(../images/maps/button-satellite.png);
		position: relative;
		z-index: 999;
		}

		
	li#MMTC_2 {
		background:url(../images/maps/button-terrain.png);
		background-position:0em -1em;
		position: relative;
		z-index: 999;
		}
		

	
	
#mapInfoWindow {font:10px/13px Arial, Helvetica, sans-serif; font-weight:normal; color:#ffffff; padding:5px 0 0px 35px; background-image: none; }
#mapInfoWindow .title {display:table-cell; vertical-align:middle; height:32px; background:none; margin-top:0px;}
#mapInfoWindow h3 {width:164px; margin:auto 0; background:none; height:22px; font:11px/11px Arial, Helvetica, sans-serif; font-weight:bold; color:#ffffff;}
#mapInfoWindow #infoDesc {margin:8px 0 0 0px; }
#mapInfoWindow .infoWinLeft {display:block; width:60px; font-weight:bold;margin:0px 5px 5px 0px;float:left;}
#mapInfoWindow .infoWinRight {display:block; width:130px; font-weight:normal;margin:0px 5px 5px 0px;float:left;}
#mapInfoWindow .infoWinRight a {color:#b4d4f9; font-weight:bold; text-decoration:underline;}
#mapInfoWindow .infoWinRight a:hover {color:#ffffff;}

@-moz-document url-prefix() {
		#mapInfoWindow .title {
			display:block; 
			vertical-align:middle; 
			margin-top:7px; 
			height:29px; 
			background:none;
			}
		
		#mapInfoWindow #infoDesc {margin:5px 0 0 0px;}
	}
	
	#zoomSlideBarContainer {
	height: 114px !important;cursor:text !important;
	margin:4px 0 0 0px;
}

#mapCtrlCont {
	height:222px !important;
	}
#zoomSlideBarContainer #zoomSliderContainer {cursor:text !important;}

#zoomOutBtnContainer, #zoomOutBtn {top: 200px !important;}

#topBtn img#mapCtrlImage, #leftBtn img#mapCtrlImage, #rightBtn img#mapCtrlImage, #bottomBtn img#mapCtrlImage, #homeBtn img#mapCtrlImage, #zoomSliderContainer img#mapCtrlImage, #zoomOutBtnContainer img#mapCtrlImage, #zoomOutBtn img#mapCtrlImage, #zoomInBtn img#mapCtrlImage {margin-bottom:0px;padding-top:0px;}




	* html li#MMTC_0{
	  background-image:none;
	  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/maps/button-map.png', sizingMethod='crop');
	behavior: url(/_scripts/iepngfix.htc);
	}
		
	* html li#MMTC_1{
	  background-image:none;
	  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/maps/button-satellite.png', sizingMethod='crop');
	behavior: url(/_scripts/iepngfix.htc);
	}

	* html li#MMTC_2{
	  background-image:none;
	  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/maps/button-terrain.png', sizingMethod='crop');
	behavior: url(/_scripts/iepngfix.htc);
	}	
	
	
	

