﻿
/* CSS for top main header */
#galTopHeader
{
    color:#837955;  
    font:bold 16px arial;
}

/* CSS for top details */
#tblGalTopDetails
{
    width:100%;
    border-bottom:2px solid #c8c8c8; 
    margin-bottom:20px;
}
#tblGalTopDetails img
{
    border:1px solid #E0DDD6;  
    padding: 4px; 
}
#tblGalTopDetails #topDetailsHeader
{
    color:#837955; 
    font:15px arial; 
    padding:0px 0px 10px 0px;
}
#tblGalTopDetails #topDetailsText
{
    font:bold 12px arial; 
    color:#686868; 
    padding-bottom:2px; /* like pic padding */  
}

/* CSS for thumbnails */
#thumbsdiv
{
    width:275px; 
    height:406px; 
    overflow:auto; 
    direction:rtl; 
    vertical-align:top; 
    text-align:left;
    margin-right:20px;
    
    scrollbar-face-color:#E8E8E6;
    scrollbar-highlight-color:#E8E8E6;
    scrollbar-3dlight-color:#E8E8E6;
    scrollbar-darkshadow-color:#E8E8E6;
    scrollbar-shadow-color:#E8E8E6;
    scrollbar-arrow-color:#444;
    scrollbar-track-color:#f0f0f0;
    
}

#thumbsdiv img
{
    max-width:103px; /* thumb img dimentions */
    max-height:103px;
    margin-top:1px;
}

/*=================================*/
#tblThumbnails
{
    float:left; 
    margin-left:10px;
    direction:ltr;
}

.tblThumbnail
{
    
    margin: 0px 10px 10px 0px;
}

#thumbsdiv .tblThumbnail td
{
    text-align:center; 
    vertical-align:middle;
     
    height:107px; 
    width:107px;
    border:1px solid #C7C8C3;
    background-color:#E8E8E6; 
    
    padding:3px 3px 3px 3px;
}
/*=================================*/

/* CSS for bigpic */
#tdBigpic
{
    text-align:center; 
    border:1px solid #C7C8C3; 
    background-color:#E8E8E6; 
    vertical-align:middle;
    width: 405px;
    height:405px;
}

#blenddiv
{
    background-image: url(''); 
    background-repeat: no-repeat; 
    vertical-align:middle;   
}
#blenddiv img
{
    max-width: 390px; /* big img dimentions */
    max-height:390px;
}

