@import url("shared.css");

div.photoBorder
{
	
	text-align: center;
	background-color: rgb(154, 152, 152);
	padding-top: 0.5em;
	padding-bottom: 1em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	padding-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
	clear: both;
	
}

div.photoAlbums
{
	
	margin-left: 2em;
	margin-right: 2em;
	
}

div.photoItem
{
	background-color: rgb(237, 237, 237);
}

div.albumOptions
{
	background-color: rgb(213, 179, 131);
}

div.photoAlbum
{
	
	float: left;
	margin: 0.8em;
	width: 13em;
	padding: 0.2em;
	background-color: rgb(213, 179, 131);
	
}

div.photoAlbumTitle
{

	height: 5em;	
	background-color: rgb(226, 185, 57);
	text-align: center;
	border: 3px solid rgb(226, 185, 57);	

}

div.test
{
		
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 0.8em;
	margin-right: 0.8em;
	background-color: rgb(0, 0, 0);
	padding: 0.2em;
	
}

div.photoAlbumTitle h3
{
	
	text-align: center;
	font-weight: normal;
	font-size: 1.1em;
	
}

div.photoAlbumPreview
{	
	
	height: 100px;	
	margin-left: 0.3em;
	margin-right: 0.3em;
	text-align: center;
	overflow: hidden;
	
}

div.photoAlbumsNumPhotos p
{
	color: rgb(0, 0, 0);
}

div.photoIndexPhoto
{
	
	float: left;
	margin: 0.2em;
	width: 8em;
	overflow: hidden;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	
}

div.photoIndexPhotoPreview
{
	
	height: 100px;
	text-align: center;
	
}

div.photoIndexPhotoTitle
{	

	height: 3em;
	overflow: auto;
	text-align: center;
	background-color: rgb(255, 255, 255);
	
}

div.photoIndex
{
	background-color: rgb(213, 179, 131);	
}

div.photoAlbumPage
{
	
	width: 48%;
	background-color: rgb(237, 237, 237);
	
}

div.floatLeft
{
	float: left;
}

div.floatRight
{
	float: right;
}
