
#dialog-remove-auth, #dialog-delete, #dialog-delete-final {
    display: none;
}

#ajax-auth {
	display: none;
}

.search-background {
	display: none;
	font-size: 13px;
	font-weight: bold;
	height:160px;
	position: absolute;
	padding-top:140px;
	text-align: center;
	opacity:0.5;filter: alpha(opacity=50) ;
	text-decoration: none;
	width: 520px;
	color:#FFFFFF;
	text-shadow: #fff 0px 0px 20px;
	}

#edit-album {
	
}

#smugpress-meta-boxes select {
	width:100%;
}

.search-background label{	

	border:solid #66FF00 1px;
}

#images {
	margin-top:10px;
	position:relative;
	min-height:800px;
}

#edit {
	display: none;
	margin-top:10px;
	position:relative;
	height: 820px;
}

#delete-album {
	float: right;
    padding-top: 14px;
}
#edit-album-form {
	/*display:none;*/
}
#smp-imagelist th.id {
	width: 13%;
}
#smp-imagelist th.image {
	width: 300px;
}
#smp-imagelist th.caption {
	width: 30%;
}
	#smp-imagelist td.caption textarea {
		width: 100%;
		height:130px;
	}
#smp-imagelist th.sizes {
	width: 142px;
}
#smp-imagelist th.exclude {
	width: 10%;
}
#smp-imagelist th.visit-smug {
	width: 10%;
}

#smp-imagelist td.image img {
	/*height: 200px;*/
}

span.image-exif {
	cursor:pointer;
	color:#21759B;
}

span.image-exif:hover {
	color:#D54E21;
}

#exif-interior {
	
}
	#exif-interior h2 {
		margin-top: 0;
		
	}
	#exif-interior .exif-data {
		width:100%;
		padding:0 15px;
		background:#ffffff;
	}
		#exif-interior .exif-data thead {
			
		}
		#exif-interior .exif-data thead th {
			background: none repeat scroll 0 0 #DDDDDD;
		    padding: 10px;
		    text-align: center;
		}
		#exif-interior .exif-data tbody {
			
		}
		#exif-interior .exif-data tbody tr {
			
		}
		#exif-interior .exif-data tbody tr td {
			padding:5px;
		}
		#exif-interior .exif-data tbody tr:nth-child(odd) {
			background-color:#aaa;
		}
		#exif-interior .exif-data tbody tr:nth-child(even) {
			background-color:#ddd;
		}
		#exif-interior .exif-data tbody td:first-child {
			font-weight:bold;
		}
		#exif-interior .exif-data tbody td:last-child {
			
		}

#admin-image-list {
	display:block;
}

#image-hide-loading {
	background: url("../images/loading-circle-small.gif") no-repeat scroll 50% 50% transparent;
    border: medium none;
    height: 28px;
    left: 30px;
    position: absolute;
    top: 16px;
    width: 28px;
    display:none;
}

#image-hide {
	position:relative;
}

#loading {
	
	background: url("../images/loading-bar-light.gif") no-repeat scroll 50% 50% #FFFFFF;
    border: 2px solid #BBBBBB;
    border-radius: 5px 5px 5px 5px;
    display:none;
    height: 97px;
    left: 41%;
    opacity: 0.9;
    position: absolute;
    top: 16px;
    width: 300px;
}
#loadingEdit {
	
	background: url("../images/loading-bar-light.gif") no-repeat scroll 50% 50% #FFFFFF;
    border: 2px solid #BBBBBB;
    border-radius: 5px 5px 5px 5px;
    display:none;
    height: 97px;
    left: 41%;
    opacity: 0.9;
    position: absolute;
    top: 16px;
    width: 300px;
}

#exif-data {
	display:none;
	height:500px;
	width:200px;
}	

#paging_button {
	float:right;
	margin-bottom:10px;
}

#paging_button ul{ width: auto; padding:0px; margin:8px; }

#paging_button span.current {
	border: 1px solid;
    border-radius: 5px 5px 5px 5px;
    padding: 3px 6px;
    text-decoration: none;
    cursor:default;
    font-weight:normal;
    background-color:#ddd;
}

#paging_button span.ellipse {
	background:none;
	padding:3px 3px;
	border:none;
	cursor:default;
	margin:0;
    font-weight:normal;
}

#paging_button span {
	
    padding: 3px 6px;
	background-color:#eee;
	border-radius: 5px 5px 5px 5px;
	border-style: solid;
    border-width: 1px 1px 2px 1px;
    border-color:#E3E3E3;
    font-weight: bold;
    margin-right: 4px;
    color: #21759B;
    cursor:pointer;
	}
	
#paging_button span.page:hover {background:#006699;color:#fff;}
/*li:hover{ color: #CC0000; cursor: pointer; }*/

.smp-list {
    list-style: square outside none;
    margin-left: 20px;
}

.sizes a.size {
	display:block;
	width:64px;
	height:64px;
	float:left;
	background:transparent url('../images/smugpress-sizes-sprite.png') no-repeat;
}

	.sizes #prettyPhotoOrig.size {
		background-position:0px top;
	}
	.sizes #prettyPhotoXL3.size {
		background-position:-64px top;
	}
	.sizes #prettyPhotoXL2.size {
		background-position:-128px top;
	}
	.sizes #prettyPhotoXL.size {
		background-position:-192px top;
	}
	.sizes #prettyPhotoL.size {
		background-position:-256px top;
	}
	.sizes #prettyPhotoM.size {
		background-position:-320px top;
	}
	.sizes #prettyPhotoS.size {
		background-position:-384px top;
	}
	.sizes #prettyPhotoOrig.size:hover {
		background-position:0px bottom;
	}
	.sizes #prettyPhotoXL3.size:hover {
		background-position:-64px bottom;
	}
	.sizes #prettyPhotoXL2.size:hover {
		background-position:-128px bottom;
	}
	.sizes #prettyPhotoXL.size:hover {
		background-position:-192px bottom;
	}
	.sizes #prettyPhotoL.size:hover {
		background-position:-256px bottom;
	}
	.sizes #prettyPhotoM.size:hover {
		background-position:-320px bottom;
	}
	.sizes #prettyPhotoS.size:hover {
		background-position:-384px bottom;
	}
