/* general */
body {
 font-size: 10pt;
 font-family: verdana, arial, helvetica, sans-serif;
 margin: 0;
/* padding: 10px;*/
 width: 100%;
 height: 100%;
}

a:link {
  color: #006996;
  text-decoration: none;
}
a:visited {
  color: #6A5ACD;
  text-decoration: none;
}
a:active,
a:hover {
  color: #0088B5;
  text-decoration: underline;
}
h1 {
 margin: 0 0 10px 0;
 padding: 0;
 font-size: 16pt;
}
h2 {
 color: #828282;
 font-size: 14pt; 
 margin: 0 0 10px 0;
 padding: 0;
}
#tabs h3 {
 color: #828282;
 font-size: 13pt; 
 margin: 0 0 20px 0;
 padding: 0;
}
h4 {
 font-size: 12pt; 
 margin: 0 0 10px 0;
 padding: 0;
}
h5 {
 font-size: 11pt; 
 margin: 0 0 10px 0;
 padding: 0;
}


/* 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;
}

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;
}
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;
}

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; 
}

