#uploadWindow {
    position:absolute;
    background-color:#ebe9ed;
    border:1px solid #8db3e5;
    display: none;
}

#dragHandle {
    margin: 0px;
    height: 24px;
    font-family:verdana, sans-serif;
    font-size:10px;
	border-bottom: 1px solid #8db3e5; 
	text-align: left; 
	height: 24px; 
	background:#ebe9ed url(CHX2images/title_bar_bg.gif);    
}
.popupTitleBar { padding: 6px 0px 0px 5px !important; padding:7px 0px 0px 5px; }
.popupTitle { font-size: 9pt; font-family: gulim; font-weight:bold; color:#003366; }
.clear { clear: both; }

#container {
	padding: 8px;
}

#imageListWrapper {
	background-color: #fff;
	border:1px #c5c5cc solid;
	float: left;
}
#imageInfoBox {
	padding: 7px;
	background-color: #fff;
	border:1px #c5c5cc solid;
	float: right;
}
.button {
	cursor: pointer;
	vertical-align: middle;
}
.imageBox, .imageBoxHighlighted {
	width: 124px;
	height: 94px;
	margin: 3px;
	float:left;
}
.imageBox_theImage,.imageBox_theImage_over {
	width:100%;
	height:100%;
}
.imageBox .imageBox_theImage{
	border: 1px solid #ddd;
	background-image: url('CHX2images/background_image.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
.imageBox .imageBox_theImage_over {
	border: 1px solid #000;
	background-image: url('CHX2images/background_image.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
.imageBoxHighlighted .imageBox_theImage {
	border: 1px solid #ff6600;
}
.imageBoxHighlighted .imageBox_theImage_over {
	border: 1px solid #ff6600;
	background-image: url('CHX2images/background_image.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

#removeImage {
	display: none;
	width: 28px;
	height: 16px;
	position:absolute;
	cursor: pointer;
	z-index: 100;
}

#insertionMarker {
	height:102px;
	width:6px;
	position:absolute;
	display:none;
}
	
#insertionMarkerLine {
	width:6px;
	height:100px;
}
#insertionMarker img {
	float:left;
}
	
#dragDropContent{
	opacity:0.5;
	filter:alpha(opacity=50);
	position:absolute;
	z-index:10;
	display:none;
}
