/* admin/gallery/galleries/add */	
/* admin/gallery/galleries/edit */	
#GalleryAddForm label, #GalleryEditForm label{
	display:block;
	width:150px;
	float:left;
}

#GalleryAddForm .input, #GalleryEditForm .input{
	margin-bottom:8px;
}

#GalleryAddForm .textarea, #GalleryEditForm .textarea{
	margin:0;
}

#GalleryAddForm .submit, #GalleryEditForm .submit{
	margin-left:150px;
}

/* admin/gallery/galleries/index */
table#admin_gallery_index{
	border-collapse:collapse;
}

	table#admin_gallery_index td, table#admin_gallery_index th{
		padding:3px 5px;
		text-align:left;
		vertical-align:top;
	}
	
	table#admin_gallery_index td{
		border-bottom:1px solid #ccc;
		padding-right:20px;
	}
	
	table#admin_gallery_index th{
		background:#f2f2f2;
		border-bottom:1px #b6b6b6 solid;
	}
	
		table#admin_gallery_index th, table#admin_gallery_index th a{
			font-weight:bold;
		}
		
			table#admin_gallery_index td a img{
				float:left;
				margin-right:4px;
			}

/* admin/gallery/photos/index */
ul#admin_photos_index {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}

	ul#admin_photos_index li{
		background:none;
		line-height:1px;
		padding:0;
		margin:0;
	}
/* uitzondering voor vianen */	
	#container #right #content .pagina ul#admin_photos_index li{
		background:none;
		line-height:1px;
		padding:0;
		
	}
	
	
	ul#admin_photos_index li.item, .ui-placeholder {
		float:left;
		margin:5px 10px 0px 0px;
		height:140px;
		padding:2px;
		background:#f2f2f2;
		border:1px #b6b6b6 solid;
		width:150px;
	}
	
	.ui-placeholder{
		border:1px #b6b6b6 dotted;
		height:145px;
		width:160px;
	}
		
		ul#admin_photos_index li.item div {
			float:left;
			height:112px;
			width:150px;
			margin-bottom:5px;
			overflow:hidden;
		}
		
		ul#admin_photos_index li.item a img{
			float:left;
		}
		
#photos_sortitems_result{
	
}



/* gallery/galleries/index */
#galleries_index {
	display:table;
}
	#galleries_index a.item {
		/* width:501px; */
		width:595px;
		height:120px;
		overflow:hidden;
		padding:10px 10px;
		margin:0 0 20px 0;
		float:left;
		clear:left;
		text-decoration:none;
		cursor:pointer;
	}
	#galleries_index a.item:hover {
		background:url('../../gallery/img/block_hover.gif') bottom left repeat-x;
	}
	#galleries_index a.item .photo {
		width:150px;
		/* height:112px; */
		overflow:hidden;
		float:left;
		border:1px #b6b6b6 solid;
	}
	#galleries_index a.item .photo .no-image {
		width:150px;
		height:112px;
		background-color:#f2f2f2;
	}
	#galleries_index a.item .details {
		width:280px;
		float:left;
		padding:0 0 0 30px;
	}
	#galleries_index a.item .details h2 {
		padding:0;
		margin:0;
		font-size:14px;
	}
	#galleries_index a.item .details p {
		padding:0;
		margin:0;
		font-weight:normal;
		color:#000;
	}
	
/* gallery/galleries/show */
	a.photo_item {
		margin:0 20px 20px 0;
		float:left;
		width:152px;
		height:120px;
		overflow:hidden;
		border:1px #ccc solid;
		background:#efefef;
		padding:10px;
	}
	
	a.photo_item:hover {
		background:#fcfcfc;
	}
		
		a.photo_item img{
			border:1px #ccc solid;
		}
