#cover_all {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
z-index: 1;
height: 100%;
background-color: #000;
filter:alpha(opacity=50); 
-moz-opacity: .5;  
opacity: 0.5;
display: none;
}

#bubble_container {
	position: absolute;
	top:45px;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	display: none;
	font-size: 12px;	
	z-index:1000;	
}

#bubble_container_top {
	background: url('../images/dashboard_popup_bg_top.png') top left no-repeat;
	width: 750px;
	height: 40px;
	z-index:1000;	
	
		
}

#bubble_close {
	padding: 10px 15px 20px 15px;
	margin-top: 10px;
	text-decoration: none;	
}

#bubble_container_content {
	width: 709px;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	background-color: #fff;
	padding: 10px 10px 10px 10px;	
	z-index:1000;		
}

#bubble_container_bottom {
	background: url('../images/bottom.png') top left no-repeat;
	width: 735px;
	height: 30px;	
	z-index:1000;	
}

#bubble_header #left_column {
	text-align: center;
	float: left;
	z-index:1000;
	width: 55%;
	height: 150px;
	background: url('../images/progress.gif') no-repeat center center;
}

#bubble_header #right_column {
	float: right;
	z-index:1000;	
	width: 40%;
	clear: right;
	height: 350px;		
}

#bubble_header #right_column div {
	border: 1px solid #000;
	background-color: #efefef;
	width: 100%;
	font-weight: bold;
	margin-bottom: 10px;
}

#image_gallery {
	text-align: left;
	clear: right;
}

#image_gallery img {
	border: 0px;
	padding: 0px;
	margin: 10px 10px 0px 0px;	
}

#image_gallery a:active,
#image_gallery a:hover,
#image_gallery a:click,
#image_gallery a:visited,
#image_gallery a img,  {
	outline: none;
	-moz-outline: none;
	border: 0px;
}


/* Order Inspection Images Section */

#order_inspection_images #left_column {
	text-align: center;
	float: left;
	z-index:1000;
	padding-right: 20px;
/*	width: 55%; 
	height: 200px; */
}

#order_inspection_images #right_column {
	float: right;
	z-index:1000;	
	clear: right;
	margin-right: 20px;
/*	width: 40%; 	
	height: 200px; */		
}

#order_inspection_images #right_column div {
	background-color: #efefef;
/*	width: 100%; */
	font-weight: bold;
	/* margin-bottom: 10px; */
}

/* Display Form Elements - Order Inspection */
/*
.SI-FILES-STYLIZED label.cabinet
{
	width: 79px;
	height: 22px;
	background: url("https://secure.intercityappraisals.com/images/btn-choose-file.gif") 0 0 no-repeat;

	display: block;
	overflow: hidden;
	cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
*/
.droppable-active {
	opacity: 1.0;
}
.droppable-hover {
	outline: 1px dotted black;
}

/* More Image Gallery Styles */
#image_gallery img {
	display: none;
}
/*
#map {
	position: relative;
	left: 425px;
	top: -30px;
}
*/
#image_gallery a:active,
#image_gallery a:visited,
#image_gallery a:link, {
	border: 2px solid #fff;
}

#image_gallery a:hover {
	border: 2px solid #e6ab0b;
}

.ui-widget-overlay {
   position: fixed;
}