body { margin-left:  0;
       margin-right: 0;
       margin-top: 10px;
       margin-bottom: 0;
       background-color: white;
       font-family: Georgia, Times New Roman, Times, Arial, Times, serif;
       width: "100%"
}

/*   Shroud Scope definitions */

.olControlLayerSwitcher div {

}

/* The entire panel */

.olControlPanel div { 
  opacity: 0.8;
}

.olControlPanel .olControlMeasureItemActive { 
  opacity: 0.85;
  width:  50px;  
  height: 50px;
  background-image: url("lengthMeasurementsActive60.png");
  background-repeat: no-repeat;
/*
  position: relative;
  top:  0px;
  left: 50px
*/
}

.olControlPanel .olControlMeasureItemInactive { 
  opacity: 0.85;
  width:  50px;  
  height: 50px;
  background-image: url("lengthMeasurements60.png");
  background-repeat: no-repeat;
/*
  position: relative;
  top:  0px;
  left: 50px
*/
}

.olControlPanel .olControlNavigationItemActive { 
  opacity: 0.85;
  width:  50px;  
  height: 50px;
  background-image: url("panningActive60.png");
  background-repeat: no-repeat;
/*
  position: relative;
  top:    0px;
  left: 125px
*/
}

.olControlPanel .olControlNavigationItemInactive { 
  opacity: 0.85;
  width:   50px;  
  height:  50px;
  background-image: url("panning60.png");
  background-repeat: no-repeat;
/*
  position: relative;
  top:    0px;
  left: 125px
*/
}

.permalinkItemActive {
  opacity: 0.85;
  width:  50px;  
  height: 50px;
  background-image: url("permalinkActive60.png");
  background-repeat: no-repeat;
/*
  position: relative;
  top:    0px;
  left: 200px
*/
}

.permalinkItemInactive {
  opacity: 0.85;
  width:  50px;  
  height: 50px;
  background-image: url("permalink60.png");
  background-repeat: no-repeat;
/*
  position: relative;
  top:    0px;
  left: 200px
*/
}

/* 
.olControlPanel .olControlDrawFeatureItemActive { 
  opacity: 0.85;
  width:  50px;  
  height: 50px;
  background-image: url("drawingActive.png");
  background-repeat: no-repeat;
  position: relative;
  top:  0px;
  left: 275px
}
.olControlPanel .olControlDrawFeatureItemInactive { 
  opacity: 0.85;
  width:  50px;  
  height: 50px;
  background-image: url("drawing.png");
  background-repeat: no-repeat;
  position: relative;
  top:  0px;
  left: 275px
}
*/

