/**
This file is part of GoogleMap PRO.

GoogleMap PRO is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GoogleMap PRO is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GoogleMap PRO.  If not, see <http://www.gnu.org/licenses/>.
 **/

@import "navigation.css";
@import "input.css";


#googlecontainer {
	margin: 0;
	padding: 0;
	position: relative;	
}

#googlecontainer #googlemap{
	margin: 0;
	padding: 0;
	z-index: 80;
}

#googlecontainer #googlemapContainer{
	margin: 1px 0 0 0;
	padding: 10px;
	border: 1px solid #dbe0e2;
}

#googlecontainer #pretext {
	margin: 0 0 10px 0;
	padding: 0;
}

#googlecontainer #aftertext {
	margin: 10px 0 0 0;
	padding: 0;
}

#googlecontainer #userFeedback {
	width:400px;  
	height:50px;
	line-height: 50px;
	margin:-100px 0 0 -100px;  
	position:fixed;
	_position:absolute;
	z-index: 10000000;  
	top:50%;  
	left:50%;  	
	display:none;
	font-weight: bold;
	text-align:center;
	border: 1px solid #DBDBDB;
	background: #f2f4f5;
}

#loadtext_inde{
	width: 300px;
	padding: 10px 0 10px 0;
	border: 1px solid #DBDBDB;
	background: #f2f4f5;
	top:50%;  
	left:50%;
	position: absolute;
	margin:-25px 0 0 -150px;
}

#loadtext_inde p{
	margin: 0 0 10px 0;
	font-weight: bold;
}
/**********************************  THE CATEGORIRES **********************************/

#googlecontainer #googlemapCategories{	
	margin: 10px 0 10px 0;
	padding: 10px;
	background-color: #f2f4f5;
	min-height: 80px;
}

#googlecontainer #googlemapCategories .cats{
	margin: 10px 10px 0 0;
	float: left;
}

#googlecontainer #googlemapCategories .cats img{
	width: 21px;
	height: 31px;
	padding: 0 3px 0 3px;
}

/**********************************  COMMENTS **********************************/

#comments{
	margin: 25px 0 0 0;
	padding: 0;
}

#comments .comment{
	margin: 0;
	padding: 40px 40px 40px 20px;
	background: #f2f4f5;
	position: relative;
	background: #f2f4f5 url(../images/bg_comments.gif) repeat-x bottom;
}

#comments .comment:last-child{
	background: #f2f4f5;
}
#comments .comment .counter{
	position: absolute;
	height: 24px;
	width: 24px;
	background: #05386d;
	color: #FFF;
	text-align:center;
	line-height: 24px;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	right: 0;
	top:0;
	font-weight: bold;
}

#comments .comment .date{
	color: #909090;
}

#comments .comment .date span{
	color: #05386d;
}

#comments .comment .text {
	margin: 5px 0 0 0;
}

/**********************************  OPTIONS **********************************/


#getFindAddress, #getFindOnMap, #getRouteplanning, #getSearchDestinations {
	display: none;
}

.closeOverlay {
	background: url(../images/btn_close.png) no-repeat;
	height: 26px;
	width: 26px;
	margin: -13px -12px 0 0;
	text-indent: -9999px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.searchDestinations, .findAddress {
	background: #FFF;
	width: 630px;
	height: 170px;
	margin: 100px 0 0 45px;
	padding: 2px;
	position: relative;
}

.findAddress {
	height: 272px;
	margin: 60px 0 0 45px;
}

.searchDestinations .topText, .findOnMap .topText, .findAddress .topText  {
	padding: 18px 0 0 18px;
}

.routeplanning {
	background: #FFF;
	width: 630px;
	height: 288px;
	margin: 50px 0 0 45px;
	padding: 2px;
	position: relative;
}

.findOnMap {
	background: #FFF;
	width: 630px;
	height: 288px;
	margin: 50px 0 0 45px;
	padding: 2px;
	position: relative;
}

.findOnMap ul {
	background: #f4f6f6 url(../images/bg_spacer.gif) repeat-y 310px;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0 0 27px 18px;
	height: 178px;
	overflow-y:auto;
}

.findOnMap li {
	float: left;
	background: url(../images/bg_arrow.gif) no-repeat center left;
	padding: 0 0 0 18px;
	width: 288px;
	margin: 15px 0 0 0;
}

.findOnMap li.second {
	width: 210px;
}

.findOnMap li a {
	color: #05386d;
	text-decoration: underline;
}

.findOnMap li a:hover {
	text-decoration: none;
}

/**********************************  SEARCHRESULTS **********************************/

#searchResults{
	margin: 20px 0 0 0;
	padding: 0;
}

#searchResults span{
	font-weight: bold;
	text-transform:uppercase;
}

#searchResults ul { 
	list-style: none;
	margin: 20px 0 0 0;
}

#searchResults li{
	background: #f2f4f5 url(../images/bg_comments.gif) repeat-x bottom;
	height: 46px;
	line-height: 40px;
	padding: 0 0 0 13px;
}

#searchResults li:last-child{
	background: #f2f4f5;
	height: 40px;
}

#searchResults li a{
	color: #000;
	text-decoration: none;
	float: left;
	background: url(../images/bg_arrow.gif) no-repeat center left;
	padding: 0 0 0 18px;
}

#searchResults li a.show{
	width: 75px;
	height: 40px;
	float: right;
	text-align: center;
	color: #FFF;
	background: #05386d;
	padding: 0;
}
#searchResults li a.borderleft{
	border-left: 2px solid #f2f4f5;
} 


/**********************************  PREFERENCES **********************************/

#forms {
	padding: 2px;
}

#forms .topText{
	padding: 18px 0 0 18px;
}

#forms .toogle{
	height: 40px;
	text-align: center;
	color: #FFF;
	background: #05386d;
	padding: 0;
	display: block;
	line-height: 40px;
	margin: 10px 0 0 0;
	font-size: 13px;
	text-decoration:none;
}

#googleusermap,#polygonMap {
	margin: 10px 0 0 0;
}

.colourpicker {
	height: 28px;
	color: #FFF;
	background: #05386d;
	border: 0;
}

.tooltip_polygonmap { 
	text-align: center;
	opacity: .70;
	-moz-opacity:.70;
	filter:Alpha(opacity=70);
	white-space: nowrap;
	margin: 0;
	padding: 2px 0.5ex;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana;
	background-color: #fff;
}


/**********************************  ROUTING **********************************/

#directionFeedback{
	background: url(../images/icon_print.gif) no-repeat;
	padding: 0 0 0 25px;
	display: none;
	height: 20px;
	width: 120px;
	position: absolute;
	text-decoration: underline;
}

#directionFeedback1 {
	display: none;
}

/**********************************  THE DESTINATION **********************************/

#destDescription{
	float: left;
	margin: 0;
	padding: 0;
	width: 55%;
}
	#destDescription .padding{
		padding: 20px 20px 0 0;
	}
	
	#destDescription .picture{
		float: right;
		padding: 3px;
	}
	
	
	
#destMapFacts{
	float: right;
	margin: 0;
	padding: 0;
	width: 45%;
}

	#destMapFacts #googlemap{
		height: 250px;
		width: 100%;
	}
	
	#destMapFacts #facts{
		background: #f2f4f5;
		margin: 5px 0 0 0;
		padding: 20px;
	}
	
	#destMapFacts #facts p{
		margin: 10px 0 0 0;
	}
	
	#destMapFacts #facts p span{
		font-weight: bold;
	}
	
p.backToMap {
	margin: 10px 0 10px 0;
}
/**********************************  Headlines **********************************/

#googlecontainer h1.componentheading {
	margin: 5px 0 10px 0;
	padding: 0;	
}

#googlecontainerDest h1{
	border-bottom: 1px solid #CCC;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
}

#googlecontainer h2,#googlecontainerDest h2 {
	margin: 0 0 15px 0;
	font-size: 18px;
	color: #000;
}

.routeplanning h2 {
	padding: 18px 0 0 18px;
}

#googlecontainer fieldset h3 {
	font-size: 12px;
	color: #000;
	margin: 0 0 12px 0;
}

/**********************************  OTHERS **********************************/

#googlecontainer p.usermsg {
	background: #eee url(../images/info.png) no-repeat 10px center;
	color: #88021D;
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0 10px 0;
	padding: 20px 20px 20px 70px;
}

.tooltip-tip {
	background: #FEFFD6;
	border: 3px solid #FFF;
	color: #000;
	padding: 20px;
	width: 250px;
	z-index: 100;
}

.resetLayout{
	background: url(../images/bg_reset_layout.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 69px;
	margin: 10px 0 10px 0;
}

#googlecontainer .error {
	color:#6C0217;
	font-size: 13px;
}

.noshow {
	display: none;
}

