.icon_rm{
    color: #3399CC;
    cursor: pointer;
}

.liste {
	width:50%;
}

#sortable1 {
	float: left;
	border: solid grey 1px;
	width: 100%;
	min-height: 50px;
	padding: 0px;
}

#sortable1 li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	background:none;        
}

#sortable2 {
	float: left;
	border: solid grey 1px;
	width: 100%;
	min-height: 50px;
	padding: 0px;
}

#sortable2 li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;	
	background:none;
}

#phototheque_list li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;	
	background:none;
}

#parent li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	background:none;
}

.description {
	font-size: 0.85em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

.legend_image {
	position: auto;
	color: #888888;
	/*width: 50%;*/
	/*height: 14px;*/
	/* max-width: 100px; */
	font-size: 7pt;
	overflow: hidden;
	/* text-align: center; */
	/*margin: 5px;*/
}

.div_liste {
	background-color: #FFFFFF;
	border: 2px solid rgb(192,192,192);
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	/*padding: 10px;*/
	text-align: center;
}

.imageListe {
	/*margin: 7px;*/
}

#selectAll{
	color: #3399CC;
	/*width: 500px;*/
	margin-top: 10px;
	
	/*text-align: center;*/
	/*text-decoration: underline;*/
}

#selectAll:hover{
	cursor: pointer;
}

#removeAll{
	color: #3399CC;
	/*text-decoration: underline;*/
}

#removeAll:hover{
	cursor: pointer;
}

#updatename{
	color: #3399CC;
	/*text-decoration: underline;*/
}

#updatename:hover{
	cursor: pointer;
}

#selectable .ui-selecting { 
	/* background: #FECA40; */
	background: rgb(192,192,192);  	
}

#selectable .ui-selected { 
	/* background: #F39814; */
	background: rgb(128,133,148);
	color: white; 
}

#selectable { 
	list-style-type: none; 
	margin: 20px;
}

#selectable li {
	padding: 5px;
	margin: 20px; 
	float: left;
	width: 160px; 
	height: 160px;
}

#backgroundPopup{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:20000;  
}  

#patient{
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:50px;  
	width:200px;  
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:20001;  
	padding:12px;  
	font-size:13px;  
} 

#patientProgressBar{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:50px;
	width:200px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:20001;
	padding:12px;
	font-size:13px;
}  

#updateimage{  
	display:none;  
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/  
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:20001;  
	padding:12px;  
	font-size:13px; 
	/*overflow: scroll;	*/
	overflow:auto;
} 

#updateimage_confirmation{
	/* float: right; */
	color: #3399CC;
}

#updateimage_confirmation:hover{
	cursor: pointer;
}

#updateimage_annuler{
	/* float: right; */
	color: #3399CC;
}

#updateimage_annuler:hover{
	cursor: pointer;
}

#bouton_update{
	float: right;
	margin: 20px;
}
.invisible{
	display:none;
}
.divImage{
	width:400px;
	text-align:center;
	margin: 0 auto;
}
.divImage .precedent {
	float:left;
    cursor: pointer;
}
.divImage .suivant {
 	float:left;
    cursor: pointer;
}
.divImage .formImage {
 	float:left;
 	/*height:200px;*/
}
.albumsPicasa .album {
 	float:left;
 	width:180px;
    height:215px;
}
.btn_delete_image{
	text-align:right;
	margin-right:5px;
	margin-bottom:5px;
	cursor:pointer;
	font-weight:bold;
}
.btn_confirm_delete{
	cursor:default;
	font-size:0.9em;
	margin:5px 2px;
	display:none;
}
.cancel_delete, .confirm_delete{
	cursor:pointer;
	font-weight:bold;
}
.btn_delete_image:hover, .cancel_delete:hover, .confirm_delete:hover{
	text-decoration:underline;
}
