
.timePoint {
	position: absolute;
	background-color: #ff00ff;
	opacity: 0.5;
	width:10px;
	height:35px;
	float:left;
	box-shadow: 3px 6px 3px #8000ff;
}

.fadeInBar {
	background-color:#00ffff;
	position:absolute;
	height:5px;
}

.timePoint:hover {
	background-color:#8000ff;
}

.draggableEditElement {
	background-color:#ffff00;
	border-color: #00ff00;
	box-shadow: 3px 6px 3px #8000ff;
	width: 60px;
	height: 40px;
	margin: 6px;
	position: relative;
	z-index: 10;
}

.draggableToSceneEditElement {
	background-color:#00ff00;
	border-color: #8000ff;
	box-shadow: 3px 6px 3px #333;
	width: 60px;
	height: 40px;
	margin: 6px;
	position: relative;
	z-index: 10;
}

.edit_thumbnail {
	width:64px; 
	height:64px;
}

.edit_thumbnail img {
	width: 100%;
	height: 100%;
}

#timelineWidget {
	overflow-y:hidden;
	overflow-x:scroll;
	height: 200px;
	border:1px solid #ff00ff;
}

#timelineScrollArea p {
	color: #000;
	font-size: 20px;
	line-height: 20px;	
}

#timelineScrollArea {
	position: relative;
	width: 3000%;
	height:100%;
	background-color: #00ffff;
}

#timeIndicator {
	width:4px; 
	height:100%; 
	background-color: #00ff00; 
	float:left;
	position:absolute;
}

#propertyConsole {
	float: left;
	z-index:100;
}

#addNewButtons {
	display: inline-block;
}

#addNewButtons div {
	float: left;
}

.ui-dialog {
	width: 100%;
	z-index:100;
	background:#ffddff !important;
}

label.field {
	text-align:right;
	width:70px;
	float:left;
}

fieldset p {
	clear: both;
	padding: 5px;
}
textarea {
	width:300px;
}

.loadingButton {
	width:80px;
	
}
