@charset "utf-8";

.dashboard {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	visibility: hidden;
	z-index: 100;
	text-align: left;
	color: #000000;
}

.dashboard .overlay {
	top: 0px;
	left: 0px;
	position: absolute;
	background: #202020;
	width: 100%;
	visibility: hidden;
	z-index: 200;
}

.dashboard .spinner {
	position: absolute;
	width: 32px;
	height: 32px;
	margin: -16px 0px 0px -16px;
}

.dashboard .thumbnails {
	position: absolute;
	background: #202020;
	z-index: 500;
	left: 0px;
	border: 1px solid #ffffff;
	border-bottom: none;
}

.dashboard .thumbnails img {
	margin: 6px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.dashboard .imager {
	position: absolute;
	z-index: 400;
	border: 1px solid #f0f0f0;
	background: #f0f0f0;
}

.dashboard .imager img {
	cursor: pointer;
}

.dashboard .imager p {
	text-align: center;
	color: #000000;
	padding: 4px;
}

.dashboard .feature {
	position: absolute;
	z-index: 500;
	width: auto;
	min-width: 500px;
	height: auto;
	border: 1px solid #f0f0f0;
	background: #f0f0f0;
	color: #000000;
	padding: 4px;
	text-align: left;
}

.dashboard .feature .pic {
	text-align: center;
}

.dashboard .feature .info {
	text-align: justify;
}

.dashboard .feature .info h1 {
	font-size: 14pt;
}

.dashboard .close {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

.dashboard .wnd {
	position: absolute;
	z-index: 400;
	border: 1px solid #f0f0f0;
	background: #f0f0f0;
}

.dashboard .wnd .videoSpacer {
	height: 25px;
}
