#map-info-resizable {
	position: absolute;
	z-index: 18;
	bottom: -10px;
	right: -6px;
	width: 13px;
	height: 19px;
	background-image: url(http://static.bergfex.at/images/map/gripper.png);	
}


/* resizable handle south */
.ui-resizable-handle { 
	position: absolute;
	font-size: 0.1px;
	z-index: 99999; 
	display: block;
}
.ui-resizable-s { 
	cursor: s-resize; 
	height: 18px; 
	width: 852px; 
	left: 0px; 
	bottom: -9px;
	background: transparent url(http://static.bergfex.at/images/map/handle_s.png) no-repeat scroll left center; 
}
	
#map_canvas {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;		
	cursor: default;
	z-index: 1;
}

#zoom-container {
	background-image: url(http://static.bergfex.at/images/map/zoom_background.png);
	position: absolute;
	
	padding: 3px;
	width: 21px;
	cursor: pointer;
	z-index: 10;
}

#zoom-plus {
	width: 17px;
	height: 17px;
	padding: 2px;
	background: url(http://static.bergfex.at/images/map/zoom_plus.png) center no-repeat;
}

#zoom-minus {
	width: 17px;
	height: 17px;
	padding: 2px;
	background: url(http://static.bergfex.at/images/map/zoom_minus.png) center no-repeat;
}

#zoom-slider {
	
	position: relative; 
	margin-top: 2px;
	width: 21px; 
	height: 97px; 
}

#zoom-slider-handle {
	position: relative; 
	z-index: 5; 
	background: url(http://static.bergfex.at/images/map/zoom_slider.png) center no-repeat;
	cursor: pointer;
	padding:0; margin: 0;
	width: 21px; 
	height: 9px; 
}
#maptypes {
	z-index: 5; 
	position: absolute;
	left: 156px;
	top: 4px;
}

.map-button, 
.maptype {
	background: url(http://static.bergfex.at/images/map/type0.png) center no-repeat;
	cursor: pointer;
	width: 64px;
	padding-top: 4px;
	height: 18px;
	float: left;
	color: white;
	text-align: center;
}
.map-button:hover,
.maptype:hover {
	background: url(http://static.bergfex.at/images/map/type0_hover.png) center no-repeat;
}

.maptypes {
	font-family: Verdana, Arial, "sans-serif";
	font-size: 10px;
	color: white;
	font-weight: bold;
	text-align: right;
	padding-right: 12px;
}
.maptypes a  {
	color: white;
	text-decoration: underline;
}
.maptypes a:hover  {
	color: orange;
}

.map-button-selected,
.map-button-selected:hover,
.maptype-selected,
.maptype-selected:hover {
	font-weight: bold;
	cursor: default;
	background: url(http://static.bergfex.at/images/map/type1.png) center no-repeat;
}

.maptype-unavailable {
	visibility: hidden;
}

.pointer {
	cursor: pointer !important;
}


.map-layer {
	padding-right: 15px;
	width: 100px;
	text-align: right;
	padding-bottom: 3px;
	color: #eeeeee;
	background: none;
	cursor: pointer;
}

.map-layer-selected,
.map-layer-selected:hover {
	font-weight: bold;
	color: white;
	background: url(/images/map/check_white.png) no-repeat top right !important;
}

.map-layer:hover {
	font-weight: bold;
	color: white;
	background: url(/images/map/arrow_white.png) no-repeat top right;
}

#mapfullscreen {
	z-index: 5;
	position: absolute;
	right: 6px;
	top: 4px;
}

#map-sizing {
	position: absolute;
	bottom: 0px;
}

.mapsearchresult {
	z-index: 100; 
	position: absolute;
	left: 156px;
	top: 4px;
	height: 100%;
	background-color: black;
}

	

.pointbottomleft {
	background: url(http://static.bergfex.at/images/map/point_bottom_left_8px.png) no-repeat bottom left;
	min-width: 60px;
	padding: 0px 0px 8px 8px;
	z-index: -100;
}   

/* label styles */
.style7301,
.style7302,
.style7303,
.style7304,
.style7305, 
.style7505,
.style7506,
.style7401, 
.style7402,
.style7403,
.style7124
 {
	font-family: Arial, Verdana;
	font-size: 8pt;
	background-color: white;
	color: black;
	padding: 2px 4px 2px 6px;
	text-align: center;
	z-index: 0;
	
}
.style7304,
.style7305,
.style7505,
.style7506,
.style7124   {
	font-size: 7pt;
}
.style7505,
.style7506  {
	background-color: #7d99ff;	
}

.cursorpointer {
	cursor: pointer;	
}

/* map tooltips */
#tooltip {
  	font-family: Arial, Helvetica;
	font-size: 9px;
	color: black;
	z-index: 10;
	overflow: hidden;	
	height: 89px;
	width: 166px;
}

.tooltip_se {
	background-image: url(http://static.bergfex.at/images/map/tooltip_se.png);
	padding: 21px;
	padding-top: 35px;

}

.tooltip_sw {
	background-image: url(http://static.bergfex.at/images/map/tooltip_sw.png);
	padding: 21px;
	padding-top: 35px;
}
.tooltip_ne {
	background-image: url(http://static.bergfex.at/images/map/tooltip_ne.png);
	padding: 21px;
	padding-bottom: 35px;
}

.tooltip_nw {
	background-image: url(http://static.bergfex.at/images/map/tooltip_nw.png);
	padding: 21px;
	padding-bottom: 35px;
}

.tooltip_anchor_ne {
	background-position: left bottom;
}

#tooltip .image {
	float: left;
	width: 70px;
	height: 88px;
	margin-right: 6px;
}
#tooltip .logo {

}
#tooltip .name {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
	overflow:hidden;
}
.tooltip_hotel {
}

.tooltip_hotel .image {
	float: left;
	width: 70px;
	height: 88px;
	margin-right: 6px;
}
.tooltip_hotel .sterne {
}
.tooltip_hotel .kategorie {
	color: #666666;
}
.tooltip_hotel .name {
	margin-top: 6px;
	font-weight: bold;
}

.tooltip_skigebiet {
}
.tooltip_skigebiet .image {
	float: left;
	width: 70px;
	height: 88px;
	margin-right: 6px;
}
.tooltip_skigebiet .logo {

}
.tooltip_skigebiet .name {
	font-weight: bold;
	height: 55px;
	margin-bottom: 5px;
	
}
.tooltip_skigebiet .lifte {
	float: left;
	font-weight: bold;
	padding-right: 3px;
	width: 18px;
	height: 28px;
	color: black;
}

.tooltip_skigebiet .lifte0 {
	color: #CCCCCC;
}

.tooltip_skigebiet .lifte_schlepp0 {
	background: url(http://static.bergfex.at/images/map/icons/schlepplifte.0.png) bottom left no-repeat;
}
.tooltip_skigebiet .lifte_schlepp1 {
	background: url(http://static.bergfex.at/images/map/icons/schlepplifte.1.png) bottom left no-repeat;
}
.tooltip_skigebiet .lifte_sessel0 {
	background: url(http://static.bergfex.at/images/map/icons/sessellifte.0.png) bottom left no-repeat;
}
.tooltip_skigebiet .lifte_sessel1 {
	background: url(http://static.bergfex.at/images/map/icons/sessellifte.1.png) bottom left no-repeat;
}
.tooltip_skigebiet .lifte_kabinen0 {
	background: url(http://static.bergfex.at/images/map/icons/kabinenbahnen.0.png) bottom left no-repeat;
}
.tooltip_skigebiet .lifte_kabinen1 {
	background: url(http://static.bergfex.at/images/map/icons/kabinenbahnen.1.png) bottom left no-repeat;
}
.tooltip_skigebiet .lifte_gondel0 {
	background: url(http://static.bergfex.at/images/map/icons/gondeln.0.png) bottom left no-repeat;
}
.tooltip_skigebiet .lifte_gondel1 {
	background: url(http://static.bergfex.at/images/map/icons/gondeln.1.png) bottom left no-repeat;
}

.tooltip_lift {
	margin: 4px;
	padding-left: 25px;
}
.tooltip_lift .name {
	font-size: 11px;
	font-weight: bold;
}

.tooltip_lift .typ {
	font-size: 10px;
	color: #687ea2;
}
.tooltip_lift .logo{
	margin-top: 8px;
	text-align: right;
}

#earthoptionsbar {
	display: none;
	position: relative;
	border-top: 1px solid white;
	padding-top: 7px;
	padding-bottom: 4px;
	background: url(/images/map/earthoptions_background.png) repeat-y;
}

#earthoptionsbar .earthoption_title {
	position: absolute;
	width: 145px;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}

#earthoptionsbar .earthoption_content {
	margin-left: 150px;
	padding-left: 6px;
}
#earthoptionsbar .earthoption_content label {
	position: relative;
	top: -2px;
}#earthoptionsbar .earthoption_content input {
	margin-top: 0px;
	margin-bottom: 0px;
}