hr {
  margin: 0;
}
#right fieldset {
  border: 1px solid #aaa;
  background-color: #fff;
  margin-bottom: .5em;
  width: 133px;
  overflow: hidden;
}
#right legend {
  margin-left: 5px;
}
#right fieldset li {
  background-color: #DEE2EF;
  padding: 2px;
  font-weight: bold;
}
.selected {
  background-color: #DEE2EF;
}
#popup {
  position: absolute;
  z-index: 100;
  height: 60%;
  top: 20%;
  width: 700px;
  left: 50%;
  margin-left: -350px;
  display: none;
  text-align: left;
}
#tools {
  position: absolute;
  top: -20px;
  width: 100%;
  line-height: 20px;
  background-color: #f68f1e;
  text-align: center;
}
#tools a {
  color: #fff;
}
#body {
  height: 100%;
  overflow: auto;
  border: 5px solid #f68f1e;
  border-top: 0;
  padding: 1em;
  background-color: #ffffff;
}
#body h2 {
  margin-top: 0;
}
.contentInner {
  font-size: 11px;
}
#theTable {
  width: 100%;
}
* html #theTable { /* fix width problem in IE */
  width: 437px;
}

.standard {
  display: none;
}
#notice {
  background: #BDD0E7;
  padding: 5px;
}
#buttons {
  margin-top: 10px;
  text-align: center;
  background: #BDD0E7;
  padding: 5px 0;
}

/******/

.heading {
  background: #F9A74D;
  padding: 0 4px;
  color: #333;
  font: bold 10px/14px verdana, arial;
  text-transform: lowercase;
}
.checkbox {
  padding: 4px;
  width: 1em;
}
.illapps {
  border-left: 2px dashed #F9A74D;
  padding: 3px 0;
}
.title {
  padding: 4px 0;
}
.from {
  text-align: center;
  margin-top: 10px;
  color: #555555;
}
td.selected, tr.selected td {
  background: #DEE2EF;
}
td {
  line-height: 14px;
}
* html .title {
  padding: 2px 0;
}
* html .checkbox {
  padding: 2px;
}
