div#selectDiv {
 width: 354px;
 margin-left: auto;
 margin-right: auto;
 background-color: white;
}

div.selectorDiv {
  margin-bottom: 1em;
  background-color: white;
  border: 1px solid white;
}

div.selectorDiv:hover {
  border: 1px dashed black;
}


img.sortArrow {
  border: 0px;
  vertical-align: -7px;
}

div#targetPest {
  float: left;
  width: 174px;
}

div#timeDiv {
  float: left;
  width: 176px;
}

p.unselected {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  background-color: white;
  width: 150px;
  height: 38px;
}

p.unselected:hover {
  background-image: url('http://npic.orst.edu/images/greenshadow.gif');
}
p.selected:hover {
  background-image: url('http://npic.orst.edu/images/greenshadow.gif');
}

p.selected {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  background-image: url('http://npic.orst.edu/images/darkshadow.gif');
  width: 150px;
  height: 38px;
}

img.selectorButton {
  width: 136px;
  height: 24px;  
}

.resultTable {
  width: 95%;
  border-collapse: collapse;
  border: 2px solid black;
  background-color: white;
}

.resultTable td,th {
  border: 2px solid black;
}

div#resultDiv {
  margin-top: 1em;
  clear: both;
}

table#msqTickTable {
  width: 80%;
  border-collapse: collapse;
  border: 2px solid black;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
}

