/********************************************************************
    File:   
        classicGalleryCSS.css
    Brief:  
        Hold styles used in file classicGallery.html
    Author:
        DigitalCavalry
    Author URI:
        http://graphicriver.net/user/DigitalCavalry
*********************************************************************/

.galleryHeaderContainer
{
    margin-left: 40px;
    width: 960px;
    text-align: left;
    padding-top: 20px;
}

/* PAGE/IMAGE STATISTICS */

.galleryStatisticsContainer
{
    height:20px;
    border:0px solid red;
}

.galleryStatisticsContainer .pageStatsWrapper
{
    float:left;
}

.galleryStatisticsContainer .imageStatsWrapper
{
    float:right;
}

.galleryStatisticsContainer #hoveredImageIndex
{
    color:#bbb;
    font:12px Verdana;
}

.galleryStatisticsContainer #numberOfImages
{
    color:#aaa;
    font:16px Verdana;
}

.galleryStatisticsContainer #pageNumber
{
   color: #bbb;
   font: 12px Verdana;
}

.galleryStatisticsContainer #pageCount
{
   color: #aaa;
   font: 16px Verdana;
}  

/* GALLERY PAGES */

#galleryContainer
{
    width: 960px;
    height: 420px;
    margin-bottom : 0px;
    margin-left: 40px;
    margin-top: 10px;
    border: 0px solid #ddd;
    overflow: hidden;
    position: relative;     
}

#galleryContainer1
{
    width: 960px;
    height: 200px;
    margin-bottom : 0px;
    margin-left: 40px;
    margin-top: 10px;
    border: 0px solid #ddd;
    overflow: hidden;
    position: relative;     
}

.galleryPage
{
    width: 960px;
    border: 0px solid red;
    position: absolute;
    background-color: #FFF;
    border-bottom: 0px solid #777;
    left: 0px;
    top: 0px;
    height:420px;
    overflow: hidden;
}

.galleryPage1
{
    width: 960px;
    border: 0px solid red;
    position: absolute;
    background-color: #FFF;
    border-bottom: 0px solid #777;
    left: 0px;
    top: 0px;
    height:210px;
    overflow: hidden;
}

.galleryRow
{
    height: 190px;
    background-color:transparent;
    margin-bottom: 15px;
    width: 960px;
} 

.galleryThumbWrapper
{
    background-color: #fff;
    float: left;
    height: 180px;
    padding-top: 15px;
    padding-left:34px;
    padding-right:34px;
    width:252px;
    background-repeat: no-repeat;
    background-position: 50% 0%;      
}

.galleryThumbTitle
{

   font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif; 
   color: #3399CC;
   padding-left: 0px;
   padding-top: 0px;
   margin-top: 0px;
}

.galleryThumbDesc
{
    color: #666;
    font: 10px Verdana;
    padding-left: 0px;
    margin-top: 0px;
    padding-right: 0px;    
}

.galleryThumb
{
    width: 244px;
    height: 116px; 
    padding: 3px; 
    margin: 0px;
    
    cursor: pointer; 
    border: 1px solid #ddd;
    background-color: #FFF;
    
    background-image: url('../img/common/ajax/loading1.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    display: block;
        
}

.galleryThumb .link
{
   position: absolute;
   display: block;
   width:244px;
   height:116px;
   background-color:transparent; 
   left: 3px;
   top: 3px;
   z-index: 2;
}

.galleryThumbShadow
{
    padding: 0px;
    margin: 0px;
    width: 252px;
    height: 12px;
    background-image: url('../img/gallery/classic/pictureShadow.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0%;
}



#galleryPrevPagePanelBtn
{
    width: 30px;
    height: 640px;
    position: absolute;
    background-color:transparent;
    left: 0px;
    top:0px;
    cursor:pointer;
}



#galleryNextPagePanelBtn
{
    width: 30px;
    height: 640px;
    position: absolute;
    background-color:transparent;
    left: 930px;
    top:0px;
    cursor:pointer;
}



#galleryControlPanel
{
    width: 960px;
    margin-left: 40px;
    height: 37px;
    border: 0px solid red;
    margin-top: 10px;
    text-align: center;
    position: relative;
}


#galleryPrevPageBtn
{
    width: 144px;
    height: 37px;
    
    cursor: pointer;
    position: absolute;
    left:0px;
    top:0px;
    
    width: 144px;
    height: 29px;
    background-color: #FFF;
    border: 1px solid #ddd;
    color: #000;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;    
}
  
#galleryPrevPageBtn:hover
{
    background-color: #000;
    border: 1px solid #000; 
    color: #FFF;
}

#galleryNextPageBtn
{
    width: 144px;
    height: 37px;
    
    cursor: pointer;
    position: absolute;
    right:0px;
    top:0px;    

    
    width: 144px;
    height: 29px;
    background-color: #FFF;
    border: 1px solid #ddd;
    color: #000;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;    
}

#galleryNextPageBtn:hover
{
    background-color: #000;
    border: 1px solid #000; 
    color: #FFF;
}


/* OTHER GALLERY LIST */

#galleryContentContainer
{
  width: 960px;
  margin-left: 40px;
  margin-top: 30px;
  padding-bottom: 40px;
}

#galleryContentContainer1
{
  width: 960px;
  margin-left: 40px;
  margin-top: 30px;
}


.galleryOtherHeader
{
    font: normal 42px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #3399CC;
    margin-left: 0px;
    margin-bottom: 20px;
}

.galleryListContainer
{
    margin-top:0px;
    width: 600px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom:40px;
    border: 0px solid #aaa;
    float:left;
}
    

.galleryListItemContainer
{
    width: 600px;
    margin-bottom: 50px;
}
    
p.galleryListItemDesc
{   
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 10px;
    font: 12px Verdana;
    line-height: 150%;
    color: #000;
}
        
.galleryListItemImage
{
    height: 120px;
    border: 0px solid #aaa;
    background-color: #FFF;
        
    background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/****************************************** 
   CSS STYLES FOR TABS IN FILE  
*******************************************/

#tabsContainer
{
   width: 960px;
   height: 220px; /* 32px for buttons and 140px for tab content*/
   margin-left: 40px;
   margin-bottom: 10px;
   background-color: #FFF;
}

#tabsWrapper
{
    margin: 0px;
    width: 960px;
    height:200px;
    overflow: hidden;
    background-color: #000;
    position: relative;
}

#tabsBtnBar
{
    height: 32px;
    width: 960px;
    background-color: #FFF;
}

.tabsBtn
{
   height: 32px;
   float: right;
   font: normal 12px/32px "Trebuchet MS", Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   color: #FFF;
   background-color: #000;
   padding-right: 14px;
   padding-left: 14px;
   cursor: pointer;
   border-top: 1px solid #3399cc;
}

.tabsDefaultTab
{
    display:none;   
}

.tabsSource
{
    display:none;   
}

.tabsGeneral 
{
    position: absolute;
    padding-top: 10px;
    padding-left: 10px;
    width:940px;
    margin: 0px;
    background-color:transparent;
    visibility:visible;
    left: 0px;
    top:200px;    
}

.tabsFeatureImageContainer
{
    float:left; 
    margin-right:10px;
    width:168px;
    height:112px;
    background-color:#000;
    border: 1px solid #333;
    padding: 3px;
    
    background-image: url('../img/common/ajax/loading6.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;       
}

.tabsThumbsContainer
{
    margin-top:15px; 
    border: 0px solid blue;
    margin-right: 0px;
}

.tabsThumb
{
    display:block;
    float:right;
    width:26px;
    height:26px;
    background-color:white;
    background-image: url('../img/common/ajax/loading2.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left:5px;
    overflow: hidden;
    border: 1px solid #aaa;
    cursor:pointer;
}

.tabsThumb:hover
{
    border: 1px solid #222;
}

.tabsDesc
{
    font: 11px Verdana;
    color: #FFF;
    line-height: 120%; 
}

.tabsHeader
{
    margin-bottom: 5px; 
    font: bold 25px "Trebuchet MS", Arial, Helvetica, sans-serif;
    height: 30px;
    color:#3399CC;
    position: relative;
    z-index: 1;
}
