#bgImage {
	padding: 0px;
	margin: 0px;
	line-height: normal;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	
    position: relative;
    background: url(img/thr_bg.png) no-repeat;
    width: 370px;
    height: 450px;
    border: none;
    background-color: #3E4858;
    opacity: 1;
}

#restingDot {
	position: absolute;
	background: url(img/heart_ring.png) no-repeat scroll 0px 0px;
	height: 33px;
	width: 33px;
	left: 24px;
	top: 56px;
	z-index: 0;
	pointer-events: none;
}
#minCircleOutput {
	font-size: 14px;
	width: 30px;
    top: 64px;
    left: 24px;
	font-weight: bold;
	z-index: 0;
}
#targetDot {
	position: absolute;
	background: url(img/heart.png) no-repeat scroll 0px 0px;
	height: 57px;
	width: 62px;
	left: 12px;
	top: 46px;
	z-index: 1;
	pointer-events: none;
}


#restCircleOutput {
	font-size: 14px;
	width: 30px;
    top: 9px;
    left: 1px;
	font-weight: bold;
	z-index: 1;
}
#heartOutput {
	font-size: 14px;
	width: 30px;
    top: 18px;
    left: 14px;
	font-weight: bold;
	z-index: 1;
}
#maxCircleOutput {
	font-size: 14px;
	width: 30px;
    top: 65px;
    left: 316px;
	font-weight: bold;
}
#buttonsGfx {
	position: absolute;
	background: url(img/heart_btns_up.png) no-repeat scroll 0px 0px;
	height: 116px;
	width: 156px;
	left: 20px;
	top: 300px;
	z-index: 0;
}
#reserveBtn {
	position: absolute;
	height: 58px;
	width: 156px;
	left: 0px;
	top: 0px;
	z-index: 0;
}
#maxBtn {
	position: absolute;
	height: 58px;
	width: 156px;
	left: 0px;
	top: 58px;
	z-index: 0;
}

.dial {
	position: absolute;
	width: 120px;
	height: 120px;
	pointer-events: none;
}
#intesityDial {
	top: 296px;
	left: 210px;
	z-index: 2;
}
#rhrDial {
	top: 130px;
	left: 38px;
	z-index: 1;
}
#mhrDial {
	top: 130px;
	left: 210px;
	z-index: 1;
}
.popper {
	background-image: url(img/popper.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 120px;
	position: absolute;
	top: 0px;
	visibility: visible;
	left: 0px;
	z-index: 0;
	pointer-events: none;
}
#bluePopper{
	background-image: url(img/popper_blue.png);
}
#redPopper{
	background-image: url(img/popper_red.png);
}
#yellowPopper{
	background-image: url(img/popper_yellow.png);
}
#greenPopper{
	background-image: url(img/popper_green.png);
}
#pinkPopper{
	background-image: url(img/popper_pink.png);
}
.results {
	overflow: hidden;
	position: absolute;
	top: 57px;
	color: #444444;
	font-size: 36px;
	font-family: arial;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	border: none;
	height: 54px;
	opacity: 1;
	pointer-events: none;
	left: 10px;
}
#fatPercentage{
	left: 4px;
}
#leanBodyMass{
	left: 117px;
}
#basalResult {
	left: 25px;
}
#totalResult {
	left: 201px;
}
#calcTitle {
	overflow: hidden;
	position: absolute;
	color: #6B7C98;
	font-size: 80%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	top: 9px;
	left: 175px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: none;
	height: auto;
	pointer-events: none;
}
.resultCaptions{
	overflow: hidden;
	position: absolute;
	color: #444444;
	font-size: 12px;
	font-family: arial;
	width: 100px;
	top: 42px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	border: none;
	height: 20px;
	pointer-events: none;
}
#resultCaption1{
	left: 0px;
}
#resultCaption2{
	top: 95px;
	left: 4px;
}
.resultUnits {
	overflow: hidden;
	position: absolute;
	color: #444444;
	font-size: 16px;
	font-family: arial;
	width: 40px;
	top: 74px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	border: none;
	height: 20px;
	pointer-events: none;
}
#resultUnits1 {
	left: 106px;
	text-align: left;
}
#resultUnits2 {
	left: 219px;
	text-align: left;
}
#eval {
	overflow: hidden;
	position: absolute;
	color: #444444;
	font-size: 12px;
	font-family: arial;
	width: 130px;
	top: 95px;
	left: 236px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: none;
	height: 20px;
	pointer-events: none;
}
.dialValue {
	overflow: hidden;
	position: absolute;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	width: 68px;
	top: 40px;
	left: 26px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 2;
	border: none;
	pointer-events: none;
}
.unitsCaption {
	overflow: hidden;
	position: absolute;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	width: 60px;
	top: 71px;
	left: 31px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 2;
	pointer-events: none;
}
.dialCaptions{
    overflow: hidden;
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    font-family: arial;
    width: 151px;
    top: 61px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: none;
    height: 20px;
    pointer-events: none;
}
#dialCaption1 {
    top: 126px;
    left: -16px;
}
#dialCaption2 {
    top: 126px;
    left: -16px;
}
#dialCaption3 {
    top: 126px;
    left: -16px;
}
.dialHeadlines {
	line-height: 18px;
	overflow: hidden;
	position: absolute;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
	width: 93px;
	text-align: left;
	z-index: 2;
	pointer-events: none;
	height: 42px;
}
.dialTexts{
	overflow: hidden;
	position: absolute;
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
	width: 105px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: none;
	height: 82px;
	pointer-events: none;
}
.dialRing {
	position: absolute;
	background: url(img/dial_dots.png) no-repeat scroll 0px 0px;
	height: 120px;
	width: 120px;
	left: 0px;
	top: 0px;
	z-index: 2;
	pointer-events: auto;
}
#intesityDialRing{
	background: url(img/dial_dots_blue.png) no-repeat scroll 0px 0px;
}
.dialBg {
    position: absolute;
    box-shadow: none;
    background: url(img/dial_bg.png) no-repeat scroll 0px 0px;
    height: 128px;
    width: 128px;
    left: 0px;
    top: 0px;
    z-index: 1;
    pointer-events: none;
}
