/* tables */
section table {
 font-size: 8pt;
 margin: 0 0 20px 0;
 padding: 0;
 text-align: left;
 border-collapse:separate;
 border-spacing:0.5px 0.5px;
 border: 1px solid #848F9F;
 border-left: none;
}

footer table {
 border:none !important;
 font-size: inherit;
}

section table thead tr {
 background-color: #BCC4D0;
}

section table tbody tr.shaded {
 background-color: #EFEFEF;
}

section table.full,
section table.list {
 width: 80%;
}

section table.list thead tr .header {
 background-image: url('img/bg.gif');
 background-repeat: no-repeat;
 background-position: center right;
 cursor: pointer;
}
section table.list thead tr .headerSortUp {
 background-image: url('img/asc.gif');
}
section table.list thead tr .headerSortDown {
 background-image: url('img/desc.gif');
}
section table thead tr th {
 margin: 0;
 padding: 1px 4px;
 border-left: 1px solid #848F9F;
 
 white-space:nowrap;
}
section table thead tr td {
 color: #363636;
 margin: 0;
 padding: 0px 3px;
 border-left: 1px solid #848F9F;
 border-bottom: 1px solid #848F9F;
 white-space:nowrap;
}
section table thead tr td.wrap {
 border-top: 1px dotted #848F9F;
}
section table thead tr th img {
 margin: 0;
 padding:0;
 width: 12px;
 height: 12px;
}
section table tbody tr {
 background-color: #FFFFFF;
}
footer table tbody tr {
 background: none !important;
}
section table tbody tr.odd {
 background-color: #EDF4FF;
}

section table tbody tr.total {
 background-color: #EFEFEF;
}

section table tbody tr.total td {
 border-top: 1px dotted #848F9F;
}

section table.list tbody tr:hover {
 background-color: #FFF8E9;
 cursor:pointer;
}
section table tbody td {
 margin: 0;
 padding: 5px;
 vertical-align: top;
 border-left: 1px solid #848F9F;
 white-space:nowrap;
 font-size: 10px;
}


footer table tbody td {
 border: none !important;
}

section table.full,
section table.full tbody tr,
section table.full tbody tr td {
 background: none;
 border: none;
 text-align: right;
 font-size: 20px; 
}


.sub {
 display: section table-row;
 margin: 0;
 padding: 0;
 float: none;
 clear: none;
 font-size: 7pt;
}


.hideandshow {
 display: section table-row;
 margin: 0;
 padding: 0;
 float: none;
 clear: none;
 font-size: 7pt;
}

.toggle {
 display: inline;
 float: none;
 clear: none;
}

.collapse {
  background: transparent url('/images/collapse.png') no-repeat center left; 
}


