/* premises.css - extends standards.css */

html {
    margin:0 auto;
    background: #3787be url(/static/style_assets/bg-org.png) top left repeat-x;
}

body {
    font-size: 9pt;
    line-height: 1.4;

}

/* Premises header */
div#header_premises {
	height:65px;
	margin:15px auto 0;
	width:980px;
}
.ie_top_padding {
	padding:15px 55px 5px 15px;
}


h1.header_premises {
    font-size: 200%;
    font-weight: bold;
	padding-top:5px;
}

.feedback_area {
    padding: 15px 0 0 5px;
    text-align: right;
}

.feedback_area a {
    text-decoration: none;
    font-size: 10pt;
    color: #4785c5;
    color: black;
}

.feedback_area a:hover {
    text-decoration: underline;
}
#login_area {
    height: 26px;
    padding: 3px 0 0 35px;
    margin: 3px 0 10px 10px;
}

.publish_label,
#id_building_stats-public,
#id_energy_use-public,
#id_dec-public,
#id_data-public,
#id_faq-public,
#id_notes-public {
    display: inline;
    float: left;
    margin-right: 2px;
    vertical-align: middle;
}

div#building_stats5 {
    height: 70px;
    background: url(/static/icons/stats_table.png) top left no-repeat;
}

div.building_stats5_big,
div.building_stats5_small {
    float: left;
    padding: 10px 10px 10px 12px;
}

div.building_stats5_big {
    width: 211px;
}

div.building_stats5_small {
    width: 136px;
}

div.building_stats_bottom {
    font-weight: bold;
}

.faq_padding {
    padding: 10px 0 8px 0;
}

div#title_data,
div#title_dec,
div#title_faq,
div#title_notes {
    border-top: 1px dotted #c4c4c4;
}

#section_building_stats{
	padding-top:0;
}

#section_energy_use {
	padding-top:0;
    background-color: #f4f4f1;
}
#section_energy_use .section_body{
	padding-top:0;
}


div.white_box {
	width:220px;
    background-color: white;
    padding: 10px;
    font-size: 8pt;
}

.premises_section {
    padding-bottom: 20px;
}

