<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* css for dijit DrawBox */
.draw-items{
  overflow-y:hidden;
}

.draw-items .draw-item{
  width:40px;
  height:40px;
  background-repeat: no-repeat;
  text-align: center;
  float: left;
  margin: 7px;
}

.draw-items .draw-item{
  float: left;
}

.draw-item .selected, .draw-item:hover{
  background-color: #C0C0C0;
}
.selected{
  background-color: #C0C0C0;
}
.point-icon{
  background-image: url(../images/circle.png);
}

.extent-icon{
  background-image: url(../images/extent.png);
}


.polygon-icon{
  background-image: url(../images/polygon.png);
}

.drawings-clear{
  text-decoration:underline;
  cursor:pointer;
  display:block;
  margin-top:7px;
}
.ritemclass 
{
    font-family: Verdana,arial;
    font-size: 9pt;
    cursor: pointer;
    color: blue;
    text-decoration: underline;
    padding: 4px 6px 4px 6px;
    
}
.ritemclass:hover
{
    background-color: #C0C0C0;
}
.clearlink 
{
    width: 90%;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}</pre></body></html>