body {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 10pt;
  background: lightyellow;
  color: black;
  margin: 0;
}

table.page {
	width: 100%;
	border-collapse: collapse;
}

td.page-title {
	padding: 5pt;
	text-align: center;
	font-weight: bold;
	font-size: large;
	background: blue;
	color: yellow;
}

td.page-body {
	padding: 5pt;
    border-left-style: solid;
    border-left-width: 1pt;
	border-left-color: black;
	text-align: center;
}

td.footer {
	padding: 5pt;
	border-top-style: solid;
    border-top-width: 1pt;
	border-top-color: black;
	text-align: center;
}

td.menu-header {
	text-align: left;
	font-weight: bold;
	font-size: 1.25em;
	background: blue;
	color: yellow;
}

td.menu {
    padding: 0pt;
    text-align: left;
    vertical-align: top;
    width: 5%;
}

td.menu-item {
	padding: 0pt;
	text-align: left;
	vertical-align: top;
	width: 5%;
}

a.menu-item {
	font-size: small;
    text-decoration: none;
    color: black;
    white-space: nowrap;
    font-style: normal;
	font-weight: bold;
	padding: 1pt;
}

a.menu-item:hover {
    background: #9999FF;
}

div.searcherror {
	margin-left: 100pt;
	margin-right: 100pt;
	text-align: center;
	font-size: 1.2em;
	background-color: red;
	font-weight: bold;
	color: yellow;
}

div.searchmessage {
	margin-left: 100pt;
	margin-right: 100pt;
	text-align: center;
	font-size: 1.2em;
	background-color: green;
	font-weight: bold;
	color: yellow;
}

table.form {
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
    border-style: none;
    border-width: 1pt;
	border-color: black;
}

table.form th {
	text-align: left;
	padding-left: 5pt;
	padding-right: 5pt;
}
	
table.info {
	font-size: 0.75em;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
    border-style: solid;
    border-width: 1pt;
	border-color: black;
}

table.info th {
	text-align: left;
	padding-left: 5pt;
	padding-right: 5pt;
	border-top-style: dashed;
	border-top-width: 1pt;
}

table.info td {
	text-align: left;
	padding-left: 5pt;
	padding-right: 5pt;
	border-top-style: dashed;
	border-top-width: 1pt;
}

a.link {
	background: blue;
	color: yellow; 
    display: block;
}

table.data {
	font-size: 0.75em;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
    border-style: solid;
    border-width: 1pt;
	border-color: black;
}

table.data th {
	padding: 2pt;
	text-align: left;
	font-weight: bold;
	background: blue;
	color: yellow;
    border-style: solid;
    border-width: 1pt;
	border-color: black;
}

table.data td.thickright {
	border-right-style: solid;
	border-right-width: 2pt;
}

table.data td.thickboth {
	border-right-style: solid;
	border-right-width: 2pt;
	border-left-style: solid;
	border-left-width: 2pt;
}

table.data th.thickright {
	border-right-style: solid;
	border-right-width: 2pt;
}

table.data th.thickboth {
	border-left-style: solid;
	border-left-width: 2pt;
	border-right-style: solid;
	border-right-width: 2pt;
}

table.data td.sub-header {
	font-weight: bold;
}

table.data tr.odd {
	background: white;
}

table.data tr.even {
	background: lightblue;
}

table.data td {
	padding: 2pt;
    border-style: solid;
    border-width: 1pt;
	border-color: black;
}

table.sortable {
	font-size: 0.75em;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
    border-style: solid;
    border-width: 1pt;
	border-color: black;
}

table.sortable a.sortheader {
	background: blue;
	color: yellow; 
    display: block;
}

table.sortable span.sortarrow {
    color: yellow;
    text-decoration: none;
}

table.sortable th {
	padding: 2pt;
	text-align: left;
	font-weight: bold;
	background: blue;
	color: yellow;
    border-style: solid;
    border-width: 1pt;
	border-color: black;
}

table.sortable td.thickright {
	border-right-style: solid;
	border-right-width: 2pt;
}

table.sortable td.sub-header {
	font-weight: bold;
}

table.sortable tr.odd {
	background: white;
}

table.sortable tr.even {
	background: lightblue;
}

table.sortable td {
	padding: 2pt;
    border-style: solid;
    border-width: 1pt;
	border-color: black;
}

table.sortable tr.sortbottom {
	padding: 2pt;
	font-size: .85em;
}

table.sortable td.nav {
	border-style: none;
	border-collapse: collapse;
	border-width: 0pt;
}

table.graph-data {
	margin-left: auto;
	margin-right: auto;
}

table.graph-data td.graph {
	padding-right: 10pt;
}

table.graph-data td.data {
	padding-left: 10pt;
	vertical-align: top;
}

div.graph-title {
	text-align: center;
	color:	black;
	font-size: 1em;
	font-weight: bold;
}	

div.table-title {
	text-align: center;
	color:	black;
	font-size: 1em;
	font-weight: bold;
}	

div.table-info {
	text-align: center;
	color:	black;
	font-size: .7em;
}

div.table-info-2 {
	text-align: center;
	color:	black;
	font-size: 1em;
}

table.header {
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1pt;
	border-color: black;
}

table.header td.header-cur {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

table.header td.header-nav-left {
	text-align: left;
	font-size: .75em;
	padding-left: 00pt;
	padding-right: 40pt;
}

table.header td.header-nav-right {
	text-align: right;
	font-size: .75em;
	padding-left: 40pt;
	padding-right: 00pt;
}
