.image_list{
	overflow: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}

.image_list .title{
	width:100%;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	background-color: #EBEBEB;
}
.image_list .imgcont{
	float:left;
	vertical-align: middle;
	text-align: center;
	padding: 3px;
}

.image_list .imgcont:hover{
	border: 1px solid #666666;
	padding: 2px;
	background-color: #FFCCFF;
}

.image_list_default{
	height: 100%;
	width : 100%;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
}

.image_list_default img{
	height: 80px;
	width: 100px;
}



.image_edit .image1{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.image_edit .image{
}
.image_edit .imgcont{
	position: relative;
	display: block;
}

.image_edit .title{
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	background-color: #EBEBEB;
}

.image_edit .toolbar{
	background-color: #BFCCFF;
}


.image_edit_default{
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
}


.overlay_image_cont{
	position  : absolute;
	left      : 0px;
	top       : 0px;
	z-index   : 10;
}
.overlay_image_cont_selected{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: #66FF00;
	border-right-color: #66FF00;
	border-bottom-color: #66FF00;
	border-left-color: #66FF00;
}
.overlay_image_img{
	height    : 100%;
	width     : 100%;	
}
.overlay_image_text{
	text-align: center;
	font-size: 10px;
	background-color: #CCCCFF;
}


