/* ================================
    CSS STYLES FOR Module MultiMediaGalleryPro
   ================================
*/

.tablabel
{}

.tablabel_v
{
 /*-- Following line needed to make each tab render below the previous (vertical) --*/
 clear: left;
 float: left;
}

.tabcontainer
{
 border: outset 0px silver;
 width: 200px;
 height: 100px;
}

.tablabelcontainer_r
{
/*-- Following line needed to make tabs show up on right --*/
 float: left;
}

.tabcontentcontainer_r
{
/*-- Following line needed to make tabs show up on right --*/
 float: left;
}

.tablabelhover
{    cursor: hand;}

.tablabelselected
{         }

.dateText { }

.tableBorder {
	BORDER-RIGHT: 0px outset; BORDER-TOP: 0px outset; BORDER-LEFT: 0px outset; BORDER-BOTTOM: 0px outset;
}
TABLE.fh {
VERTICAL-ALIGN: top; }


TD.f {}
TR.f TD {}
TD.f2 {}
TD.fh {}
TD.fh3 {}
TD.fh3a {}

.UserCss {}

TD.Separator {}

.MyPagingTable 
{
	width: 100%;
	background-color: transparent;
	border-right: #aaaaaa 0px solid;
	border-top: #aaaaaa 0px solid;
	border-left: #aaaaaa 0px solid;
	border-bottom: #aaaaaa 0px solid;
	height: 33px;	 }
	 
.ApprovedList
{
	border: solid 0px navy;
	}
	
.MMG_AlbumList
{
	padding: 5px;
	vertical-align:top;
}

.MMG_Panel
{	}
	
	.GalleryButton{
    margin:0px 2px 0px 2px;    }
    
a.GalleryButton:link, a.GalleryButton:visited { 
    margin:0px 2px 0px 2px;
    font-weight: normal;
    text-decoration:underline;    }
    
a.GalleryButton:hover {
    font-weight: normal;
    }
    
.GalleryList
{}
    
.GalleryItem
{
    text-align:center;
    padding:5px 5px 5px 5px;
    vertical-align:top;
    }
