.popOverlay {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	right: 0;
	top: 0;
	cursor: default;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 20;
}

.popOverlayDark {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	right: 0;
	top: 0;
	cursor: default;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 20;
}

.popOverlayClear {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	right: 0;
	top: 0;
	cursor: default;
	background-color: transparent;
	z-index: 20;
}

.popPage {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	right: 0;
	top: 0;
	cursor: default;
	background-color: transparent;
	z-index: 20;
}

.popView {
	position: absolute;
	display: block;
	padding: 0 0 8px;
	margin: 0;
	top: 0;
	left: 0;
	border: 1px solid #444;
	box-sizing: border-box;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-style: normal;
	min-width: 328px;
	min-height: 50px;
}

.popViewOverlay {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	border: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 21;
}

.popCenteredText {
	margin: 20px 20px 0 20px;
	text-align: center;
	max-width: 310px;
}

.popPanel {
	margin: 16px 0 0 0px;
	text-align: center;
}

.popCenteredPanel {
	margin: 16px auto;
	text-align: center;
}

.popButton {
	font-size: 18px;
	float: right;
	margin-right: 10px;
	background-color: white;
	border: 1px solid #068783;
	box-sizing: border-box;
        color: #068783;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family: pwsvarela;
	font-weight: bold;
}

.popCenteredButton {
	font-size: 18px;
	margin-left: 10px;
	font-family: pwsvarela;
	font-weight: bold;
        color: #068783;
}

.popCenteredLeftHalfButton {
	font-size: 22px;
	font-weight: bold;
	font-family: pwsvarela;
	float: left;
	text-align: center;
	color: #555;
	margin: 0;
	width: 48%;
	padding: 8px 0px 8px 0px;
	background-color: white;
	border: 1px solid #068783;
	box-sizing: border-box;
        color: #068783;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	font-family: pwsvarela;
	font-weight: bold;
}

.popCenteredRightHalfButton {
	font-size: 22px;
	font-weight: bold;
	font-family: pwsvarela;
	float: right;
	text-align: center;
	color: #555;
	margin: 0;
	width: 48%;
	padding: 8px 0px 8px 0px;
	background-color: white;
	border: 1px solid #068783;
	box-sizing: border-box;
        color: #068783;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	font-family: pwsvarela;
	font-weight: bold;
}

.popCenteredOneThirdButtonFirst {
	font-size: 22px;
	font-weight: bold;
	font-family: pwsvarela;
	float: left;
	text-align: center;
	color: #555;
	margin: 0px 2% 0px 10px;
	width: 30%;
	padding: 8px 0px 8px 0px;
	background-color: white;
	border: 1px solid #068783;
	box-sizing: border-box;
        color: #068783;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	font-family: pwsvarela;
	font-weight: bold;
}

.popCenteredOneThirdButton {
	font-size: 22px;
	font-weight: bold;
	font-family: pwsvarela;
	float: left;
	text-align: center;
	color: #555;
	margin: 0px 2% 0px 0px;
	width: 30%;
	padding: 8px 0px 8px 0px;
	background-color: white;
	border: 1px solid #068783;
	box-sizing: border-box;
        color: #068783;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	font-family: pwsvarela;
	font-weight: bold;
}

.popCenteredWideButton {
	font-size: 22px;
	font-weight: bold;
	font-family: pwsvarela;
	text-align: center;
	color: #555;
	margin: 0;
	width: 100%;
	padding: 8px 0px 8px 0px;
	background-color: white;
	border: 1px solid #068783;
	box-sizing: border-box;
        color: #068783;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	font-family: pwsvarela;
	font-weight: bold;
}

.popTimePickerContainer {
	position: absolute;
	left: 0px;
	top: 0px;
}

.popTimePicker {
	margin: 0px;
	border: 0;
	padding: 0;
	font-size: 34px;
	line-height: 34px;
	font-weight: normal;
	cursor: default;
	color: #000;
	width: 290px;
	height: 240px;
	background-image: url(images/pickerBackgroundVeryTall.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}

.popTimePickerDisp {
	width: 64px;
	text-align: center;
	display: block;
	float: left;
	position: relative;
}

.popTimeLabel {
	font-size: 24px;
	text-align: right;
	margin-right: 8px;
	padding-top: 5px;
}

.popTimePickerSpace {
	width: 30px;
	height: 38px;
	line-height: 38px;
	background: none;
	vertical-align: middle;
	text-align: center;
	font-size: 34px;
	display: inline;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}

.popTimePickerSliders {
	padding-top: 8px;
	width: 290px;
	line-height: 38px;
	background: none;
	vertical-align: middle;
	text-align: center;
	font-size: 34px;
	display: inline;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}

.popTimePicker input {
	margin: 4px;
	color: #00f;
	font-size: 18px;
	width: 35px;
	text-align: center;
}

.popTimePicker .timeAction {
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	position: absolute;
	TOP: 168px;
	left: 186px;
}

.popFanAutoButton {
	position: relative;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	width: 85px;
	height: 48px;
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	line-height: 36px;
	background-image: url(im3/autoToggle.png);
	background-repeat: no-repeat;
	background-color:transparent;
	background-size: 85px 48px;
	cursor: pointer;
}

.popFanOnButton {
	position: relative;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	width: 85px;
	height: 48px;
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	line-height: 36px;
	background-image: url(im3/onToggleReversed.png);
	background-repeat: no-repeat;
	background-color:transparent;
	background-size: 85px 48px;
}

.popOnButton {
	position: relative;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	width: 85px;
	height: 48px;
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	line-height: 36px;
	background-image: url(im3/onToggle.png);
	background-repeat: no-repeat;
	background-color:transparent;
	background-size: 85px 48px;
	cursor: pointer;
}

.popOffButton {
	position: relative;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	width: 85px;
	height: 48px;
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	line-height: 36px;
	background-image: url(im3/offToggle.png);
	background-repeat: no-repeat;
	background-color:transparent;
	background-size: 85px 48px;
	cursor: pointer;
}

.popCheckedButton {
	width: 30px;
	height: 30px;
	padding: 0 5px 0 0;
	background: url(im3/checkbox2.png) no-repeat;
	background-size: 30px;
	background-position: 0px -30px;
	display: block;
	float: right;
	margin-right: 8px;
	margin-top: 1px;
	border: none;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	line-height: 36px;
	cursor: pointer;
}

.popUncheckedButton {
	width: 30px;
	height: 30px;
	padding: 0 5px 0 0;
	background: url(im3/checkbox2.png) no-repeat;
	background-size: 30px;
	background-position: 0px 0px;
	display: block;
	float: right;
	margin-right: 8px;
	margin-top: 1px;
	border: none;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	color: #000;
	font-size: 20px;
	line-height: 36px;
	cursor: pointer;
}

.popSectionLabel {
	background-color: #466ea0;
	-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;
	border-bottom: 0px;
	font-size: 20px;
	font-weight: bold;
	color: white;
	padding: 4px 0 8px 0;
}

.popSectionLabelMedium {
	background-color: #0184c8;
	-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;
	border-bottom: 0px;
	font-size: 20px;
	font-weight: bold;
	color: white;
	padding: 4px 0 8px 0;
}

.popSectionLabelTitle {
	margin-left: 8px;
	margin-top: 5px;
	float: left;
}

.popSectionLabelSubtitle {
	margin-right: 8px;
	float: right;
	font-size: 14px;
}

.popSectionLabelLight {
	background-color: #f2fafc;
	-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;
	border-bottom: 1px solid #068783;
	font-size: 12px;
	font-weight: normal;
	color: black;
	padding: 4px 0 4px 0;
}

.popSectionLabelLight .popSectionLabelTitle {
	width: 100%;
	margin: 0;
	text-align: center;
}

.scheduleSettingsHeader .popSectionLabelTitle {
	width: 100%;
	margin: 0;
	text-align: center;
}

.popSectionFooterLight {
	background-color: #f2fafc;
	-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;
	font-size: 12px;
	font-weight: normal;
	color: black;
	width: 100%;
	height: 9px;
	padding: 0;
	margin: 0;
}

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

.popSelectedButton {
	display: block;
	position: relative;
	float: right;
	margin-right: 8px;
	margin-top: 12px;
	border: 0;
	width: 16px;
	height: 16px;
	background: url(images/popMenuGreenCircle.png) no-repeat 0px 0px/16px 16px;
}

.popUnselectedButton {
	display: block;
	position: relative;
	float: right;
	margin-right: 8px;
	margin-top: 12px;
	border: 0;
	width: 16px;
	height: 16px;
	background: url(images/popMenuEmptyCircle.png) no-repeat 0px 0px/16px 16px;
}

.popMenuContainer {
	position: absolute;
	overflow: hidden;
	width: 360px;
	border: 0;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	display: block;
	padding: 0 0 8px;
	min-height: 100px;
	color: #068783;
}

.popMenuSelectItem {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #f2fafc;
	height: 40px;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #068783;
	vertical-align: center;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.popMenuSelectHeader {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #f2fafc;
	min-height: 10px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	vertical-align: center;
	border-color: #068783;
	font-size: 16px;
	padding: 0;
	margin: 0;
	text-align: center;
	-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;
	box-sizing: border-box;
}

.popMenuHelpLabel {
	color: #333;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
}

.popMenuHelpText {
	margin: 6px 20px 8px 20px;
}

.popMenuSelectItem:hover {
	color: #0cffff;
	background-color: #3385ff;
}

.popMenuSelectItemFirst {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #f2fafc;
	height: 40px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	vertical-align: center;
	border-color: #068783;
	padding: 0;
	margin: 0;
	-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;
	box-sizing: border-box;
}

.popMenuSelectItemFirst:hover {
	color: #0cffff;
	background-color: #3385ff;
}

.popMenuSelectItemLast {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #f2fafc;
	height: 40px;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	vertical-align: center;
	border-color: #068783;
	padding: 0;
	margin: 0;
	-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;
	box-sizing: border-box;
}

.popMenuSelectItemLast:hover {
	color: #0cffff;
	background-color: #3385ff;
}

.popMenuLabel {
	display: block;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	float: left;
	margin-left: 10%;
	width: 80%;
	text-align: center;
}

.popMenuInputItem {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #f2fafc;
	height: 56px;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #068783;
	vertical-align: center;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.popMenuInputItemCentered {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #f2fafc;
	height: 56px;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #068783;
	vertical-align: center;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
}

.popMenuInputItemSimpleCentered {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 56px;
	border: none;
	vertical-align: center;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
}

.popRelative {
	position: relative;
}

.popTimeContainer {
	position: absolute;
	overflow: hidden;
	border: none;
	border-radius: 8px;
	margin: 0;
	top: 0;
	left: 0;
	display: block;
	padding: 0 0 8px;
	min-width: 290px;
	min-height: 100px;
	COLOR: #000;
	background-color: transparent;
	font-style: bold;
}

.popTimePickerSpace {
	width: 30px;
	height: 38px;
	line-height: 38px;
	background: none;
	VERTICAL-ALIGN: middle;
	TEXT-ALIGN: center;
	FONT-SIZE: 34px;
	display: inline;
	float: left;
	POSITION: relative;
	TOP: 0px;
	LEFT: 0px;
}

.popTimePickerSliders {
	padding-top: 8px;
	width: 290px;
	line-height: 38px;
	background: none;
	vertical-align: middle;
	text-align: center;
	font-size: 34px;
	display: inline;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}

.popTimePicker input {
	MARGIN: 4px;
	COLOR: #00f;
	FONT-SIZE: 18px;
	WIDTH: 35px;
	TEXT-ALIGN: center;
}

.popTimePicker .timeAction {
	VERTICAL-ALIGN: middle;
	TEXT-ALIGN: center;
	FONT-SIZE: 18px;
	POSITION: absolute;
	TOP: 168px;
	left: 186px;
}

.popTextInput {
	margin-right: 4px;
	margin-top: 14px;
	font-size: 18px;
	max-width: 200px;
	float: right;
	font-weight: normal;
	border: 1px solid black;
	box-sizing: border-box;
	border-radius: 2px;
}

.popTextInputNoFloat {
	margin-right: 4px;
	margin-top: 14px;
	font-size: 18px;
	max-width: 200px;
	font-weight: normal;
}

.popTextInputNoFloatWide {
	margin-right: 4px;
	margin-top: 14px;
	font-size: 18px;
	width: 260px;
	font-weight: normal;
}

.popDateContainer {
	position: absolute;
	width: 332px;
	overflow: hidden;
	border: 0;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	display: block;
	padding: 0 0 8px;
	min-height: 100px;
}

#popDateRelative {
	position: relative;
	height: 360px;
}

.popMenuDayContainer {
	position: absolute;
	width: 240px;
	overflow: hidden;
	border: 1px solid black;
	box-sizing: border-box;
	padding: 8px;
	margin: 0;
	top: 0;
	left: 0;
	display: block;
	min-height: 100px;
	background-color: #fff;
}

.popMenuDayRepeat {
	display: block;
	float: left;
	width: 79px;
	height: 34px;
}

.popLight {
	color: #aaa;
}

.popTipIcon {
	background: transparent url("/images/sprite-green.png") no-repeat scroll 0 0;
	color: #fff;
	display: block;
	float: left;
	font-size: 24px;
	font-weight: 700;
	height: 30px;
	line-height: 31px;
	padding: 0 10px 0 0;
	text-align: center;
	width: 30px;
}

.popTipContent {
	text-align: left;
	margin: 0 0 0 40px;
}

.popTipTitle {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 19px;
	margin: -1px 15px 0 0;
	padding: 0;
}

.popTipMessage {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	margin: -5px 0 11px;
	padding-top: 8px;
}

.popGridContainer {
	width: 350px;
	overflow: hidden;
	box-sizing: content-box;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #888;
	background-color: white;
	padding: 0;
	margin: 8px 0 0 0;
	top: 0;
	left: 0;
	display: block;
	font-size: 16px;
	color: black;
}

.popGridFullContainer {
	box-sizing: content-box;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #888;
	background-color: white;
	padding: 0;
	display: block;
	font-size: 16px;
	color: black;
}

.popGridBox {
	height: 40px;
	box-sizing: border-box;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	float: left;
}

.popGridLabel {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	overflow: hidden;
	color: #000000;
	margin-top: 8px;
	width: 100%;
	float: left;
}

.popGridText {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	overflow: hidden;
	color: #000000;
	background-color: #ffffff;
	margin: 8px 3px 8px 3px;
	float: left;
}

.popGridIcon {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	overflow: hidden;
	color: #000000;
	background-color: #ffffff;
	margin: 0;
	width: 100%;
	height: 100%;
	float: left;
}

.popGridButton {
	border: 1px solid #ccc;
	box-sizing: border-box;
	height: 18px;
	border-radius: 3px;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	background: #ffffff;
	margin-top: 8px;
	float: left;
	text-align: center;
}

.popPageMenuIcon {
	position: absolute;
	display: none;
	top: 12px;
	right: 8px;
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: none;
	z-index: 1;
}

.popSliderLight {
	display: block;
	background-color:#f2fafc;
	margin: 0 auto;
	padding: 8px 0px 8px 0px;
	width: 100%;
}

.popTimeLight {
	display: block;
	background-color:#f2fafc;
	color: #068783;
	font-size: 44px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
}

.popSliderLight .popSliderNormal .popSettingLeft {
	color: #068783;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 12px 0px 0px 18px;
	float: left;
	width: 70px;
}

.popSliderLight .popSliderNormal .popSettingRight .horizontal_slider_display_combo {
	width: 200px;
}

.popSliderLight .popSliderNormal .popSettingRight .horizontal_slider_display_combo .horizontal_slider_track .slider_area {
	width: 200px;
}

.popSliderLight .popSliderNormal .popSettingRight .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: 148px;
	height: 6px;
	margin: 16px 0px 0px;
	border: none;
	color: #fff;
}

.popSliderLight .popSliderNormal .popSettingRight .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;
}

.popSliderContainer {
	display: block;
	background-color:#0184c8;
	margin: 0 auto;
	padding: 18px 0px 18px 0px;
	width: 92%;
}

.popSliderNormal {
	display: block;
	width: 100%;
	height: 66px;
}

.popSliderInvisible {
	display: none;
	width: 100%;
	height: 66px;
}

.popSliderContainer .popSliderNormal .popSettingLeft {
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 12px 0px 0px 18px;
	float: left;
	width: 64px;
}

.popSettingRight {
	color: white;
	font-size: 20px;
	font-weight: normal;
	padding: 0px;
	float: right;
	margin: 0px 18px 0px 0px;
}

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

.popSimpleLabel {
	margin: 0 auto;
	border: none;
	padding: 0;
	width: 88%;
	height: 36px;
	vertical-align: middle;
	color: #000;
	font-size: 18px;
	line-height: 40px;
	background-color: transparent;
	overflow: hidden;
}

.popParagraphItem {
	margin: 0 auto;
	margin-top: 12px;
	padding: 0;
	width: 88%;
	color: #000;
	font-size: 18px;
	line-height: 20px;
	background-color: transparent;
}

.popParagraphItemLight {
	margin: 0 auto;
	padding: 8px;
	color: #000;
	font-size: 18px;
	line-height: 20px;
	background-color: #f2fafc;
}

.popFancyItem {
	display: block;
	position: relative;
	margin: 0 auto;
	border-bottom: 1px solid #000;
	padding: 0;
	width: 88%;
	height: 64px;
}

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

.popRightFloatOption {
	margin-right: 14px;
	margin-top: 4px;
	font-size: 17px;
	line-height: 50px;
	font-weight: bold;
	float: right;
	overflow: hidden;
	color: #000;
}

.popRightFloatToggle {
	margin-right: 14px;
	margin-top: 2px;
	font-size: 17px;
	float: right;
}

.popRightFloatToggle2 {
	margin-right: 14px;
	margin-top: 10px;
	font-size: 17px;
	float: right;
}

.popRightFloatArrow {
	margin: 7px 24px 0px 6px;
	float: right;
}

.popWideButton {
	display:block;
	height: 49px;
	line-height: 49px;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	color: white;
	margin: 8px 24px 2px 24px;
	padding: 0px 0px 0px 8px;
	background-color: white;
	border: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.popVertGrad {
	display: block;
	height: 6px;
	line-height: 6px;
	width: 92%;
	margin: 0 auto;
	padding: 0;
	background: url(im3/grayVG.png) 0px 0px/1px 6px repeat-x;
}

.popSliderWhite {
	display: block;
	background-color:white;
	margin: 0 auto;
	padding: 8px 0px 8px 0px;
	width: 88%;
}

.popSliderWhite .popSliderNormal .popSettingLeft {
	color: #000;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	margin: 12px 0px 0px 10px;
	float: left;
	width: 64px;
}

.popSliderWhite .popSliderNormal .popSettingRight {
	width: 196px;
	margin: 0;
}

.popSliderWhite .popSliderNormal .popSettingRight .horizontal_slider_display_combo {
	width: 196px;
	height: 60px;
}

.popSliderWhite .popSliderNormal .popSettingRight .horizontal_slider_display_combo .horizontal_slider_track .slider_area {
	width: 196px;
}

.popSliderWhite .popSliderNormal .popSettingRight .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: 148px;
	height: 6px;
	margin: 16px 0px 0px;
	border: none;
	color: #fff;
}

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

.popSliderWhite .popSliderNormal {
	height: 60px;
}


.popSimpleSeperator {
	display: block;
	height: 1px;
	width: 88%;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid black;
}

.popTimeItem {
	margin: 0 auto;
	border: none;
	padding: 0;
	width: 92%;
	height: 44px;
	vertical-align: middle;
	color: #000;
	font-size: 18px;
	line-height: 40px;
	background-color: transparent;
	overflow: hidden;
}

.popLeftFloatTime {
	margin-left: 0px;
	margin-top: 10px;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	float: left;
}

.popRightFloatEditTime {
	margin-top: 10px;
	float: right;
	background: transparent url(im3/ClockIcon.png) right center/26px 26px no-repeat;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	text-align: left;
	width: 55px;
	height: 30px;
}

.popRightFloatEditTimeInner {
	margin-top: 2px;
	display: block;
}

.optimumIcon {
	margin: 20px 0px 0px 0px;
	font-size: 10px;
	line-height: 10px;
	padding-left: 34px;
	height: 18px;
	font-weight: bold;
	color: #01773c;
	float: left;
	background: transparent url(im3/OptimumStartIcon.png) left bottom/36px 24px no-repeat;
}

.popSlideCancel {
	float: right;
	padding-right: 20px;
	height: 16px;
	line-height: 16px;
	color: black;
	font-size: 12px;
	cursor: pointer;
	border: none;
	margin: -12px 6px 24px 0px;
	background: transparent url(im3/xInCircle.png) right center/16px 16px no-repeat;
}

.popSlideButtonRight {
	float: right;
	padding-right: 12px;
	height: 16px;
	line-height: 10px;
	color: #728cdf;
	font-size: 12px;
	cursor: pointer;
	border: none;
	margin: -30px 12px 6px 0px;
	background: transparent url(im3/arrowRightGrayBlue.png) right center/9px 16px no-repeat;
}

.popSlideButtonRight.white {
	color: white;
	background: none;
}

.popSlideButtonLeft {
	float: left;
	padding-left: 12px;
	height: 16px;
	line-height: 10px;
	color: #728cdf;
	font-size: 12px;
	cursor: pointer;
	border: none;
	margin: -30px 0px 6px 12px;
	background: transparent url(im3/arrowLeftGrayBlue.png) left center/9px 16px no-repeat;
}

.popSlideButtonLeft.white {
	color: white;
}

.popGridButton small {
	line-height: normal;
}
