body {
    margin: 0;
    font-family: arial, helvetica, sans-serif;
    background-color: white;
}

img {
    border-style: none;
}

div.menubar {
    display: none;
    background-color: #f0f0f8;
}

div.menu {
    font-size: 12px;
    text-align: right;
}

table.frame {
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.shaded {
    background-color: #f0f0f8;
    border: 1px solid gray;
    border-collapse: collapse;
}

.content_area {
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
    border: 1px solid gray;
    background-color: #f0f0f8;
}

#titleH1 {
    padding: 8px;
    margin: 0;
    font-weight: bold;
    font-size: 28px;
    text-align: left;
}

td.icon {
    vertical-align: middle;
}

td.icon img {
    width: 95px;
}

td.value {
    vertical-align: middle;
}

span.huge {
    font-size: 78px;
    padding: 10px;
}

span.big {
    font-size: 38px;
}

td.pTabLabel {
    font-size: 14px;
    width: 102px;
    text-align: right;
}

td.pTabValue {
    border: solid 1px black;
    min-width: 10em;
    width: 10em;
    font-family: monospace;
    font-size: 14px;
    text-align: right;
}

td.pTabMarker {
    overflow: hidden;
}

#production {
    width: 100%;
}

#graph {
    background-color: white;
    display: none;
    border: none;
    padding: 3px;
}

#genMarker {
    position: relative;
}

#useMarker {
    position: relative;
}

#energyValue {
    color: green;
}

#CO2Value {
    color: #d00;
}

#distValue {
    color: #d00;
}

#site_image_cell {
/*
    width: 380px;
    height: 225px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/andrews-food-systems-overview.jpg');
    overflow: hidden;
*/
}

#installer_logo_cell {
/*
    width: 200px;
    height: 66px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/images/installer-logo.png');
    overflow: hidden;
*/
}

#logo_area {
    display: none;
/*
    text-align: center;
    border: 1px solid gray;
*/
}

#hdr_egauge_logo {
    width: 64px;
}

#hdr_customer_title table {
    margin-left: auto;
    margin-right: auto;
}

#hdr_customer_title_text {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    text-align: right;
}

#hdr_customer_title_text:before {
/*    content: "Solar Electricity at ";*/
}

#hdr_customer_title_image_cell {
/*
    position: relative;
    width: 178px;
    height: 47px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/images/customer-logo.png");
*/
}

#hdr_customer_title img {
    vertical-align: middle;
}

#content_div {
    position: relative;
}

#downCounter {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 12px;
    font-style: italic;
    text-align: right;
    color: blue;
}
