/* ----- use solar system disp  add 2013.07.24-------- */

div.solarDisp {
	background: url(../solarapi/img/solar-disp.png) no-repeat top left;
	width: 300px;
	height: 80px;
	margin-top: 10px;
}
div.dispEnergy {
	width: 212px;
	height: 80px;
	float: left;
	padding-top: 18px;
}
.dispEnergy p {
	text-align: right;
	font-size: 12px;
	margin-left: 48px;
	margin-bottom: 14px;
}
.dispEnergy strong {
	color: #972700;
	font-weight: bold;
	font-size: 20px;
}
.dispEnergy span {
	font-weight: bold;
	font-size: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.dispEnergy strong {
		font-size: 14px;
	}
	.dispEnergy span {
		font-size: 14px;
	}
}

div.dispDATE {
	width: 80px;
	height: 80px;
	float: right;
	padding-top: 18px;
}
div.dispDATE p {
	text-align: center;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 4px;
}
div.dispDATE span {
	color: #404040;
	text-decoration: underline;
	font-size: 12px;
}
div.dispDATE strong {
	color: #404040;
	font-weight: bold;
	font-size: 22px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.dispDATE strong {
		font-size: 13px;
	}
}

/*
----------------------------------------------------
 Table format
----------------------------------------------------
*/
div.solarDisp2 {
	background: url(../solarapi/img/solar-disp-middle.jpg) repeat-y left;
	width: 230px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.solarDisptop {
	background: url(../solarapi/img/solar-disp-top.jpg) no-repeat top left;
	width: 230px;
	height: 60px;
}
div.solarDispbottom {
	background: url(../solarapi/img/solar-disp-bottom.jpg) no-repeat top left;
	width: 230px;
	height: 20px;
}

table.tableDispEnergy {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 210px;
	border: solid #808080 1px;
	margin: 0px 13px 0px 7px;
}

table.tableDispEnergy th {
	text-align: center;
	background: url(../solarapi/img/solar-disp-table.jpg) no-repeat top left;
	color: #404040;
	font-size: 13px;
	border: solid #808080 1px;
	padding: 3px;
}

table.tableDispEnergy td {
	text-align: right;
	font-size: 14px;
	color: #383838;
	border: solid #808080 1px;
	padding: 3px;
}

table.tableDispEnergy thead {}
table.tableDispEnergy tbody {}
table.tableDispEnergy tfoot {}
table.tableDispEnergy span {
	color: #AD1100;
	font-weight: bold;
	font-size: 16px;
}
table.tableDispEnergy strong {
	color: #202020;
	font-weight: bold;
	font-size: 20px;
  line-height: 1.2em;
}