﻿.map
{
}



.mapset
{
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.centerInputs
{
	position: relative;
	padding: 2px 0;
}

.smallmap 
{
    width: 730px;
    height: 350px;
    border: 1px solid #c4a48d;
    background-color: #ffffff;
    z-index: 1;
    position: relative;
}
.middlemap 
{
    width: 730px;
    height: 530px;
    border: 1px solid #c4a48d;
    background-color: #ffffff;
    z-index: 1;
    position: relative;
    
}

#mapnavpanel {
    right: 0px;
    height: 25px; 
    width: 200px;
}
#mapnavpanel div { 
    float: left;
    margin: 5px;
}

div#mapScale
{
 border-right: solid 1px #999;
}
div#mapMousePosition{
 min-width  : 135px;
 border-right: solid 1px #999;
 text-align: center;
}
div#mapProjection
{
 border-right: solid 1px #999;
}

div#map
{
 border: 1px solid #ccc;
}

.fsmap 
{
	overflow: hidden;
    width: 100%;
    height: 730px;
    border: 1px solid #c4a48d;
    background-color: #ffffff;
}
#tags
{
    display: none;
}

.mapthumbs .panel-ct
{
	padding-top: 0px;
}
.mapthumbs h2
{
	margin-bottom: 10px;
}
.mapthumbs
{
	margin-bottom: 10px;
}
.mapthumb
{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.mapthumb .maptitle
{
	margin-bottom: 3px;
}
.mapthumb .maptags
{
	width: 160px;
}
.mapthumb .maptitle a
{
	font-size: 14px;
	font-weight: bold;
}
.mapthumb .mapby
{
	margin-bottom: 3px;
}

.mapinlist
{
	height: 110px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}
.mapinlist .mlii
{
	float: left;
	width: 500px;
}
.mapinlist .mapicon
{
	float: left;
	width: 160px;
	margin-bottom: 3px;
}

.snapshot
{
	float: left;
	width: 160px;
	height: 100px;
}

.mapinlist .mapinfo
{
	margin-left: 170px;
}
.mapinlist .maptitle
{
	margin-bottom: 3px;
}
.mapinlist .maptitle a
{
	font-size: 14px;
	font-weight: bold;
}
.mapinlist .mapcomment
{
	margin-bottom: 4px;
}
.mapinlist .mlpr
{
	margin-left: 510px;
	line-height: 150%;
}
.mapinlist .mlpr .created
{
	font-weight: bold;
}
.mapinlist .ratinggrade
{
	font-weight: bold;
}
.mapinlist .votecount
{
	margin-left: 5px;
}
.compactmap
{
	margin-bottom: 2px;
}
.compacttitle
{
	font-weight: bold;
	padding-top: 4px;
	margin-bottom: 4px;
}
.olControlPanel 
{
   margin: 0px 0px 0px 50px;
   padding:  2px 0px 2px 0px;
   background-color:Transparent;
   
}
.olControlPanel div 
{ 
  display:block;
  width:  24px;
  height: 24px;
  float: left; /* remove this if you want a vertical toolbar  */
  margin:   0px 2px 0px 2px;
}    
.olControlPanel .olControlPanMapItemActive 
{ 
  background-image: url("../i/mapcontrols/pan_on.png");
}
.olControlPanel .olControlPanMapItemInactive 
{ 
  background-image: url("../i/mapcontrols/pan_off.png");
}
.olControlPanel .olControlZoomBoxItemInactive 
{ 
  background-image: url("../i/mapcontrols/zoom_in_off.gif");
}
.olControlPanel .olControlZoomBoxItemActive 
{ 
  background-image: url("../i/mapcontrols/zoom_in_on.gif");
}
.olControlPanel .olControlZoomToMaxExtentItemInactive 
{ 
  background-image: url("../i/mapcontrols/fit_off.png");
}  
.olControlPanel .olControlFeatureInfoItemActive
{
  background-image: url("../i/mapcontrols/query_mode_on.png");
}
.olControlPanel .olControlFeatureInfoItemInactive 
{
  background-image: url("../i/mapcontrols/query_mode_off.png");
}
.olControlPanel .olControlZoomOutBoxItemActive
{
    background-image: url("../i/mapcontrols/zoom_out_on.gif");
}
.olControlPanel .olControlZoomOutBoxItemInactive
{
    background-image: url("../i/mapcontrols/zoom_out_off.gif");        
}
.olControlPanel .olControlMeasureDistanceItemInactive
{
    background-image: url( "../i/mapcontrols/distance_off.gif" );
}
.olControlPanel .olControlMeasureDistanceItemActive
{
    background-image: url( "../i/mapcontrols/distance_on.gif" );
}
.olControlPanel .olControlMeasureAreaItemActive
{
    background-image: url( "../i/mapcontrols/area_on.gif" );
}
.olControlPanel .olControlMeasureAreaItemInactive
{
    background-image: url( "../i/mapcontrols/area_off.gif" );
}
#mapStatus
{
    background-color: #e1e1e1;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    float: left;
    font-size: 10px;
    width: 730px;
}
#mapStatus div
{
    float: left;
    display: inline-block;
    padding: 4px 6px 4px 6px;
}
#mapOutput sup
{
    height: 0;
    line-height: 1;
    vertical-align: text-top;
    _vertical-align: text-top;
    position: relative;
    font-size: 8px;
}

.thumb
{
background-image: url("../i/blank.png");
}
	
