
.olVoyFootprint          { border: 2px solid red;   }
.olVoyFootprintQuery     { border: 2px solid green; }
.olVoyFootprintQueryRun  { border: 2px dashed green; }
.olVoyFootprintExtent    { border: 2px solid blue;  }
.olVoyFootprintSelection { border: 2px solid yellow; }

.ants-outerbox {
  background: url(img/ants-vertical-green.gif) repeat-y -6px 0;
	overflow: hidden;
	padding: 0 2px;
	position: relative;
}

.ants-innerbox {
  background: url(img/ants-horizontal-green.gif) repeat-x 0 -6px;
  padding: 2px 0 0 0;
  height: inherit;
}

.ants-header {
  background: url(img/ants-vertical-green.gif) repeat-y 0 0;
  height: 100%;
  margin-bottom: 4px;
  position: absolute;
  right: 0;
  width: 2px;
}

.ants-footer {
  background: url(img/ants-horizontal-green.gif) repeat-x 0 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  padding: 1px 0 0 0;
  width: 100%;
}



