/************************* home.htm *************************/
.home-layout-table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    margin-top: 70px;
}

.home-layout-table td.tdcol1 
{
    width: 50%;
}

.home-overview-table {
    margin-top: 40px;
    margin-left: 30px;
    width: 72%;
    border: solid 1px #BEBEBE;
    border-bottom: none;
    font-size: 12px;
}

.home-overview-table td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: black;
    border-top: solid 1px #FFF;
    border-bottom: solid 1px #BEBEBE;
}

.home-overview-table td.tdcol0 {
    width: 30%;
}

.home-overview-table td.tdcol1 {
    text-align: center;
}

.home-overview-table td#Power,
.home-overview-table td#DailyYield,
.home-overview-table td#TotalYield {
	font-weight: bold;
}

.home-control-table {
    margin-top: 30px;
    margin-left: 30px;
    width: 72%;
    border: none;
    font-size: 12px;
}

.home-control-table td {
    color: black;
}

.home-control-table td.tdcol0 {
    padding-top: 0px;
    width: 30%;
    font-weight: bold;
}

.home-control-table td.buttonrow {
    height: 50px;
    text-align: left;
}

.home-control-table td.messagerow {
    height: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #E2001A;
    vertical-align: top;
}