@font-face {
	font-family: 'pwsvarela';
	src: url('im3/VarelaRound-Regular.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
	font-family: 'pwsvarela';
	src: url('im3/arial-rounded-mt-bold.ttf') format('truetype');
    	font-weight: bold;
}

body {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-touch-callout: none;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #e6e7e8;
	font-family: pwsvarela;
	color: #000000;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
}

ul {	/* ORIG */
	margin: 0;
	padding: 0;
	border: 0;
}

li {
	position: relative;
	margin: 0;
	border: none;
	padding: 0px 0px 0px 10px;
	font-size: 20px;
	font-weight: bold;
	list-style: none;
}

textarea {
	font-family: pwsvarela;
}

#psmMainMenu > li {	/* ORIG */
	min-height: 43px;
}

body > div > form > ul > li {	/* ORIG */
	position: relative;
	margin: 0;
	border-bottom: 1px solid #E0E0E0;
	padding: 8px 0px 8px 10px;
	font-size: 20px;
	font-weight: bold;
	list-style: none;
}

body > div > ul > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}

a {
	display: block;
	text-decoration: none;
	color: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[class="configMenu"],
input[class="configMenuPercent"],
input[class="configMenuPPM"],
input[class="configMenuWC"],
input[class="configMenuDegrees"] {
	background: #f2fafc;
	border: 1px solid #068783;
	border-radius: 4px;
	color: #068783;
	font-weight: bold;
	text-align: center;
	height: 30px;
	font-size: 14px;
	padding: 0px 20px 0px 10px;
}

input[class="configMenuWide"] {
	float: right;
	margin: 0;
	width: 90%;
	border: 1px solid #555;
	color: #555;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	background-color: white;
	height: 30px;
	line-height: 32px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	overflow: hidden;
	padding: 0px 20px 0px 40px;
}

input[type="number"][class="configMenu"],
input[type="text"][class="configMenu"] {
	background: #f2fafc url(im3/inputBGpencil.png) right top/20px 30px no-repeat;
}

input[type="number"][class="configMenuDegrees"] {
	background: #f2fafc url(im3/inputBGpencilDegreesF.png) right top/40px 30px no-repeat;
	text-align: right;
	padding: 0px 40px 0px 0px;
	-moz-appearance:textfield;
}

input[type="number"][class="configMenuPercent"] {
	background: #f2fafc url(im3/inputBGpencilPercent.png) right top/40px 30px no-repeat;
	text-align: right;
	padding: 0px 40px 0px 0px;
	-moz-appearance:textfield;
}

input[type="number"][class="configMenuPPM"] {
	background: #f2fafc url(im3/inputBGpencilPPM.png) right top/46px 30px no-repeat;
	text-align: right;
	padding: 0px 46px 0px 0px;
	-moz-appearance:textfield;
}

input[type="number"][class="configMenuWC"] {
	background: #f2fafc url(im3/inputBGpencilWC.png) right top/46px 30px no-repeat;
	text-align: right;
	padding: 0px 46px 0px 0px;
	-moz-appearance:textfield;
}

input[type="text"][class="configMenuWide"] {
	background: transparent url(im3/inputBGpencilBlack.png) right top/20px 30px no-repeat;
}

.configMenu::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #068783;
}
.configMenu:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #068783;
   opacity:  1;
}
.configMenu::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #068783;
   opacity:  1;
}
.configMenu:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #068783;
}
.configMenu::-ms-input-placeholder { /* Microsoft Edge */
   color:    #068783;
}
.configMenuDegrees::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    transparent;
}
.configMenuDegrees:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    transparent;
   opacity:  1;
}
.configMenuDegrees::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    transparent;
   opacity:  1;
}
.configMenuDegrees:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    transparent;
}
.configMenuDegrees::-ms-input-placeholder { /* Microsoft Edge */
   color:    transparent;
}


.mainContainer {
	margin: 0;
	border: none;
	padding: 0;
	width: 100%;
	position: relative;
	text-align: center;
}

.mainCentered {
	MARGIN: 0 auto;
	border: none;
	padding: 0;
	FONT-SIZE: 19px;
	FONT-WEIGHT: normal;
	CURSOR: default;
	COLOR: #000;
	width: 100%;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	list-style: none;
}

.thrmGraphInfo {
	width: 230px;
	min-height: 20px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	padding-bottom: 45px;
	position: fixed;
	bottom: -1000px;
	max-height: 940px;
	right:8px;
	transition: bottom 200ms;
	display:block;
	visibility: hidden;
	border: 1px solid #aaa;
	background-color: white;
	overflow: auto;
	-moz-box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.3);
	z-index: 10;
}

.thrmGraphKeyLine {
	height: 32px;
}
.thrmGraphKeyFloat {
	width:177px;
	display:block;
	float:left;
}
.thrmGraphKeyFloatRight {
	float:right;
	font-size:16px;
	margin-top:3px;
}

.mainCenteredGraph {
	MARGIN: 0 auto;
	border: none;
	padding: 0;
	padding-bottom: 100px;
	FONT-SIZE: 19px;
	FONT-WEIGHT: normal;
	CURSOR: default;
	COLOR: #000;
	width: 720px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	list-style: none;
}

#thermUsagePage .mainCenteredGraph {
	width: 930px;
}

.mainMobileCenteredGraph {
	MARGIN: 0 auto;
	border: none;
	padding: 0;
	FONT-SIZE: 19px;
	FONT-WEIGHT: normal;
	CURSOR: default;
	COLOR: #000;
	width: 492px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	list-style: none;
}

.mainGroup {
	display:block;
	height: 53px;
	line-height: 53px;
	font-size: 19px;
	font-weight: bold;
	text-align: left;
	color: white;
	margin: 13px 15px 2px 15px;
	padding: 0px 0px 0px 14px;
	background-color: white;
	border: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.mainGroupNotifications {
	display:block;
	height: 53px;
	line-height: 53px;
	font-size: 19px;
	font-weight: bold;
	text-align: left;
	color: white;
	margin: 13px 15px 2px 15px;
	padding: 0px 0px 0px 14px;
	background: #fc6f01 url(im3/NotificationsBg.png) right center/65px 53px no-repeat;
	border: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.tstatSummary {
	display:block;
	height: 86px;
	width: 100%;
	background-color: white;
	border: none;
	-moz-border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
	margin: 13px 0px 2px 0px;
	overflow: hidden;
}

.tstatSlave {
	display:block;
	height: 86px;
	width: 100%;
	background-color: white;
	border: none;
	-moz-border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
	margin: 13px 0px 2px 0px;
	overflow: hidden;
}

.tstatTemp {
	display:block;
	height: 86px;
	width: 128px;
	background-color: #0184c8;
	border: none;
	float: right;
	font-weight: bold;
	font-size: 48px;
	text-align: center;
	line-height: 91px;
	color: white;
	-moz-border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
	overflow: hidden;
}

.zoneControllerTemp {
	display:block;
	height: 86px;
	width: 128px;
	background-color: #0184c8;
	border: none;
	float: right;
	font-weight: bold;
	font-size: 48px;
	text-align: center;
	line-height: 91px;
	color: white;
	-moz-border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
	overflow: hidden;
}

.PowerMeter {
	display:block;
	height: 86px;
	width: 178px;
	background-color: #0184c8;
	border: none;
	float: right;
	font-weight: bold;
	font-size: 48px;
	text-align: center;
	line-height: 91px;
	color: white;
	-moz-border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
	overflow: hidden;
}

.tstatSlaveTemp {
	display:block;
	height: 86px;
	width: 90px;
	background-color: #0184c8;
	border: none;
	float: right;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	line-height: 91px;
	color: white;
	-moz-border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
	overflow: hidden;
}

.tstatTempCentered {
	display:block;
	margin: 20px 0px 0px 0px;
	padding: 0;
	height: 48px;
	width: 100%;
	float: none;
	line-height: 48px;
	overflow: hidden;
}

.tstatTempMedium {
	display:block;
	margin: 11px 0px 0px 0px;
	padding: 0;
	height: 48px;
	width: 100%;
	float: none;
	line-height: 48px;
	overflow: hidden;
}

.tstatTempHigh {
	display:block;
	margin: 5px 0px 0px 0px;
	padding: 0;
	height: 48px;
	width: 100%;
	float: none;
	line-height: 48px;
	overflow: hidden;
}

.tstatOtherMedium {
	display:block;
	margin: 2px 0px 0px 0px;
	padding: 0;
	height: 29px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	width: 100%;
	float: none;
	overflow: hidden;
}

.tstatDeg {
	font-size: 50%;
	position: absolute;
	top: 0px;
	line-height: 31px;
}

.tstatOtherTall {
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 0;
	height: 35px;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	width: 100%;
	float: none;
	overflow: hidden;
}

.tstatOtherInner {
	display:block;
	margin: 0px 0px 0px 13px;
	text-align: left;
	padding: 0;
	height: 100%;
	float: left;
}

.tstatLeft {
	display:block;
	position: absolute;
	top: 9px;
	left: 12px;
	height: 76px;
	width: 55%;
	background-color: transparant;
	border: none;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #404040;
	overflow: hidden;
}

.tstatName {
	display:block;
	line-height: 22px;
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: left;
	overflow: hidden;
}

.tstatNameSub {
	display:block;
	width: 56%;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	overflow: hidden;
}

.tstatStatus {
	display:block;
	height: 32px;
	width: 95px;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	float: right;
	padding: 0px;
	margin: 54px 6px 0px 0px;
	text-align: left;
}

.tstatOpenStatus {
	display:block;
	position: absolute;
	top: 64px;
	left: 0px;
	font-size: 9px;
	line-height: 9px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: red;
}

.tstatPowerCal {
	display:block;
	height: 86px;
	width: 64px;
	background: #0184c8 url(im3/calendarWhiteIcon.png) center top/32px 86px no-repeat;
	border: none;
	float: right;
	-moz-border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
	overflow: hidden;
}


.clearBoth {
	width:100%;
	height:1px;
	margin:0 0 -1px;
	clear:both;
}

.mainVacation {	/* ORIG */
	display: block;
	text-decoration: none;
	color: inherit;
	background: url(iuiImages/listArrow.png) no-repeat right center;
}

.centeredBox {	/* ORIG */
	display: block;
	width: 360px;
	border-width: 0px;
	padding-width: 0px;
	margin-left: auto;
	margin-right: auto;
}

.simple_href {	/* ORIG */
	display: block;
	text-decoration: none;
	color: inherit;
}

.label1 {	/* ORIG */
	position: absolute;
	top: 24px;
	left: 70px;
}

.mysitesLabel {
	margin: 0px 12px 0px 12px;
	overflow: hidden;
	line-height: 56px;
	text-overflow: ellipsis;
}

.mysitesLabelAcct {
	display: inline-block;
	margin: 14px 12px 0px 12px;
	overflow: hidden;
	line-height: 26px;
	text-overflow: ellipsis;
}

.adminlabel {	/* ORIG */
	float:left;
	padding-top: 10px;
}

.adminDevice {
	display:block;
	height: 53px;
	line-height: 53px;
	font-size: 19px;
	font-weight: bold;
	text-align: left;
	color: white;
	margin: 13px 15px 2px 15px;
	padding: 0px 0px 0px 14px;
	background: #414042 url(im3/gearIcon.png) right top/62px 53px no-repeat;
	border: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.adminNameLabel {
	float: left;
	max-width: 65%;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 53px;
	white-space: nowrap;
}

.adminSerialLabel {
	float: right;
	margin-right: 10px;
}

.toolbar {	/* ORIG */
	border-bottom: 1px solid #2d3642;
	border-top: 1px solid #6d84a2;
	padding: 7px 10px 5px 4px;
	height: 44px;
	background: url(iuiImages/toolbar.png) #6d84a2 repeat-x;
}

.topContainer {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.toolbar2 {
	background-color: white;
	width: 100%;
	height: 44px;
	padding: 7px 0px 5px 0px;
	-webkit-box-shadow: 0 6px 6px -6px #888888;
	-moz-box-shadow: 0 6px 6px -6px #888888;
	box-shadow: 0 6px 6px -6px #888888;
}

.tbarcenteredbox {
	margin: 0 auto;
	border: none;
	padding: 0;
	font-size: 19px;
	font-weight: bold;
	cursor: default;
	color: #000;
	width: 260px;
	height: 43px;
	line-height: 19px;
	text-align: center;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
}

.tbarcenteredbox .tbarcontainer {
	width: 260px;
	height: 43px;
	position: relative; top: 0px;
}

.tbarcenteredbox .tbarcontainer .tbarheader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 260px;
	height: 43px;
	display: table;
}

@media screen and (orientation:portrait) {
	#thermostatGraphPage .toolbar2, #thermUsagePage .toolbar2 {
		height: 58px;
		padding: 10px 14px 7px 6px;
	}

	#thermostatGraphPage .tbarcenteredbox, #thermUsagePage .tbarcenteredbox {
		font-size: 25px;
		height: 57px;
		line-height: 25px;
	}

	#thermostatGraphPage .tbarcenteredbox .tbarcontainer, #thermUsagePage .tbarcenteredbox .tbarcontainer {
		height: 57px;
	}

	#thermostatGraphPage .tbarcenteredbox .tbarcontainer .tbarheader, #thermUsagePage .tbarcenteredbox .tbarcontainer .tbarheader {
		height: 57px;
	}
	#thermostatGraphPage .backButton, #thermUsagePage .backButton {
		top: 17px;
		left: 7px;
		width: 58px;
		height: 43px;
		background: url(im3/BackArrow.png) 0px 0px/17px 43px no-repeat;
		font-size: 14px;
		padding: 0px 0px 0px 16px;
		line-height: 44px;
	}
	#thermostatGraphPage .updateTimeIndicator {
		top: 25px;
		right: 6px;
		width: 85px;
		height: 30px;
		background: url(im3/simpleClockIcon.png) right center/30px 30px no-repeat;
		font-size: 14px;
		padding: 0px 31px 0px 0px;
		line-height: 15px;
	}
	#thermUsagePage .chartSettingsButton {
		background: #00b8a7 url(im3/gearWhiteIcon.png) center center/22px 22px no-repeat;
		width:44px;
		height:44px;
	}
	#thermUsagePage .chartSelectButton {
		background: #00b8a7 url(im3/selectIcon.png) center center/22px 22px no-repeat;
		width:44px;
		height:44px;
	}
}

@media screen and (orientation:landscape) {
	#thermostatGraphPage .toolbar2 {
		height: 30px;
		padding: 4px 7px 3px 2px;
	}

	#thermostatGraphPage .tbarcenteredbox {
		font-size: 15px;
		height: 30px;
		line-height: 15px;
	}

	#thermostatGraphPage .tbarcenteredbox .tbarcontainer {
		height: 30px;
	}

	#thermostatGraphPage .tbarcenteredbox .tbarcontainer .tbarheader {
		height: 30px;
	}
	#thermostatGraphPage .backButton {
		top: 7px;
		left: 3px;
		width: 29px;
		height: 23px;
		background: url(im3/BackArrow.png) 0px 0px/9px 23px no-repeat;
		font-size: 9px;
		padding: 0px 0px 0px 8px;
		line-height: 23px;
	}
	#thermostatGraphPage .updateTimeIndicator {
		top: 7px;
		right: 5px;
		width: 65px;
		height: 23px;
		background: url(im3/simpleClockIcon.png) right center/23px 23px no-repeat;
		font-size: 11px;
		padding: 0px 25px 0px 0px;
		line-height: 12px;
	}

	#thermUsagePage .toolbar2 {
		height: 43px;
		padding: 4px 7px 3px 2px;
	}
}

.tbarcenteredbox .tbarcontainer .tbarheader p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.toolbar > h1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 0px;
	height: 30px;
	font-size: 24px;
	width: 260px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFFFF;
}

.toolbar > old_h1 {	/* ORIG */
	position: absolute;
	left: 50%;
	margin: 6px 0 0 -100px;
	height: 30px;
	font-size: 24px;
	width: 200px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFFFF;
}

.toolbar2 > h1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 0px;
	height: 30px;
	font-size: 19px;
	width: 260px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: black;
}

.toolbar2 .pageTitle {
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 0px;
	height: 30px;
	font-size: 19px;
	width: 260px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: black;
}

.toolbar2 > h2 {	/* ORIG */
	MARGIN: 0 auto;
	border: none;
	padding: 0;
	FONT-SIZE: 22px;
	FONT-WEIGHT: bold;
	CURSOR: default;
	COLOR: #FFF;
	width: 200px;
	HEIGHT: 30px;
	LINE-HEIGHT: 28px;
	TEXT-ALIGN: center;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
	display: block;
	position: relative;
	top: 6px;
	left: 0px;
}

.toolbar2 > h3 {	/* ORIG */
	margin: 0px 0px 0px 0px;
	font-size: 18px;
}

.progressBox {	/* ORIG */
	position: absolute;
	display: none;
	top: 20px;
	right: 8px;
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 0;
	border: none;
	background: url(images/progressSprite.png) no-repeat 0px 0px;
	z-index: 1;
}

.progressBoxFloat {	/* ORIG */
	display: none;
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 0;
	border: none;
	background: url(images/progressSprite.png) no-repeat 0px 0px;
	z-index: 1;
}

.progressRing {	/* ORIG */
	display: block;
	width: 30px;
	height: 30px;
	padding: 0 5px 0 0;
	background: url(images/RingSpinner.png) no-repeat 0px 0px;
	background-size: 30px;
	float: right;
	margin-right: 8px;
	margin-top: 1px;
	border: none;
	z-index: 1;
}

.datebar {
	position: relative;
	display: block;
	margin: 6px 0 16px 0;
	box-sizing: border-box;
	border: 1px solid #a7a9ac;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: white;
	padding: 0;
	width: 492px;
	height: 42px;
	line-height: 42px;
	color: #2990b2;
}

#thermUsagePage .datebar {
	margin: 6px auto;
	width: 98%;
}

#scheduleWeeklyPage .datebar {
	margin: 6px auto;
	width: 98%;
}

.datebar .prevButton {
	width: 20px;
	height: 36px;
	text-align: left;
	line-height: 36px;
	position: absolute;
	background: transparent url(im3/arrowNarrowLeftWhite.png) 8px 6px/14px 24px no-repeat;
	top: 0px;
	left: 0px;
	cursor: pointer;
}
.datebar .dateLabel {
	display: inline;
	width: auto;
	margin: 0 auto;
	padding: 0 0 0 36px;
	line-height: 42px;
	cursor: pointer;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	background: transparent url(im3/calendarIcon.png) left center/28px 24px no-repeat;
}
.datebar .schedDateLabel {
	display: inline;
	width: auto;
	margin: 0 auto;
	padding: 0;
	line-height: 42px;
	cursor: default;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	background: none;
}
.datebar .nextButton {
	width: 20px;
	height: 36px;
	text-align: right;
	line-height: 36px;
	position: absolute;
	background: transparent url(im3/arrowNarrowRightWhite.png) 0px 6px/14px 24px no-repeat;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

.hiddenclass {	/* ORIG */
	display: none;
}

.poolrow {	/* ORIG */
	vertical-align: middle;
}

.poolrow .calendar {	/* ORIG */
	display: block;
	position: absolute;
	top: 20px;
	right: 0px;
}

.poolrow .buttoncalendar {	/* ORIG */
	display: block;
	position: absolute;
	top: 30px;
	right: 0px;
}

.poolrow .hiddencalendar {	/* ORIG */
	display: none;
}

.pooltemp_style {	/* ORIG */
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	width: 70px;
	height: 50px;
}

.Temperature {	/* ORIG */
	margin: 0px;
	border: none;
	padding: 0;
	width: 45px;
	height: 26px;
	font-size: 28px;
	font-weight: normal;
	color: #000;
	background-color: #15e2ff;
	text-align: right;
	z-index: 2;
	position: absolute;
	top: 10px;
	left:9px;
}

.TemperatureNoUpdate {	/* ORIG */
	margin: 0px;
	border: none;
	padding: 0;
	width: 45px;
	height: 26px;
	font-size: 28px;
	font-weight: normal;
	color: #000;
	background-color: #15e2ff;
	text-align: right;
	z-index: 2;
	position: absolute;
	top: 10px;
	left:9px;
}

.Thermostat {	/* ORIG */
	margin: 0px;
	border: none;
	padding: 0;
	width: 45px;
	height: 26px;
	font-size: 28px;
	font-weight: normal;
	color: #000;
	background-color: #15e2ff;
	text-align: right;
	z-index: 2;
	position: absolute;
	top: 10px;
	left:9px;
}

.ZoneController {
	margin: 0px;
	border: none;
	padding: 0;
	width: 45px;
	height: 26px;
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #000;
	background-color: #15e2ff;
	text-align: right;
	z-index: 2;
	position: absolute;
	top: 10px;
	left:9px;
}

.horizontal_slider_display_combo {	/* ORIG */
	position: relative;
	margin: 0;
	border: none;
	padding: 0;
	background: none;
	width: 220px;
	height: 67px;
	clear: left;
}

.horizontal_slider_display_combo .display_area {	/* ORIG */
	border: none;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 18px;
	background: none;
	position: absolute;
	top: 0px;
	left: 9px;
}
.horizontal_slider_display_combo .display_area .slider_display {	/* ORIG */
	border: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	z-index: 1;
	width: 40px;
	cursor: default;
	color: #000;
	line-height: 18px;
	background-color: #d2d2d2;
	text-align: center;
	position: relative;
}

.horizontal_slider_display_combo .display_area .slider_display_white {	/* ORIG */
	border: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	z-index: 1;
	width: 40px;
	cursor: default;
	color: #000;
	line-height: 18px;
	background-color: #ffffff;
	text-align: center;
	position: relative;
}

.horizontal_slider_display_combo .display_area .slider_display_trans {
	border: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 17px;
	z-index: 1;
	width: 40px;
	cursor: default;
	color: #fff;
	line-height: 18px;
	background-color: transparent;
	text-align: center;
	position: relative;
}

.horizontal_slider_display_combo .horizontal_slider_track {
	border: none;
	padding: 0;
	margin: 0;
	width: 220px;
	height: 42px;
	background: none;
	text-align: left;
	position: absolute;
	top: 8px;
	left: 0px;
	color: #d2d2d2;
	font-size: 0px;
}

.horizontal_slider_display_combo .horizontal_slider_track .slider_slit {
	position: absolute;
	top: 6px;
	left: 25px;
	background-color: #fff;
	width: 168px;
	height: 6px;
	margin: 16px 0px 0px;
	border: none;
	color: #fff;
}

.horizontal_slider_display_combo .horizontal_slider_track .slider_area {
	border: none;
	padding: 0;
	margin: 0;
	z-index: 1;
	width: 220px;
	height: 36px;
	position: absolute;
	top: 8px;
	left: 0px;
	font-size: 0px;
}

.horizontal_slider_display_combo .horizontal_slider_track .slider {
	margin: 0px;
	border: none;
	font-size: 0px;
	z-index: 5;
	width: 58px;
	height: 50px;
	line-height: 0px;
	position: relative;
	background-image: url(im3/slider3.png);
	background-size: 58px 50px;
	background-repeat: no-repeat;
}

@media print
{
.backButton {
	display:none;
}
.linkButton {	/* ORIG */
	display:none;
}
.backSubmitButton {	/* ORIG */
	display:none;
}
}
@media all
{
.backButton {
	position: absolute;
	top: 14px;
	left: 5px;
	width: 41px;
	height: 30px;
	margin: 0;
	border: none;
	background: url(im3/BackArrow.png) 0px 0px/12px 30px no-repeat;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 0px 11px;
	line-height: 31px;
	color: #00b8a7;
	z-index: 1;
}

.updateTimeIndicator {
	display: none;
	position: absolute;
	top: 14px;
	right: 8px;
	width: 85px;
	height: 30px;
	margin: 0;
	border: none;
	background: url(im3/simpleClockIcon.png) right center/30px 30px no-repeat;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding: 0px 30px 0px 0px;
	line-height: 15px;
	color: #00b8a7;
	z-index: 1;
}

.linkButton {	/* ORIG */
	display: none;
	width: 74px;
	height: 30px;
	padding: 0;
	margin-top: 6px;
	float: left;
	border: none;
	background: none;
}

.backSubmitButton {
	position: absolute;
	top: 14px;
	left: 5px;
	width: 41px;
	height: 30px;
	margin: 0;
	border: none;
	background: url(im3/BackArrow.png) 0px 0px/12px 30px no-repeat;
	overflow: hidden;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 0px 11px;
	line-height: 31px;
	color: #00b8a7;
	z-index: 1;
}
}

.rightTemperature {	/* ORIG */
	position: absolute;
	top: 6px;
	right: 2px;
	border-width: 0px;
}

.rightButton {	/* ORIG */
	position: absolute;
	top: 16px;
	right: 6px;
	border-width: 0 5px;
}

.rightText {
	position: absolute;
	top: 16px;
	right: 6px;
	border-width: 0 5px;
	font-size: 16px;
	font-weight: bold;
	cursor: default;
	color: #555;
	line-height: 28px;
}

.rightWideButton {	/* ORIG */
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	position: absolute;
	top: 16px;
	right: 0px;
	width: 66px;
	border-width: 0 5px;
}

.deleteButton {	/* ORIG */
	text-decoration: none;
	text-align: center;
}
.deleteButton button {	/* ORIG */
	width: 100px;
	height: 34px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

/*
td {	/* ORIG */
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	margin: 0;
	padding: 0;
}
*/

.activebox {	/* ORIG */
    position: absolute;
    height: 36px;
    width: 100px;
    border: 1px;
    border-color: #00f;
    border-style: solid;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 1;
}

.selectedbox {	/* ORIG */
    position: absolute;
    height: 36px;
    width: 100px;
    border: 1px;
    border-color: #00f;
    border-style: solid;
    background-color: #ff8800;
    overflow: hidden;
    z-index: 1;
}

.unreachablebox {	/* ORIG */
    position: absolute;
    height: 36px;
    width: 100px;
    border: 1px;
    border-color: #00f;
    border-style: solid;
    background-color: #ff8080;
    overflow: hidden;
    z-index: 1;
}
 
.activebox:active {	/* ORIG */
    background-color: orange;
}

.unreachablebox:active {	/* ORIG */
    background-color: orange;
}

.line
{	/* ORIG */
	position:absolute;
}

.main_container {	/* ORIG */
	margin: 0;
	border: none;
	padding: 0;
	width: 100%;
	HEIGHT: 440px;
	TEXT-ALIGN: center;
	POSITION: relative;
	top: 1px;
}
.main_container_netmap {	/* ORIG */
	margin: 0;
	border: none;
	padding: 0;
	width: 100%;
	TEXT-ALIGN: center;
	POSITION: relative;
	top: 1px;
}
.main_container_center {	/* ORIG */
	margin: 0;
	border: none;
	padding: 0;
	width: 1px;
	HEIGHT: 1px;
	FONT-SIZE: 1px;
	background: none;
	display: inline;
	POSITION: relative;
	top: 0px;
	left: 0px;
	z-index: 6;
}

.main {	/* ORIG */
	display: inline;
	margin: 0;
	border: none;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	cursor: default;
	color: #000;
	width: 360px;
	height: 440px;
	text-align: center;
	position: relative;
	left: -160px;
}

#netMapScrollContainer {	/* ORIG */
	width: 100%;
	overflow: auto;
	overflow-y: hidden;
}

#netMapScroll {	/* ORIG */
	width: 100%;
	overflow: auto;
}

#netMapContainer {	/* ORIG */
	overflow: hidden;
}

.netMapBoxes {	/* ORIG */
	display: inline;
	margin: 0;
	border: none;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	cursor: default;
	color: #000;
	width: 1px;
	height: 1px;
	text-align: center;
	position: relative;
}

.netMapStatic {	/* ORIG */
	height: 440px;
	background-color: transparent;
	position: absolute; top: 0px; left: 0px;
}

.netMapElement {	/* ORIG */
	position:absolute;
	height:20px;
	width:20px;
	background-color:transparent;
	overflow:visible;
	z-index:1;
	color: white;
	text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px #000, 1px -1px #000;
}

.netMapSensor {	/* ORIG */
	position:absolute;
	height:20px;
	width:20px;
	background-color:transparent;
	overflow:visible;
	z-index:1;
	color: transparent;
}

.netMapSensor:hover {	/* ORIG */
	color: white;
	text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px #000, 1px -1px #000;
}

.edit_style .infoTop {	/* ORIG */
	position: relative;
	margin: 8px 10px 0px 10px;
	border: none;
	padding: 0;
	width: 300px;
	HEIGHT: 38px;
	VERTICAL-ALIGN: middle;
	COLOR: #000;
	FONT-SIZE: 20px;
	LINE-HEIGHT: 36px;
	background-color: #fff;
	background-image: url(images/infoOutlineTop.gif);
	background-repeat: no-repeat;
}
.edit_style .infoInner {	/* ORIG */
	position: relative;
	margin: 0px 10px;
	border: none;
	padding: 0;
	width: 300px;
	HEIGHT: 33px;
	VERTICAL-ALIGN: middle;
	COLOR: #000;
	FONT-SIZE: 20px;
	LINE-HEIGHT: 36px;
	background-color: #fff;
	background-image: url(images/infoOutlineInner.gif);
	background-repeat: no-repeat;
}
.edit_style .infoBottom {	/* ORIG */
	position: relative;
	margin: 0px 10px 8px 10px;
	border: none;
	padding: 0;
	width: 300px;
	HEIGHT: 37px;
	VERTICAL-ALIGN: middle;
	COLOR: #000;
	FONT-SIZE: 20px;
	LINE-HEIGHT: 36px;
	background-color: #fff;
	background-image: url(images/infoOutlineBottom.gif);
	background-repeat: no-repeat;
}
.edit_style .xxxDiv {	/* ORIG */
	width: 270px;
	HEIGHT: 30px;
	VERTICAL-ALIGN: middle;
	FONT-SIZE: 18px;
}
.edit_style .infoTextLeft {	/* ORIG */
	VERTICAL-ALIGN: middle;
	position: relative;
	margin: 0;
	border: none;
	padding-left: 4px;
	text-align: left;
}
.edit_style .infoTextRight {	/* ORIG */
	VERTICAL-ALIGN: middle;
	border: none;
	TEXT-ALIGN: right;
	COLOR: #02044a;
	display: block;
	margin: -8px -20px -8px -10px;
	padding: 9px 0px 7px 10px;
	text-decoration: none;
}
.infoMapItem {	/* ORIG */
	position: relative;
	margin: 0px 2px;
	border-bottom: 1px solid gray;
	padding: 0;
	width: 210px;
	height: 16px;
	vertical-align: middle;
	color: #000;
	font-size: 12px;
	line-height: 14px;
	background-color: #fff;
}
.thermostatStatusContainer {	/* ORIG */
	margin: 0;
	border: none;
	padding: 0;
	width: 92px;
	height: 58px;
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
}
.thermostatStatusContainer .infoTop {	/* ORIG */
	margin-top: 0px;
	margin-bottom: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	width: 90px;
	height: 24px;
	vertical-align: middle;
	COLOR: #000;
}

.thermostatStatusContainer .infoBottom {	/* ORIG */
	margin-top: 3px;
	margin-bottom: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	width: 90px;
	height: 24px;
	vertical-align: middle;
	COLOR: #000;
}

.thermostatStatusContainer .infoCombined {	/* ORIG */
	margin-top: 0px;
	margin-bottom: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	width: 90px;
	height: 51px;
	vertical-align: middle;
	COLOR: #000;
}

.thermostatUnreachableContainer {
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	width: 128px;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	padding: 22px 0px 0px 0px;
	text-align: center;
	COLOR: #FFF;
}

.thermostat_status_container {	/* ORIG */
	margin: 0;
	border: none;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}
.thermostat_status_style {	/* ORIG */
	MARGIN: 0 auto;
	border: none;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	CURSOR: default;
	COLOR: #000;
	width: 92px;
	HEIGHT: 100%;
	LINE-HEIGHT: 24px;
	background: none;
	TEXT-ALIGN: left;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
}
.thermostat_status_style .infoTop {	/* ORIG */
	position: relative;
	margin: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	padding: 0;
	width: 90px;
	HEIGHT: 24px;
	VERTICAL-ALIGN: middle;
	COLOR: #000;
	font-size: 15px;
	line-height: 24px;
	background-repeat: no-repeat;
}
.thermostat_status_style .infoBottom {	/* ORIG */
	position: relative;
	margin: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	padding: 0;
	width: 90px;
	HEIGHT: 24px;
	VERTICAL-ALIGN: middle;
	COLOR: #000;
	font-size: 15px;
	line-height: 24px;
	background-repeat: no-repeat;
}
.thermostat_status_style .xxxDiv {	/* ORIG */
	width: 65px;
	HEIGHT: 24px;
	VERTICAL-ALIGN: middle;
	FONT-SIZE: 15px;
}
.thermostat_status_style .infoTextLeft {	/* ORIG */
	VERTICAL-ALIGN: middle;
	position: relative;
	margin: 0;
	border: none;
	padding-left: 4px;
	text-align: left;
}
.thermostat_status_style .infoTextRight {	/* ORIG */
	VERTICAL-ALIGN: middle;
	border: none;
	TEXT-ALIGN: right;
	COLOR: #02044a;
	display: block;
	margin: -8px -20px -8px -10px;
	padding: 9px 0px 7px 10px;
	text-decoration: none;
}

.infoMessage {	/* ORIG */
	font-size: 15px;
	font-weight: normal;
	color: #444444;
	margin-top: 4px;
}
.deviceLabel {	/* ORIG */
	font-size: 12px;
	font-weight: normal;
}
.warnMessage {	/* ORIG */
	font-size: 15px;
	font-weight: normal;
	color: red;
	margin-top: 4px;
}


.toolbar > h2 {	/* ORIG */
	MARGIN: 0 auto;
	border: none;
	padding: 0;
	FONT-SIZE: 22px;
	FONT-WEIGHT: bold;
	CURSOR: default;
	COLOR: #FFF;
	width: 200px;
	HEIGHT: 30px;
	LINE-HEIGHT: 28px;
	TEXT-ALIGN: center;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
	display: block;
	position: relative;
	top: 6px;
	left: 0px;
}

.toolbar > h3 {	/* ORIG */
	margin: 0px 0px 0px 0px;
	font-size: 18px;
}

.configStyle {	/* ORIG */
	MARGIN: 0 auto;
	border: none;
	padding: 0;
	FONT-SIZE: 20px;
	FONT-WEIGHT: normal;
	CURSOR: default;
	COLOR: #000;
	width: 360px;
	HEIGHT: 360px;
	LINE-HEIGHT: 32px;
	BACKGROUND-COLOR: #d2d2d2;
	TEXT-ALIGN: left;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	list-style: none;
}

.configDivStyle {
	margin: 0 auto;
	border: none;
	padding: 0px 0px 50px 0px;
	font-size: 18px;
	cursor: default;
	width: 100%;
	background: none;
	display: block;
	position: relative;
	list-style: none;
	visibility: hidden;
}

.configButton {	/* ORIG */
	position: relative;
	margin: 8px 10px;
	border: none;
	padding: 0;
	width: 300px;
	HEIGHT: 42px;
	VERTICAL-ALIGN: middle;
	COLOR: #000;
	FONT-SIZE: 20px;
	LINE-HEIGHT: 36px;
	background-color: #fff;
	background-image: url(iuiImages/whiteEntry.gif);
	background-repeat: no-repeat;
}
.configSwitchButton {	/* ORIG */
	position: relative;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	width: 100px;
	HEIGHT: 26px;
	VERTICAL-ALIGN: middle;
	COLOR: #000;
	FONT-SIZE: 20px;
	LINE-HEIGHT: 36px;
	background-image: url(images/AutoButton.gif);
	background-repeat: no-repeat;
}
.configSwitchNewButton {	/* ORIG */
	position: relative;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	width: 79px;
	HEIGHT: 29px;
	VERTICAL-ALIGN: middle;
	COLOR: #000;
	FONT-SIZE: 20px;
	LINE-HEIGHT: 36px;
	background-image: url(images/AutoButtonNew.png);
	background-repeat: no-repeat;
	background-color:transparent;
}
.configOnOffSwitchButton {	/* ORIG */
	position: relative;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	width: 100px;
	HEIGHT: 26px;
	VERTICAL-ALIGN: middle;
	COLOR: #000;
	FONT-SIZE: 20px;
	LINE-HEIGHT: 36px;
	background-image: url(images/OffButton.gif);
	background-repeat: no-repeat;
}
.configOnOffNewSwitchButton {
	position: relative;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	width: 85px;
	height: 40px;
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	line-height: 36px;
	background: transparent url(im3/offToggle.png) left center/85px 48px no-repeat;
}
.configOnOffNewSwitchButton[value="On"] {
	background-image: url(im3/onToggle.png);
}
.configOnOffNewSwitchButton[value="Off"] {
	background-image: url(im3/offToggle.png);
}

.configOnSwitchButton {	/* ORIG */
	position: relative;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	width: 100px;
	HEIGHT: 26px;
	VERTICAL-ALIGN: middle;
	COLOR: #000;
	FONT-SIZE: 20px;
	LINE-HEIGHT: 36px;
	background-image: url(images/OnButton.gif);
	background-repeat: no-repeat;
}
.configOnNewSwitchButton {
	position: relative;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	width: 85px;
	height: 40px;
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	line-height: 36px;
	background: transparent url(im3/onToggle.png) left center/85px 48px no-repeat;
}
.configAdminSwitchButton {	/* ORIG */
	position: relative;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	width: 100px;
	HEIGHT: 26px;
	VERTICAL-ALIGN: middle;
	COLOR: #000;
	FONT-SIZE: 20px;
	LINE-HEIGHT: 36px;
	background-image: url(images/adminSwitch.png);
	background-repeat: no-repeat;
}
.configUserSwitchButton {	/* ORIG */
	position: relative;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	width: 100px;
	HEIGHT: 26px;
	VERTICAL-ALIGN: middle;
	COLOR: #000;
	FONT-SIZE: 20px;
	LINE-HEIGHT: 36px;
	background-image: url(images/userSwitch.png);
	background-repeat: no-repeat;
}
.configAdminSwitchNewButton {	/* ORIG */
	position: relative;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	width: 87px;
	HEIGHT: 29px;
	VERTICAL-ALIGN: middle;
	COLOR: #000;
	FONT-SIZE: 20px;
	LINE-HEIGHT: 36px;
	background-image: url(images/AdminSwitch.png);
	background-repeat: no-repeat;
	background-color:transparent;
}
.configUserSwitchNewButton {	/* ORIG */
	position: relative;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	width: 87px;
	HEIGHT: 29px;
	VERTICAL-ALIGN: middle;
	COLOR: #000;
	FONT-SIZE: 20px;
	LINE-HEIGHT: 36px;
	background-image: url(images/UserSwitch.png);
	background-repeat: no-repeat;
	background-color:transparent;
}
.configDiv {	/* ORIG */
	width: 260px;
	HEIGHT: 30px;
	VERTICAL-ALIGN: middle;
	FONT-SIZE: 18px;
}
.configDivWide {	/* ORIG */
	width: 290px;
	HEIGHT: 42px;
	VERTICAL-ALIGN: middle;
	FONT-SIZE: 18px;
}
.configWide {	/* ORIG */
	width: 290px;
	HEIGHT: 42px;
	FONT-SIZE: 18px;
}
.configNewWide {	/* ORIG */
	width: 96%;
	max-width: 350px;
	min-height: 42px;
	font-size: 18px;
}
.configNewWideTall {	/* ORIG */
	width: 96%;
	max-width: 350px;
	min-height: 54px;
	font-size: 18px;
}
.configNewDescription {
	width: 92.5%;
	min-height: 42px;
	margin: 12px 0px 12px 14px;
	text-align: left;
}
.configTextInfo {
	margin: 8px 14px 0px 14px;
	font-size: 14px;
	font-weight: normal;
	color:  #068783;
	text-align: left;
	clear: left;
	float: left;
	line-height: 14px;
	display: none;
}
.configTextLeft {	/* ORIG */
	VERTICAL-ALIGN: middle;
	position: relative;
	margin: 0;
	border: none;
	padding-left: 4px;
	text-align: left;
}
.configRightFloatOption {	/* ORIG */
	margin-right: 4px;
	font-size: 18px;
	float: right;
	overflow: hidden;
	color: #02044A;
	font-weight: normal;
}
.configRightFloatHeaderOption {
	margin-right: 4px;
	margin-top: 8px;
	font-size: 18px;
	float: right;
	overflow: hidden;
	color: #02044A;
	font-weight: normal;
}
.configRightFloatArrow {	/* ORIG */
	margin-right: 4px;
	margin-top: 0px;
	float: right;
}
.configRightButton {
	position: absolute;
	top: 0px;
	right: 0px;
}
.configMenuLabel {
	border: 1px solid #068783;
	border-radius: 4px;
	color: #068783;
	font-weight: bold;
	text-align: center;
	height: 30px;
	font-size: 14px;
	background: #f2fafc url(im3/triangleColorTab.png) right top/30px 30px no-repeat;
	padding: 0px 30px 0px 10px;
	display: inline-block;
}
.voltageLabel {
	position: absolute;
	top: 0px;
	right: 79px;
	border: 1px solid #068783;
	border-radius: 4px 0px 0px 4px;
	margin: 0;
	box-sizing: border-box;
	color: #068783;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	height: 30px;
	width: 80px;
	font-size: 14px;
	background: #f2fafc;
	padding: 0px 10px 0px 10px;
	display: inline-block;
}

.configTitle {
	float: left;
}

.configTextRight {	/* ORIG */
	VERTICAL-ALIGN: middle;
	border: none;
	TEXT-ALIGN: right;
	COLOR: #02044a;
	display: block;
	margin: 0;
	padding: 9px 20px 7px 10px;
	text-decoration: none;
	background: url(images/listArrowNarrow.png) no-repeat right center;
}

.configMenuRight {	/* ORIG */
	height: 100%;
	vertical-align: middle;
	border: none;
	text-align: right;
	text-decoration: none;
	background: none;
}

.configMenu {
	background: #f2fafc;
	border: 1px solid #068783;
	border-radius: 4px;
	color: #068783;
	font-weight: bold;
	text-align: center;
	height: 30px;
	font-size: 14px;
	padding: 0px 20px 0px 10px;
}

.configMenuLeft {	/* ORIG */
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}

.configMenuAndroid {	/* ORIG */
	height: 38px;
	line-height: 36px;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	border: none;
	background: url(images/listArrowNarrow.png) no-repeat right center;
}

.configMenuAndroidText {	/* ORIG */
	height: 38px;
	line-height: 36px;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	border: none;
}

.configButtonRight {	/* ORIG */
	VERTICAL-ALIGN: middle;
	border: none;
	TEXT-ALIGN: right;
	COLOR: #02044a;
	display: block;
	margin: -8px -20px -8px -10px;
	padding: 9px 6px 7px 10px;
	text-decoration: none;
}
.configRepeatText {	/* ORIG */
	VERTICAL-ALIGN: middle;
	TEXT-ALIGN: right;
	COLOR: #aaa;
	display: block;
	margin: -8px -20px -8px -10px;
	padding: 9px 20px 7px 4px;
	text-decoration: none;
	background: url(images/listArrowNarrow.png) no-repeat right center;
}
.configRepeatText b {	/* ORIG */
	FONT-WEIGHT: normal;
	COLOR: #02044a;
}

.configSliderNormal {	/* ORIG */
	margin-left:8px;
	display: block;
}

.configSliderInvisible {	/* ORIG */
	margin-left:8px;
	display: none;
}

.configSliderGray {	/* ORIG */
	margin-left:8px;
	opacity:0.2;
	filter:alpha(opacity=20);
}

.underline {	/* ORIG */
	margin: 0;
	width: 100%;
	height: 4px;
	border-bottom: 1px solid #E0E0E0;
	padding: 0px;
}

.thrmGraphContainer {	/* ORIG */
	margin: 0;
	border: none;
	padding: 0;
	width: 100%;
	text-align: center;
	position: relative;
	top: 1px;
}
#thrmGraphTypeContainer {	/* ORIG */
	margin: 0;
	border: none;
	padding: 0;
	width: 100%;
	text-align: center;
	position: relative;
	top: 1px;
	display:none;
}
#thrmGraphCentered {	/* ORIG */
	display: block;
	margin: 0 auto;
	border: none;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	width: 480px;
	height: 320px;
	position: relative;
}
.thrmGraphKey {	/* ORIG */
	display: block;
	margin: 0 auto;
	border: none;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	width: 410px;
	position: relative;
}
.thrmGraphColorLine {	/* ORIG */
	display:block;
	float:right;
	margin: 8px 12px 0px 0px;
	border: none;
	padding: 0;
	width: 34px;
	height: 2px;
	overflow: hidden;
}
.thrmGraphColorBox {	/* ORIG */
	display:block;
	float:right;
	margin: 2px 12px 2px 8px;
	border: none;
	padding: 0;
	width: 14px;
	height: 14px;
	overflow: hidden;
}

.tgCenteredType, .tzgCenteredType {	/* ORIG */
	display: block;
	margin: 0 auto;
	border: none;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	width: 200px;
	line-height: 22px;
	height: 40px;
	position: relative;
}
.styled-select {	/* ORIG */
	height: 28px;
	width: 200px;
	background: #fff url(images/listArrowDown.png) no-repeat right center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 5px;
	margin-bottom: 4px;
	border: 1px solid #000;
	border-radius: 4px;
	overflow: hidden;
}
#thermGraphType {	/* ORIG */
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: black;
	background: transparent;
	border: none;
	width: 228px;
	height: 28px;
	padding-top: 3px;
}

#tgCentered {	/* ORIG */
	display: block;
	margin: 0 auto;
	border: none;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	width: 480px;
	height: 284px;
	position: relative;
}
.tzgDesktopCentered {
	display: block;
	margin: 0 auto;
	border: none;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	width: 740px;
	height: 284px;
	position: relative;
}
.tzgMobileCentered {
	display: block;
	margin: 0 auto;
	border: none;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	height: 284px;
	position: relative;
}
.tzgContent {
	display: block;
	margin: 6px 0 16px 0;
	box-sizing: border-box;
	border: 1px solid #a7a9ac;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: white;
	padding: 0;
	width: 492px;
	height: 100%;
}
.tzgLabel {
	display: block;
	width: 100%;
	height: 36px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	padding: 0;
	margin: 0;
}
.tzgTimeLabel {
	position: absolute;
	top: 14px;
	-webkit-transform:scale(.8,1); /* Safari and Chrome */
	-moz-transform:scale(.8,1); /* Firefox */
	-ms-transform:scale(.8,1); /* IE 9 */
	-o-transform:scale(.8,1); /* Opera */
	transform:scale(.8,1); /* W3C */
}
.tzgTimeTick {
	position: absolute;
	top: 7px;
	height: 6px;
	width: 1px;
	background-color: #ddd;
}
.tzgTimeAmPm {
	position: absolute;
	top: 26px;
	left: 0px;
	display: block;
	width: 100%;
	height: 10px;
	background: transparent url(im3/dashes.png) left center/10px 10px repeat-x;
}
.tzgTimeText {
	width: 24px;
	height: 10px;
	line-height: 10px;
	font-size: 9px;
	text-align: center;
	background: white;
	position: absolute;
	top: 0px;
	transform: scale(0.8,1);
}
.tzgTimeCenter {
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: -2px;
	background: white;
	width: 4px;
	height: 4px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}
.tzgTimeLeft {
	position: absolute;
	top: 3px;
	left: 0px;
	background: white;
	width: 17px;
	height: 4px;
	border-right: 1px solid #555;
}
.tzgTimeRight {
	position: absolute;
	top: 3px;
	right: 0px;
	background: white;
	width: 17px;
	height: 4px;
	border-left: 1px solid #555;
}
.tgzTimeSlider {
	font-weight: bold;
	transform: scale(0.8,1);
}

.tzgHideButton {
	display: block;
	width: 28px;
	height: 28px;
	background: transparent url(im3/arrowHideBlock.png) left top/28px 28px no-repeat;
	position: absolute;
	top: 4px;
	left: 430px;
	margin: 0px 3px 0px 0px;
	padding: 0;
	cursor: pointer;
}
.tzgShowButton {
	display: block;
	width: 28px;
	height: 28px;
	background: transparent url(im3/arrowShowBlock.png) left top/28px 28px no-repeat;
	position: absolute;
	top: 4px;
	left: 430px;
	margin: 0px 3px 0px 0px;
	padding: 0;
	cursor: pointer;
}
.tzgKeyLabel {
	display: block;
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	padding: 13px 0px 0px 0px;
	margin: 0;
}
#tgScaleLeft, .tzgScaleLeft {
	width: 26px;
	height: 218px;
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	font-weight: bold;
	color: #666;
	padding-right: 3px;
	position: absolute;
	top: 45px;
	left:1px;
	display:block;
	background: transparent;
	z-index: 5;
}
.tzgScaleRight {
	width: 26px;
	height: 218px;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
	color: #666;
	position: absolute;
	top: 45px;
	left:466px;
	display:block;
	z-index: 5;
}
.tzgKey {
	width: 230px;
	min-height: 20px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	padding: 8px 0px 4px 0px;
	position: absolute;
	top: 33px;
	left:504px;
	display:block;
	border: 1px solid #aaa;
	background-color: white;
	overflow: auto;
}
.tzgGraphColorLine {
	display:block;
	float:right;
	margin: 2px 7px 0px 0px;
	width: 24px;
	overflow: hidden;
}
.tzgGraphColorBox {
	display:block;
	float:right;
	margin: 5px 12px 0px 8px;
	border: none;
	padding: 0;
	width: 14px;
	height: 14px;
	overflow: hidden;
}
.tzgMessage {	/* ORIG */
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-color: #000;
	width:176px;
	height:30px;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	background-color: #d7d7d7;
	zindex: 5;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
	display: none;
}

.mysitesMessage {
	width:176px;
	height:30px;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	background-color: transparent;
	zindex: 5;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
	display: none;
}

@media print {	/* ORIG */
	.tgHideBlockImg, .tzgHideBlockImg {	/* ORIG */
		display:none;
	}
}
#tgLeftBlockImg, .tzgLeftBlockImg {
	width: 28px;
	height: 217px;
	position: absolute;
	top: 36px;
	left:1px;
	z-index: 4;
}
#tgLeftBlockPrintImg, .tzgLeftBlockPrintImg {
	width: 28px;
	height: 217px;
	position: absolute;
	top: 36px;
	left:1px;
	display:block;
	z-index: 3;
}
#tgRightBlockImg, .tzgRightBlockImg {
	width: 18px;
	height: 217px;
	position: absolute;
	top: 36px;
	left:463px;
	z-index: 4;
}
#tgRightBlockPrintImg, .tzgRightBlockPrintImg {
	width: 18px;
	height: 217px;
	position: absolute;
	top: 36px;
	left:463px;
	display:block;
	z-index: 3;
}
#tgScrollableAnchor, .tzgScrollableAnchor {
	width: 468px;
	height: 272px;
	font-size: 9px;
	text-align: right;
	position: absolute;
	top: 36px;
	left:12px;
}
#tgScrollable, .tzgScrollable {	/* ORIG */
	width: 468px;
	height: 272px;
	position: relative;
	overflow: auto;
}
#tgScaleTopAnchor, .tzgScaleTopAnchor {	/* ORIG */
	width: 468px;
	height: 32px;
	font-size: 9px;
	text-align: center;
	position: absolute;
	top: 218px;
	left:0px;
}
#tgScaleTop, .tzgScaleTop {	/* ORIG */
	width: 468px;
	height: 32px;
	font-size: 9px;
	text-align: center;
	position: relative;
}
.tzgCanvas {
	width: 468px;
	height: 217px;
	background-color: white;
	position: absolute;
	top: 0px;
	left: 0px;
}
.tgCanvasDiv {
	width: 468px;
	height: 249px;
	background-color: white;
	position: absolute; top: 0px; left: 0px;
}
.tgCanvasCanvas {	/* ORIG */
	position: relative;
	float: left;
	width: 468px;
	height: 217px;
}
.tzgCanvasOverlay {	/* ORIG */
	width: 432px;
	height: 217px;
	background-color: transparent;
	position: absolute; top: 0px; left: 18px;
}
.tzgTimeOverlay {
	background: white url(im3/TimeBubbleRound.png) 0px 0px/50px 22px no-repeat;
	border: none;
	border-radius: 7px;
	font-size: 11px;
	line-height: 14px;
	height: 16px;
	left: 0px;
	padding-top: 3px;
	position: absolute;
	text-align: center;
	top: -19px;
	width: 51px;
	z-index: 2;
}
#tgMessage {	/* ORIG */
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-color: #000;
	width:176px;
	height:30px;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	background-color: #d7d7d7;
	position:absolute; top: 100px; left: 126px;
	zindex: 5;
	display: none;
}

#thrmGraphTemperaturePanel {	/* ORIG */
	width: 28px;
	height: 236px;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	position: absolute; top: 23px; left:0px;
}
#thrmGraphDrawPanel {	/* ORIG */
	width: 434px;
	height: 237px;
	font-size: 9px;
	text-align: right;
	position: absolute; top: 32px; left:30px;
}
#thrmGraphInnerPanel {
	width: 432px;
	height: 235px;
	border: 1px solid #a7a9ac;
	position: relative;
	overflow: auto;
}
#thrmGraphInnerGrid {	/* ORIG */
	width: 432px;
	height: 215px;
	background-image: url('images/graphBox.gif');
	position: relative;
}
#thrmGraphCanvas {
	width: 432px;
	height: 215px;
	background-color: white;
	position: absolute; top: 0px; left: 0px;
}
.thrmGraphDayLabel {	/* ORIG */
	width: 468px;
	height: 32px;
	font-size: 12px;
	text-align: center;
	position: absolute; top: 0px; left:13px;
}
.thrmGraphDayWindow {	/* ORIG */
	width: 468px;
	height: 32px;
	position: relative;
	overflow: hidden;
}
#thrmGraphDayAnchor {	/* ORIG */
	width: 468px;
	height: 32px;
	position: absolute;
}
#thrmGraphDayContainer {	/* ORIG */
	width: 468px;
	height: 32px;
	position: relative;
}
.thrm_graph_container {	/* ORIG */
	margin: 0;
	border: none;
	padding: 0;
	WIDTH: 100%;
	HEIGHT: 320px;
	TEXT-ALIGN: center;
	POSITION: relative;
	top: 1px;
}
.thrm_graph_container_center {	/* ORIG */
	margin: 0;
	border: none;
	padding: 0;
	WIDTH: 1px;
	HEIGHT: 1px;
	FONT-SIZE: 1px;
	background: none;
	display: inline;
	POSITION: relative;
	top: 0px;
	left: 0px;
	z-index: 6;
}
.thrm_graph_style {	/* ORIG */
	display: inline;
	margin: 0;
	border: none;
	padding: 0;
	FONT-SIZE: 14px;
	FONT-WEIGHT: normal;
	CURSOR: default;
	COLOR: #000;
	WIDTH: 480px;
	HEIGHT: 320px;
	BACKGROUND-COLOR: #d2d2d2;
	TEXT-ALIGN: center;
	POSITION: relative;
	left: -240px;
}
.thrm_graph_style .temperaturePanel {	/* ORIG */
	WIDTH: 28px;
	HEIGHT: 236px;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 18px;
	TEXT-ALIGN: right;
	POSITION: absolute; top: 23px; left:0px;
}
.thrm_graph_style .thrmDrawPanel {
	WIDTH: 432px;
	HEIGHT: 218px;
	BACKGROUND-COLOR: #a7a9ac;
	FONT-SIZE: 9px;
	TEXT-ALIGN: right;
	POSITION: absolute; top: 31px; left:31px;
}
.thrm_graph_style .thrmDrawPanel .thrmInnerPanel {
	width: 432px;
	height: 218px;
	background-color: #a7a9ac;
	position: relative;
}

.thrm_graph_style .thrmDrawPanel .thrmInnerPanel .thrmInnerGrid {	/* ORIG */
	width: 432px;
	height: 215px;
	margin-top: 3px;
	background-image: url('images/graphBox.gif');
	position: relative;
}

.thrm_graph_style .thrmDrawPanel .thrmInnerPanel .thrmCanvas {	/* ORIG */
	width: 432px;
	height: 218px;
	background-color: transparent;
	position: absolute; top: 0px; left: 0px;
}
.thrm_graph_style .thrmDrawPanel .thrmInnerPanel .dayColumn {	/* ORIG */
	MARGIN: 0px;
	padding: 0;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	BORDER-TOP-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	WIDTH: 34px;
	HEIGHT: 216px;
	BACKGROUND-COLOR: #EEEEEE;
	POSITION: relative;
}
.thrm_graph_style .thrmDrawPanel .thrmInnerPanel .dayColumn .grayLine {	/* ORIG */
	position:absolute;
	left:0px;
	width:34px;
	height:1px;
	background-color: #d7d7d7;
}
.thrm_graph_style .dayLabel {	/* ORIG */
	WIDTH: 468px;
	HEIGHT: 32px;
	FONT-SIZE: 12px;
	TEXT-ALIGN: center;
	POSITION: absolute; top: 0px; left:13px;
}
.thrm_graph_style .rangeBox {	/* ORIG */
	margin: 0px;
	display: block;
	WIDTH: 200px;
	HEIGHT: 18px;
	FONT-SIZE: 14px;
	TEXT-ALIGN: left;
	POSITION: absolute; top: 290px; left:8px;
}

.thrm_graph_style .rangeBox button {	/* ORIG */
	color: #999;
}

.thrm_graph_style .rangeBox b {	/* ORIG */
	color: #000;
}

.thrmNoDataMsg {	/* ORIG */
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-color: #000;
	width:176px;
	height:30px;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	background-color: #d7d7d7;
	position:absolute; top: 100px; left: 126px;
	z-index: 5;
	display: none;
}

.datebar .thrmPrevButton {
	width: 50px;
	height: 42px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	background: transparent url(im3/arrowNarrowLeftLtBlue.png) center center/14px 24px no-repeat;
}

.datebar .thrmNextButton {
	width: 50px;
	height: 42px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	background: transparent url(im3/arrowNarrowRightLtBlue.png) center center/14px 24px no-repeat;
}

.remoteLayout {	/* ORIG */
	border: 0;
	margin: 0;
	padding: 3px;
	background-color: #000;
	list-style: none;
}

.remoteList {	/* ORIG */
	border: 0;
	margin: 0;
	padding: 0;
}

.unusedKey {	/* ORIG */
	display: none;
}

.remoteKey {	/* ORIG */
	border: 0;
	margin: 0;
	padding: 0;
	color: #fff;
	width: 102px;
	height: 68px;
	text-align: center;
	font-size: 28px;
	line-height: 68px;
	background: url(images/remoteKey.png) no-repeat center center;
	display: inline;
}

.selectKey {	/* ORIG */
	border: 0;
	margin: 2px;
	padding: 0;
	color: #fff;
	width: 310px;
	height: 138px;
	text-align: center;
	font-size: 24px;
	line-height: 136px;
	background: url(rImages/select.png) no-repeat center center;
	display: inline;
}

.glowImage {	/* ORIG */
	border: 0;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	position: fixed;
	display: none;
	z-index: 2;
}

.remoteKeyPressed {	/* ORIG */
	border: 0;
	margin: 0;
	padding: 0;
	color: #fff;
	width: 102px;
	height: 68px;
	text-align: center;
	font-size: 28px;
	line-height: 68px;
	background: url(images/remoteKeyPressed.png) no-repeat center center;
	display: inline;
}

.topMenu {	/* ORIG */
	position: absolute;
	left: 50%;
	margin: 1px 0 0 -83px;
	font-size: 24px;
	width: 166px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	height: 36px;
	background: url(images/topMenuBG.gif) repeat-x;
}

.configMenuOrig {	/* ORIG */
	position: absolute;
	left: 70%;
	margin: 1px 0 0 -83px;
	width: 166px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	height: 36px;
	background: url(images/topMenuBG.gif) repeat-x;
}

.pageButton {	/* ORIG */
	position: absolute;
	right: 6px;
	top: 16px;
	border: 0;
	margin: 0;
	padding: 0;
	width: 55px;
	height: 30px;
	background: url(images/pageButton.png) no-repeat;
}

.configGroup {
	display:block;
	width: 94%;
	margin: 10px auto;
	margin-bottom: 2px;
	background-color: white;
	border: 1px solid #bbb;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.configGroup[data-style="thermConfigTop"] {
	margin-bottom: 0px;
	border: none;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}

.configGroup[data-style="subscriptionConfigTop"] {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.configGroupLabel {
	min-height: 47px;
	line-height: 47px;
	background-color: #0184c8;
	border: none;
	color: white;
	padding: 0;
	text-align: center;
	font-size: 18px;
}

.configLabelText {
	margin: 0 auto;
	background: transparent url(im3/configGear.png) 0px 14px/18px 18px no-repeat;
	padding-left: 23px;
	display: inline-block;
}

.configGroupItem {
	width: 98%;
	font-size: 16px;
	padding: 19px 0px 19px 0px;
	line-height: 30px;
	border-bottom: 1px solid #231f20;
	color: #414042;
}

.configHeader {
	position: relative;
	margin: 6px auto;
	width: 92%;
	border: none;
	padding: 0;
	height: 36px;
	vertical-align: middle;
	color: #444;
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
}

.configBox {
	position: relative;
	margin: 8px auto;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 0;
	width: 92%;
	height: 53px;
	vertical-align: middle;
	font-weight: bold;
	color: #444;
	font-size: 18px;
	line-height: 53px;
	background-color: #fff;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.configBoxAuto {	/* ORIG */
	position: relative;
	margin: 8px 10px;
	border: 1px solid #000;
	padding: 0;
	width: 300px;
	min-height: 42px;
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	line-height: 36px;
	background-color: #fff;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.configBoxAutoWide {	/* ORIG */
	position: relative;
	margin: 8px 10px;
	border: 1px solid #000;
	padding: 0;
	width: 316px;
	min-height: 42px;
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	line-height: 36px;
	background-color: #fff;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.configBoxTop {	/* ORIG */
	position: relative;
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	border: 1px solid #000;
	padding: 0;
	width: 300px;
	height: 42px;
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	line-height: 36px;
	background-color: #fff;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.configBoxMiddle {	/* ORIG */
	position: relative;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	border-top: 0px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0;
	width: 300px;
	height: 41px;
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	line-height: 36px;
	background-color: #fff;
}

.configBoxBottom {	/* ORIG */
	position: relative;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 8px;
	border-top: 0px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0;
	width: 300px;
	height: 41px;
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	line-height: 36px;
	background-color: #fff;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.userText {
	display: block;
	font-size: 20px;
	float: left;
	line-height: 20px;
	margin-top: 11px;
	width: 70%;
}

.userButton_old {	/* ORIG */
	position: relative;
	margin: 14px 10px;
	border: none;
	padding: 0;
	width: 300px;
	HEIGHT: 42px;
	VERTICAL-ALIGN: middle;
	COLOR: #000;
	FONT-SIZE: 20px;
	LINE-HEIGHT: 36px;
	background-color: #fff;
	background-image: url(iuiImages/whiteEntry.gif);
	background-repeat: no-repeat;
}

.userButton {	/* ORIG */
	position: relative;
	margin: 14px 10px;
	border: 1px solid #000;
	padding: 0;
	max-width: 300px;
	height: 42px;
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	line-height: 36px;
	background-color: #fff;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.sensorButton {	/* ORIG */
	position: relative;
	margin: 14px 10px;
	border: 1px solid #000;
	padding: 0;
	width: 300px;
	min-height: 42px;
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	line-height: 36px;
	background-color: #fff;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.userButtonClose_old {	/* ORIG */
	position: relative;
	margin: 4px 4px;
	border: none;
	padding: 0;
	width: 300px;
	HEIGHT: 42px;
	VERTICAL-ALIGN: middle;
	COLOR: #000;
	FONT-SIZE: 20px;
	LINE-HEIGHT: 36px;
	background-color: #fff;
	background-image: url(iuiImages/whiteEntry.gif);
	background-repeat: no-repeat;
}

.userButtonClose {	/* ORIG */
	position: relative;
	margin: 4px 10px;
	border: 1px solid #000;
	padding: 0;
	width: 300px;
	height: 42px;
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	line-height: 36px;
	background-color: #fff;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.emailUserText {
	display: block;
	overflow: hidden;
	font-size: 13px;
	color: #a6a8ab;
	width: 70%;
	float: left;
	height: 18px;
	margin-top: 2px;
	line-height: 14px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.rightUserText {
	position: absolute;
	right: 22px;
	top: 27px;
	font-size: 20px;
	color: white;
	line-height: 20px;
}

.leftFloatLabel {
	margin-left: 8px;
	margin-top: 0px;
	max-width: 250px;
	overflow: hidden;
	float: left;
}

.leftFloatNameLabel {	/* ORIG */
	margin-left: 4px;
	margin-top: 5px;
	font-size: 18px;
	max-width: 205px;
	overflow: hidden;
	float: left;
}

.leftFloatButtonLabel {	/* ORIG */
	margin-left: 10px;
	margin-top: 5px;
	font-size: 18px;
	float: left;
}

.absolutePushButton {
	position: absolute;
	top: 10%;
	left: 40%;
	margin: 0;
	font-size: 18px;
}

.leftFloatText {	/* ORIG */
	margin-left: 4px;
	margin-top: 5px;
	font-size: 18px;
	line-height: 20px;
	float: left;
}

.leftFloatFootnoteText {	/* ORIG */
	margin-left: 0px;
	margin-top: 2px;
	font-size: 10px;
	line-height: 10px;
	text-align: left;
	clear: both;
}

.rightFloatText {	/* ORIG */
	margin-right: 4px;
	margin-top: 5px;
	font-size: 18px;
	float: right;
	overflow: hidden;
}

.rightFloatSubText {	/* ORIG */
	margin-right: 4px;
	margin-top: 18px;
	font-size: 16px;
	line-height: 20px;
	float: right;
	overflow: hidden;
	text-align: right;
}

.rightFloatLabelText {	/* ORIG */
	margin-right: 8px;
	margin-top: 18px;
	font-size: 16px;
	line-height: 20px;
	float: right;
	overflow: hidden;
	text-align: right;
}

.rightFloatButton {	/* ORIG */
	margin-right: 2px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0;
	padding: 0px;
	float: right;
	background-color: transparent;
}
.rightFloatOption {	/* ORIG */
	margin-right: 4px;
	margin-top: 5px;
	font-size: 18px;
	float: right;
	overflow: hidden;
	color: #02044A;
	font-weight: normal;
}

.centerFloatText {	/* ORIG */
	text-align: center;
	width: 100%;
	margin-top: 5px;
	font-size: 14px;
}

.rightFloatSelect {	/* ORIG */
	margin-right: 6px;
	margin-top: 5px;
	float: right;
}

.rightFloatTemp {	/* ORIG */
	margin-right: 4px;
	margin-top: 12px;
	float: right;
}

.rightFloatWeight {
	margin: 0;
	font-size: 24px;
	float: right;
	font-weight: bold;
}

.weightSettingRight .horizontal_slider_display_combo {
	width: 175px;
}

.weightSettingRight .horizontal_slider_display_combo .horizontal_slider_track .slider_area {
	width: 175px;
}

.weightSettingRight .horizontal_slider_display_combo .horizontal_slider_track .slider_slit {
	position: absolute;
	top: 6px;
	left: 25px;
	background: url(im3/grayVG.png) 0px 0px/1px 6px repeat-x;
	width: 138px;
	height: 6px;
	margin: 16px 0px 0px;
	border: none;
	color: #fff;
}

.weightSettingRight .horizontal_slider_display_combo .display_area .slider_display_trans {
	border: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 17px;
	z-index: 1;
	width: 40px;
	cursor: default;
	color: #000;
	line-height: 18px;
	background-color: transparent;
	text-align: center;
	position: relative;
}
.rightFloatTwoLineText {	/* ORIG */
	margin-right: 4px;
	margin-top: 8px;
	font-size: 12px;
	line-height: 14px;
	width: 40px;
	text-align: center;
	float: right;
}

.rightFloatInput {	/* ORIG */
	margin-right: 4px;
	margin-top: 8px;
	font-size: 16px;
	float: right;
}

.rightFloatToggle {	/* ORIG */
	margin-right: 4px;
	margin-top: 6px;
	font-size: 16px;
	float: right;
}

.rightFloatToggleTall {
	margin-right: 4px;
	margin-top: 20px;
	font-size: 16px;
	float: right;
}

.rightFloatArrow {	/* ORIG */
	margin-right: 4px;
	margin-top: 12px;
	float: right;
}

.listrow {	/* ORIG */
	vertical-align: middle;
	width: 100%;
	min-height: 54px;
}

.popUpSelector {
	width: 250px;
	min-height: 120px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	border: 1px solid #068783;
	background-color: #f2fafc;
	color: #068783;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 9;
}

.gwPopUpSelector {
	width: 250px;
	min-height: 120px;
	margin: 0;
	padding: 14px;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	border: 1px solid #068783;
	background-color: #f2fafc;
	color: #068783;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	z-index: 9;
}

.popUpSelectorWide {
	width: 274px;
	min-height: 120px;
	margin: 0;
	padding: 12px;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	border: 1px solid #068783;
	background-color: #f2fafc;
	color: #068783;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 9;
}

.popUpEmpty {	/* ORIG */
	margin: 0;
	padding: 0;
	font-size: 18px;
	border: 0;
	background-color: transparent;
	color: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
}

.popUpAlert {
	width: 90%;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	word-wrap: break-word;
}

#systemModePickerPopup {	/* ORIG */
	width: 250px;
	height: 120px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	border-right: 1px solid #2d3642;
	border-bottom: 1px solid #2d3642;
	border-left: 1px solid #6d84a2;
	border-top: 1px solid #6d84a2;
	background-color: #ffffff;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 9;
}

#humiditySliderPopup {	/* ORIG */
	width: 280px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	border-right: 1px solid #2d3642;
	border-bottom: 1px solid #2d3642;
	border-left: 1px solid #6d84a2;
	border-top: 1px solid #6d84a2;
	background-color: #ffffff;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	z-index: 9;
}

.tallHumiditySlider {	/* ORIG */
	height: 190px;
}

.shortHumiditySlider {	/* ORIG */
	height: 120px;
}

.humidityAction {	/* ORIG */
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.deleteEmailNotice {
	margin-right: 6px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0;
	padding: 0px;
	float: right;
	background-color: transparent;
}

.deleteTxtNotice {
	margin-right: 6px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0;
	padding: 0px;
	float: right;
	background-color: transparent;
}

.deleteSecondaryGateway {	/* ORIG */
	margin-right: 3px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0;
	padding: 0px;
	float: right;
	background-color: transparent;
}

.thermUsage {
	min-width: 496px;
	font-size: 12px;
	overflow: auto;
}

.thermUsage #startdate {	/* ORIG */
	font-size: 16px;
	height: 24px;
}

.thermUsage .topArea {	/* ORIG */
	min-width: 706px;
}

.thermUsage .sidebar {	/* ORIG */
	display: block;
	margin: 4px 0px 0px 4px;
	padding: 0px;
	width: 16%;
	max-width: 186px;
	height: 620px;
	border: 1px;
	border-style: solid;
	border-color: #000;
	background-color: #fff;
	float: left;
	position: relative;
}

.thermUsage .sidescroll {
	position: absolute;
	top: -12px;
	right: 0px;
	width: 210px;
	max-height: 640px;
	background-color: white;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	padding: 20px 8px 14px 14px;
	border-top: 0px;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
	border-right: 0px;
	line-height: 30px;
	text-align: left;
	overflow: auto;
	z-index: 10;
}

.thermUsage .sidelist {
	margin: 0;
	text-align: left;
}

.thermUsage .sideselect {
	position: absolute;
	top: -12px;
	right: 0px;
	width: 210px;
	height: 500px;
	background-color: white;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	padding: 20px 8px 14px 14px;
	border-top: 0px;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
	border-right: 0px;
	line-height: 28px;
	text-align: left;
	overflow: hidden;
	z-index: 10;
}

#thermUsageGraphType {	/* ORIG */
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
	background: url(iuiImages/graphTypeSelect.png) #6d84a2 repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-width: 1px 2px 1px 2px;
	border-color: white;
}

.choiceBox {	/* ORIG */
	width: 168px;
}

.choiceLabel {
	font-size: 12px;
	display: block;
	line-height: 14px;
	margin-top: 12px;
}

.choiceOptions {	/* ORIG */
	margin-right: 8px;
	font-size: 9px;
	float: right;
}

.chart {
	display: block;
	margin: 20px auto;
	width: 98%;
	height: 250px;
	border: 1px solid black;
	background-color: #fff;
	overflow-y: visible;
}

.chart .chartRelative {
	position: relative;
}

.chart .chartfixed {
	display: block;
	width: 900px;
	height: 250px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.chart .mobileChartfixed {
	display: block;
	width: 480px;
	height: 250px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.chart .bars {
	margin: 0;
	border: none;
	display: block;
	width: 100%;
	height: 200px;
	background-color: #fff;
	position: relative;
}
.chart .bars .heatBar {
	display: block;
	margin: 0px;
	border: 1px;
	border-style: solid;
	border-color: #666;
	text-align: center;
	position: absolute;
	background-color: #ff5555;
	z-index: 5;
}
.chart .bars .coolBar {
	display: block;
	margin: 0px;
	border: 1px;
	border-style: solid;
	border-color: #666;
	text-align: center;
	position: absolute;
	background-color: #00ffff;
	z-index: 5;
}
.chart .bars .heatSegment {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
}

.chart .barValueContainer {
	display: none;
	margin: 0px;
	border: 0px;
	border-style: none;
	text-align: center;
	position: absolute;
	width: 46px;
	height: 38px;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	z-index: 6;
}

.chart .barValue {
	display: block;
	border: 1px solid #555;
	font-size: 10px;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
	background-color: white;
	box-shadow-xxx: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 8px 0px;
	text-overflow: clip;
}

.chart .barConnector {
	display: none;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	height: 10px;
	margin: 0px auto;
	position: absolute;
	z-index: 7;
	background-color: white;
	box-shadow: 0px -3px 0px 0px white, 6px 0px 8px -4px, -6px 0px 8px -4px;
}

.chart .barLabel {
	background-color: white;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding-top:3px;
	height: 24px;
	border-top: 1px solid #888;
	color: #555;
}

.chart .barHour {
	position: absolute;
	background-color: white;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding-top:3px;
	width: 37px;
	height: 24px;
	line-height: 24px;
	border-left: 1px solid #888;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	color: #555;
}

.chart .barHourNarrow {
	position: absolute;
	background-color: white;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	padding-top:3px;
	width: 19px;
	height: 24px;
	line-height: 24px;
	border-left: 1px solid #888;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	color: #555;
}

.chart .chartTypeHeading {
	margin: 0;
	padding: 8px 0px 0px 0px;
	border: none;
	display: block;
	width: 100%;
	height: 22px;
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
	position: relative;
}

.chart .totallabels {
	margin: 0;
	padding: 0px 0px 0px 0px;
	border: none;
	display: block;
	width: 100%;
	height: 20px;
	background-color: #fff;
	text-align: center;
	position: relative;
}
.chart .barlabels .barlabel {
	margin: 0;
	border: none;
	display: block;
	height: 20px;
	top: 5px;
	text-align: center;
	position: absolute;
	z-index: 5;
}
.chart .barlabels .barhour {
	margin: 0;
	border: none;
	border-top: 0px;
	border-left: 1px solid #000;
	border-right: 0px;
	border-bottom: 0px;
	display: block;
	height: 20px;
	top: 5px;
	text-align: center;
	position: absolute;
	z-index: 5;
}
.deviceCheckBox {	/* ORIG */
	vertical-align: -10%;
}
.deviceCheckBoxGray {	/* ORIG */
	vertical-align: -10%;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.graphCheckbox {
	float: left;
	height: 22px;
	padding-left: 22px;
	line-height: 24px;
	margin-left: 8px;
	background: transparent url(im3/checkboxUnchecked.png) left center/17px 17px no-repeat;
}
.graphCheckbox[data-checked="true"] {
	background: transparent url(im3/checkboxChecked.png) left center/17px 17px no-repeat;
}
.colorBox {
	border: none;
	margin: 0px 2px;
	padding: 0px;
	width: 12px;
	height: 12px;
	vertical-align: -4%;
}
.colorBoxGray {	/* ORIG */
	border: none;
	margin: 0px;
	padding: 0px;
	width: 12px;
	height: 12px;
	vertical-align: -10%;
	opacity:0.3;
	filter:alpha(opacity=30);
}
.thermUsage .colorPicker {	/* ORIG */
	display: none;
	border: 1px solid #111;
	margin: 1px;
	padding: 0px;
	width: 120px;
	height: 60px;
	line-height: 24px;
	position: absolute;
	top: 150px;
	left: 46px;
	background-color: #999;
	z-index: 8;
}
.thermUsage .colorPicker .cpLightRed {	/* ORIG */
	border: 3px solid #999;
	margin: 0px;
	padding: 0px;
	width: 24px;
	height: 24px;
	float: left;
	background-color: #ff5555;
}
.thermUsage .colorPicker .cpCyan {	/* ORIG */
	border: 3px solid #999;
	margin: 0px;
	padding: 0px;
	width: 24px;
	height: 24px;
	float: left;
	background-color: #00ffff;
}
.thermUsage .colorPicker .cpBlue {	/* ORIG */
	border: 3px solid #999;
	margin: 0px;
	padding: 0px;
	width: 24px;
	height: 24px;
	float: left;
	background-color: #0000ff;
}
.thermUsage .colorPicker .cpSpringgreen {	/* ORIG */
	border: 3px solid #999;
	margin: 0px;
	padding: 0px;
	width: 24px;
	height: 24px;
	float: left;
	background-color: #00ff7f;
}
.thermUsage .colorPicker .cpMagenta {	/* ORIG */
	border: 3px solid #999;
	margin: 0px;
	padding: 0px;
	width: 24px;
	height: 24px;
	float: left;
	background-color: #ff00ff;
}
.thermUsage .colorPicker .cpYellow {	/* ORIG */
	border: 3px solid #999;
	margin: 0px;
	padding: 0px;
	width: 24px;
	height: 24px;
	float: left;
	background-color: #ffff00;
}
.thermUsage .colorPicker .cpOrange {	/* ORIG */
	border: 3px solid #999;
	margin: 0px;
	padding: 0px;
	width: 24px;
	height: 24px;
	float: left;
	background-color: #ffa500;
}
.thermUsage .colorPicker .cpDarkMagenta {	/* ORIG */
	border: 3px solid #999;
	margin: 0px;
	padding: 0px;
	width: 24px;
	height: 24px;
	float: left;
	background-color: #8b008b;
}
.remoteHeader {
	position: relative;
	margin: 6px auto;
	margin-top: 12px;
	width: 92%;
	border: none;
	border-bottom:1px solid #444;
	padding: 0;
	height: 28px;
	vertical-align: middle;
	color: #666;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}
.remoteSlaveHeader {
	width: 100%;
}

.remoteSlaveHeaderInner {
	margin: 0 auto;
	font-size:15px;
	font-weight: bold;
	color: #666;
	padding: 10px 0px 6px 0px;
	line-height:18px;
	width: 85%;
	border-bottom: 1px solid black;
}

.remoteSlaveHeader2 {	/* ORIG */
	font-size:14px;
	line-height:18px;
	font-weight: normal;
	border-bottom: 1px solid #E0E0E0;
}
.remoteSlaveHeader3 {	/* ORIG */
	font-size:14px;
	line-height:18px;
	font-weight: normal;
}
.remoteListImage {	/* ORIG */
	float: left;
	line-height: 20px;
}
.remoteListText {	/* ORIG */
	margin-left: 6px;
	margin-top: 6px;
	float: left;
	line-height: 20px;
}
.remoteListHref {
	position: relative;
	display: block;
	width: 92%;
	height: 53px;
	margin: 6px auto;
	border:none;
	color:white;
	box-sizing: border-box;
	padding: 14px 0px 0px 10px;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	line-height: 18px;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #414042 url(im3/prodTHRM.png) right center/90px 53px no-repeat;
}
.remoteListSerial {
	display: block;
	font-size: 12px;
}
.invisible {	/* ORIG */
	display: none;
}
.hotelNameBlock {	/* ORIG */
	width: 110px;
	height: 50px;
	display: block;
}
.hotelNameItem {	/* ORIG */
	width: 100%;
	margin-top: 24px;
}
.hotelVacantItem {	/* ORIG */
	margin: 0px;
}

.textareaPicker {	/* ORIG */
	width: 360px;
	height: 164px;
	margin: 0;
	padding: 6px 0px 0px 16px;
	border-right: 1px solid #2d3642;
	border-bottom: 1px solid #2d3642;
	border-left: 1px solid #6d84a2;
	border-top: 1px solid #6d84a2;
	background-color: #ffffff;
	font-size: 16px;
	font-weigth:normal;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	z-index: 9;
}

.loginContainer {
	position: relative;
	background-color: #2b6f7c;
	color: white;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	padding: 6px 0px 9px 0px;
}

.loginTitle {
	margin: 2px 0px 0px 15px;
}

.loginEmail {
	width: 291px;
	height: 34px;
	font-size: 18px;
	background: white url(im3/LoginEmailIcon.png) 0px 0px/34px 34px no-repeat;
	color: black;
	border: none;
	margin: 8px 0px 16px 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

input:-webkit-autofill, input:focus:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}

.loginEmailInput {
	margin: 0px 0px 0px 40px;
	border: none;
	padding: 0;
	height: 34px;
	width: 245px;
	font-size: 18px;
	font-family: pwsvarela;
	font-weight: normal;
	background-color: white;
	outline: none;
}

.loginPassword {
	width: 291px;
	height: 34px;
	font-size: 18px;
	background: white url(im3/LoginPasswordIcon.png) 0px 0px/34px 34px no-repeat;
	color: black;
	border: none;
	margin: 8px 0px 16px 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	outline: none;
}

.loginPasswordInput {
	margin: 0px 0px 0px 40px;
	border: none;
	padding: 0;
	height: 34px;
	width: 245px;
	font-size: 18px;
	font-family: pwsvarela;
	font-weight: normal;
	background-color: white;
}

.loginAlert {
	width: 291px;
	height: 34px;
	font-size: 18px;
	background: white url(im3/LoginAlertIcon.png) 0px 0px/34px 34px no-repeat;
	color: black;
	border: none;
	margin: 8px 0px 16px 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.loginButton {
	font-size:20px;
	width:100px;
	height: 34px;
	float:left;
	margin:8px 0px 0px 8px;
	background-color: white;
	font-size: 18px;
	font-family: pwsvarela;
	font-weight: normal;
}

.forgotButton {
	font-size:12px;
	max-width:180px;
	float:right;
	margin:19px 4px 0px 0px;
	background-color: transparent;
	font-family: pwsvarela;
	font-weight: normal;
	border: none;
	text-decoration: underline;
}

.invalidUser {
	position: absolute;
	top: 122px;
	left: 40px;
	height: 34px;
	background: transparent url(im3/invalidBackground.png) 0px 0px/219px 34px no-repeat;
	color: white;
	font-size: 14px;
	line-height: 44px;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
}

.loginTopBox {	/* ORIG */
	width:313px;
	min-height:66px;
	background-color:#464747;
	display:block;
	margin-left:7px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
        border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom: 2px solid #888888;
}

.loginBottomBox {	/* ORIG */
	width:313px;
	height:215px;
	background-color:#464747;
	display:block;
	margin-left:7px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
        border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	border-top: 2px solid #ffffff;
}

.mySitesMsg {	/* ORIG */
	font-size: 10px;
	float: right;
	color: black;
}

.tzg_slider_track {
	border-right: none;
	padding: 4px 0px 4px 2px;
	border-top: none;
	font-size: 0px;
	float: left;
	margin: 0px;
	border-left: none;
	width: 492px;
	color: transparent;
	line-height: 0px;
	border-bottom: none;
	background-color: transparent;
	text-align: left;
}
.tzg_slider_track .slider_slit {
	border-right: #ddd 1px solid;
	border-top: #555 1px solid;
	margin: 12px 4px 2px;
	border-left: #999 1px solid;
	width: 432px;
	color: #fff;
	line-height: 0px;
	border-bottom: #fff 1px solid;
	position: absolute;
	left: 26px;
	height: 2px;
	background-color: #666
}
.tzg_slider_track .slider_area {
	border-right: 0px;
	border-top: 0px;
	font-size: 0px;
	z-index: 5;
	margin: 0px;
	border-left: 0px;
	width: 480px;
	line-height: 0px;
	border-bottom: 0px;
	position: relative;
	height: 40px;
	top: -6px;
	left: -4px
}
.tzg_slider_track .slider {
	margin: 0px;
	border: none;
	font-size: 0px;
	z-index: 5;
	width: 64px;
	height: 56px;
	line-height: 0px;
	position: relative;
	background-image: url(im3/slider3.png);
	background-size: 64px 56px;
	background-repeat: no-repeat;
	-webkit-user-select: none;
}
.canvasToolTip {	/* ORIG */
	position: absolute;
	border: 1px solid #0000ff;
	padding: 3px;
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	font-weigth:normal;
	z-index: 9;
}

.roundGradientButton {	/* ORIG */
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 29px;
	margin-top: 9px;
	background-color: #466ea0;
	color: white;
	font-size: 18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	border:0px;
}

.roundGradientButtonDisabled {	/* ORIG */
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 29px;
	margin-top: 9px;
	color: white;
	font-size: 18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dddddd), color-stop(1, #888888) );
	background:-moz-linear-gradient( center top, #dddddd 5%, #888888 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#888888');
	border:0px;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.0);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 1;
}

.overlayAbsolute {	/* ORIG */
	background-color: rgba(0, 0, 0, 0.2);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 1;
}

.popup {	/* ORIG */
	visibility: hidden;
	opacity: 0;
	width: 250px;
	min-height: 120px;
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-size: 18px;
	line-height: 20px;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 11;
}

.popupButton {	/* ORIG */
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	width: 100px;
	margin: 18px 0px 10px 16px;
}

.popupButtonWide {	/* ORIG */
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	width: 200px;
	margin: 12px 0px 10px 16px;
}

.popupButtonDisabled {	/* ORIG */
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	width: 100px;
	margin: 18px 0px 10px 16px;
	opacity: 0.2;
}

.redGradient {	/* ORIG */
	background: #fd8f87;
	background: -moz-radial-gradient(center, ellipse cover,  #fd8f87 0%, #f15b53 40%, #e11405 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#fd8f87), color-stop(40%,#f15b53), color-stop(100%,#e11405));
	background: -webkit-radial-gradient(center, ellipse cover,  #fd8f87 0%,#f15b53 40%,#e11405 100%);
	background: -o-radial-gradient(center, ellipse cover,  #fd8f87 0%,#f15b53 40%,#e11405 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #fd8f87 0%,#f15b53 40%,#e11405 100%);
	background: radial-gradient(ellipse at center,  #fd8f87 0%,#f15b53 40%,#e11405 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8f87', endColorstr='#e11405',GradientType=1 );
}

.greenGradient {	/* ORIG */
	background: #25ffc5;
	background: -moz-radial-gradient(center, ellipse cover,  #25ffc5 0%, #00f4af 40%, #00ac7e 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#25ffc5), color-stop(40%,#00f4af), color-stop(100%,#00ac7e));
	background: -webkit-radial-gradient(center, ellipse cover,  #25ffc5 0%,#00f4af 40%,#00ac7e 100%);
	background: -o-radial-gradient(center, ellipse cover,  #25ffc5 0%,#00f4af 40%,#00ac7e 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #25ffc5 0%,#00f4af 40%,#00ac7e 100%);
	background: radial-gradient(ellipse at center,  #25ffc5 0%,#00f4af 40%,#00ac7e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25ffc5', endColorstr='#00ac7e',GradientType=1 );
}

.grayGradient {	/* ORIG */
	background: #b5bdc8;
	background: -moz-radial-gradient(center, ellipse cover,  #b5bdc8 0%, #828c95 36%, #28343b 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b));
	background: -webkit-radial-gradient(center, ellipse cover,  #b5bdc8 0%,#828c95 36%,#28343b 100%);
	background: -o-radial-gradient(center, ellipse cover,  #b5bdc8 0%,#828c95 36%,#28343b 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #b5bdc8 0%,#828c95 36%,#28343b 100%);
	background: radial-gradient(ellipse at center,  #b5bdc8 0%,#828c95 36%,#28343b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=1 );
}

.selectArrowMenu {	/* ORIG */
	border: 0 !important;  /*Removes border*/
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	background: none;
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/
	color: #02044A;
	font-size: 18px;
	font-weight: normal;
	text-align: right;
}

.selectMenu {
	border: 0 !important;  /*Removes border*/
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	background: none;
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/
	color: #555;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	position: absolute;
	top: 7px;
	left: 30px;
	height: 22px;
	width: 86%;
	outline: none;
}

.selectMenuLabel {
	border: 0;
	background: none;
	color: #555;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	position: absolute;
	top: 7px;
	left: 30px;
	height: 22px;
	line-height: 22px;
	display:block;
}

.selectMenuLabelDisabled {
	border: 0;
	background: none;
	color: #555;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	position: absolute;
	top: 7px;
	left: 30px;
	height: 22px;
	line-height: 22px;
	display:none;
}

.popMenu {
	min-width: 50px;
	min-height: 50px;
	-webkit-box-shadow: -4px 4px 4px -4px #888888;
	-moz-box-shadow: -4px 4px 4px -4px #888888;
	box-shadow: -4px 4px 4px -4px #888888;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 38px;
	text-align: right;
	font-weight: bold;
	border: none;
	background-color: white;
	color: #666669;
	position: absolute;
	border-radius: 0px 0px 6px 6px;
	z-index: 11;
}

.popMenuItem {	/* ORIG */
	padding: 5px 15px 5px 15px;
	cursor: pointer;
}

.popMenuItem:hover {	/* ORIG */
	color: #fff;
	background-color: #1e90ff;
}

.menuItem {	/* ORIG */
	border: 1px solid #000;
	font-size: 18px;
	width: 170px;
	padding-left: 8px;
	padding-top: 8px;
	height: 30px;
	background-color: #fff;
	font-weight: normal;
	color: #000;
}

.menuItem:hover {	/* ORIG */
	background-color: #ddd;
}

.checkboxRight {	/* ORIG */
	width: 30px;
	height: 30px;
	padding: 0 5px 0 0;
	background: url(images/checkbox.png) no-repeat;
	background-size: 30px;
	display: block;
	float: right;
	margin-right: 8px;
	margin-top: 1px;
}

.checkboxLeft {	/* ORIG */
	width: 30px;
	height: 30px;
	padding: 0 5px 0 0;
	background: url(images/checkbox.png) no-repeat;
	background-size: 30px;
	display: block;
	float: left;
	margin-left: 8px;
	margin-top: 1px;
}

input.styled-checkbox {	/* ORIG */
	display: none;
}

.XandCheckRight {	/* ORIG */
	width: 30px;
	height: 30px;
	padding: 0 5px 0 0;
	background: url(images/XandCheck.png) no-repeat;
	background-size: 30px;
	display: block;
	float: right;
	margin-right: 8px;
	margin-top: 1px;
}

.linkVsite {
	display: block;
	text-decoration: none;
	color: inherit;
}

.dashboard {
	display: none;
	width: 220px;
	height: 66px;
	float: right;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0;
	border: 0;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	text-align: center;
	color: #555;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-radius-topright:8px;
	-webkit-border-radius-bottomright:8px;
	border-radius-topright:8px;
	border-radius-bottomright:8px;
}

.dashboardSlider {
	display: none;
	width: 220px;
	height: 56px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0;
	border: 0;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	text-align: center;
	color: #555;
	background-color: white;
	position: absolute;
	transition: right 500ms;
	-webkit-transition: right 500ms;
	right: 0px;
	top: 0px;
	z-index: 4;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-radius-topright:8px;
	-webkit-border-radius-bottomright:8px;
	border-radius-topright:8px;
	border-radius-bottomright:8px;
}

.dashboardClick {	/* ORIG */
	width: 40px;
	float: right;
	overflow: hidden;
	margin-right: 5px;
}

.dashboardArrow {
	width: 30px;
	height: 56px;
	float: left;
	background-color: white;
}

.dashboardIndicator {
	width: 10px;
	height: 56px;
	float: left;
	margin-top: 0px;
}

.dashboardItem {	/* ORIG */
	width: 50px;
	height: 50px;
	float: right;
	margin-right: 5px;
	margin-top: 8px;
}

.dashboardImageContainer {	/* ORIG */
	position: relative;
	width: 50px;
	height: 29px;
	overflow: hidden;
}

.dashboardImage {	/* ORIG */
	width: 50px;
	height: 29px;
}

.dashboardMsg {	/* ORIG */
	width: 50px;
	height: 21px;
}

.dashboardNotificationCount {	/* ORIG */
	notcolor: #fc6f01;
	color: #555;
	position: absolute;
	top: 14px;
	left: 0px;
	width: 50px;
	height: 20px;
	font-size: 11px;
}

.dashboardNoNotificationCount {	/* ORIG */
	notcolor: #2a7c3e;
	color: #555;
	position: absolute;
	top: 14px;
	left: 0px;
	width: 50px;
	height: 20px;
	font-size: 11px;
}

#mySitesAltTitle {
	position: absolute;
	top: 0px;
	left: 10px;
	height: 56px;
	line-height: 56px;
	font-size: 20px;
	color: black;
	font-weight: bold;
	max-width: 210px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.searchBox {	/* ORIG */
	font-size: 18px;
	width: 135px;
	padding-left: 25px;
	margin-left: 50px;
	z-index: 2;
	background-image: url('images/search-icon.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 20px;
	display: none;
}

#searchIcon {
	position: absolute;
	top: 9px;
	right: 50px;
	font-size: 18px;
	width: 40px;
	height: 40px;
	z-index: 2;
	background-image: url('im3/searchButton.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
}

#userSearchIcon {
	position: absolute;
	top: 9px;
	right: 100px;
	font-size: 18px;
	width: 40px;
	height: 40px;
	z-index: 2;
	background-image: url('im3/userSearchButton.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
}

.searchUsername {	/* ORIG */
	float: left;
	margin-left: 12px;
}

.searchName {	/* ORIG */
	width: 360px;
	overflow: hidden;
	float: left;
	margin-left: 12px;
}

.narrow_slider_display_combo {	/* ORIG */
	position: relative;
	margin: 0;
	border: none;
	padding: 0;
	background: none;
	width: 160px;
	height: 67px;
	clear: left;
}

.narrow_slider_display_combo .display_area {	/* ORIG */
	border: none;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 18px;
	background: none;
	position: absolute;
	top: 0px;
	left: -4px;
}
.narrow_slider_display_combo .display_area .slider_display {	/* ORIG */
	border: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	z-index: 1;
	width: 40px;
	cursor: default;
	color: #000;
	line-height: 18px;
	background-color: #d2d2d2;
	text-align: center;
	position: relative;
}

.narrow_slider_display_combo .display_area .slider_display_white {	/* ORIG */
	border: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	z-index: 1;
	width: 40px;
	cursor: default;
	color: #000;
	line-height: 18px;
	background-color: #ffffff;
	text-align: center;
	position: relative;
}

.narrow_slider_display_combo .narrow_slider_track {	/* ORIG */
	border: none;
	padding: 0;
	margin: 0;
	width: 160px;
	height: 48px;
	background: none;
	text-align: left;
	position: absolute;
	top: 18px;
	left: 0px;
	color: #d2d2d2;
	font-size: 0px;
}

.narrow_slider_display_combo .narrow_slider_track .slider_slit {	/* ORIG */
	position: absolute;
	top: 8px;
	left: 9px;
	background-color: #eee;
	width: 120px;
	height: 2px;
	margin: 16px 4px 2px;
	border-right: #ddd 1px solid;
	border-top: #555 1px solid;
	border-left: #999 1px solid;
	border-bottom: #fff 1px solid;
	color: #fff;
}

.narrow_slider_display_combo .narrow_slider_track .slider_area {	/* ORIG */
	border: none;
	padding: 0;
	margin: 0;
	z-index: 1;
	width: 160px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: -14px;
	font-size: 0px;
}

.narrow_slider_display_combo .narrow_slider_track .slider {	/* ORIG */
	margin: 0px;
	border: none;
	font-size: 0px;
	z-index: 5;
	width: 58px;
	height: 50px;
	line-height: 0px;
	position: relative;
	background-image: url(images/slider2.gif);
	background-repeat: no-repeat;
}

.useInfo {	/* ORIG */
	background-color: rgba(0, 0, 0, 0.2);
	cursor: default;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0;
	visibility: visible;
	z-index: 10;
	display:none;
	-webkit-transition: opacity 4s; /* Safari */
	-moz-transition: opacity 4s; /* Safari */
	transition: opacity 4s;
}

.thermostatSummary {
	display:block;
	height: 86px;
	width: 100%;
	background: white url(im3/CoolRunningBackground.png) 0px 0px/206px 94px no-repeat;
	border: none;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	margin: 13px 0px 2px 0px;
	overflow: hidden;
}

.thermostatTemp {
	display:block;
	height: 80px;
	width: 114px;
	background-color: white;
	border-left: 1px solid black;
	float: right;
	font-weight: bold;
	font-size: 48px;
	text-align: center;
	line-height: 91px;
	color: white;
	overflow: hidden;
	margin-top: 4px;
}

.thermostatTempCentered {
	display:block;
	margin: 20px 0px 0px 0px;
	color: #555;
	padding: 0;
	height: 48px;
	width: 100%;
	float: none;
	line-height: 48px;
	overflow: hidden;
}

.thermostatLeft {
	display:block;
	position: absolute;
	top: 18px;
	left: 12px;
	height: 76px;
	width: 56%;
	background-color: transparant;
	border: none;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #777;
	overflow: hidden;
}

.thermostatStatus {
	display:block;
	height: 100%;
	width: 65px;
	font-size: 18px;
	line-height: 14px;
	font-weight: bold;
	float: right;
	padding: 0px;
	margin: 0px 2px 0px 0px;
	text-align: left;
	color: #555;
	overflow: hidden;
	padding: 0px;
	border: none;
	background-color: transparant;
}

.thermostatOpenStatus {
	display:block;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
	padding: 0px;
	margin: 6px 0px 0px 0px;
	color: red;
}

.thermostatStatusElement {
	display:block;
	margin: 3px 0px 0px 0px;
	height: 40px;
	width: 65px;
}

.scheduleHeader {
	display:block;
	width: 100%;
	background: white;
	border: none;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	margin: 13px 0px 0px 0px;
	overflow: hidden;
}

.fancyMenu {
	display: block;
	position: relative;
	margin: 12px 12px 12px 12px;
	height: 56px;
}

.fancyBoxLeft {
	position: absolute;
	top: 19px;
	left: 25px;
	width: 44px;
	height: 30px;
	margin: 0;
	border: 1px solid #555;
	border-right: none;
	box-sizing: border-box;
	color: #555;
	background-color: white;
	overflow: hidden;
	padding: 0;
}

.leftImageAbsolute {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.fancyLabel {
	margin: 0px 0px 0px 28px;
	background-color: #0184c8;
	color: white;
	height: 19px;
	width: 150px;
	font-size: 15px;
	text-align: left;
	padding-left: 28px;
	line-height: 19px;
	font-weight: bold;
	-moz-border-radius: 0px 9px 9px 0px;
	-webkit-border-radius: 0px 9px 9px 0px;
	border-radius: 0px 9px 9px 0px;
	clear:both;
}

.selectMenuContainer {
	float: right;
	margin: 0;
	width: 90%;
	height: 35px;
	border: 1px solid #555;
	color: #555;
	text-align: left;
	line-height: 38px;
	-moz-border-radius: 0px 9px 9px 0px;
	-webkit-border-radius: 0px 9px 9px 0px;
	border-radius: 0px 9px 9px 0px;
	overflow: hidden;
	background-color: white;
}

.configGroup .selectMenuContainer {
	height: 30px;
	line-height: 32px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
}

.menuTriangle {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 32px;
	height: 35px;
	border: none;
	background: transparent url(im3/triangleTab.png) right bottom/28px 28px no-repeat;
	z-index: 1;
}

.configGroup .selectMenuContainer .menuTriangle {
	width: 30px;
	height: 30px;
	background-size: 23px 23px;
}

.configGroup .selectMenuContainer .selectMenuLabel {
	font-size: 16px;
	left: 40px;
	height: 20px;
	line-height: 16px;
	display:block;
}

.menuLabel {
	float: left;
	font-weight: bold;
}

.grayVertBar {
	width: 10px;
	height: 42px;
	margin: 4px 4px 0px 0px;
	background-color: #555;
	float: left;
}

.scheduleDayItem {
	margin: 0 auto;
	border-bottom: 1px solid #000;
	padding: 0;
	width: 95%;
	height: 52px;
	vertical-align: middle;
	color: #000;
	font-size: 18px;
	line-height: 48px;
	background-color: transparent;
	overflow: hidden;
}

.scheduleSettingsHeader {
	margin: 0 auto;
	border-bottom: 1px solid #000;
	padding: 0;
	width: 95%;
	height: 32px;
	vertical-align: middle;
	color: #555;
	font-size: 16px;
	line-height: 30px;
	background-color: transparent;
	overflow: hidden;
	text-align: center;
}

.scheduleRightFloatArrow {
	margin: 13px 14px 0px 6px;
	float: right;
}

.scheduleLeftFloatLabel {
	margin-left: 10px;
	margin-top: 1px;
	font-size: 17px;
	font-weight: bold;
	float: left;
}

#teditCommonVars .popSimpleItem {
	width: 95%;
}

.tschedBlockAdd {
	display: block;
	width: 97%;
	margin: 12px 1% 24px 1%;
	background-color:white;
	height:54px;
	font-weight:bold;
	box-shadow: 0px 2px 4px -2px #888888, 0px -2px 4px -2px #888888;
	-webkit-box-shadow: 0px 2px 4px -2px #888888, 0px -2px 4px -2px #888888;
	-moz-box-shadow: 0px 2px 4px -2px #888888, 0px -2px 4px -2px #888888;
}

.tschedBlock {
	display: block;
	width: 98%;
	margin: 12px 1% 24px 1%;
}

.tschedLeftBar {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 10%;
	background: #39b54a url(im3/vertGreenGradient.png) top right/34px 1px repeat-y;
	color: white;
	font-size: 28px;
	line-height: 44px;
	font-weight: bold;
}

.tschedRightBar {
	width: 89%;
	margin-left: 10%;
	background-color: white;
	-webkit-box-shadow: -4px 0px 4px 0px #888888;
	-moz-box-shadow: -4px 0px 4px 0px #888888;
	box-shadow: -4px 0px 4px 0px #888888;
}

.tschedDeleteBox {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 40px;
	width: 10%;
	background: black url(im3/TrashCan.png) bottom center/18px 25px no-repeat;
	color: white;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
}

.mySitesButton {
	width: 44px;
	height: 44px;
	background-color: #00b8a7;
	border: none;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: center;
	line-height: 44px;
	margin-left: 4px;
}

.userMobile {
	position: fixed;
	z-index: 40;
	width: 70px;
	height: 0px;
	bottom: 76px;
	right: 0px;
	background: transparent;
}

.zoomMobile {
	position: fixed;
	z-index: 40;
	width: 195px;
	height: 0px;
	bottom: 76px;
	right: 0px;
	background: transparent;
}

.zoomDesktop {
	position: fixed;
	z-index: 40;
	width: 50%;
	height: 0px;
	bottom: 90px;
	left: 50%;
	padding-left: 300px;
	background: transparent;
}

.zoomPlus {
	cursor:pointer;
	background: #00b8a7 url(im3/zoomPlus.png) center center/30px 30px no-repeat;
	width:50px;
	height:50px;
	float:left;
	margin:0 13px 0 0;
	padding:0;
	border: none;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.zoomMinus {
	cursor:pointer;
	background: #00b8a7 url(im3/zoomMinus.png) center center/30px 30px no-repeat;
	width:50px;
	height:50px;
	float:left;
	margin:0 13px 0 0;
	padding:0;
	border: none;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.infoButton {
	cursor:pointer;
	color: white;
	background: #00b8a7;
	width:50px;
	height:50px;
	font-size: 14px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	float:left;
	margin:0 13px 0 0;
	padding:0;
	border: none;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (orientation:landscape) {
	.zoomMobile {
		width: 132px;
		bottom: 50px;
	}

	.zoomMobile .zoomPlus {
		background: #00b8a7 url(im3/zoomPlus.png) center center/18px 18px no-repeat;
		width:30px;
		height:30px;
		margin:0 7px 0 0;
	}

	.zoomMobile .zoomMinus {
		background: #00b8a7 url(im3/zoomMinus.png) center center/18px 18px no-repeat;
		width:30px;
		height:30px;
		margin:0 7px 0 0;
	}

	.zoomMobile .infoButton {
		width:30px;
		height:30px;
		margin:0 7px 0 0;
		font-size: 12px;
		line-height: 30px;
	}
}

@media screen and (orientation:landscape) {
	.thrmGraphInfo {
		font-size: 9px;
		line-height: 13px;
		width: 180px;
		padding-bottom: 30px;
	}
	.thrmGraphInfo .thrmGraphKeyLine {
		height: 26px;
	}
	.thrmGraphInfo .thrmGraphKeyFloat {
		width:140px;
		padding-top: 2px;
	}
	.thrmGraphInfo .thrmGraphKeyFloatRight {
		font-size: 12px;
		margin-top:2px;
	}
	.thrmGraphInfo .graphCheckbox {
		height: 19px;
		padding-left: 19px;
		line-height: 21px;
		margin-left: 7px;
		background: transparent url(im3/checkboxUnchecked.png) left center/13px 13px no-repeat;
	}
	.thrmGraphInfo .graphCheckbox[data-checked="true"] {
		background: transparent url(im3/checkboxChecked.png) left center/13px 13px no-repeat;
	}
	.thrmGraphInfo .tzgGraphColorLine {
		margin: 2px 6px 0px 0px;
		width: 18px;
	}
	.thrmGraphInfo .tzgGraphColorBox {
		margin: 4px 6px 0px 6px;
		width: 10px;
		height: 10px;
	}
	.thrmGraphInfo .tzgKeyLabel {
		height: 16px;
		font-size: 13px;
		padding: 9px 0px 0px 0px;
	}
}

/******** Desktop Size ***********************
@media screen and (orientation:landscape) {
	.thrmGraphInfo {
		font-size: 12px;
		line-height: 18px;
		width: 230px;
		padding-bottom: 45px;
	}
	.thrmGraphInfo .thrmGraphKeyLine {
		height: 32px;
	}
	.thrmGraphInfo .thrmGraphKeyFloat {
		width:177px;
		padding-top: 2px;
	}
	.thrmGraphInfo .thrmGraphKeyFloatRight {
		font-size: 16px;
		margin-top:3px;
	}
	.thrmGraphInfo .graphCheckbox {
		height: 22px;
		padding-left: 22px;
		line-height: 24px;
		margin-left: 8px;
		background: transparent url(im3/checkboxUnchecked.png) left center/17px 17px no-repeat;
	}
	.thrmGraphInfo .graphCheckbox[data-checked="true"] {
		background: transparent url(im3/checkboxChecked.png) left center/17px 17px no-repeat;
	}
	.thrmGraphInfo .tzgGraphColorLine {
		margin: 2px 7px 0px 0px;
		width: 24px;
	}
	.thrmGraphInfo .tzgGraphColorBox {
		margin: 5px 12px 0px 8px;
		width: 14px;
		height: 14px;
	}
	.thrmGraphInfo .tzgKeyLabel {
		height: 20px;
		font-size: 17px;
		padding: 13px 0px 0px 0px;
	}
}
******** End Desktop Size ***********************/

@media screen and (orientation:portrait) {
	.thrmGraphInfo {
		font-size: 13px;
		line-height: 20px;
		width: 252px;
		padding-bottom: 80px;
	}
	.thrmGraphInfo .thrmGraphKeyLine {
		height: 35px;
	}
	.thrmGraphInfo .thrmGraphKeyFloat {
		width:194px;
		padding-top: 2px;
	}
	.thrmGraphInfo .thrmGraphKeyFloatRight {
		font-size: 18px;
		margin-top:3px;
	}
	.thrmGraphInfo .graphCheckbox {
		height: 25px;
		padding-left: 25px;
		line-height: 26px;
		margin-left: 9px;
		background: transparent url(im3/checkboxUnchecked.png) left center/19px 19px no-repeat;
	}
	.thrmGraphInfo .graphCheckbox[data-checked="true"] {
		background: transparent url(im3/checkboxChecked.png) left center/19px 19px no-repeat;
	}
	.thrmGraphInfo .tzgGraphColorLine {
		margin: 2px 8px 0px 0px;
		width: 26px;
	}
	.thrmGraphInfo .tzgGraphColorBox {
		margin: 5px 13px 0px 9px;
		width: 15px;
		height: 15px;
	}
	.thrmGraphInfo .tzgKeyLabel {
		height: 22px;
		font-size: 19px;
		padding: 14px 0px 0px 0px;
	}
}

.autoTextareaContainer {
	position: relative;
	width: 100%;
}

.autoTextarea, .autoTextareaSize {
	min-height: 30px;
	font-size: 16px;
	color: #555;
	box-sizing: border-box;
	padding: 4px;
	border: 1px solid #555;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	width: 100%;
}

.autoTextarea {
	height: 100%;
	position: absolute;
	resize: none;
	white-space: normal;
	background: white url(im3/inputBGpencilBlack.png) right top/20px 30px no-repeat;
}

.autoTextareaSize {
	visibility: hidden;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.selectReplace, .selectReplacement {
	background: #f2fafc;
	border: 1px solid #068783;
	border-radius: 4px;
	color: #068783;
	font-weight: bold;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0px 20px 0px 10px;
}

.selectReplacement {
	background: #f2fafc url(im3/triangleColorTab.png) right top/30px 30px no-repeat;
	padding: 0px 30px 0px 10px;
	display: inline-block;
}

.selectReplaced {
	display: none;
}

.userAdminButton {
	position: absolute;
	top: 7px;
	right: 12px;
	width: 44px;
	height: 44px;
	background-color: #00b8a7;
	border: none;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
}

.configListItem {
	margin: 0 auto;
	border-bottom: 1px solid #000;
	padding: 0;
	width: 92%;
	height: 56px;
	vertical-align: middle;
	color: #444;
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
	background-color: transparent;
	overflow: hidden;
}

.listSearchBox {
	font-size: 18px;
	width: 200px;
	height: 30px;
	margin: 6px auto;
	padding-left: 28px;
	z-index: 2;
	background-image: url('images/search-icon.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 20px;
	display: none;
}

.listSearchButton {
	position: absolute;
	top: 8px;
	right: 14px;
	width: 40px;
	height: 40px;
	z-index: 2;
	background: transparent url('im3/searchButton.png') center center/40px 40px no-repeat;
}

.srchRes {
	color: white;
	background-color: #02b1bf;
	padding-left: 2px;
	padding-right: 2px;
}

.scheduleStartButton {
	position: absolute;
	top: 14px;
	right: 5px;
	width: 50px;
	height: 30px;
	margin: 0;
	border: none;
	background: none;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 0;
	line-height: 32px;
	color: #cc7700;
	z-index: 1;
}

.directionControl {
	background: #f2fafc;
	border: 1px solid #068783;
	border-radius: 4px;
	color: #068783;
	font-weight: bold;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0px 20px 0px 10px;
}

.gatewayPlusButton {
	position: absolute;
	top: 23px;
	right: 7px;
	width: 21px;
	height: 21px;
	z-index: 2;
	background: transparent url('im3/plusButton.png') center center/21px 21px no-repeat;
	cursor: pointer;
}

.emailPlusButton {
	position: absolute;
	top: 18px;
	right: 14px;
	width: 26px;
	height: 26px;
	z-index: 2;
	background: transparent url('im3/plusButton.png') center center/26px 26px no-repeat;
	cursor: pointer;
}

.configEmailNoticeLabel {
	border: 1px solid #068783;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	margin: 8px 0px 8px 0px;
	box-sizing: border-box;
	color: #068783;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	height: 30px;
	width: 99%;
	font-size: 14px;
	background: #f2fafc;
	padding: 0;
	display: block;
}

.configDisplayWide {
	float: right;
	margin: 0;
	width: 90%;
	border: 1px solid #555;
	color: #555;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	background-color: white;
	height: 30px;
	line-height: 29px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	overflow: hidden;
	padding: 0px 20px 0px 40px;
	box-sizing: border-box;
}

.configWideButton {
	width: 99%;
	margin-top: 14px;
	height: 30px;
	line-height: 30px;
	background-color: white;
	border: 1px solid #068783;
	color: #068783;
	padding: 0;
	text-align: center;
	font-size: 14px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-shadow: 1px 1px 1px #37b3af;
	-moz-box-shadow: 1px 1px 1px #37b3af;
	box-shadow: 1px 1px 1px #37b3af;
}

.renewHistory {
	position: relative;
	margin: 0;
	border-bottom: 1px solid black;
	padding: 8px 20px 8px 20px;
	font-size: 17px;
	font-weight: bold;
	list-style: none;
	line-height:17px;
}

.notificationContainer {
	position: relative;
	display: block;
	width: 98%;
	margin: 10px auto;
	min-height: 88px;
}

.newDevice {
	position: relative;
	display: block;
	width: 100%;
	height: 88px;
	font-size: 23px;
	line-height: 74px;
	margin: 0;
	border:none;
	color:white;
	background: #414042 url(im3/prodTHRM.png) -10px 2px/120px 71px no-repeat;
	box-sizing: border-box;
	padding: 6px 0px 0px 10px;
	font-weight: bold;
	text-align: right;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.notificationItem {
	position: relative;
	display: block;
	width: 100%;
	min-height: 88px;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	border:none;
	color:white;
	background-color: #fc6f01;
	box-sizing: border-box;
	padding: 6px 0px 0px 10px;
	font-weight: bold;
	text-align: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.trashCan {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	background: transparent url(im3/trashCanCircle.png) center center/25px 25px no-repeat;
	cursor: pointer;
	z-index: 1;
}

.clickArrow {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 21px;
	height: 12px;
	margin: 0;
	padding: 0;
	background: transparent url(im3/arrowSimple.png) center center/21px 12px no-repeat;
}

.leftFootnoteText {
	position: absolute;
	bottom: 4px;
	left: 5px;
	width: 250px;
	height: 11px;
	margin-top: 2px;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	text-align: left;
}

.chartSettingsButton {
	cursor:pointer;
	background: #00b8a7 url(im3/gearWhiteIcon.png) center center/16px 16px no-repeat;
	width:32px;
	height:32px;
	float:right;
	margin:6px 10px 0 0;
	padding:0;
	border: none;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.chartSelectButton {
	cursor:pointer;
	background: #00b8a7 url(im3/selectIcon.png) center center/16px 16px no-repeat;
	width:32px;
	height:32px;
	float:right;
	margin:6px 10px 0 0;
	padding:0;
	border: none;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.gatewayAdmin {
	display: block;
	text-decoration: none;
	color: inherit;
	border: 1px solid black;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: white;
	padding: 14px;
	margin-top: 14px;
	font-weight: bold;
}

.gatewayStatus {
	font-size: 14px;
	text-align: left;
	float: left;
	margin: 4px 0px 0px 0px;
	padding: 0;
	background: transparent;
}

.configQuestionMark {
	display: inline-block;
	margin-left: 8px;
	width: 16px;
	height: 16px;
	background-color: #00b8a7;
	border: none;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-align: center;
	line-height: 16px;
	cursor: pointer;
}

.mySiteButton {
	width: 96%;
	margin: 12px auto;
	height: 56px;
	color: black;
	background-color: white;
	overflow: hidden;
}

.siteDawn {
	width: 30%;
	padding-top: 35px;
	float: left;
	font-weight: bold;
	font-size: 22px;
	color: #333;
	box-sizing:border-box;
	border-right:1px solid #aaa;
	background: white url(im3/dawnIcon.png) center top/46px 34px no-repeat;
}

.siteTime {
	width: 40%;
	height: 74px;
	float: left;
	font-weight: bold;
	font-size: 22px;
	color: #333;
	box-sizing:border-box;
	border-right:1px solid #aaa;
	background: none;
}

.siteDusk {
	width: 30%;
	padding-top: 35px;
	float: left;
	font-weight: bold;
	font-size: 22px;
	color: #333;
	background: white url(im3/duskIcon.png) center top/46px 34px no-repeat;
}

.newApp1 {
	width: 100%;
	height: 174px;
	background: white url(im3/newApp1.png) center top/324px 494px no-repeat;
	padding-top: 320px;
	font-weight: bold;
	color: #4f5a6a;
	font-size: 16px;
	text-align: center;
}

.newApp2 {
	margin-top: -36px;
	width: 100%;
	height: 174px;
	background: white url(im3/newApp2.png) center top/324px 515px no-repeat;
	padding-top: 341px;
	font-weight: bold;
	color: #4f5a6a;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.newApp3 {
	width: 100%;
	height: 174px;
	background: white url(im3/newApp3.png) center top/324px 484px no-repeat;
	padding-top: 310px;
	font-weight: bold;
	color: #4f5a6a;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.newApp4 {
	width: 100%;
	height: 174px;
	background: #0184c8 url(im3/newApp4.png) center top/324px 538px no-repeat;
	padding: 344px 0px 20px 0px;
	font-weight: bold;
	color: white;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.newAppFounten {
	margin-top: -20px;
	padding-bottom: 30px;
	width: 100%;
	height: 374px;
	background: white url(im3/newAppFounten.png) center top/324px 503px no-repeat;
	padding-top: 100px;
	font-weight: bold;
	color: #4f5a6a;
	font-size: 14px;
	text-align: center;
}

