/* IMAGE GALLERY MODULE */

.iconBox {
	display: block;
	width: 170px;
	padding: 5px;
}


/* ALBUM MODULE */

.imageBox {
	text-align: center;
	vertical-align: top;
	margin: 10px;
	padding: 0px;
	display: block;
	float: left;
	width: 175px;
	height: 195px;
	background: #EBEBEB;
}

.imageBoxLink {
	margin: 10px;
	width: 155px;
	display: block;
	height: 175px;
}

.imageBoxTitle {
	min-height: 40px;
	display: block;
	padding-top: 10px;
	width: 155px;
	font-family: Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #666633;
	text-decoration: none;
}

a.imageBoxLink {
	text-decoration: none;
}

a.imageBoxLink:hover {
	text-decoration: none;
}


/* IMAGE LIST MODULE */

.separator_row {
	height: 7px;
	margin: 0;
	padding: 0;
}

.separator_row_cell {
	height: 7px;
	margin: 0;
	padding: 0;
}

#title_cell {
	background: #CEC1B8;
}

.album_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #847A72;
	text-decoration: none;
}

#navigation_row {
	background: #E3DBD3;
}

.navigation_text_cell {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #847A72;
	text-decoration: none;
}

.navigation_link_cell {
	width: 53px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #847A72;
	text-decoration: none;
}

a.navigation_link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #847A72;
	text-decoration: none;
}

a.navigation_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #847A72;
	text-decoration: none;
}

#item_row {
	background: #E3DBD3;
}


.imageListItem {
	background: #E3DBD3;
}

A.imageListItemLink:link {
	text-decoration: none;
}

A.imageListItemLink:hover {
	text-decoration: none;
}

.imageListItemTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #847A72;
	text-decoration: none;
}

.imageListItemLinkImage {
	vertical-align: top;
}

.imageListItemLinkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #847A72;
	text-decoration: none;
	vertical-align: bottom;
}

a.imageListItemLinkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #847A72;
	text-decoration: none;
	vertical-align: bottom;
}

.imageListItemLinkSize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: normal;
	color: #666633;
	text-decoration: none;
}

a.imageListItemLinkSize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: normal;
	color: #666633;
	text-decoration: none;
}

.imageListLinkCell {
	background: #DED5CD;
	height: 40px;
}

.footer_row {
	height: 20px;
	background: #E3DBD3;
	margin: 0;
	padding: 0;
}

.footer_row_cell {
	height: 20px;
	margin: 0;
	padding: 0;
}
