.album
{
	width:100%;
	display: table
}

.albumAdminMenu
{
	clear:both;
/*	margin-top:4px;*/
	border-top:1px dashed gray;
	text-align:right;

}

/*------------- ALBUM LEFT TO RIGHT -----------*/


.albumLRPicture
{
	text-align:center;

}

.albumLRLabel
{
	text-align:center;
	width:100%;
	color:White;
	font-weight:bold;
}

.albumLRPicture img
{
    border:3px solid #450016;
}

.NoBorder .albumLRPicture img
{
    border:0px;
}


.albumLRPicture img:hover
{
    border:3px solid #FCCC7F;
}

.NoBorder .albumLRPicture img:hover
{
    border:0px;
}


.albumLRLabel p
{
    font-size:12px;
	color:#450016;
	margin-bottom:15px;
}

/*------------- ALBUM TOP TO BOTTOM -----------*/

.albumTBItem
{
	width:100%;	
	margin-bottom:5px;
/*	background:url(../images/bkgAlbumItem.jpg) no-repeat right; */
	height:125px;
}


.albumTBPicture
{
	text-align:left;
	clear:both;	
	float:left;		 
}

.albumTBPicture img
{
    border:3px solid #013E89;
}

.albumTBLabel
{	
	padding-top:40px;
	text-align:left;
	margin-left:15px;
	float:left;
	width:150px;
}

.albumTBLabel p
{
    font-size:12px;
	color:#450016;
}



.albumTBLabel p a:link,
.albumTBLabel p a:visited
{
    color:#013E89;
    font-size:10px;
    text-decoration:underline;
    border:0px;
}



/*------------- ALBUM SINGLE ITEM -----------*/

.albumSGItem
{
	width:100%;
}

.AlbumSGPicture
{
	text-align:center;
	clear:both;	
	border:1px solid gray;
	padding: 3px 3px 3px 3px;
}

.AlbumSGLabel
{
	text-align: center;
	
}

/*------------- IMAGE VIEWER PICTURE LEFT -----------*/


.imgvPLPicture
{
	text-align:left;
	float:left;
	border:1px solid gray;
	padding: 3px 3px 3px 3px;
}

.imgvPLLabel
{
	float:left;
	margin-left:20px;
	text-align: left;
}

/*------------- IMAGE VIEWER PICTURE TOP -----------*/

.albumSGItem
{
	width:100%;
}

.AlbumSGPicture
{
	text-align:center;
	clear:both;	
	border:1px solid gray;
	padding: 3px 3px 3px 3px;
}

.AlbumSGLabel
{
	text-align: center;	
}
