body {
	background-color: #2C2C2C;
	color: white;
	padding: 0;
	margin: 0 10px;
}

h1, h2 {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	margin-right: 2em;
	margin-top: 3px;
	padding-top: 0;
}

h2 {
	font-family: Fixedsys;
	font-size: 0.9em;
}

.video-container {
	position: relative;
}

.four-videos #vid1 {
	float: left;
	width: 50% !important; /* Override style attribute added by script */
}

.four-videos #vid3 {
	float: left;
	width: 50% !important; /* Override style attribute added by script */
}

.four-videos #vid2 {
	float: right;
	width: 50% !important; /* Override style attribute added by script */
}

.four-videos #vid4 {
	float: right;
	width: 50% !important; /* Override style attribute added by script */
}

.one-video #vid1 {
	width: 100% !important; /* Override style attribute added by script */
}

.one-video #vid3 {
	width: 100% !important; /* Override style attribute added by script */
}

.one-video #vid2 {
	width: 100% !important; /* Override style attribute added by script */
}

.one-video #vid4 {
	width: 100% !important; /* Override style attribute added by script */
}

video {
	border: 1px solid #888;
	width: auto;
	z-index: 1;
}

	video.selected {
		border-color: #090;
		z-index: 2;
	}

	video.expanded {
		z-index: 2;
	}

.video-js-expanded {
	z-index: 100;
}

	.video-js-expanded video {
		z-index: 100;
	}

.left-panel {
	width: 69%;
	float: left;
}

#map-canvas {
	width: 300px;
	height: 300px;
	float: right;
	width: 30%;
	background-color: white;
}

.js-slider {
	margin: 4px 0;
	background: #565656;
}

.ui-slider-range {
	background-color: green;
	background-image: url(img/slider-bg.png);
}

.ui-widget-content {
	border-width: 0;
}

.ui-slider-horizontal {
	height: 6px;
}

	.ui-slider-horizontal .ui-slider-handle {
		background-image: none;
		background-color: #E7EF68;
		width: 6px;
		height: 8px;
		border-width: 1px 2px;
		border-color: #000;
		-moz-border-radius-topleft: 0;
		-webkit-border-top-left-radius: 0;
		border-top-left-radius: 0;
		-moz-border-radius-topright: 0;
		-webkit-border-top-right-radius: 0;
		border-top-right-radius: 0;
		-moz-border-radius-bottomright: 0;
		-webkit-border-bottom-right-radius: 0;
		border-bottom-right-radius: 0;
		-moz-border-radius-bottomleft: 0;
		-webkit-border-bottom-left-radius: 0;
		border-bottom-left-radius: 0;
		margin-left: 0;
		top: -2px;
	}

#controls {
	max-height: 69px;
	overflow: hidden;
}

	#controls span {
		background-image: url('img/sprites.png');
		display: inline-block;
		vertical-align: middle;
	}

#speed-volume {
	background-position: 0px 0px;
	width: 183px;
	height: 69px;
}

#stop {
	background-position: -187px -19px;
	width: 37px;
	height: 36px;
}

	#stop:hover {
		background-position: -187px -85px;
	}

#play {
	width: 47px;
	height: 47px;
}

	#play:hover {
		cursor: pointer;
	}

.play {
	background-position: -226px -14px;
}

	.play:hover {
		background-position: -226px -80px;
	}

.pause {
	background-position: -275px -14px;
}

	.pause:hover {
		background-position: -275px -81px;
	}

#full {
	background-position: -322px -11px;
	width: 52px;
	height: 52px;
}

	#full:hover {
		background-position: -322px -77px;
	}

#windows1 {
	background-position: -386px -22px;
	width: 37px;
	height: 31px;
}

	#windows1:hover {
		background-position: -387px -88px;
	}

#windows4 {
	background-position: -425px -22px;
	width: 38px;
	height: 34px;
}

	#windows4:hover {
		background-position: -425px -88px;
	}

#windows9 {
	background-position: -466px -19px;
	width: 47px;
	height: 38px;
}

	#windows9:hover {
		background-position: -466px -85px;
	}

#snapshot {
	background-position: -519px -18px;
	width: 42px;
	height: 40px;
}

	#snapshot:hover {
		background-position: -519px -84px;
	}

#avi-converter {
	background-position: -566px -23px;
	width: 49px;
	height: 29px;
}

	#avi-converter:hover {
		background-position: -566px -89px;
	}

#report {
	background-position: -618px -18px;
	width: 54px;
	height: 38px;
}

	#report:hover {
		background-position: -618px -84px;
	}

#options {
	background-position: -676px -18px;
	width: 41px;
	height: 38px;
}

	#options:hover {
		background-position: -676px -84px;
	}

.readings {
	width: 100%;
	margin: 5px 0;
	background-color: black;
	margin: 8px 0;
}

.reading {
	display: inline-block;
	font-family: Arial, Sans-serif;
	font-size: 0.7em;
	padding: 5px 1em 2px 1px;
	width: 7%;
	overflow: hidden;
}

.reading-label {
	border-right: solid 2px #444;
}

.reading.value {
	text-align: right;
}

.reading-y,
.reading-mph,
.reading-kmh {
	color: #900;
}

.reading-z,
.reading-eco-value {
	color: #090;
}

.reading-eco,
.reading-eco-value {
	width: 4%;
}

.reading-eco {
	background-color: #090;
	color: white;
	font-size: 0.8em;
	padding: 2px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#lights {
	width: 100%;
	text-align: right;
	display: inline-block;
	margin: 5px 0;
}

#l, #r, #b {
	font-size: 0.6em;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border: 1px solid white;
	padding: 1px 4px;
	margin-left: 25px;
	font-family: Arial, Sans-serif;
}

	#b.on {
		background-color: red;
		border-color: red;
	}

.labels {
	color: black;
	background-color: white;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #444;
	opacity: 0.75;
	white-space: nowrap;
	padding: 3px;
}