/*  
    Product:        Enewspaper
    Classname:      CSS Document
    Version:        02.02 |	09 March, 2009 
    Programmer:     Elham [elhamesmaieli@gamil.com]
    Purpose:
        The document represent the CSS file for generated Thumbnail HTML page.

        Copyright 2009 by Digital Secure Co. All Rights Reserved.      
        
    <EditingHistory>
        Name:       Elham
        Date:       05 August, 2009
        Reason of change :
            - Adjust some classes for thumbnail page.
    </EditingHistory>
    <EditingHistory>
        Name:       Elham
        Date:       22 August, 2009
        Reason of change :
            - Make the "pageInfo" class overflow hidden, with fixed width size.
    </EditingHistory>            
*/


/* ........ Thumbnail ........ */
.thumbnailHolder{
    width:100%;    
    cursor:pointer;
    position:relative;
    margin-right:32px;
    margin-top:25px;
    padding-bottom:2px;
    border-top:solid 15px #2f2f2f;
}

.thumbnailItem{
    width:100px;
    height:130px;
    overflow:hidden;
    margin-bottom:2px;    
}

.pdfBoxHolder{
    width:100%;
    height:50px;
    font-family:Tahoma, Arial;
    font-size:12px;
    color:#333333;
    padding-top:3px;
}

.pdfBoxHolder a{
    text-decoration:none;
    color:#333333;
}

.pageInfo{
    position:absolute;
    width:90px;
    right:5px;
    top:-15px;
    color:#ffffff;
    direction:rtl;
    overflow:hidden;
    text-align:right;
}
