.lightscene {
	background: white;
}

.lightscene .toolbar {
	background: url('../img/lightscene/bg_toolbar.png') bottom repeat-x #bbc5d7;
	line-height: 100%;
}

.lightscene .toolbar * {
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 4px;
	background: center no-repeat;
	opacity: 0.5;
	border: 1px solid transparent;
}

.lightscene .toolbar .highlite {
	border: 1px solid #9e9d95;
	background-color: #fff4d4;
}

.lightscene.selected .toolbar * {
	opacity: 1;
}

.lightscene .toolbar .new {
	background-image: url('../img/lightscene/LightScene_New_32x32.png');
}

.lightscene.data_received .toolbar .new {
	opacity: 1;
}

.lightscene .toolbar .save {
	background-image: url('../img/lightscene/LightScene_Save_32x32.png');
}

.lightscene .toolbar .delete {
	background-image: url('../img/lightscene/LightScene_Delete_32x32.png');
}

.lightscene .toolbar .configure {
	background-image: url('../img/lightscene/LightScene_Configure_32x32.png');
}

.lightscene .toolbar .recall {
	background-image: url('../img/lightscene/LightScene_Recall_32x32.png');
}

.lightscene.selected .toolbar div.disabled {
	opacity: 0.5;
}

.lightscene ul {
	list-style: none;
	padding: 0;
	margin:0;
	overflow: auto;
	border: 1px solid gray;
}

.lightscene ul li {
	border: 1px solid transparent;
}

.lightscene ul li.selected {
	/*background: yellow;*/
	background: #fff4d3;
	border: 1px solid #e0dcca;
	border-radius: 3px;
}

.lightscene ul li div {
	border: 1px solid white;
	border-radius: 2px;
	padding: 6px 4px;
}

.lightscene-dialog.new {
	/*position: fixed;*/
	position: absolute;
	/*width: 600px;
	height: 400px;*/
	width: 450px;
	/*
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -200px;
	*/
	background: white;
	border: 1px solid black;
	text-shadow: none;
}

.lightscene-dialog.value .inner {
	position: relative;
	background: #e3e6eb;
}

.lightscene-dialog.new .overlay,
.lightscene-dialog.value .overlay {
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
    height: 100%;
	width: 100%;
    left: 0;
    top: 0;
}

.lightscene-dialog.new .inner {
	position: relative;
}

.lightscene-dialog.new .topbar {
	padding: 6px;
	/*color: white;
	background: grey;*/
	color: black;
	background: #bcc7d8;
	border-bottom: 1px solid black;
}

.lightscene-dialog.value .bottombar, 
.lightscene-dialog.new .bottombar {
	padding: 6px;
	/*color: white;
	background: grey;*/
	color: black;
	background: #bcc7d8;
	border-top: 1px solid black;
	text-align: right;
}

.lightscene-dialog.value .bottom {
	/*position: absolute;
	bottom: 0;
	width: 100%;*/
}

.lightscene-dialog.value button, 
.lightscene-dialog.new button {
	min-width: 80px;
}

.lightscene-dialog.new .topbar label {
	padding-right: 10px;
}

.lightscene-dialog.new .wrapper {
	/*height: 328px;*/
	height: 200px;
	overflow: auto;
	background: white;
}

.lightscene-dialog.new table {
	width: 100%;
	border-collapse: collapse;
}

.lightscene-dialog.new thead td {
	/*color: white;
	background-color: #777777;*/
	color: black;
	background-color: #e3e6eb;
	padding: 6px;
	/*border: 1px solid black;*/
	border: 1px solid #8591a2;
	border-top: none;
}

.lightscene-dialog.new td {
	width: 50%;
}

.lightscene-dialog.new td:first-child + td {
	text-align: center;
	width: 100px;
}

.lightscene-dialog.new tbody td {
	background: white;
	padding: 6px;
}

.lightscene-dialog.new tbody td.check {
	text-align: center;
}

.lightscene-dialog.new tbody .selected td {
	background-color: gold;
}

.lightscene-dialog.value {
	position: absolute;
	width: 400px;
	/*height: 400px;*/
	/*background: #ccc;*/
	background: #e3e6eb;
	border: 1px solid black;
	text-shadow: none;
}

.lightscene-dialog.value input[type="number"],
.lightscene-dialog.value input[type="text"] {
	border: 1px solid #8794a6;
	border-bottom-color: #aab7ca;
	padding: 2px;
	width: 145px;
}

.lightscene-dialog.value .title {
	padding: 4px;
	color: white;
	/*background: grey;*/
	background: #bcc7d8;
	font-weight: bold;
	border-bottom: 1px solid black;
}

.lightscene-dialog.value .ui-slider-track {
	margin: 0 15px;
}

.lightscene-dialog.value .ui-slider {
	margin-bottom: 15px;
}