div.GalAlbumCollection {
	margin:10px 20px 10px 20px;
	border:1px #AAA solid;
}

/* First row in the album collection (deals with "fencepost" problem) */
div.GalAlbumRowZero {
	background-image:url(/_images/gallery/GradientTile_vertical.gif);
	background-repeat:repeat-x;
	padding:5px 5px 5px 5px;
	clear:both;
}

/* Even-row styles */
div.GalAlbumRowEven {
	background-image:url(/_images/gallery/GradientTile_vertical.gif);
	background-repeat:repeat-x;
	padding:5px 5px 5px 5px;
	border-top:1px #AAA dotted;
	clear:both;
}

/* Odd-row styles */
div.GalAlbumRowOdd {
	background-image:url(/_images/gallery/GradientTile_vertical.gif);
	background-repeat:repeat-x;
	padding:5px 5px 5px 5px;
	border-top:1px #AAA dotted;
	clear:both;
}

/* Main album page, per-album navigation */
table.GalAlbumNavigation {
	width:100%;
	margin:5px 0px 5px 0px;
}

/* Main album page, per-album title */
td.GalAlbumNavigationTitle {
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#E48203;
}

/* Main album page, per-album item-count cell */
td.GalAlbumNavigationContains {
	font-style:italic;
	text-align:right;
}

/* Main album page, per-album button cell */
td.GalAlbumNavigationButton {
	text-align:right;
	width:25px;
}

/* Main album page, per-album description block */
div.GalAlbumDescription {
	padding:0px 0px 0px 0px;
}

table.GalEntryAlbum {
	width:100%;
	border:3px #EFEFEF solid;
}

td.GalEntryImageBlock {
	background-color:#D0D0D0;
	padding:10px;
}

div.GalEntryAlbumTitle {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

div.GalEntryImage {
	text-align:center;
	margin-bottom:10px;
	width:350px;
}

img.GalEntryImage {
	border:1px gray solid;
}

div.GalEntryDetailBox {
	border:1px gray solid;
	background-image:url(/_images/gallery/textureTile.gif);
	padding:5px;
	min-height:100px;
}

div.GalEntryTitle {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

div.GalEntryDescription {
	margin-bottom:10px;
}

div.GalEntryModified {
	font-style:italic;
	text-align:right;
}

td.GalThumbnailBox {
	background-color:white;
	border:2px #DDD solid;
}

td.GalThumbnailBoxSelected {
	background-color:white;
	border:2px black solid;
}

a.GalEntryNavigation, a:link.GalEntryNavigation, a:visited.GalEntryNavigation, a:active.GalEntryNavigation {
	color:#E48203;
	font-weight:bold;
}

a:hover.GalEntryNavigation {
	text-decoration:underline;
}


