#dashboardFullPanel {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	width: 717px;
	height: 177px;
	background: #FFFFFF url(images/dashboard/datachartback.png) center no-repeat;
}

#dashboardPanelLeft {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	width: 355px;
	height: 200px;
	background: #FFFFFF url(images/dashboard/halfsectionback.png) center no-repeat;
}

#dashboardPanelRight {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	float: left;
	width: 355px; 
	height: 200px;
	background: #FFFFFF url(images/dashboard/halfsectionback.png) center no-repeat;
}

#dashboardPanelContent {
	position: relative;
	margin-right: 20px;
	left: 10px;
	top: 10px;
	height: 100%;
}

#dashboardPanelBottom {
	position: absolute;
	left: 0px;
	bottom: 13px;
}

#dashboardPanelButtons {
	color: #fffff;
	position: absolute;
	left: 3px;
	top: 5px;
}

#dashboardPanelImage {
	position: absolute;
	top: 45px;
	left: 235px;
}

#dashboardPanelImage2 {
	position: absolute;
	top: 105px;
	left: 170px;
}

#dashboardPanelImage3 {
	position: absolute;
	top: 65px;
	left: 200px;
}

#dashboardPanelImage4 {
	position: absolute;
	top: 45px;
	left: 250px;
}


#dashboardPanelGraph {
	background-color: #dddddd;
	position: relative;
	left: 365px;
	top: 5px;
	width: 330px;
	height: 150px;
}

#dashboardPanelTitle {
	color: #ffffff;
	position: absolute;
	font-face: arial;
	font-size: 25px;
	top: 45px;
	left: 3px;
}

.dashboardPanelValue {
	position: absolute;
	color: #ffffff;
	font-face: arial;
	font-size: 46px;
	top: 80px;
	left: 3px;
}

.dashboardPanelValueFull {
	position: absolute;
	color: #ffffff;
	font-face: arial;
	font-size: 46px;
	top: 75px;
	left: 3px;
}

#dashboardPanelDesc {
	color: #ffffff;
	position: absolute;
	font-face: arial;
	font-size: 20px;
	top: 150px;
	left: 3px;
}

#dashboardPanelDescFull {
	color: #ffffff;
	position: absolute;
	font-face: arial;
	font-size: 20px;
	top: 130px;
	left: 3px;
}

#dashboardPanelButtons img {
	border-style: none;
}

.dashboardDayButton {
	float: left;
	width: 80px;
	height: 32px;
	background: url(images/dashboard/button-day.png) no-repeat;
}

.dashboardDayButton:hover {
	background-position: 0 -32px;
	cursor: hand;
} 

.dashboardDayButton[state=active] {
	background-position: 0 -64px;
	cursor: default;
} 

.dashboardMonthButton {
	float: left;
	width: 80px;
	height: 32px;
	background: url(images/dashboard/button-month.png) no-repeat;
}

.dashboardMonthButton:hover {
	background-position: 0 -32px;
	cursor: hand;
} 

.dashboardMonthButton[state=active] {
	background-position: 0 -64px;
	cursor: default;
} 

.dashboardYearButton {
	float: left;
	width: 80px;
	height: 32px;
	background: url(images/dashboard/button-year.png) no-repeat;
}

.dashboardYearButton:hover {
	background-position: 0 -32px;
	cursor: hand;
} 

.dashboardYearButton[state=active] {
	background-position: 0 -64px;
	cursor: default;
} 

.dashboardTotalButton {
	float: left;
	width: 80px;
	height: 32px;
	background: url(images/dashboard/button-total.png) no-repeat;
}

.dashboardTotalButton:hover {
	background-position: 0 -32px;
	cursor: hand;
} 

.dashboardTotalButton[state=active] {
	background-position: 0 -64px;
	cursor: default;
} 

.dashboardKwhButton {
	float: left;
	width: 80px;
	height: 32px;
	background: url(images/dashboard/kwhbutton.png) no-repeat;
}

.dashboardKwhButton:hover {
	background-position: 0 -32px;
	cursor: hand;
} 

.dashboardKwhButton[state=active] {
	background-position: 0 -64px;
	cursor: default;
} 

.dashboardBtuButton {
	float: left;
	width: 80px;
	height: 32px;
	background: url(images/dashboard/btubutton.png) no-repeat;
}

.dashboardBtuButton:hover {
	background-position: 0 -32px;
	cursor: hand;
} 

.dashboardBtuButton[state=active] {
	background-position: 0 -64px;
	cursor: default;
} 

#dashboardLockButton {
	float: left;
	margin-left: 5px;
	width: 25px;
	height: 25px;
	background: url(images/dashboard/padlock.png) no-repeat;
}


#dashboardLockButton.locked {
	background-position: 0 -25px;
} 

#dashboardControllerInfo {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}
