﻿div.content {
}

div.left_menu {
    float: left;
    width: 190px;
}

    div.left_menu ul.menu {
    }

    div.left_menu ul.menu li {
        display: block;
        width: 180px;
        margin: 5px;
    }

div.right_content {
    margin-left: 200px;
    padding-bottom: 100px;
}

.NewCustomerButton {
    margin-top: 10px;
}

/* Log table */

table.log {
    font-size: 12px; 
    line-height: 12px;
    text-align: left;
}
    table.log th{
        line-height: 30px;
    }

table.log p{
    display:none;
    margin:0;
}
    table.log tr.GasEditPrice p.Date,
    table.log tr.GasEditPrice p.Price,
    table.log tr.PowerEditPrice p.Date,
    table.log tr.PowerEditPrice p.Price1,
    table.log tr.PowerEditPrice p.Price2,
    table.log tr.User p.UserName,
    table.log tr.ClickSpan.Created p{ 
        display: block;
    }

#StatusPanel {
    border: solid 1px red;
    color: red;
    font-weight: bold;
    width: 260px;
    text-align: center;
    margin-bottom: 10px;
    display: none;
    position: relative;
}

    #StatusPanel div {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 98%;
        background-color: rgba(0,0,0,0.5);
    }

    #StatusPanel span {
    }

/* table select */
.tableContainer a.selectTable {
    display: none;
    position: absolute;
    margin-top: -52px;
    margin-left: 8px;
    background: #5faf28;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 1px 10px;
    text-shadow: none;
}
    .tableContainer a.selectTable:hover {
        color: #fff;
    }