@CHARSET "UTF-8";
#anomaly_toolbar {
  /*
  border: 1px solid gray;
  background-color: #CBCBCB;
  margin: -1em 0 1em 0;
  */
}

#anomaly_toolbar table {
  width: 100%;
}

#anomaly_toolbar table td.button {
  /*
  width: 7em;
  font-weight: bold;
  cursor: pointer;
  padding: 0.3em 1em 0.3em 1em;
  border: 1px solid gray;
  background-color: #CBCBCB;
  */
}

#anomaly_toolbar #btnMitigate,
#btnDoMitigate {
  min-width: 116px;
  border: none;
  box-shadow: none;
}

#anomaly_toolbar #btnMitigate:hover,
#btnDoMitigate:hover {
}

#anomaly_toolbar #btnSuppress,
#btnDoSuppress {
  min-width: 99px;
  border: none;
  box-shadow: none;
}

#anomaly_toolbar #btnSuppress:hover,
#btnDoSuppress:hover {
}

#anomaly_toolbar table td.caption {
  width: 100%;
  text-align: center;
  padding-left: 215px;
  color: #404040;
  font: bold 24px/26px Arial;
}

#anomaly_toolbar table td.button:hover {
  /*background-color: lightgray;*/
}

#anomaly_toolbar table td.pressed {
  background-color: lightgray;
}

div.dialog {
  position: absolute;
  /*
  border: 1px solid gray;
  background-color: #CBCBCB;
  */
  width: 35em;
  display: none;
  background: none repeat scroll 0 0 #FFFFFF;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  color: #404040;
  padding: 20px;
  z-index: 3;
  overflow: visible;
}

div.dialog table {
  width: 100%;
}

div.dialog table td {
  text-align: left;
}

div.dialog span.caption {
  display: block;
  text-align: center;
  color: #404040;
  font: bold 16px/18px Arial;
  margin-bottom: 5px;
}

div.dialog span.label {
  font-weight: bold;
}

div.dialog select {
  border: 1px solid lightgray;
}

#txtSuppressTime {
  margin-left: 1em;
  border: 1px solid lightgray;
  width: 6em;
}

#selMitigateFormat {
  margin-left: 1em;
}

input.action_btn {
  padding: 0.2em 2em 0.2em 1em;
  border: 1px solid gray;
}

input.action_btn:hover {
  background-color: lightgray;
}

div.closedialog {
  width: 28px;
  height: 28px;
  position: absolute;
  top: -14px;
  right: -14px;
  cursor: pointer;
  /*background: url("../../../images/shut.png") no-repeat;*/
  background: url("../../../images/design/rss_close_btn.png") no-repeat;
}