.PrsReport table {
  font-family: TimesNewRomanPSMT, TimesNewRoman, Times;
  font-size: 11pt;
  border: 1px solid #000000;
  display-me: table-row-group;
  margin-left: auto;
  margin-right: auto;
}

.PrsReportTitle p {
  text-align: center;
  font-weight: bold;
}

.PrsReportFooter p {
  margin-left: 100px;
}

.PrsReport table th {
        color : #000000;
        border: 1px solid #00000;
        text-align: center;
        padding: 1px 5px 1px 5px;       
}

.PrsReport table td {
        border: 1px solid #00000;
        padding: 1px 5px 1px 5px;       
}

td.ncell {
        text-align: right;
}

td.MwaCol {
    width: 150px;
}

th.MwaCol {
    width: 150px;
}

td.WideCol {
    width: 350px;
    white-space: nowrap;
}

th.WideCol {
    width: 350px;
    white-space: nowrap;
}

.PrsReport th {
    background: #ffeeee
}

th.orangeGroup {
    background: #fba87f
}

th.blueGroup  {
    background: #7f93fb
}

.evenReportRow td {
    background: #eeeeee
}

.oddReportRow td {
    background: #ffffaa
}
