@CHARSET "ISO-8859-1";

div.map  {
	font-weight: normal;
	font-size: 11px;
}

div.map {
	font-size: 11px;
	font-family: sans-serif;
	float: left;
	margin: 1px;
	border: 1px solid rgb(0,0,0);
	background-color: rgb(250,250,250);
}

div.map .title {
	padding: 1px;
	text-align: center;
	overflow: auto;
}

div.map .information {
	padding: 2px;
	font-weight: bold;
}

div.map .author {
	background: url("images/author.gif") center no-repeat;
}

.display img {
	border: 1px solid rgb(128,128,128);
	cursor: pointer;
}

div.map  .download70 {
	margin-left:2px;
	text-align:center;
	background-color:white;
	border:1px solid black;
	cursor: pointer;
}

div.map .download70 {
	color:rgb(0,0,0);
	background-color:rgb(200,200,200);
}	

.group {
	clear: both;
	text-align: center;
	font-size: 15px;
	font-family: sans-serif;
	font-weight: bolder;
	
	padding:0px;
	padding-top: 15px;
	margin: 0px;
}

.display hr {
	margin:1px;
}

.display .message {
	font-size: 20;
	font-weight: bolder;
	color: rgb(0,128,250);
	font-family: sans-serif;
	text-align: center;
}

.notFoundMap {
	font-size: 11px;
	font-weight: bolder;
	color: rgb(250,0,0);
	padding: 2px;
	font-family: sans-serif;
/*	background-color: rgb(220,240,230);*/
	background-color: rgb(250,250,250);
}

.download {
	text-align: center;
}

.planet {
	margin-top:4px;
	margin-left:0px;
	cursor:pointer;
	float:left;
	width:17px;
	
	background:url("images/planet.png") center right no-repeat;
} 

.flash, .flashOver {
	margin-top:4px;
	margin-left:0px;
	cursor:pointer;
	float:left;
	width:17px;
	
	background:url("images/lightning.gif") center right no-repeat;
}

.flashOver {
	background:url("images/lightning_over.gif") center right no-repeat
}

.quickdl {
	position: absolute;
	display: none;
	background-color: rgb(255,240,240);
	filter: alpha(opacity=75);
	opacity: 0.75;
	top:0x;
	left:0px;
}

#layermap {
	position: absolute;
	top:0x;
	left:0px;
	display: none;
	z-index: 5;
	background-color: transparent;
}	

#titledl {
	text-align:center;
	background-color: black;
	color:white;
	font-weight: bold;
	font-size: 13px;
	height: 15px;
	display : block;
}
