/*总能耗*/
.tcc-background {
	background-color: #FFF;
	padding: 7px;
}
.tcc-nodeName {
	font-size: 14px;
	height: 30px;
	line-height: 22px;
	text-indent: 40px;
	background: url(../images/component/tcc-node-icon.gif) no-repeat 10px 0;
}
.tcc-consume {
	margin-left: 15px;
}
.tcc-consume-row {
	font-size: 14px;
	height: 30px;
	line-height: 22px;
}
.tcc-consume-row span {
	margin-left: 10px;
	font-size: 18px;
	color: #4f6525;
}
.tcc-consume-ratio {
	padding-left: 30px;
	text-align: center;
}
.tcc-type-header {
	font-size: 14px;
	height: 30px;
	line-height: 22px;
	padding-left: 15px;
}
.tcc-table {
	margin-left: 10px;
	width: 95%;
	text-align: center;
}
.tcc-table th {
	text-align: center;
	background-color: #dee9ca;
}
.tcc-table tr {
	height: 26px;
}
.tcc-tr-even {
	background-color: #fff;
}
.tcc-tr-odd {
	background-color: #eee;
}
