/* ================================
    CSS STYLES FOR Module MultiMediaGalleryPro
   ================================
*/

.tablabel
{
 background-color:dimgray;
 color: Silver;     
 font-weight: bold;
 border: outset 2px silver;    
 margin: 1px;
 padding-right: 10px;
 cursor: hand;
 
}

.tablabel_v
{
 /*-- Following line needed to make each tab render below the previous (vertical) --*/
 clear: left;
 float: left;
}

.tabcontainer
{
 border: outset 3px silver;
 background-color: 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
{
    background-color:silver;
    color: black;         
    cursor: hand;
}

.tablabelselected
{
    background-color:silver;
    color: White;         
}

.dateText {
	FONT-SIZE: 0.8em; COLOR: white
}

.tableBorder {
	BORDER-RIGHT: 1px outset; BORDER-TOP: 1px outset; BORDER-LEFT: 1px outset; BORDER-BOTTOM: 1px outset; BACKGROUND-COLOR: #eeeeee
}
TABLE.fh {
	FONT-SIZE: 1em; VERTICAL-ALIGN: top; COLOR: #246398; BACKGROUND-REPEAT: repeat-x; BACKGROUND-COLOR: #eeeeee
}


TD.f {
	FONT-SIZE: 0.8em; BACKGROUND-COLOR: #bdcfdf
}
TR.f TD {
	FONT-SIZE: 0.8em; BACKGROUND-COLOR: #bdcfdf
}
TD.f2 {
	FONT-SIZE: 0.9em; BACKGROUND-COLOR: #ddeeff
}
TD.fh {
	FONT-SIZE: 0.9em; BACKGROUND-COLOR: #ffffff
}

TD.fh3 {
	BORDER-TOP: #cadbec 1px solid; FONT-SIZE: 0.8em; BORDER-LEFT: #cadbec 1px solid
}
TD.fh3a {
	BORDER-TOP: #ddeeff 1px solid; FONT-SIZE: 0.8em; BORDER-LEFT: #ddeeff 1px solid; BACKGROUND-COLOR: #f6fbff
}

.UserCss {
	COLOR: #555555
}

TD.Separator {
	BACKGROUND-COLOR: #6798c7
}

.MyPagingTable 
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #aaaaaa 1px solid;
	border-top: #aaaaaa 1px solid;
	border-left: #aaaaaa 1px solid;
	border-bottom: #aaaaaa 1px solid;
	height: 33px;
  
	 }
	 
.ApprovedList
{
	border: solid 1px navy;
	}
	
.MMG_AlbumList
{
	padding: 5px;
	vertical-align:top;
}

.MMG_Panel
{
	
	}
	
	.GalleryButton{
    margin:0px 2px 0px 2px;
 font-family: tahoma, Arial, Helvetica, sans-serif;font-size: 12px;
 
    }
    
a.GalleryButton:link, a.GalleryButton:visited { 
    margin:0px 2px 0px 2px;
    color: #333333;
    font-family: tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-decoration:underline;
    }
    
a.GalleryButton:hover {
    color: #111111;
    font-family: tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    
    }
    
.GalleryList
{
    
}
    
.GalleryItem
{
    text-align:center;
    padding:5px 5px 5px 5px;
    vertical-align:top;
    }