@charset "iso-8859-1";

body {
    background-color: #edecdf;
    margin: 0;
    padding: 10px 10px;
}

h1 {
    font-size: 220%;
}
h2 {
    font-size: 190%;
}
h3 {
    font-size: 160%;
}
h4 {
    font-size: 130%;
}
h5 {
    font-size: 100%;
}
h6 {
    font-size: 70%;
}

#nav {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 110px;
    float: left;
    margin-left: -1px;
    padding: 10px 10px 10px 1px;
}

#nav a {
    font-size: 10px;
    text-decoration: none;
    color: #7D7D7D;
}

#content {
    padding: 10px 0px 10px 10px;
    margin-left: 110px;
    border-left: 1px solid #006;
}

#header {
    /*background-color: #fff;
    color: #006;*/
    padding: 0px 0px 10px 1px;
    border-bottom: 1px solid #006;
    margin-bottom: 0px;
}

#footer {
    background-color: #fff;
    color: #006;
    border-top: 1px solid #006;
    font-size: 10px;
    text-align: right;
    padding: 2px 10px 0 0;
    clear: both;
}

.spacer {
    clear: both;
}

.logo {
    float: left;
}

table
{
    font-size: 100%;
    width: 100%;
    border: 0;
    /*border: solid 1px #663300;*/
    text-align: center;
}

img {
    border: 0;
}

ul {
   text-align: left;
   vertical-align: top;
   margin: 0;
   padding: 0;
   list-style-type: none;
   display: block;
}

ul.menu_content {
   margin: 10px;
   padding: 10px;
   list-style-type: disc;
}

li {
    border-bottom: 1px solid #006;
}

li.menu_content {
    padding: 5px;
    border-bottom: 0px;
}

.portlet {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #fff;
    color: #000;
    border: solid 2px #000;
    margin: 0px 0px 10px 0px;
    width: 100%;
}

.breadcrumbs {
    border-bottom: 1px solid #006;
    width: 100%;
}

.portal_content {
    padding-left: 10px;
    padding-right: 10px;
}

.portlet_heading {
    background-color: #7D7D7D;
    color: #FFFFFF;
    text-align: center;
    border-bottom: 1px solid #006;
    width: 100%;
}

.portlet_subheading {
    text-align: right;
    border-bottom: 1px solid #006;
}

.portlet_footer {
    text-align: right;
    border-top: 1px solid #006;
}

.portlet_section {
    text-align: right;
    border-top: 1px solid #006;
}

.table_header {
    background-color: #F4C200;
    color: #7D7D7D;
    text-align: center;
    font-size: 80%;
}

.table_title {
    text-align: center;
    font-size: 100%;
    font-weight: bold;
}

.row_table {
    text-align: left;
}

.row_heading {
    background-color: #F4C200;
    color: #7D7D7D;
    text-align: right;
    font-size: 80%;
    width: 30%;
}

.info {
    text-align: center;
}

.title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 220%;
    font-weight: bold;
    /*color: #663300;*/
    color: #7D7D7D;
    vertical-align: bottom;
}

table.summary {
    border-collapse: collapse;
}

.explanatory {
    text-align: left;
}

.setting {
    text-align: left;
    font-weight: bold;
}

.small_setting {
    text-align: left;
    font-weight: bold;
    font-size: 80%;
}

.setting td {
    border-top: 1px solid #006;
}

.small_setting td {
    border-top: 1px solid #006;
}

.event {
    text-align: left;
    background-color: #D5D5D5; 
}

.reason {
    text-align: left;
}

.strata {
    text-align: left;
}

.aggregate_strata {
    text-align: left;
    font-weight: bold;
}

.aggregate_strata td {
    border-top: 1px solid #006;
}

.summary_data{
    text-align: center;
}

.state {
    text-align: left;
}

.date {
    white-space: nowrap;
}

.previous {
    text-align: left;
}

.next {
    text-align: right;
}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
}

img.half_graph {
    /*width: 100%*/;
}

img.full_graph {
    /*width: 100%*/;
}

.report_heading {
    background-color: #7D7D7D;
    color: #FFFFFF;
    text-align: center;
    border-bottom: 1px solid #006;
    width: 100%;
}

.report_section {
}

.report_section ul {
    margin: 2em;
    list-style-type: disc;
}

.report_section li {
    border-bottom: none;
}

.report_title {
    text-align: left;
    border-bottom: 1px solid #006;
    font-weight: bold;
    font-size: 150%;
}

.report_subtitle {
    text_align: left;
    font-weight: bold;
    font-size: 120%;
}
