.new-album {
	margin-top:5px;
	margin-bottom:5px;
}

table.album-list {
	width:100%;
	border-spacing:0px;	
	border-collapse:collapse;
}

table.album-list thead {
	text-align:left;
	border-bottom:1px solid black;
}

table.album-list tr {
	text-align:left;
	border-bottom:1px solid #E0E0E0;
}

table.album-list th, table.album-list.td, table.album-list.tr {
	padding:0.25em;
}

table.gallery-listing-container {
	width:100%;
}

div.jm-gallery-album-entry, div.jm-gallery-image-entry {
	display: block; 
	float:left;
	width: 140px;
	min-height: 180px;
	text-align: center;
	background-color: white;
	border:1px solid white;
	padding: 2px;
	margin: 0 2px 2px 0;
}

div.jm-gallery-album-entry:hover, div.jm-gallery-image-entry:hover {
	background-color: #F8F8F8;
	border:1px solid #DEDEDE;
}

div.jm-gallery-list-album-metainformation {
	font-size:0.75em;
}

div.jm-gallery-list-album-metainformation .small-gray-text {
	font-size:1em;
}

div.album-page-browser {
	position:relative;
	text-align:center;
	margin-top:10px;
	border-top:1px dotted #909090;
	font-size:0.85em;
}
