﻿/* Mapes: */

.mapArea {
	position: relative;
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
}
#mapBox, #miniMapBox {
	position: relative;
	overflow: hidden;
	width: 892px;
	height: 385px;
	border: 4px solid #e0e0e0;
	margin: 5px auto 0 auto;
	background-image: url(../grafics/fons_ratllat.gif);
}

#mapBox_message {
	position: absolute;
	top: 180px; left: 50%;
	width: 250px;
	margin-left: -130px;
	padding: 10px;
	background: white;
	border: 5px solid #a0a0a0;
	filter: alpha(opacity=80); opacity: 0.80;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: back;
}
#mapBox_waiting {
	position: absolute;
	top: 40px; right: 12px;
	padding: 5px 6px;
	background: white;
	border: 1px solid peachpuff;
	filter: alpha(opacity=70); opacity: 0.80;
	color: back;
	font-weight: normal;
	font-size: 10px;
	visibility: hidden;
}

#mapBox_message img, #mapBox_waiting img {
	vertical-align: middle;
}

#mapInfo, #specialOptions {
	position: relative;
	width: 900px;
	margin: 0 auto;
}
#mapInfo #maptitleHelp {
	position: relative;
	background: #F8F7F1 url(../grafics/ico_mini_info.gif) 3px center no-repeat;
	padding: 3px 0 3px 18px;
	font-weight: bold;
	color: #909090;
}
#mapInfo #mapInfoHelp {
	display: none;
	position: relative;
	background: #FDFCD9 url(../grafics/pano_ico_bottom.gif) 25px top no-repeat;
	padding: 15px 20px 10px 20px;
}

#mapInfo #mapResizeLink {
    position: absolute;
    top: -416px;
    right: 0;
    padding: 2px 4px 0 20px;
    height: 20px;
}
#mapInfo #mapResizeLink a {
    display: block;
    color: #404040;
    font-weight: bold;
    background: #e0e0e0 url(../grafics/ico_maxmap.gif) 4px center no-repeat;
    padding: 3px 4px 3px 25px;
    border-top: 3px solid #ffbe7d;
}
#mapInfo #mapResizeLink a:hover {
    color: white;
    background: #ff9e46 url(../grafics/ico_maxmap.gif) 4px center no-repeat;
    border-top: 3px solid #d98735;
}

#gzoom-map-cover {
	margin-top: 0;
}

/* local search */

.gmls {
	width: 197px;
	filter: alpha(opacity=90); opacity: 0.90;
 }

/* Map Info Window */

.mapInfoWindow {
    font-size: 10px;
}
.mapInfoWindow h1 {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding: 0 0 10px 0;
}
.mapInfoWindow .link {
	position: relative;
	width: 100%;
    margin-bottom: 5px;
}
.mapInfoWindow .date {
	position: relative;
	float: left;
	color: #a0a0a0;
}
.mapInfoWindow .backVoteG {
	position: absolute;
	top: 82px; right: 11px;
	width: 60px;
	height: 12px;
	background: url(../grafics/star_m_b.jpg) 0 0 repeat-x;
	margin: 3px 0 3px 3px;
}
.mapInfoWindow .backVoteG .vote {
    position: relative;
	width: 0;
	height: 12px;
	background: url(../grafics/star_m.jpg) 0 0 repeat-x;
}
.mapInfoWindow .favrte {
	position: absolute;
	top: 84px; right: 74px;
	width: 12px;
	height: 9px;
	background: url(../grafics/ico_heart_md.gif) 0 0 repeat-x;
	margin: 3px 0 3px 3px;
}
.mapInfoWindow .author {
	position: relative;
	clear: left;
	padding-top: 10px;
}


/* Label */

.labelMap {
   background: url(../grafics/label_map_inf.gif) bottom left no-repeat;
   padding-bottom: 6px;
}

.labelMap .info {
    background: white;
    padding: 3px 5px;
    border: 2px solid #aaa;
    font-size: 10px;
    white-space: nowrap;
    font-weight: bold;
    color: black;
}

