





#report_container dl.subheader,
#report_container dl.header {
  clear: none;
  margin: 0;
}

#report_container dl.header dt,
#report_container dl.subheader dt {
  text-align: left;
  vertical-align: bottom;
  font-family: verdana, arial, sans-serif;
  border: #666666 2px solid;
}
#report_container dl.header dt {
  background-color: #6A6A8D;
  padding: 4px;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: bold;
}

#report_container dl.subheader dt {
  background-color: #CCCCCC;
  border: thin solid #aaaaaa;
  color: black;
  border: 0;
  font-weight: normal;
}

#report_container dl.header dd,
#report_container dl.subheader dd {
  background-color: #eeeeee;
  margin: 0px;
  margin-bottom: 14px;
  padding: 0 0 0 1px;
}
#report_container dl.header dd {
  border-left: #666666 2px solid;
  border-right: #666666 2px solid;
  border-bottom: #666666 2px solid;
}

#report_container dl.subheader dd {
  margin: 6px;
  border: 0;
}

#report_container table.filter_options td {
  padding: 6px;
}



#report_container dl.header dd.text,
#report_container dl.header dd.text-info,
#report_container dl.header dd.text-larger {
  background-color: #ffffff;
  padding: 4px 6px 4px 6px;
}

#report_container div.text-info{
  border-bottom: #666666 2px solid;
  padding: 8px;
  font-style: italic;
}

#report_container dl.header dt input {
  font-weight: normal;
  vertical-align: middle;
  float: right;
  margin: -2px 0px -2px 0px;
  padding-bottom: 1px;
  height: 1.5em;
}

#report_container dl.header dt select {
  position: relative;
  font-weight: normal;
  margin: -3px 0px -1px 0px;
}

#report_container dl.datebox  {
  width: 100%;
  background-color:#E9E9E9
  padding: 0px;
  margin: 0px;
}

#report_container dl.datebox dl {
  padding-bottom: 0px;
  margin: 0px;
}

#report_container dl.datebox dt {
  background-color: #6a6a8d;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  vertical-align: bottom;
  padding: 4px;
  font-family: verdana, arial, sans-serif;
}

#report_container dl.datebox dd {
  background-color: #eeeeee;
  margin: 0px;
}
#report_container dl.box dd {
  background-color: #eeeeee;
  margin: 0px;
}

#report_container dl.box dt {
  margin-right: -4px;
}

html>body #report_container dl.box dt {
  margin-right: 0px;
}

#report_container dl.box #table_pairs_header{
  margin-right: 0px;
}

#report_container dl.box #chart_hor_stacked_header{
  margin-right: 0px;
}

#report_container dl.box dd dl dd{
  border: 0;
  margin: 0px;
}
#report_container dl.datebox dd dl dd{
  border: 0;
  margin: 0px;
}
#report_container dl.header dd dl dd{
  border: 0;
  margin: 0px;
}

#report_container table.date tr.daterange td {
  background-color: #c0c0c0;
  color: #fcfcfc;
  text-decoration: none;
  font-weight: bolder;
  height: 100%;
  padding: 3px 10px 3px 10px;
}
#report_container table.date tr.dateselect td {
  background-color: #eeeeee;
  color: #333333;
  text-decoration: none;
  font-weight: bolder;
  height: 100%;
  padding: 3px 10px 3px 10px;
}

a.search,
a.search:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 10px;
  font-weight: normal;
}
a.search:hover {
  text-decoration: underline;
}

#report_container table.dashboard {
    background-color: #FFF;
    width: 100%;
}
#report_container table.dashboard td.dashboard-header,
#report_container table.dashboard td.dashboard-middle,
#report_container table.dashboard td.dashboard-footer {
    color: black;
    padding: 4px;
    vertical-align: middle;
    border-right: 1px solid #aaa;
}
#report_container table.dashboard td.dashboard-header,
#report_container table.dashboard td.dashboard-footer {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background-color: #ecede3;
    text-align: left;
}
#report_container table.dashboard td.dashboard-middle {
    padding: 8px;
}
#report_container table.dashboard td.dashboard-middle,
#report_container table.dashboard td.dashboard-middle dd {
    background-color: #FFF;
}

#report_container table.dashboard dl.box dd {
    text-align: center;
}
#report_container table.dashboard-innertable {
    margin-left: auto;
    margin-right: auto;
}
#report_container table.dashboard-innertable th,
#report_container table.dashboard-innertable td {
    padding: 4px;
    font-weight: normal;
    color: black;
}
#report_container table.dashboard-innertable th {
    text-align: right;
}
#report_container table.dashboard-innertable tr.row_header th {
    border-bottom: 1px solid #aaa;
    font-weight: normal;
    background-color: white;
}

#report_container div.gray_box {
  border: 1px solid #aaa;
  background-color:#E9E9E9;
  padding-top: 6px;
  padding-bottom: 6px;
}


#report_container table.search tr.title td {
  background-color: #6a6a8d;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bolder;
  height: 100%;
}

#report_container table.search tr.searchbox td {
  background-color: #EEEEEE;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  height: 100%;
  padding: 3px 10px 3px 10px;
}
#report_container table.pairs th {
  background-color: white;
}

#report_container table tr.totals th,
#report_container table tr.totals td,
#report_container table th.totals,
#report_container table td.totals {
  background-color: #DDDDDD;
  font-weight: bold;
  border-top: 2px solid #aaaaaa;
}

#report_container table tr.subtotals th,
#report_container table tr.subtotals td,
#report_container table th.subtotals,
#report_container table td.subtotals {
  font-weight: bold;
  border-top: 1px solid #aaa;
}

#report_container table tr.breakout th,
#report_container table tr.breakout td,
#report_container table th.breakout,
#report_container table td.breakout {
  font-weight: normal;
}

#report_container table.chart_container {
  background-color: #eeeeee !important;
  border: thin solid #CCCCCC;
}

#report_container table.legend_container td {
    padding: 5px 0 5px 0;
    font-family: helvetica;
}

#report_container dl.legend {
    border: #666666 1px solid;
    padding: 0px;
    margin: 0px;
}

#report_container table.color_table {
    border:1px solid #cccccc;
    width:15px;
    height:15px;
    vertical-align: middle;
    empty-cells: show;
    margin-right: 5px;
    margin-left: 5px;
}

#report_container td.tab_active {
    border-left: 2pt solid #ffffff;
    border-top: 2pt solid #ffffff;
    border-right: 2pt solid #aaaaaa;
    text-align: center;
    background-color: #eeeeee;
    height:25px;
    width: 100px;
    _width: 10%;
    font-weight: bold;
    padding:3px;
}

#report_container td.tab_inactive {
    border-top: 1pt solid #ffffff;
    border-bottom: 1pt solid #aaaaaa;
    border-right: 1pt solid #aaaaaa;
    background-color: #eeeeee;
    text-align: center;
    height:25px;
    width: 100px;
    _width: 10%;
    padding:3px;
}

#report_container td.tab_right_stub {
    border: 0px none ;
    vertical-align: top;
    background-color: #c0c0c0;
    height:25px;
}

#report_container td.tab_bottom_stub {
    border-left: 2pt solid #ffffff;
    border-bottom: 1pt solid #aaaaaa;
    background-color: #eeeeee;
    height:20px;
}

#report_container table.pairs {
    background-color: #ffffff;
}

#report_container table.pairs th,
#report_container table.pairs td {
    border-bottom: 0;
}

#report_container table.pairs tr.last_row th,
#report_container table.pairs tr.last_row td {
    border-bottom: 1px solid #aaa;
}

#report_container table.pairs tr.last_row {
    border-bottom: 1px solid #aaa;
}

#report_container table.pairs th,
#report_container table.pairs td {
    border-left: 1pt solid #aaaaaa;
    border-right: 1pt solid #aaaaaa;
}
#report_container table.pairs th {
    width: auto;
}
#report_container table.pairs td {
    width: auto;
}

#report_container table.pairs th.row_header {
  background-color: #999999;
  color: white;
  text-align: left;
}

html>body #report_container dl dl.box table.pairs {
    border: thin solid #aaaaaa;
}
#report_container dl.box table.pairs {
    border: 0;
}
html>body #report_container dl.subheader table.pairs {
    border: thin solid #aaaaaa;
}
html>body #report_container dl.header table.pairs {
    border: thin solid #aaaaaa;
}

#report_container dl dl.header table.cols {
    border: thin solid #aaaaaa;
}

#report_container table.report_subsection td.colspan_subsection dl.header table.cols {
    border: 0;
}

#report_container tr.spacer td {
  border-right: 0;
  border-left: 0;
  background-color: #eeeeee;
  font-size: 0.3em;
  border-bottom: thin solid #aaaaaa;
}

#report_container table.download-link td {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
}


#report_container td.section_delimiter {
    background-color: #ffffff;
    border-top:1pt solid #888888;
    border-bottom:1pt solid #888888;
}

#report_container table.cols {
    background-color: #ffffff;
}

#report_container table.percent-layout,
#report_container table.percent-layout tr,
#report_container table.percent-layout th,
#report_container table.percent-layout td
{
  margin: 0;
  padding: 0;
  border: 0;
  width: 100px;
  height: 13px;
  text-align: left;
  vertical-align: top;
  background-color: transparent;
}

#report_container table.percent-layout td
{
  width: 40%;
  border-bottom: 0;
}

#report_container table.percent-bar{
  width: 100%;
  height: 13px;
  margin: 0;
  padding: 0;
  font-size: 0.2em;
  border: 0;
}

#report_container table.percent-bar td.empty{
  background-color:#eeeeee;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 0;
}

#report_container table.percent-bar td.full-filled{
  background-color:#6a6a8d;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-left: 0px;
  padding: 0;
}

#report_container table.percent-bar td.filled{
  background-color: #6a6a8d;
  border-bottom: 1px solid #aaa;
  border-left: 0px;
  padding: 0;
}

#report_container table.chart_hor_bar_container td
{
  padding-top: 3px;
  padding-bottom: 4px;
  text-align: center;
  vertical-align: bottom;
  white-space: nowrap;
}
#report_container h2 {
  color: #616132;
  font-family: verdana, arial, sans-serif;
  font-size: 1.4em;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

#report_header {
  margin: 0 0 3px 0;
  width: 100%;
}
#report_header h1 {
  margin: 0;
}
#report_header #report_title {
  padding-bottom: 15px;
  margin: 0;
  vertical-align: top;
}
#report_header .subtitle {
  margin-top: 3px;
}
#report_toolbar {
  text-align: right;
  white-space: nowrap;
  vertical-align: bottom;
}
#report_toolbar img {
  margin-right: 3px;
  vertical-align: middle;
}
#report_toolbar .pipe_spacer {
  padding: 0 6px 0 6px;
  color: #999;
}
/*
#report_toolbar a,
#report_toolbar a:visited {
  background-color: #FFF;
  filter: alpha(opacity=50);
  -moz-opacity: .50;
  opacity: .50;
}
#report_toolbar a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}
*/
