.RE-Container-Manager ul {
  margin: 1em;
  padding-left: 2px;
  list-style-type: disc;
}

div.leftbar {
  font-size: 12px;
  background-color: #FAFBFB;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 8px;
  margin-right: 1em;
  margin-bottom: 1em;
  width: 180px;
  box-shadow: 0 0 15px #000;
  position: fixed;
  top: 60px;
  left: 10px;
}
div.content {
  float: left;
  margin-top: 5px;
  margin-left: 220px;
}
div.header {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 12px;
}
div.subheader {
  font-size: 1.3em;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 8px;
}
div.child {
  border: 2px dotted gray;
  background-color: #EEE;
  padding: 8px;
  margin: 4px;
//  font-size: 1.2em;
  font-style: italic;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
}
table.bordered {
  border: 1px solid gray;
  background-color: white;
}
table.subcontent {
  border: 1px solid gray;
  min-width:480px;
  width:100%;
  background-color: white;
  margin-bottom: 12px;
}
table.edit {
  color: #CCC;
  font-size: 12px;
}
table.inner {
  background-color: #3A3A3A;
  padding: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  border-left: 2px solid #808080;
  width: 100%;
}
td {
  border: 0px;
}
td.left {
  vertical-align: top;
  text-align: right;
  color: #EEE;
  padding-right: 8px;
  white-space: nowrap;
}
td.right {
  color: #C0C0C0;
  text-align: left;
  padding-bottom: 4px;
}
td.padded {
  vertical-align: top;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}
td.containerouter {
  vertical-align: top;
  text-align: left;
  padding-left: 8px;
}
td.header {
  border: 0px;
  font-weight: bold;
  font-size: 1.3em;
  color: gray;
  padding-right:8px;
  padding-top:0.5em;
  padding-bottom:0.5em;
  white-space: nowrap;
  vertical-align: bottom;
}
td.headerinner {
  border: 0px;
  font-weight: bold;
  font-size: 1.1em;
  color: #EEE;
  padding-right:8px;
}
td.headerbordered {
  border: 1px solid black;
  background-color: gray;
  color: white;
}
td.bordered {
  border: 1px solid black;
}
td.bordertop {
  border-top: 1px solid #505050;
}
td.nowrap {
  white-space: nowrap;
}
ul,li {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

div.vmstatus {
  background-color: green;
  color: white;
  width: 100%;
  padding: 2px;
  font-size: 10px;
  text-align: center;
  font-weight:bold;
}
div.vmstatus.unreachable {
  background-color: #FF4500;
}
div.vmstatus.version {
  background-color: #80A000;
}
div.vmstatus.dbmismatch {
  background-color: #A0C000;
}
div.vmstatus.circular {
  background-color: #FFA500;
}
div.vmstatus.prodgen {
  background-color: #0000FF;
}

a:link {
  color: #D77719;
}
a:visited {
  color: #D77719;
}
a:hover {
  color: #F5A924;
}
a:active {
  color: #F5A924;
}

img.icon {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid black;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/images/loading.gif);
}
img.load {
  border: 1px solid black;
}

#dialog {
  display: none;
  background-color: #303030;
  color: white;
  font-size: 12px;
}

.RE-dialog {
  font-size: 12px !important;
  box-shadow:0 0 30px #000;
  -moz-box-shadow:0 0 30px #000;
  -webkit-box-shadow: 0 0 30px #000;
}
