#modellayer
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	
	background-color: #ffffff;
	opacity: 0.7;
	display: none;
}

#dialog
{
	position:absolute;
    width:300px;
	height:200px;
	padding: 20px;
	z-index:15;
	top:60px;
	left:50%;
	margin:0 0 0 -150px;
    background-color: #fff;
    border: 1px solid #979797;
    border-radius: 0px;
    box-shadow: 0px 2px 16px #888888;
    opacity: 1.0;
}

#message
{
	margin-left: 0px;
	margin-top:  20px;
	width: 200px;
	font-size: 14px;
	line-height: 16px;
}

.button
{
	position: absolute;
	right: 100px;
	bottom: 20px;
	font-size: 14px;
	line-height: 14px;
	color: #4A4A4A;
	cursor: default;
}

.button:hover
{
	color: #4A90E2;
}

.button.highlight
{
	color: #4A90E2;
}

#dropzone
{
	width: 100px;
	height: 50px;
	border: 5px dashed #ccc;
	display: table;
	text-align: center;
	color: #ccc;
	margin-top: 8px;
	margin-bottom: 8px;
	overflow-x:auto;
	overflow-y:hidden;
	white-space: nowrap;
}

#dropzone p
{
	display: table-cell;
	vertical-align: middle;
}

#dropzone.hover
{
	border-color: #0f0; 
}

#dialog table,th,td
{
	font-size: 14px;
	line-height: 16px;
	width: 525px;
	border: 0px solid #979797;
	border-collapse:collapse;
}

#dialog th
{
	color: 4A4A4A;
	padding-left: 10px;
	text-align: left;
	
	background-image: -o-linear-gradient(-90deg, #FFFFFF 11%, #DEDEDE 100%);
	background-image: -moz-linear-gradient(-90deg, #FFFFFF 11%, #DEDEDE 100%);
	background-image: -ms-linear-gradient(-90deg, #FFFFFF 11%, #DEDEDE 100%);
	background-image: linear-gradient(-180deg, #FFFFFF 11%, #DEDEDE 100%);
	font-size: 12px;
}

#property
{
	margin-top: 10px;
	margin-bottom: 0px;
	width: 535px;
	height: 200px;
	border: 1px solid #979797;
	overflow-y:scroll;
}

#propertyfooter
{
	position: absolute;
	left: 20px;
	width: 525px;
	height: 20px;
	border: 1px solid #979797;
	border-top-width: 0px;
	background-image: -o-linear-gradient(-90deg, #FFFFFF 11%, #DEDEDE 100%);
	background-image: -moz-linear-gradient(-90deg, #FFFFFF 11%, #DEDEDE 100%);
	background-image: -ms-linear-gradient(-90deg, #FFFFFF 11%, #DEDEDE 100%);
	background-image: linear-gradient(-180deg, #FFFFFF 11%, #DEDEDE 100%);
	font-size: 12px;
	padding-left: 10px;
	padding-top: 0px;
	line-height: 20px;
}

#propertyfooter p
{
	display: inline;
	margin: 0px;
	margin-right: 10px;
	cursor: default;
	color: 4A4A4A;
}
#propertyfooter p:hover
{
	color: #4A90E2;
}

#progressbar
{
	position: absolute;
	left: 239px;
	top: 115px;
	width: 100px;
	height: 13px;
	border: 1px solid #979797;
}

#progressbarinner
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 13px;
	border: 1px solid #979797;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-color: #D8D8D8;
}

.imagepreview
{
	display: inline-block;
	margin-left:5px;
	margin-top:5px;
	width: 100px;
	height: 100px;
	border: 1px solid #979797;
	background-repeat: no-repeat;
	background-position: center center;
}

.imagepreview.selected
{
	border: 2px solid #4A90E2;
	width: 98px;
	height: 98px;
}

#notification
{
	position: absolute;
	right: 20px;
	top: 15px;
	width: 200px;
	padding: 12px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 16px;
	border: 1px solid #fff;
	border-radius: 10px;
	background-color: #000;
	box-shadow: 0px 0px 9px #000;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	opacity: 0.9;
	display: none;
}



