﻿BODY.report
{
  background-image: none;
}

.report_export_section
{
  position: absolute; 
  top: 0px; 
  left: 0px; 
  padding: 4px 20px;
}

.report_container
{
  margin: 27px 20px;
  color: #000060;
  font-family: Arial;
}
.report_title
{
  font-size: 18pt;
  font-weight: bold;
}
.report_header
{
  font-size: 12pt;
}
.report_hdrtag
{
  font-size: 11pt;
}
.report_delim
{
  font-size: 0.01pt;
}

.report_tbl
{
  font-size: 10pt;
}
.report_tbl_hdr
{
  background-color: #F1FAF1;
  color: #607060;
  /*font-style: italic;
  font-weight: bold;*/
}
.report_tbl_hdr_cell
{
  border-top: solid 2px #000000;
  border-bottom: solid 1px #000000;
  padding : 10px 10px 2px 2px;
  vertical-align: bottom;
}

.report_tbl_row
{
}

.report_tbl_row_cell
{
  border-bottom: solid 1px #000000;
  padding : 5px 2px;
  vertical-align: middle;
}
.report_tbl_row_cell_nrm
{
  background-color: #F8FCF8;
  border-bottom: solid 1px #000000;
  padding : 5px 2px;
  vertical-align: middle;
}
.report_tbl_row_cell_alt
{
  background-color: #ECF7EC;
  border-bottom: solid 1px #000000;
  padding : 5px 2px;
  vertical-align: middle;
}
.report_tbl_row_cell_total
{
  background-color: #E4EFE4;
  border-bottom: solid 1px #000000;
  padding : 5px 2px;
  vertical-align: middle;
}

.report_lnk:link, 
.report_lnk:visited, 
.report_tbl_row A:link, 
.report_tbl_row A:visited
{ 
  color: #486189;
  text-decoration: none;
}
.report_lnk:hover, 
.report_tbl_row A:hover
{ 
  color: #6783AF;
  text-decoration: underline;
}
.report_pickup_title
{
  font-size : 10pt;
  font-weight: bold;
  padding: 10px 0px;

}