/* CSS Document */


#searchinplace {
width:95%;
border:1px solid #3c1e00;
padding:5px;
background: #f7ebc4;
color:#3c1e00;
}
#searchinplace h3{
width:100%;
text-align:center;
margin-bottom:5px;
}
.module-results {

width:95%;

}

#otherplaces {
width:95%;
border:1px solid #3c1e00;
padding:5px;
background: #f7ebc4;
}
#sub_otherplaces {
width:49%;
text-align:center;
}
#advanced {
width:90%;
border:1px solid #3c1e00;
padding:5px;
background: #f7ebc4;
color:#3c1e00;
}

#advanced table td {
line-height:25px;

}

.divadvanced
{

background:#fff;
}

/*
ALL continents
*/
#allcontinents h1 { 	
	color: #00a0bd;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	height: 35px;
	width: 149px;
	text-decoration: none;
	padding: 9px 0 0 36px;
	background: url(../images/h3.html) top center no-repeat;
	font-weight: bold;
	line-height: 34px;
	margin-top:15px;
}

#allcontinents h2 {
color: #fff; 	
font-family: Tahoma, Arial, sans-serif;
font-size:11px;
font-weight:bold;
text-transform:uppercase;
text-decoration:underline;
padding:0 0 0 5px;
margin:5px 0 0 5px;
background-color:#0ba8df;
line-height:20px;
}

#allcontinents h4 {
color: #00a0bd; 	
font-family: Tahoma, Arial, sans-serif;
font-size:11px;
font-weight:bold;
text-transform:capitalize;
text-decoration:underline;
padding:0 0 0 5px;
margin:10px 0 0 5px;
}

#allcontinents a { 	
	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left:10px;
	text-transform:capitalize;
}
/*
FIRSTREGION
*/

#firstregion h3 { 	
	color: #00a0bd;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	height: 35px;
	width: 149px;
	text-decoration: none;
	padding: 9px 0 0 36px;
	background: url(../images/h3.html) top center no-repeat;
	font-weight: bold;
	line-height: 34px;
}

#firstregion h4 {
color: #00a0bd; 	
font-family: Tahoma, Arial, sans-serif;
font-size:11px;
font-weight:bold;
text-transform:uppercase;
text-decoration:underline;
padding:0 0 0 10px;
margin:5px 0 0 5px;
}
#firstregion a { 	
	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left:10px;
	text-transform:capitalize;
}

a.linktoloc {
  color: #155867;
  font-size: 11px;
  font-weight:bold;
  
}

a.linktolocgeo {
  color: #00a0bd;
  font-size: 11px;
  font-weight:bold;
  text-decoration:none;
  
}

.modlocinfos {
color: #ff6600;
font-size:11px;
font-weight:bold;

}
a.linktolocgeo:hover {
  color: #ff6600;
 
}

/* tabs */

dl.tabs {
	float: left;
	margin: 10px 0 -1px 0;
	z-index: 50;
}

dl.tabs dt {
	float: left;
	padding: 4px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: 3px;
	background: #f0f0f0;
	color: #666;
	font-size:10px;
}

dl.tabs dt.open {
	background: #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
	z-index: 100;
	color: #000;
}

div.current {
	clear: both;
	border: 1px solid #ccc;
	padding: 10px 10px;
}

div.current dd {
	padding: 0;
	margin: 0;
}