div.infoWindow {
  overflow: none;
  width: 350px;
}

div.infoWindow.full {
  width: 100%;
}

div.infoWindow div.hd {
  margin: 5px 0;
  width: 330px;
  font-weight: bold;
  font-size: 12px;
  background:  #c1daec;
  color: #4A5D72;
  padding: 4px;
  border-bottom: solid 1px #88a8cc;
  border-radius: 0 8px 0 0;
  -webkit-border-radius: 0 8px 0 0;
  -moz-border-radius: 0 8px 0 0;
  -khtml-border-radius: 0 8px 0 0;
}

div.infoWindow div.ft {
  margin-top: 8px;
}

div.infoWindow a:link,
div.infoWindow a:visited,
div.infoWindow a:active {
  text-decoration: underline;
  color: #4A5D72;
}

div.infoWindow div.bd table {
  border-collapse: collapse;
  width: 98%;
}

div.infoWindow div.bd tbody tr {
  border-bottom: solid 1px #c0c0c0;
}

div.infoWindow div.bd th {
  font-size: 10px;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  background-color: #4A5D72;
  height: 15px;
  padding: 2px;
  text-align: center;
}

div.infoWindow div.bd td {
  vertical-align: middle;
  padding: 3px;
  font-size: 12px;
  padding: 2px;
}

div.infoWindow div.bd td.name {
  width: 50%;
  white-space: nowrap;
}
div.infoWindow#incidentContainer div.bd td.name {
  width: auto;
}

div.infoWindow div.bd td.value {
  text-align: right;
}

div.infoWindowSection {
}

div.infoWindowSection a:link,
div.infoWindowSection a:visited,
div.infoWindowSection a:active {
  font-weight: normal;
  color: #222222;
}

div.infoWindowSection div.hd {
  margin: 5px 0 2px 0;
  font-weight: bold;
  font-size: 12px;
  color: #4A5D72;
  background: #ffffff;
  border: none;
  padding: 4px 0;
}

div.infoWindowSection div.miniChartTitle {
  text-align: center;
  padding-bottom: 0;
}

div.infoWindowSection div.miniChartTitle a:link,
div.infoWindowSection div.miniChartTitle a:visited,
div.infoWindowSection div.miniChartTitle a:active {
  font-size: 12px;
  color: #4A5D72;
}

div.infoWindowSection div.miniChartTitle span.divider {
  color: #bbbbbb;
  font-size: 9px;
  padding: 0 5px;
}

div.infoWindowSection div.miniChartTitle a.selected {
  text-decoration: none;
  font-weight: bold;
}

div.srch_vms_page {
  clear: both;
  width: 90%;
  padding: 3px 3px;
  margin: 5px 3px 5px 0px;
  font-size: 10pt;
  font-family: courier new, monospace, vt100;
  font-weight: bold;
  /* white-space: pre; */
  white-space: nowrap;
  background: black;
  color: #ffcc00;
  text-align: left;
}
