/* BackEnd */

#GalleryManagerContainer
{
    width:450px;
    padding:5px;
    margin-bottom:20px;
}

#GalleryManagerContainer h1
{
    font-size:20px;
}

#GalleryManagerContainer h2
{
    font-size:17px;
}

#GalleryManagerContainer h3
{
    font-size:14px;
}

#GalleryManagerContainer h1, #GalleryManagerContainer h2, #GalleryManagerContainer h3
{
    font-family:Georgia;
    font-style:italic;    
}

#GalleryManagerContainer h2, #GalleryManagerContainer h3
{
    margin-bottom:5px;
}

.GalleryManagerSelectedRow
{
    background-color:#B0DB64;
}

#GalleryManagerList th, #GalleryManagerList td
{
    border:thin solid silver;
    padding:3px;
    font-size:12px;
}

.GalleryManagerCommand
{
    text-align:center;    
}

#GalleryManagerReport
{
    display:none;
}

#GalleryManagerReport div
{
    font-size:12px;
    color:green;
    font-weight:bold;   
}

.GalleryManagerDetail
{
    padding:6px;
    border:thin solid #B0DB64;
    display:none;
}

#GalleryManagerAddRelated
{
    clear:both;
    border-top:thin solid silver;
    margin-top:15px;
    padding-top:5px;
    padding-bottom:10px;
    padding-left:5px;
}

.GalleryManagerSpacer1
{
    height:40px;
    line-height:40px;
    vertical-align:middle;
    clear:both;
}

.GalleryManagerSpacer2
{
    height:20px;
    line-height:20px;
    vertical-align:middle;
    clear:both;
}

.GalleryManagerImagesArea
{
    margin-left:15px;
}

.GalleryManagerThumbImage
{
    position:relative;    
    width:120px;
    height:120px;
    float:left;
    padding:5px;
    margin:3px;
    text-align:center;
    border:thin solid silver; 
}

.GalleryManagerThumbCommandBack
{
    position:absolute;     
    width:130px;
    height:20px;
    top:0px;
    left:0px;
    background-color:#000000;      
}

.GalleryManagerThumbCommand
{
    position:absolute;
    top:2px;
    left:6px;    
}

#GalleryManagerEmptyResult
{
    padding:5px;
}

#GalleryManagerLoader
{
    display:none;
}

.GalleryManagerBOpacity, .GalleryManagerThumbCommandBack
{
    filter:alpha(opacity=60);
    -moz-opacity:.60;
    opacity:.60;  
}

.GalleryManagerInfoDialogContent
{
    cursor:pointer;
}

.GalleryManagerInfoDialogContent
{
    position:absolute;
    width:400px;
    height:600px;
    border:thin solid black;
    display:none;
}

.GalleryManagerDisable
{
    display:none;
}

#GalleryManagerExplain
{
    padding-top:10px;
    padding-bottom:10px;
}

/* FrontEnd */

.GalleryManagerFBig
{
    width:400px;
    height:400px;
    float:left;
    padding:5px;
    text-align:center;
    border:thin solid silver;
}

.GalleryManagerFSpacer1
{
    clear:both;
}

.GalleryManagerFThumbnail
{
    width:120px;
    height:120px;
    float:left;
    margin:6px;
    margin-top:0px;
    margin-right:0px;
    padding:5px;
    cursor:pointer;
    text-align:center;
    border:thin solid silver; 
}

.GalleryManagerFOpacity
{
    filter:alpha(opacity=60);
    -moz-opacity:.60;
    opacity:.60;  
}