/* Service status page */

.cellBorder {
  border-bottom: 1px dotted black;
  vertical-align: bottom;
}

.statusContent {
  padding-left: 0px; 
  font-size: 14px;
}

.statustable {
  border-collapse: collapse; 
  border: 1px solid black; 
  margin: 20px 0 20px 0;
}

.statustable .moreinfo {
  text-decoration: underline; 
  cursor: pointer; 
  color: #6d6d9d;
}

#viewIssue {
  margin-top: -20px;
}

#viewIssue .system {
  font-size: 14px; 
  margin: 0 0 -14px -10px;
}

#viewIssue .description {
  margin-bottom:-14px;
  padding-left:0;
  padding-top:10px;
  font-size: 12px;
}

#viewIssue .close {
  float: right; 
  cursor: pointer; 
  /* margin: 12px 10px -10px 0; */  
  margin:-6px 10px -14px 0;
  text-decoration: underline;
}

#statuskey {
  list-style-type: none; 
  margin-left: 180px; 
  padding: 4px 0 40px 0;
}

#statuskey li {
  float: left; 
  padding-left: 24px;
}
#statuskey li img {
  padding-right: 6px;
  position: relative; 
  top: 3px; 
}

#keyText {
  text-align: center; 
  margin-top: -20px; 
  padding-bottom: 20px;
}

#viewissuebox {
  margin-top: 0px;
  padding-top: 0px;
}

.issueHead {
  font-size: 18px; 
  margin: 20px 0 -10px -10px; 
  font-weight: bold;
}

.tableHead {
  background: #EEEEEE;
}

.statustable .statusicon {
  position: relative; 
  top: 4px; 
}

.statustable .active {
  cursor: pointer;
}

#ssMaintenanceMsg {
  height: 100px; 
  margin: 20px 0 0 120px;
}

#timeMsg {
  margin-top: -14px; 
  padding: 0 0 20px 0;
}

.statusinformation { 
  padding:10px 10px 0; width:747px; background: #fff;
}
