html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    background-image: url(/images/bg_tile_linen.png);
    background-repeat: repeat;
    background-color: white;
    color: #222;
    text-align: left;
    line-height: 120%;
    /*font-size: 1em;*/
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 45px;
    padding-bottom: 2em;
}

p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

li {
    list-style: none;
}

#pageHead {
    position: relative;
    display: block;
    height: 90px;
    width: 960px;
    background-color: #CEF;
    background-image: url(/images/SkinnyLogo.jpg);
    border-top-left-radius: 10px 10px;
    -webkit-border-top-left-radius: 10px 10px;
    -o-border-top-left-radius: 10px 10px;
    -moz-border-radius-topleft: 10px 10px;
    border-top-right-radius: 10px 10px;
    -webkit-border-top-right-radius: 10px 10px;
    -o-border-top-right-radius: 10px 10px;
    -moz-border-radius-topright: 10px 10px;
    border-bottom: 1px solid #CCC;
    box-shadow: rgb(51, 51, 51) 3px 3px 3px;
    -webkit-box-shadow: rgb(51, 51, 51) 3px 3px 3px;
    -o-box-shadow: rgb(51, 51, 51) 3px 3px 3px;
    -moz-box-shadow: rgb(51, 51, 51) 3px 3px 3px;
}

#logolink {
    width: 480px; /* match left half of pageHead */
    height: 90px; /* match left half of pageHead */
    margin: auto;
    float: left;
}

#logolink a {
    width: 100%;
    height: 100%;
    display: block;
}

#pageHead h1 {
    line-height: 1.2em;
    text-align: right;
    color: white;
    padding-top: 15px;
    padding-right: 20px;
    font-size: 1.4em;
}

#bodyTop {
    display: block;
    position: relative;
    clear: both;
    width: 920px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #CCC;
    background-color: #AB9;
    text-align: center;
    box-shadow: rgb(51, 51, 51) 2px 2px 2px;
    -webkit-box-shadow: rgb(51, 51, 51) 2px 2px 2px;
    -o-box-shadow: rgb(51, 51, 51) 2px 2px 2px;
    -moz-box-shadow: rgb(51, 51, 51) 2px 2px 2px;
    border-bottom-left-radius: 10px 10px;
    -webkit-border-bottom-left-radius: 10px 10px;
    -o-border-bottom-left-radius: 10px 10px;
    -moz-border-radius-bottomleft: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    -webkit-border-bottom-right-radius: 10px 10px;
    -o-border-bottom-right-radius: 10px 10px;
    -moz-border-radius-bottomright: 10px 10px;
    border-top-left-radius: 10px 10px;
    -webkit-border-top-left-radius: 10px 10px;
    -o-border-top-left-radius: 10px 10px;
    -moz-border-radius-topleft: 10px 10px;
    border-top-right-radius: 10px 10px;
    -webkit-border-top-right-radius: 10px 10px;
    -o-border-top-right-radius: 10px 10px;
    -moz-border-radius-topright: 10px 10px;
}

#secondTop {
    position: relative;
    clear: both;
    width: 920px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #CCC;
    background-color: #AB9;
    text-align: center;
    box-shadow: rgb(51, 51, 51) 2px 2px 2px;
    -webkit-box-shadow: rgb(51, 51, 51) 2px 2px 2px;
    -o-box-shadow: rgb(51, 51, 51) 2px 2px 2px;
    -moz-box-shadow: rgb(51, 51, 51) 2px 2px 2px;
    border-bottom-left-radius: 10px 10px;
    -webkit-border-bottom-left-radius: 10px 10px;
    -o-border-bottom-left-radius: 10px 10px;
    -moz-border-radius-bottomleft: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    -webkit-border-bottom-right-radius: 10px 10px;
    -o-border-bottom-right-radius: 10px 10px;
    -moz-border-radius-bottomright: 10px 10px;
    border-top-left-radius: 10px 10px;
    -webkit-border-top-left-radius: 10px 10px;
    -o-border-top-left-radius: 10px 10px;
    -moz-border-radius-topleft: 10px 10px;
    border-top-right-radius: 10px 10px;
    -webkit-border-top-right-radius: 10px 10px;
    -o-border-top-right-radius: 10px 10px;
    -moz-border-radius-topright: 10px 10px;
}

.display_block {
    display: block;
}

.topSelectors {
    position: relative;
    float: left;
    width: 16%;
    border-style: none;
    min-height: 10px;
}

.topSelectorsText {
    position: relative;
    float: left;
    text-align:left;
    width: 16%;
    border-style: none;
    min-height: 10px;
    font-size: .8em;
}

.topSelectors form {
    color: blue;
    font-size: .8em;
    font-weight: bold;
}

.topSelectors a, .topSelectors a:link, .topSelectors a:visited {
    text-decoration: none;
    font-weight: bold;
}

#month_year_group {
    display: inline;
    border: 1px solid #CCC;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
}

#month_year_group button {
    font-size: .6em;
}

.ms40 {
    width: 40%;
}

.ms20 {
    width: 20%;
}

.ms15 {
    width: 15%;
}

.ms10 {
    width: 10%;
}

#innerContent {
    display: block;
    position: relative;
    width: 920px;
    clear: both;
    margin: 5px;
    padding: 5px;
    border: 0;
}

.section_title {
    width: 100%;
    font-size: 1.5em;
    font-weight: bold;
    padding: 5px;
    margin: 20px;
}

.slice_toggler {
    display: block;
/*    float: left;*/
    width: 98%;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: #369;
/*    background: -moz-linear-gradient(top, #82a1f0 0%, #163c9c); */
/*    background: -webkit-gradient(linear, left top, left bottom, */
/*        from(#82a1f0), to(#163c9c)); */
    border-bottom-left-radius: 10px 10px;
    -webkit-border-bottom-left-radius: 10px 10px;
    -o-border-bottom-left-radius: 10px 10px;
    -moz-border-radius-bottomleft: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    -webkit-border-bottom-right-radius: 10px 10px;
    -o-border-bottom-right-radius: 10px 10px;
    -moz-border-radius-bottomright: 10px 10px;
    border-top-left-radius: 10px 10px;
    -webkit-border-top-left-radius: 10px 10px;
    -o-border-top-left-radius: 10px 10px;
    -moz-border-radius-topleft: 10px 10px;
    border-top-right-radius: 10px 10px;
    -webkit-border-top-right-radius: 10px 10px;
    -o-border-top-right-radius: 10px 10px;
    -moz-border-radius-topright: 10px 10px;
}


.slice_toggler:hover {
    color: #FF8;
    background-color: #963;

}

.toggler_table {
    width: 96%;
    background-color: transparent;

}
td.tog_left {
    text-align: left;
    width: 81%;
}
td.tog_right {
    text-align: right;
    width: 15%;
}


.slice_toggler a, .slice_toggler a:link, .slice_toggler a:visited {
    text-decoration: none;
    color: white;
}

.dashboard_slice {
    margin: 5px;
    padding: 5px;
    background-color: white;
    color: black;

}

.panel {
    font-size: 1.0em;
    font-weight: normal;
    background-color: white;
    color: black;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
    box-shadow: rgb(51, 51, 51) 3px 3px 3px;
    -webkit-box-shadow: rgb(51, 51, 51) 3px 3px 3px;
    -o-box-shadow: rgb(51, 51, 51) 3px 3px 3px;
    -moz-box-shadow: rgb(51, 51, 51) 3px 3px 3px;
    border: 1px solid #CCC;
    border-bottom-left-radius: 10px 10px;
    -webkit-border-bottom-left-radius: 10px 10px;
    -o-border-bottom-left-radius: 10px 10px;
    -moz-border-radius-bottomleft: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    -webkit-border-bottom-right-radius: 10px 10px;
    -o-border-bottom-right-radius: 10px 10px;
    -moz-border-radius-bottomright: 10px 10px;
    border-top-left-radius: 10px 10px;
    -webkit-border-top-left-radius: 10px 10px;
    -o-border-top-left-radius: 10px 10px;
    -moz-border-radius-topleft: 10px 10px;
    border-top-right-radius: 10px 10px;
    -webkit-border-top-right-radius: 10px 10px;
    -o-border-top-right-radius: 10px 10px;
    -moz-border-radius-topright: 10px 10px;
}

.panel_text {
    display: block;
    float: left;
    width: 18%;
    /*font-size: 0.8em;*/
    font-size:13px;
    padding: 5px;
    border: 1px solid #888;
    border-top-left-radius: 10px 10px;
    -webkit-border-top-left-radius: 10px 10px;
    -o-border-top-left-radius: 10px 10px;
    -moz-border-radius-topleft: 10px 10px;
    border-top-right-radius: 10px 10px;
    -webkit-border-top-right-radius: 10px 10px;
    -o-border-top-right-radius: 10px 10px;
    -moz-border-radius-topright: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    -webkit-border-bottom-left-radius: 10px 10px;
    -o-border-bottom-left-radius: 10px 10px;
    -moz-border-radius-bottomleft: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    -webkit-border-bottom-right-radius: 10px 10px;
    -o-border-bottom-right-radius: 10px 10px;
    -moz-border-radius-bottomright: 10px 10px;
}

.panel_top {
    display: block;
    float: left;
    width: 98%;
    font-size: 1.0em;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #888;
    border-top-left-radius: 10px 10px;
    -webkit-border-top-left-radius: 10px 10px;
    -o-border-top-left-radius: 10px 10px;
    -moz-border-radius-topleft: 10px 10px;
    border-top-right-radius: 10px 10px;
    -webkit-border-top-right-radius: 10px 10px;
    -o-border-top-right-radius: 10px 10px;
    -moz-border-radius-topright: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    -webkit-border-bottom-left-radius: 10px 10px;
    -o-border-bottom-left-radius: 10px 10px;
    -moz-border-radius-bottomleft: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    -webkit-border-bottom-right-radius: 10px 10px;
    -o-border-bottom-right-radius: 10px 10px;
    -moz-border-radius-bottomright: 10px 10px;
}

.panel_top2 {
    display: block;
    float: left;
    width: 98%;
    font-size: .8em;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #888;
    border-top-left-radius: 10px 10px;
    -webkit-border-top-left-radius: 10px 10px;
    -o-border-top-left-radius: 10px 10px;
    -moz-border-radius-topleft: 10px 10px;
    border-top-right-radius: 10px 10px;
    -webkit-border-top-right-radius: 10px 10px;
    -o-border-top-right-radius: 10px 10px;
    -moz-border-radius-topright: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    -webkit-border-bottom-left-radius: 10px 10px;
    -o-border-bottom-left-radius: 10px 10px;
    -moz-border-radius-bottomleft: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    -webkit-border-bottom-right-radius: 10px 10px;
    -o-border-bottom-right-radius: 10px 10px;
    -moz-border-radius-bottomright: 10px 10px;
}

.right_chart {
    display: block;
    float: right;
    width: 78%;
    height: 200px;
    margin-bottom: 5px;
}

.sub_chart {
    display: block;
    float: left;
    width: 200px;
    /*width: 100%;*/
    height: 100%;
    /*height: 400px;*/
    margin-left: 20px;
    padding-right: 135px;
    /*margin-right: 80px;*/
    margin-bottom: 5px;
/*    height:100%;
    width:100%;*/
    /*position:absolute;*/
}

.chart {
    margin-bottom: 5px;
}

.chart_title {
    display: block;
    float: right;
    width: 78%;
    font-size: 1.0em;
    font-weight: bold;
    background-color: #ACC;
    padding: 5px;
    border: 1px solid #888;
    border-top-left-radius: 10px 10px;
    -webkit-border-top-left-radius: 10px 10px;
    -o-border-top-left-radius: 10px 10px;
    -moz-border-radius-topleft: 10px 10px;
    border-top-right-radius: 10px 10px;
    -webkit-border-top-right-radius: 10px 10px;
    -o-border-top-right-radius: 10px 10px;
    -moz-border-radius-topright: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    -webkit-border-bottom-left-radius: 10px 10px;
    -o-border-bottom-left-radius: 10px 10px;
    -moz-border-radius-bottomleft: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    -webkit-border-bottom-right-radius: 10px 10px;
    -o-border-bottom-right-radius: 10px 10px;
    -moz-border-radius-bottomright: 10px 10px;
}

.summary_table {
    border: 0;
    background-color: white;
    color: black;
    /*margin: 5px;*/
    margin: 0px;
    font-size:13px;
}

.summary_table td {
    text-align: center;
    line-height: 120%;
    /*padding: 5px;*/
    padding: 5px 0px 5px 0px;
}

.alert_list {
    list-style-image: url("/images/alert16.png");
    list-style-type: circle;
}

.fullWidth {
    display: block;
    float: left;
    width: 98%;
}

.leftSide {
    display: block;
    float: left;
    width: 49%;
}

.rightSide {
    display: block;
    float: right;
    width: 49%;
}

.addTable th {
    text-align: right;
    padding: 5px;
}

.addTable td {
    text-align: left;
    padding: 5px;
}

.editTable th {
    text-align: right;
    padding: 5px;
}

.editTable td {
    text-align: left;
    padding: 5px;
}

.table4 th {
    background-color: #369;
    color: white;
    font-size: .7em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 6px;
    padding-top: 6px;
    border: solid #E58 1px;
    vertical-align: bottom;
}

.table4 td {
    background-color: white;
    color: black;
    text-align: center;
    font-size: .7em;
    padding: 5px;
    border: solid #E58 1px;
}

.table2 {
    border-style: none;
    empty-cells: hide;
    text-align: left;
    vertical-align: bottom;
}

.table2 td {
    
    color: black;
    text-align: left;
    font-size: .7em;
    padding-left:: 10px;
    border-style: none;    
    vertical-align: bottom;
}

.table3 {
    border-style: none;
    empty-cells: hide;
    text-align: left;
    vertical-align: bottom;
}

.table3 td {
    color: black;
    text-align: left;
    font-size: .9em;
    padding-left:: 10px;
    border-style: none;    
    vertical-align: top;
}

.tableMap {
    font-size: 10px;
    border-style: none;
    empty-cells: hide;
    text-align: left;
    vertical-align: bottom;
}

.tableMap td {
    color: black;
    text-align: left;
    background-color: #AB9;
    font-size: .9em;
    padding-left:: 10px;
    border-style: none;    
    vertical-align: top;
}

.table1 {
    border-style: none;
    empty-cells: hide;
    text-align: left;
    vertical-align: bottom;
}

.table1 td {
    background-color: #AB9;
    color: black;
    text-align: left;
    font-size: .7em;
    padding-left:: 10px;
    border-style: none;
    vertical-align: bottom;
}

.tableDisplay {
    border-style: none;
    empty-cells: hide;
    text-align: left;
    vertical-align: bottom;
}

.tableDisplay th {
    background-color: #369;
    color: white;
    font-size: .7em;
    text-align: center;
    padding-bottom: 6px;
    padding-top: 6px;
    border: solid black 1px;
    vertical-align: bottom;
}

.tableDisplay td {
    color: black;
    text-align: center;
    font-size: .7em;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 4px;
    padding-left: 4px;
    border: solid black 1px;
}

.color_summerElec {
    background-color: #FFA;
}

.color_winterElec {
    background-color: #BCE;
}


#navContent {
    background-color: silver;
    position: fixed;
    top: 5px;
    width: 960px;
    z-index: 100;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgb(51, 51, 51) 3px 3px 3px;
    -webkit-box-shadow: rgb(51, 51, 51) 3px 3px 3px;
    -o-box-shadow: rgb(51, 51, 51) 3px 3px 3px;
    -moz-box-shadow: rgb(51, 51, 51) 3px 3px 3px;
    border-bottom-left-radius: 10px 10px;
    -webkit-border-bottom-left-radius: 10px 10px;
    -o-border-bottom-left-radius: 10px 10px;
    -moz-border-radius-bottomleft: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    -webkit-border-bottom-right-radius: 10px 10px;
    -o-border-bottom-right-radius: 10px 10px;
    -moz-border-radius-bottomright: 10px 10px;
    border-top-left-radius: 10px 10px;
    -webkit-border-top-left-radius: 10px 10px;
    -o-border-top-left-radius: 10px 10px;
    -moz-border-radius-topleft: 10px 10px;
    border-top-right-radius: 10px 10px;
    -webkit-border-top-right-radius: 10px 10px;
    -o-border-top-right-radius: 10px 10px;
    -moz-border-radius-topright: 10px 10px;
    border: 1px solid #CCC;
}

#outerContent {
    min-height:600px;
    background-color: white;
    width:960px;
    box-shadow:rgb(51, 51, 51) 5px 5px 5px;
    -webkit-box-shadow:rgb(51, 51, 51) 5px 5px 5px;
    -o-box-shadow:rgb(51, 51, 51) 5px 5px 5px;
    -moz-box-shadow:rgb(51, 51, 51) 5px 5px 5px;
    border-bottom-left-radius:10px 10px;
    -webkit-border-bottom-left-radius:10px 10px;
    -o-border-bottom-left-radius:10px 10px;
    -moz-border-radius-bottomleft:10px 10px;
    border-bottom-right-radius:10px 10px;
    -webkit-border-bottom-right-radius:10px 10px;
    -o-border-bottom-right-radius:10px 10px;
    -moz-border-radius-bottomright:10px 10px;
    border-top-left-radius:10px 10px;
    -webkit-border-top-left-radius:10px 10px;
    -o-border-top-left-radius:10px 10px;
    -moz-border-radius-topleft:10px 10px;
    border-top-right-radius:10px 10px;
    -webkit-border-top-right-radius:10px 10px;
    -o-border-top-right-radius:10px 10px;
    -moz-border-radius-topright:10px 10px;
    border:1px solid #D5D5D5;
    margin:0px auto 0px auto;
}

.footer {
    font-size: .8em;
}

#bottom_menu {
}

#bodyBottom {
    position: relative;
    clear: both;
    min-height: 5px;
    width: 920px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #CCC;
    box-shadow: rgb(51, 51, 51) 2px 2px 2px;
    -webkit-box-shadow: rgb(51, 51, 51) 2px 2px 2px;
    -o-box-shadow: rgb(51, 51, 51) 2px 2px 2px;
    -moz-box-shadow: rgb(51, 51, 51) 2px 2px 2px;
    border-bottom-left-radius: 10px 10px;
    -webkit-border-bottom-left-radius: 10px 10px;
    -o-border-bottom-left-radius: 10px 10px;
    -moz-border-radius-bottomleft: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    -webkit-border-bottom-right-radius: 10px 10px;
    -o-border-bottom-right-radius: 10px 10px;
    -moz-border-radius-bottomright: 10px 10px;
    border-top-left-radius: 10px 10px;
    -webkit-border-top-left-radius: 10px 10px;
    -o-border-top-left-radius: 10px 10px;
    -moz-border-radius-topleft: 10px 10px;
    border-top-right-radius: 10px 10px;
    -webkit-border-top-right-radius: 10px 10px;
    -o-border-top-right-radius: 10px 10px;
    -moz-border-radius-topright: 10px 10px;
    border: 1px solid #CCC;
}

.mvfButton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: white;
    background-color: #163C9C;
    padding: 3px 6px;
    margin-top: 5px;
    background: #58D;
    background: -moz-linear-gradient(top, #82a1f0 0%, #163c9c);
    background: -webkit-gradient(linear, left top, left bottom,
        from(#82a1f0), to(#163c9c));
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 0px solid #999;
    -moz-box-shadow: 0px 3px 11px rgba(000,000,000,0.5),
        inset 0px 0px 0px rgba(036,151,171,0);
    -webkit-box-shadow: 0px 3px 11px rgba(000,000,000,0.5),
        inset 0px 0px 0px rgba(036,151,171,0);
    text-shadow: 0px -2px 0px rgba(000,000,000,0.5),
        0px 1px 0px rgba(255,255,255,0.3);
    cursor: hand;
}

.mvfButtonDisplay {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: white;
    background-color: #163C9C;
    padding: 5px 10px;
    background: -moz-linear-gradient(top, #82a1f0 0%, #163c9c);
    background: -webkit-gradient(linear, left top, left bottom,
        from(#82a1f0), to(#163c9c));
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 0px solid #999;
    -moz-box-shadow: 0px 3px 11px rgba(000,000,000,0.5),
        inset 0px 0px 0px rgba(036,151,171,0);
    -webkit-box-shadow: 0px 3px 11px rgba(000,000,000,0.5),
        inset 0px 0px 0px rgba(036,151,171,0);
    text-shadow: 0px -2px 0px rgba(000,000,000,0.5),
        0px 1px 0px rgba(255,255,255,0.3);
    cursor: hand;
}

.mvfButtonData {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: white;
    background-color: #163C9C;
    padding: 3px 20px;
    margin: 5px 20px 5px 40px;
    background: -moz-linear-gradient(top, #82a1f0 0%, #163c9c);
    background: -webkit-gradient(linear, left top, left bottom,
        from(#82a1f0), to(#163c9c));
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 0px solid #999;
    -moz-box-shadow: 0px 3px 11px rgba(000,000,000,0.5),
        inset 0px 0px 0px rgba(036,151,171,0);
    -webkit-box-shadow: 0px 3px 11px rgba(000,000,000,0.5),
        inset 0px 0px 0px rgba(036,151,171,0);
    text-shadow: 0px -2px 0px rgba(000,000,000,0.5),
        0px 1px 0px rgba(255,255,255,0.3);
    cursor: hand;
}
.mvfButtonData1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: white;
    background-color: #163C9C;
    padding: 3px 20px;
    margin: 5px 10px 5px 50px;
    background: -moz-linear-gradient(top, #82a1f0 0%, #163c9c);
    background: -webkit-gradient(linear, left top, left bottom,
        from(#82a1f0), to(#163c9c));
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 0px solid #999;
    -moz-box-shadow: 0px 3px 11px rgba(000,000,000,0.5),
        inset 0px 0px 0px rgba(036,151,171,0);
    -webkit-box-shadow: 0px 3px 11px rgba(000,000,000,0.5),
        inset 0px 0px 0px rgba(036,151,171,0);
    text-shadow: 0px -2px 0px rgba(000,000,000,0.5),
        0px 1px 0px rgba(255,255,255,0.3);
    cursor: hand;
}

.textbox_data {
    background-color: white;
    width: 60px;
}

.textbox_facility {
    background-color: white;
    width: 45px;
}

.textbox_cef {
    background-color: white;
    width: 45px;
}

.textbox_elec {
    background-color: white;
    width: 25px;
}

.textsmall {
    font-size: .7em;
}

#dashboard_map {
    height: 300px;
    width: 430px;
}

.big_bold {
    /*font-size: 1.5em;*/
    font-size: 12px;
    line-height: 120%;
    font-weight: bold;
}

.green {
    color: #082;
}

.red {
    color: #910;
}

.big_bold {
    font-size: 1.5em;
    /*font-size: 12px;*/
    line-height: 120%;
    font-weight: bold;
}

.big_bold_green {
    color: #082;
    /*font-size: 2em;*/
    /*font-size: 12px;*/
    font-size: 1.5em;
    font-weight: bold;
}

.big_bold_red {
    color: #910;
    /*font-size: 2em;*/
    /*font-size: 12px;*/
    font-size: 1.5em;
    font-weight: bold;
}

.big_red {
    color: #910;
    /*font-size: 2em;*/
    /*font-size: 12px;*/
    font-size: 1.5em;
    font-weight: bold;
}

.instruction {
    font-size: .7em;
    font-style: italic;
}

.missing_data_list {
    list-style: none;
}

.bottomPad {
    padding-bottom: 1em !important;
}

.bread_crumb {
    color: #9D9D9D;
    font-size: .7em;
}

.bread_crumb:hover {
    color: #0000EE;
    font-size: .7em;
}

.report_selector_container {
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
}

.report_selector_block {
    display: inline-block; 
    *display: inline; 
    zoom: 1; 
    vertical-align: top;
    margin-right:5px;
    height:200px;
    
}

.report_selector_headline {
    padding: 5px;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border: 1px solid #aaa; 
    height:15px;
}

.report_selector_content {
    padding: 5px 0px 5px 5px;
    border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    border: 1px solid #aaa; 
    overflow-y:auto;
    height:165px;
    ::-webkit-scrollbar {
      width: 4px;
      height: 4px;
    }
    ::-webkit-scrollbar-button {
      width: 0px;
      height: 0px;
    }
    ::-webkit-scrollbar-thumb {
      background: #b2b2b2;
      border: 0px none #ffffff;
      border-radius: 50px;
    }
    ::-webkit-scrollbar-thumb:hover {
      background: #a7a7a7;
    }
    ::-webkit-scrollbar-thumb:active {
      background: #8a8a8a;
    }
    ::-webkit-scrollbar-track {
      background: #666666;
      border: 0px none #ffffff;
      border-radius: 50px;
    }
    ::-webkit-scrollbar-track:hover {
      background: #666666;
    }
    ::-webkit-scrollbar-track:active {
      background: #333333;
    }
    ::-webkit-scrollbar-corner {
      background: transparent;
    }
}
