
.timePoint {
	position: absolute;
	background-color: #DDD;
	opacity: 0.5;
	width:10px;
	height:35px;
	float:left;
	border-radius: 2px;
	box-shadow: 3px 6px 3px #333;
}

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

.timePoint:hover {
	background-color: white;
}

.draggableEditElement {
	background-color:#DDE;
	border-radius: 2px;
	border-color: blue;
	box-shadow: 3px 6px 3px #333;
	width: 60px;
	height: 40px;
	margin: 6px;
	position: relative;
	z-index: 10;
}

.draggableToSceneEditElement {
	background-color:#DDE;
	border-radius: 2px;
	border-color: blue;
	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 black;
}

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

#timelineScrollArea {
position: relative;
	width: 3000%;
	height:100%;
	background-color: black;
	background-image:url('../img/grid_backdrop.png');
}

#timeIndicator {
width:4px; height:100%; background-color: blue; 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:#BBB !important;
}

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

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

.loadingButton {
	width:80px;
	
}
