﻿

H1 span.supplementary
{
    color: #000;
    font-size: 10px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 3px double;
}

.corearea
{
    position: relative;
    margin: 0px;
    padding:0px;
    left: -5px;
    width: 690px;
    height: 55px;
    background-color: rgb(77,167,193);
    border: rgb(57,86,133) 1px double !important;
}

.corearea_heading
{
    margin: 0px;
    padding:0px;
    padding-left:20px;
    position: relative;
    color: #fff;
    line-height: 55px;
    font-family: Verdana, Arial;
    font-size: 16px !important;
    text-transform: uppercase !important;
    margin-top:0px!important;
}


.sub_nav_menu
{
    margin: 0px;
    padding: 15px 0px 0px 0px;
    width: 100%;
    height: 60px;
    list-style: none;
    width: 620px;
    padding-left: 28px;
    padding-right: 28px;
}

.sub_nav_menu .left_link
{
    position: relative;
    float: left;
    width: 45%;
    text-align: left;
}
.sub_nav_menu .left_link a
{
    background: url('../../img/buttons/arrow_left.png') center left no-repeat;
    padding-left: 20px;
}

.sub_nav_menu .right_link
{
    position: relative;
    float: right;
    width: 45%;
    text-align: right;
}

.sub_nav_menu .right_link a
{
    padding-right: 20px;
    background: url('../../img/buttons/arrow_right.png') center right no-repeat;
}

.sub_nav_menu a
{
    text-align: left;
    text-transform: uppercase!important;
    text-decoration: none!important;
    cursor: hand!important;
}

.sub_nav
{
    width: 690px;
    background: url('../../img/sub_menu_bg_report_2.png') no-repeat scroll left top !important;
}

.sub_nav a
{
    font-weight: bold !important;
}

.sub_nav_menu li a:hover
{
    color: rgb(95,142,200) !important;
}
.sub_nav_menu li.current a
{
    color: #044399;
}

.benchmarking_period_statement
{
    margin-left: 20px;
}

.right_content_wrapper
{
    margin-top:30px;
    width: 680px;
}

/* Calculator Results Style  */

.results_data_wrapper
{
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
    width: 638px;
    background: rgb(215,223,236);
}

.results_data_wrapper h3
{
    padding-bottom: 0px;
    padding-top: 8px;
}

.results_data_wrapper .form div.row
{
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 14px !important;
    border-bottom: solid 3px #FFF;
    display: inline-block;
    width: 100%;
}

.results_data_wrapper .form span.left_col
{
    width: 38% !important;
    color: #000;
}

.results_data_wrapper .form span.right_col
{
    width: 29% !important;
    color: #000;
}

.results_data_wrapper div.header_row
{
    font-weight: bold;
    border-bottom: 3px solid #FFF;
    padding-left: 5px;
    padding-bottom: 4px;
    padding-top: 4px;
    display: inline-block;
    width: 100%;
}


/* Single Answer Calculator Styles */

.single_question_wrapper
{
    width: 638px;
    padding-bottom: 20px;
    border-bottom: solid 1px #DDD;
}

.single_question_wrapper .form span.left_col
{
    width: 60% !important;
    margin-right: 10px;
    color: #000;
}

.single_question_wrapper .form span.right_col
{
    width: 30% !important;
    text-align: right;
    color: #000;
}

.single_question_wrapper .form span.unit_col
{
    width: 8% !important;
    float: right;
    text-align: left;
    vertical-align: text-top;
    line-height: 16px;
    color: #000;
}

.single_question_wrapper .form span.right_col input
{
    width: 120px;
}

.single_question_wrapper .form span.right_col .radio input
{
    width: 40px;
    margin: 0px;
    vertical-align: top;
}

.single_question_wrapper .form span.right_col .radio LABEL
{
    vertical-align: top;
}
.single_question_wrapper .button_row
{
    padding-right:0px!important;
}

/* Add Consumption Calculator Styles  */

.add_consumption_wrapper
{
    position: relative;
    display: inline-block;
    clear: both;
    margin-bottom: 20px;
    width: 638px;
}

.AddConsuptionData .form
{
    width: 290px;
}

.AddConsuptionData .form span.left_col
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px;
    color: #000;
}

.AddConsuptionData .form input
{
    padding-left: 5px;
    line-height: 19px;
    width: 192px;
}

.AddConsuptionData
{
    width: 290px;
    float: left;
}

.AddConsumptionHelp
{
    float: left;
    width: 350px;
}

.AddConsumptionHelp p
{
    color: #000;
    margin:0px;
}

.AddConsumptionHelp ul
{
    list-style: none;
    margin-left: 0px;
}

/* Generic Benchmarking DataGrid Styles */

TABLE.benchmarking_data
{
    border-width: 0px !important;
    border-style: none !important;
    border-collapse: separate;
    width: 638px;
}

TABLE.benchmarking_data TH
{
    border-bottom: solid 1px #999 !important;
    color: #000;
    line-height: 24px;
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
    background-color: rgb(215,223,236);
}

TABLE.benchmarking_data TD
{
    border-bottom: solid 1px #999 !important;
    line-height: 24px;
    color: #000;
    padding: 5px 0px 5px 10px;
    vertical-align: top;
}

TABLE.benchmarking_data TD select
{
    color: #000;
    border: solid 1px #666;
}

TABLE.benchmarking_data TD.source
{
    width: 140px;
}

/* custom indicator styles */
TABLE.indicator_data
{
    border-width: 0px !important;
    border-style: none !important;
    width: 100%;
}

TABLE.indicator_data TH
{
    color: #000;
    line-height: 24px;
    padding-left: 10px;
    vertical-align: top;
}

TABLE.indicator_data TD
{
    line-height: 24px;
    color: #000;
    padding: 5px 0px 5px 10px;
    vertical-align: top;
}


TABLE.indicator_data TR, TABLE.indicator_data TR TD, TABLE.indicator_data TR TH, TABLE.indicator_data
{
    border: solid 1px #999;
    font-size: 10px;
}

TABLE.indicator_data TD.indicator_name
{
    width: 160px !important;
    font-weight: bold;
}
TABLE.indicator_data TD.indicator_name p
{
    font-weight: bold;
}

TABLE.indicator_data TD.indicator_answer
{
    width: 160px !important;
}

TABLE.indicator_data TD.indicator_answer TEXTAREA
{
    width: 160px !important;
    border-color: #888;
    border-width: 1px;
    border-style: solid;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

TABLE.indicator_data TD.indicator_unit
{
    width: 25px !important;
}

TABLE.indicator_data TD.indicator_command
{
    width: 32px !important;
    line-height: 12px !important;
}
TABLE.indicator_data TD.indicator_command a
{
    display: block;
    clear: right;
    padding: 0px !important;
    margin: 0px !important;
    line-height: 12px !important;
    text-decoration: underline;
    font-weight: bold;
}
TABLE.indicator_data TR.indicator_alt_row
{
    background-color: #E5E5E5;
}

/* Checklist Calculator DataGrid Styles */
.checklist_data_wrapper
{
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #DDD;
    color: #000;
}

.checklist_data_wrapper .form span.left_col
{
    width: 57%;
    padding-bottom: 20px;
    vertical-align: top;
    margin-right: 6px;
}

.checklist_data_wrapper .form span.mid_col
{
    width: 180px;
    padding-bottom: 20px;
    vertical-align: top;
}

.checklist_data_wrapper .form span.right_col
{
    vertical-align: top;
    width: 13%;
}

.checklist_data_wrapper .form span.result
{
    font-weight: bold;
    font-size: 10px;
}

.checklist_data_wrapper .form span.right_col select
{
    color: #000;
    border: solid 1px #666;
    width: 180px;
}

.checklist_data_wrapper select
{
    color: #000;
    border: solid 1px #666;
}

.checklist_data_wrapper .button_row
{
    padding-right:0px!important;
}

/* Consumption Calculator DataGrid Styles */

.consumption_data_wrapper
{
    position: relative;
    display: inline-block;
    clear: both;
    margin-top: 10px;
    padding-bottom: 25px;
    border-bottom: solid 1px #DDD;
    width:100%;
}

.consumption_data_wrapper p
{
    color: #000;
    padding: 0px;
}

.validation_summary
{
    margin-bottom: 30px;
    clear: both;
}

/* NPWS Calculator Styles */
.NPWS_calculator_wrapper
{
    width: 638px;
    margin-top:20px;
    padding-bottom:63px;
}


.NPWS_calculator_wrapper .single_question_wrapper
{
    border-bottom: none;
}


.NPWS_calculator_wrapper .single_question_wrapper .form span.left_col
{
    width: 57% !important;
    padding-bottom: 20px;
}

.NPWS_calculator_wrapper .single_question_wrapper .form span.right_col
{
    width: 40% !important;
}

.NPWS_calculator_wrapper .single_question_wrapper .form span.right_col input
{
    width: 240px !important;
}

.NPWS_calculator_wrapper .single_question_wrapper .form span.right_col select
{
    color: #000;
    border: solid 1px #666;
    width: 243px;
}

.NPWS_calculator_wrapper .single_question_wrapper .form div.button_row
{
    padding-right: 0px;
}

span.calculator_additional_text
{
    color: #000;
    display: block;
    margin-bottom: 20px;
    width: 638px;
    position: relative;
    top: -20px;
}
/**** NExt and Previous Buttons *****/

.next_previous_buttons
{
   width: 638px;
    margin: 0px;
    margin-bottom: 10px;
    left: 20px;
    display: block;
    position: relative;
}
.next_previous_buttons span.button_right
{
    width: 200px;
}
.next_previous_buttons .previous_button
{
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 33%;
    text-align: left;
}

.next_previous_buttons .save_instructions
{
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 33%;
    text-align: center;
}

.next_previous_buttons .next_button
{
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 33%;
    text-align: right;
}

.next_previous_buttons .previous_button a.button_left_arrow
{
    padding-left: 30px;
}

.next_previous_buttons .previous_button span.button_right
{
    padding-right: 20px;
}

.next_previous_buttons .next_button a.button_left
{
    padding-left: 40px;
}

.next_previous_buttons .next_button span.button_right_arrow
{
    padding-right: 40px;
}

.next_previous_buttons .save_instructions span.button_right
{
    padding-right: 40px;
}

.next_previous_buttons .save_instructions a.button_left
{
    padding-left: 40px;
}

.calculators
{
    width:650px;
}

.GraphWrapper
{
    width: 100%;
    display: block;
    vertical-align: top;
    clear: left;
}

.GraphWrapper span.chart
{
    float: left;
    width: 420px;
    margin-right: 20px;
}

.GraphWrapper span.legend
{
    float: left;
    width: 150px;
}

