#ticketsHeading {
  padding: 3px;
  font-size: 13px;
  font-weight: bold;
  margin-top: 5px;
}
#ticketsFilter {
  padding: 3px;
}
#ticketsDescription {
  padding: 3px;
}
#ticketsContent {
  max-height: 375px;
  overflow: auto;
  width: auto;
}
.ticketData {
  width: 84%;
  float: left;
}
#ticketSubject {
  margin-bottom: 6px;
  clear: both;
}
#ticketSubject label {
  float: left;
  width: 14%;
}
#ticketText label {
  float: left;
  width: 14%;
  vertical-align: top;
}
#ticketText {
  clear: both;
  margin-bottom: 6px;
}
.ticketUnread {
  color: blue !important;
  font-weight: bold !important;
}
.ticketLink {
  width: 96%;
  padding: 2px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
#ticketNumber {
  margin-top: 5px;
  margin-bottom: 3px;
}
#ticketButtons {
  margin-top: 8px;
}
.ticketAddResponse {
  clear: both;
  margin-top: 5px;
}
.ticketRespEntry {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 4%;
  clear: both;
  border: 1px solid #757575;
  padding: 2px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ticketRespHeader {
  clear: both;
  padding:3px;
}
.ticketRespText {
  clear: both;
  padding:3px;
}
.ticketRespOn {
  font-weight: bold;
  float: left;
  margin-right: 10px;
}
.ticketRespFrom {
  float: left;
  margin-right: 10px;
}
.ticketRespStatus {
  float: right;
  margin-right: 10px;
}
