/* 
    Document   : slideshows_list.css
    Created on : 28/09/2012, 03:46:47 PM
    Author     : dipaco
    Description:
        Purpose of the stylesheet follows.
*/

@font-face{
   font-family: 'mabella';
   src: url('custom_data/mabella.ttf') format("truetype");   
   src: local('mabella'), url('custom_data/mabella.ttf') format('truetype'); /* non-IE */ 
}

.ButtonPanel, .SlideshowsContainer{
    margin: 0px;
    float: top;
    padding: 0px;
    border-radius: 10px;
}

.ButtonPanel{
    width: 100%;
    height: 30px;    
}

.SlideshowsContainer{
    width: 100%;
    height: 90%;    
    color: #fff;  
    overflow: auto;
    border-color: #2D2E2F;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-radius: 0px;
}

.SlideshowItem{    
    background-color: #009FD9;    
    margin: 5px;
    padding: 5px;    
    border-radius: 10px;
    width: 98%;
    height: 105px;        
}

.SlideshowTitle{
    font-size: 25pt;
    text-align: left;
    width: 700px;
    height: 85px;
    padding: 10px;
    vertical-align:middle;
    alignment-adjust: middle;
    display:table-cell; 
}

.NoSlideshowMessage{
    color: #2D2E2F;
    position: relative;
    left: 50%;
    top: 25%;
    font-size: 30pt;
    margin-left: -200pt;
    margin-top: -25pt;
    text-decoration: blink;    
    width: 450px;
    height: 50px;
    text-align: center;    
}

.SlideshowThumbnail{    
    background-color: #FFFFFF;
    width: 150px;
    height: 90px;
    border-width: 3px;
    border-style: solid;
    border-color: #fff;
    border-radius: 5px;
}