﻿body { 
        font-family: Arial;
        margin: 0px;
    }
       
    .sdash_heading_power {
        font-size: 12pt;
        background-color: RGB(184,204,228);
    }
    .sdash_heading_weather {
        font-size: 12pt;
        background-color: RGB(184,204,228);
    }
    
    .mytable1 {
        background-color: Black;
        text-align: center;
        border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
    }
    
    .sun {
        background-color: #ffcc33;
        font-size: 10pt;
    }
    
    .wind {
        background-color: #3333ff;
        font-size: 10pt;
    }
    .green {
        background-color: #33cc33;
        font-size: 10pt;
    }    

    .weather {
        background-color: Gray;
        font-size: 10pt;
    }    
    .temp {
        background-color: #cc3333;
        font-size: 10pt;
    }    

    
    .current_energy_use {
        background-color: Black;
        font-size: 10pt;
        color: White;
    }
    .current_energy_use_rev {
        background-color: White;
        font-size: 10pt;
        color: Black;
        text-align: right;
        
    }
    .current_energy_use_rev2 {
        background-color: White;
        font-size: 10pt;
        color: Black;
        text-align: center;
        
    }
    
    .co2saved {
        background-color: #33cc33;
        font-size: 10pt;
        color: Black;
    }
        
     .sunshine {
        background-color: White;
        font-size: 10pt;
        color: Black;
        text-align: left;
    }
    
    .windspeed {
        background-color: White;
        font-size: 10pt;
        color: Black;
        text-align: right;
    }

    .windspeed_label {
        background-color: #3333ff;
        font-size: 10pt;
        color: Black;
    }
    
    table {
        text-align: center;
    }
    
    .bigtitle 
    {
		font-size: large ;
		text-align: center;
    }
    
    #logodiv
    {
		display: none;
    }
    
#tabs 
{
	width: 900px;
	padding-bottom: 0px; 
}

#tabs ul {
	list-style: none;
	padding:0;
	margin:0;
}
#tabs li {
	display: inline;
	border: solid;
	border-width: 1px 1px 1px 1px;
	margin: 0 0 0 0;
	background: lightgray;
}

#tabs li a {
	padding: 0 1em;
	color: Black;
	text-decoration: none;
}

#tabs .selected {
	background: white;
}

.tabcontent {
	border: 1px solid;
	padding: 15px;
}