/*-------------------- PHOTO LAYOUT ---------------------*/
table.photolayout
{
	width: 750px;
}
table.photolayout td.thumbnails
{
	width: 550px;
}
table.photolayout div.thumbnails-content
{
	width: 535px;
}
table.photolayout td.albums
{
	width: 200px;
}
/*-------------------------------------------------------*/

/*------------------ PHOTO THUMBNAILS -------------------*/
div.photoalbum
{
	padding-bottom: 3px;
	border-bottom: 2px solid #014838;
}
div.photoalbum span.big
{
	font-size: 16px;
	font-weight: bold;
}
table.photothumbs
{
	width: 535px;
}
table.photothumbs td
{
	padding-top: 15px;
	text-align: center;
}
table.photothumbs div.photo
{
	width: 160px; 
	margin: auto;
}
table.photothumbs div.caption
{
	padding: 1px 5px 1px 5px;
}
table.photothumbs img
{
	width: 160px;
	border-bottom: 1px solid #FFFFFF;
}
/*-------------------------------------------------------*/

/*--------------------- ALBUM LIST ----------------------*/
div.albumlinks
{
	padding: 0px;
	border: 1px solid #BFD2D0;	
}
div.albumlinks div.header
{
	font-weight: bold;
	background-color: #BFD2D0;
	padding: 1px 5px 2px 5px;
} 
div.albumlinks div.archives
{
	font-weight: bold;
	text-align: center;
	background-color: #ECF2F1;
	padding: 3px 5px 3px 5px;
} 
div.albumlinks ul
{
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-left: 0px;
}
/*-------------------------------------------------------*/

/*-------------------- PHOTO DETAIL ---------------------*/
table.photodetail
{
	margin-bottom: 5px; 
	background-color: #ECF2F1;
}
table.photodetail td
{
	padding: 2px 5px 2px 5px;
}
div.bigphoto
{
	width: 600px;
	margin: auto;
	text-align: center;
	padding-top: 5px;
}
div.bigphoto img
{
	width: 600px;
}
div.bigphoto div.photocaption
{
	padding-bottom: 5px;
}
/*-------------------------------------------------------*/

