/* CSS Document */

/** Overrule standard GeoTracing gtwidget.css CSS */
.pn-container {
  border:1px solid #FFFFFF;
}

.pn-content {
  background-color: #000000;
	border-top:solid;
	border-bottom:solid;
	border-width:1px;
	border-color:#FFFFFF;
}

.pn-closer {
	right: 0px;
}

#featurecontrols {
	visibility: visible;
}

.infopopup{
	width:301px;
	height:343px;
	background-color:#000000;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.infopopup a {
	color:white;
	text-decoration:underline;
}

.infopopup a:hover{
	color:white;
	text-decoration:underline;
}

.infopopup img{
	border:0 none;
}

.topbar{
	width:100%;
	height:10px;
}
.dragbar{
	background-color:#444444;
	width:285px;
	height:10px;
	overflow:hidden;
	float:left;
}
.closebutton{
	width:10px;
	height:10px;
	margin-top:0;
	padding-top:0;
	margin-bottom:2px;
	float:right;
	background-color:#FFFFFF;
	color:#000000;
	font-size:8px;
	font-weight:800;
	text-align:center;
	vertical-align:top;
}
.infoboxbutton{
	width:100px;
	margin-top:5px;
	margin-right:5px;
	background-color:#444444;
	float:left;
	text-align:center;
	text-decoration:none;
}
.infoboxbutton:hover{
	background-color:#777777;
	cursor:pointer;
	text-decoration:none;
}
a.infoboxbutton{
	text-decoration:none;
}
.infoboxbuttonactive{
	width:100px;
	margin-top:5px;
	margin-right:5px;
	background-color:#ffffff;
	color:#000000;
	float:left;
	text-align:center;
}

.infocontent{
	width:100%;
	margin-top:30px;
	position:inherit;
}
.infoboatname{
	font-size:18px;
}

.infoslogan{
	width:205px;
	height:60px;
	font-style: italic;
}

.infopicture{
	margin-top:5px;
	float:right;
	position:relative;
}
.infotextleft{
	width:80px;
	float:left;
}
.infotextright{
	float:left;
}
.infolocation{
	padding-top:20px;
}

.infofotos{
	width:100%;
	height:245px;
	position:inherit;
}

.infofotocontrolsleft{
	text-align:center;
	display:block;
	width:148px;
	margin-right:2px;
	float:left;
	cursor:pointer;
	margin-bottom:2px;
}
.infofotocontrolsright{
	text-align:center;
	display:block;
	width:149px;
	margin-left:2px;
	float:right;
	cursor:pointer;
	margin-bottom:2px;
}
.infofotonaam{
	float:left;
	font-weight:bold;
}
.infofotodate{
	/*  float:left;
	padding-top:2px;
	margin-left:5px;    */
	font-size:10px;
}

.infofotomaker{
	color:#999999;
	font-size:11px;
}
.infofotodescription{
	clear:both;
	font-size:11px;
}


