body {
	font-family: FrutigerLTW01-67BoldCn, Helvetica, Arial, sans-serif;

	color: #ffffff;
	background-color: #000000;

	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1, h2, h3, h4, h5, h6, a, p, ul, li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a {
	text-decoration:none;
}

img {
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
	border: 0px black solid;
}

#wrapper {
	position: relative;
	//background-color: #00ff00;
	overflow: hidden;
	width: 100px;
	height: 100px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 10px;
	visibility: hidden;
}

#loading {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
}

#txtLoading {
	position: absolute;
	left: 0px;
	top: 0px;

	font-family: FrutigerLTW01-67BoldCn, Helvetica, Arial, sans-serif;

	color: #ffffff;
	
	opacity: 0;
	
	
}


#loadingImage {
	width: 100px;
	height: 100px;
}

#viewStart, #viewInfo {
	position: absolute;
	left: 0px;
	top: 0px;
	
	visibility: hidden;
	
	width: 200px;
	height: 200px;
	
	//background-color: #000000;
	
}

#titleStart, #titleInfo {
	position: absolute;
	left: 0px;
	top: 0px;

	font-family: FrutigerLTW01-77BlackCn, Helvetica, Arial, sans-serif;
	font-size: 30px;
	
	text-transform: uppercase;
	
	color: #61A521;
	//color: #009ccb;
	//color: #eb7d17;
	text-align: center;
}

#txtStart, #txtInfo {
	position: absolute;
	left: 0px;
	top: 0px;

	font-family: FrutigerLTW01-57Condens, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	text-align: justify;
	text-justify: inter-word;
}

#btnStart, #btnCloseInfo {
	position: absolute;
	left: 0px;
	top: 0px;
	
	cursor: pointer;
	cursor: hand;
}

#btnStart:hover #txtBtnStart, #btnCloseInfo:hover #txtBtnCloseInfo {
	color: #000000;
}

#btnStart:hover #bgBtnStart, #btnCloseInfo:hover #bgBtnCloseInfo {
	background-color: #61A521;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B8ED21), to(#7EBD21));
	background-image: -webkit-linear-gradient(top, #B8ED21, #7EBD21);
	background-image: -moz-linear-gradient(top, #B8ED21, #7EBD21);
	background-image: -o-linear-gradient(top, #B8ED21, #7EBD21);
	background-image: linear-gradient(to bottom, #B8ED21, #7EBD21);
	//background-image: linear-gradient(to bottom, #9BD221, #61A521);
	
}

#bgBtnStart, #bgBtnCloseInfo {
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 200px;
	height: 40px;

	background-color: #61A521;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7EBD21), to(#61A521));
	background-image: -webkit-linear-gradient(top, #7EBD21, #61A521);
	background-image: -moz-linear-gradient(top, #7EBD21, #61A521);
	background-image: -o-linear-gradient(top, #7EBD21, #61A521);
	background-image: linear-gradient(to bottom, #7EBD21, #61A521);
	
	-webkit-box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.5);		
}

#txtBtnStart, #txtBtnCloseInfo {
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 200px;
	text-align: center;
	
	//font-family: FrutigerLTW01-77BlackCn, Helvetica, Arial, sans-serif;
	font-family: FrutigerLTW01-57Condens, Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #ffffff;

	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#roadHighBeam, #roadLowBeam, #dashboard {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

#roadHighBeamImage, #roadLowBeamImage, #dashboardImage {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

#slider, #bgSlider {
	position: absolute;
	left: 0px;
	top: 0px;
}

#slider {
	visibility: hidden;
}

#bgSlider {
	width: 50px;
	height: 50px;

	background-color: #282828;
	background-image: -webkit-gradient(linear, top left, bottom left, from(#282828), to(#282828)); /* Chrome, Safari 4+ */
	background-image: -webkit-linear-gradient(left, #282828, #2e2e2e, #282828); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:    -moz-linear-gradient(left, #282828, #2e2e2e, #282828); /* Firefox 3.6-15 */
	background-image:      -o-linear-gradient(left, #282828, #2e2e2e, #282828); /* Opera 11.10-12.00 */
	background-image:         linear-gradient(to right, #282828, #2e2e2e, #282828); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	
	-webkit-border-radius: 25px; 
	border-radius: 25px;	
	
	-webkit-box-shadow: 0px 0px 25px 2px rgba(255,255,255,0.3);
	box-shadow: 0px 0px 25px 2px rgba(255,255,255,0.3);	
}

#txtDistance {
	font-family: FrutigerLTW01-77BlackCn, Helvetica, Arial, sans-serif;
	font-size: 22px;
	text-align: right;
	
	color: #ffffff;
	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
	
	cursor: default;
}

#btnSliderShadow {
	position: absolute;
	left: 0px;
	top: 0px;

	width: 50px;
	height: 50px;

	-webkit-border-radius: 25px; 
	border-radius: 25px;	
	
	-webkit-box-shadow: 0px 0px 25px 2px #000000;
	box-shadow: 0px 0px 25px 2px #000000;	
}

#btnSliderImage, #btnSliderImageHilite {
	width: 50px;
	height: 50px;
	
	position: absolute;
	left: 0px;
	top: 0px;
}

#btnSliderImageHilite {
	visibility: hidden;
}

#drag {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	cursor: ns-resize;
	background-color: rgba(0,255,255,0);
}

#dragArea {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	background-color: rgba(0,255,0,0);
}

.btn {
	position: absolute;
	left: 0px;
	top: 0px;
	
	cursor: pointer;
	cursor: hand;
	
	visibility: hidden;
}

.btnBg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	
	-webkit-border-radius: 25px; 
	border-radius: 25px; 
		
	background-color: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#1a1a1a)); /* Chrome, Safari 4+ */
	background-image: -webkit-linear-gradient(top, #444444, #1a1a1a); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:    -moz-linear-gradient(top, #444444, #1a1a1a); /* Firefox 3.6-15 */
	background-image:      -o-linear-gradient(top, #444444, #1a1a1a); /* Opera 11.10-12.00 */
	background-image:         linear-gradient(to bottom, #444444, #1a1a1a); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	
}

.btnBorder {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	background-color: #000000;
	
	-webkit-border-radius: 25px; 
	border-radius: 25px;	

	-webkit-box-shadow: 0px 0px 15px 0px #ffffff;
	box-shadow: 0px 0px 15px 0px #ffffff;
}

.btnIcon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
}

#iconInfoW, #iconInfoB, #iconLowBeamB, #iconLowBeamW, #iconHighBeamB, #iconHighBeamW, #iconPlainB, #iconPlainW, #iconBandsB, #iconBandsW, #iconVestB, #iconVestW {
	visibility: hidden;
}

#pedestrian {
	position: absolute;
	left: 0px;
	top: 0px;
	
	visibility: hidden;
}

.pedestrianImage {
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 80px;
	height: 192px;
	visibility: hidden;
}

.hint {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	opacity: 0;
}

.txtHint {
	font-family: FrutigerLTW01-57Condens, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #aaaaaa;	
	width: 400px;
background-color: rgba(0,0,0,0.7);	
}

#logger {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1000;
	
	width: 200px;
	height: 100%;

	background-color: rgba(0,0,0,0.5);
	
	font-size: 10px;
	color: #00aa00;
	
	overflow: hidden;
	visibility: hidden;
}

#widthCheck {
	position:  fixed;
	top:  1px;
	left:  0px;
	z-index:  999;
	width:  100%;	
	height:  1px;
	background-color:  #000000;
	overflow: hidden;
	visibility: hidden;
}

#heightCheck {
	position:  fixed;
	top:  0px;
	left:  1px;
	z-index:  998;
	width:  1px;	
	height:  100%;
	background-color:  #000000;
	overflow: hidden;
	visibility: hidden;
}

