
.k_vp_deviceDlg {
	font-size: 10pt;
}

.k_vp_dlg_title {
	font-weight: bold;
	width: 100%;
	margin: 10px 0;
}

.k_vp_dlg_top_container {
	 float: left;
	 width: 100%;
}

.k_vp_dlg_bottom_container {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.k_vp_feedback {
	font-size: 12pt;
	font-weight: bold;
	color: red;
}

.k_vp_feedback a {
	font-size: 12pt;
	font-weight: bold;
	color: red;
	text-decoration: underline;
}

.k_vp_hint {
	height: 35px;
}

.deviceImgDiv {
	display: table-cell;
	vertical-align: middle;

	float: left;
	width: 200px;
	height: 200px;
	border: 1px solid #ccc;
}

img.deviceImg {
	display: block;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}

.meterContainer {
	position: relative;
	float: right;

	width: 200px;
	height: 200px;
	border: none;
}

div.k_vp_meter_readout {
	width: 115px;
	height: 60px;

	position: absolute;
	left: 27px;
	top: 34px;

	text-align: center;
	border: none;
	overflow: hidden;
}

.k_vp_btn_co2, .k_vp_btn_money, .k_vp_btn_energy, .k_vp_btn_watts {
	cursor:pointer;
	position:absolute;
}

.k_vp_btn_co2 {
	left:9px;
	top:133px;

	width: 59px;
	height: 57px;

}

.k_vp_btn_money {
	left:68px;
	top:133px;

	width: 37px;
	height: 57px;
}

.k_vp_btn_energy {
	left:105px;
	top:133px;

	width: 58px;
	height: 57px;
}

.k_vp_btn_watts {
	left:50px;
	top:103px;

	width: 74px;
	height: 26px; "
}

.k_vp_btn_off {
	cursor: pointer;
	float:left;

	width: 108px;
	height: 31px;

	margin-right: 5px;
}

.k_vp_btn_unplug {
	cursor: pointer;
	float:left;

	width: 89px;
	height: 31px;

	margin-left: 5px;
}


ul.vp-option-buttons {
	list-style: none;
}

ul.vp-option-buttons li {
	float: left
}

span.read_out {
	margin: 10px;
}

span.read_symbol {
	margin: 10px;
}

/******************************/

.font-small {
	font-family: Arial;
	font-size: 10pt;
}

.font-medium {
	font-family: Arial;
	font-size: 12pt;
}

.font-large {
	font-family: Arial;
	font-size: 14pt;
}

.font-huge {
	font-family: Arial;
	font-size: 16pt;
}

.font-giant {
	font-family: Arial;
	font-size: 18pt;
}

.font-collosal {
	font-family: Arial;
	font-size: 20pt;
}

.text-regular {
	font-weight: normal;
}

.text-italics {
	text-decoration: italic;
}

.text-bold {
	font-weight: bold;
}

.color-yellow {
	color: #ffff00;
}

.color-black {
	color: black;
}

.color-purple {
	color: #990099;
}


