

/* summary - index */
.summary{
	/*
	width: 800px;
	height: 480px;
	border: 1px solid #A0A0A0;
	border-radius: 4px;
	*/
}

.summary .today,
.summary .yesterday,
.summary .thisWeek,
.summary .lastWeek
{
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	width: 230px;
	text-align: center;
	margin: 10px;
	padding: 5px;
	float: left;
}

.summary .thisWeek .head .date,
.summary .lastWeek .head .date
{
	font-size: 13px;
	font-style: italic;
	margin-top: -3px;
	display: block;
}


.summary .today td.index,
.summary .yesterday td.index,
.summary .thisWeek td.index,
.summary .lastWeek td.index
{
	text-align: right;
}

.summary .today td.value,
.summary .yesterday td.value,
.summary .thisWeek td.value,
.summary .lastWeek td.value
{
	text-align: left;
}




table.hourly{

}

table.hourly tr th{
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

table.hourly tr td {
	height: 25px;
	padding: 5px;
}

table.hourly tr:nth-child(even) {background: #E0E0E0}


table.daily{

}

table.daily tr th{
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

table.daily tr td {
	height: 25px;
	padding: 5px;
}

table.daily tr:nth-child(even) {background: #E0E0E0}





/* Solar daily graph */

.solar_graph_daily,
.solar_graph_monthly{
	display: block;
	height: 350px;
}

.solar_graph_daily .soll{
}

.solar_graph_daily .day,
.solar_graph_monthly .month{
	float: left;
	height: 150px;
	width:26px;
	border-top: 1px solid #ff2a2a;
	background-color: #F0F0F0;
	position: relative;
	margin-top:200px;
}

.solar_graph_monthly .month{
	margin-top:50px;
}

.solar_graph_daily .day .label{
	transform: rotate(-90deg);
	font-size: 12px;
	position:absolute;
	bottom:-30px;
	left:-3px;
	font-family: Verdana, Arial, sans-serif;
}

.solar_graph_monthly .month .label{
	transform: rotate(-90deg);
	font-size: 12px;
	position:absolute;
	bottom:-54px;
	left:-26px;
	height: 18px;
	width: 80px;
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
}

.solar_graph_monthly .month .label a,
.solar_graph_monthly .month .label a:link,
.solar_graph_monthly .month .label a:visited,
.solar_graph_monthly .month .label a:active{
	color: #000;
	text-decoration: none;
}

.solar_graph_daily .day .graph,
.solar_graph_monthly .month .graph{
	width: 18px;
	background-color: #555555;
	/* orange #ff7f2a blau #5599ff grün #5fd35f schwarz #555555*/
	position: absolute;
	bottom:0;
	left:1;
	-webkit-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
  text-shadow: 0 0 2px #222;
	color: #fff;
	margin-left: 3px;
	margin-right: 3px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

.solar_graph_daily .day .blue,
.solar_graph_monthly .month .blue{
	background-color: #5599ff;
}

.solar_graph_daily .day .green,
.solar_graph_monthly .month .green{
	background-color: #5fd35f;
}

.solar_graph_daily .day .red,
.solar_graph_monthly .month .red{
	background-color: #ff2a2a;
}

.solar_graph_daily .day .orange,
.solar_graph_monthly .month .orange{
	background-color: #ff7f2a;
}

.solar_graph_daily .day .black,
.solar_graph_monthly .month .black{
	background-color: #555555;
}

.solar_graph_daily .day .graph div,
.solar_graph_monthly .month .graph div{
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	writing-mode: lr-tb;
	line-height: 14px;
	position: absolute;
	font-size: 12px;
	bottom: 50px;
	left:-39px;
	width: 100px;
	height: 18px;
}

.solar_daily_navigation{
	margin-top: 60px;
}
