/* common for all reports tables */

table.report {
  border-right: 1px solid #69c;
  border-left: 1px solid #69c;
  border-top: 1px solid #69c;
  border-bottom: 1px solid #69c;
}

table.report td {
  vertical-align: top;
  white-space: nowrap;
}

/* alternate rows get these colors (o=odd, e=even) */
table.report tr.o {
  background-color: #fff;
}

table.report tr.e {
  background-color: #efefef;
}

table.report td.l {
  text-align: left;
}

table.report td.rlb {
  border: 0 solid;
  border-left-width: 1;
  border-left-color: #69c;
}

table.report td.rrb {
  border: 0 solid;
  border-right-width: 1;
  border-right-color: #69c;
}

/* category title is bold, bg color dddddd */
table.report tr.categorytitle td {
  text-align: center;
  background-color: #ddd;
  font-weight: bold;
  color: #606060;
}

/* column title is bold, bg color efefef */
table.report tr.columntitle td {
  background-color: #efefef;
  font-weight: bold;
}

/* report table title */
table.report tr.tabletitle td {
  background-color: #69c;
  font-weight: bold;
  color: #fff;
  padding: 4px;
}

/* links */
table.reportV2 tr.columntitle a {
  color: #00f;
}

/* totals row is white, bold, 12pt */
table.report tr.totals td {
  background-color: #69c;
  font-weight: bold;
  font-size: small;
  color: #fff;
}

/* averages is white, 10pt */
table.report tr.averages td {
  padding-top: 0;
  background-color: #69c;
  color: #fff;
}

/* cells aligned to the right unless otherwise specified */
table.report td {
  text-align: right;
}

/* use this for no data row */
table.report td.nodata {
  text-align: center;
  background-color: #fff;
}

/* new report style */
table.reportV2 {
  width: 97%;
  margin: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

table.reportV2 td {
  padding: 5px 7px;
  text-align: right;
  vertical-align: top;
  font-size: 0.83em;
  border-bottom: 1px solid #eee;
}

/* don't alternate colors... */

table.reportV2 tr.odd {
}

table.reportV2 tr.even {
}

table.reportV2 tr.hover {
  background: #ffe !important;
}

/* column title */
table.reportV2 tr.columntitle td {
  color: #666;
  font-weight: bold;
}

/* report table title -- used for totals row at the top */
table.reportV2 tr.tabletitle td {
  color: #333;
  font-size: 1em;
  border-top: 1px solid #ccc;
  background: #efefef;
}

/* links */
table.report tr.columntitle a {
  color: #00f;
}

/* totals row */
table.reportV2 tr.totals td {
  color: #333;
  font-size: 1em;
  border-top: 1px solid #ccc;
  background: #efefef;
}

/* averages */
table.reportV2 tr.averages td {
  color: #333;
  font-size: 1em;
  border-top: 0 solid #ccc;
  background: #f9f9f9;
}

/* summary */
table.reportV2 tr.summary td {
  color: #333;
  font-size: 1em;
  border-top: 0 solid #ccc;
  background: #dfdfdf;
}

/* use this for no data row */
table.reportV2 td.nodata {
  text-align: center;
  font-size: 1em;
  color: #999;
  border: 1px solid #ccc;
}

/* payment summary report table */
table.paymentreport {
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

table.paymentreport td {
  border-right: 1px solid #e0e0e0;
  border-left: 0;
  border-top: 0;
  border-bottom: 1px solid #e0e0e0;
}

/* column title is bold, bg color efefef */
table.paymentreport tr.columntitle td {
  background-color: #efefef;
  font-weight: bold;
}

/* report table title */
table.paymentreport tr.tabletitle td {
  text-align: left;
  background-color: #69c;
  font-weight: bold;
  color: #fff;
  padding: 4px;
}

table.payment-details {
  border: 1px solid #69c;
}

td.payment-description {
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #cfcfcf;
}

td.payment-value {
  border-right: 1px solid #dfdfdf;
}

td.payment-description-top {
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #cfcfcf;
}

td.payment-value-top {
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #dfdfdf;
}

.lightblue {
  background-color: #e6f3ff;
}

tr.submitrow td {
  padding: 0.5em;
  margin: 0;
  background: #e6f3ff;
  border: 1px solid #ccc;
  border-width: 1px 0;
}

p.submitrow {
  padding: 0.5em;
  background: #e6f3ff;
  border: 1px solid #ccc;
  border-width: 1px 0;
}

.warningicon {
  border: 1px solid #b9960b;
  background-color: #f2c313;
  padding-left: 0.3em;
  padding-right: 0.3em;
  font-weight: bold;
}

a.activelink:visited {
  color: blue;
}

span.client-id-text {
  padding-left: 0.5em;
}

h2.sectiontitle {
  margin-top: 0.25em;
}

h3.tabletitle {
  padding-bottom: 1em;
}

tr.submitrow td.savecancel {
  padding: 0;
}

tr.submitrow td.submitbutton {
  border: none;
  width: 10px;
}

tr.submitrow td.submitlink {
  border: none;
  text-align: right;
  vertical-align: bottom;
}
