    #chartDiv {
       width:840px;
    }
    .balancePointDiv {
       float:left;
       padding: 10px;
       text-align: center;
       width:70px;
       height:75px;
       margin-left: 15px;
       margin-bottom: 30px;
    }
    .balancePointDiv input{
        margin-top: 15px;
    }
    #balancePointBlock{
    	font-size: 20px;
    	padding-left: 5px;
    	padding-right: 5px;
    }
    .colorLegend {
        float: left;
        margin-top: 10px;
        margin-left: 15px;
        width: 100%;
    }
    .colorLegend p{
        margin-top: 1px;
        margin-bottom: 5px;
        font-size: 12px;
    }
    .colorLegend img{
        float: left;
        margin-right: 10px;
    }
    .bestQuality {
       background: #DFF6D2;
    }
    .mediumQuality {
       background-color: #F9E9CE;
    }
    .poorQuality {
       background-color: #F4D7D6;
    }
    .unavailable {
       background-color: #cccccc;
       cursor: no-drop;
    }
    #benchmarkInfo {
        border-right: 1px solid #000000;
        width: 400px;
        padding: 0 20px 20px 20px;
        vertical-align: top;
    }
    #equationDiv {
        margin-top: 30px;
    }
    #equationDiv h4{
        color: #000000;
    }
    #sliderTable {
        text-align: center;
    }
    #slopeReduction {
        margin: auto;
        width: 150px;
    }
    #baseloadReduction {
        margin-left: 30px;
        width: 150px;
    }
	#balancePointTD {
	   width: 110px;
	   color: #999999;
       font-size: 13px;
       font-weight: bold;
       line-height: normal;
       padding: 10px;
       text-align: right;
       vertical-align: top;
	}
	#changeLog {
	   padding: 20px;
	}
    .ui-datepicker-calendar {
        display: none;
    }
    button.ui-datepicker-current {
        display: none;
    }
    .oldRecordBenchmark {
    color: red;
}
.newRecordBenchmark {
    color: green;
}