﻿div.showSmsSlideshow
{
    padding: 10px 0px 0px 10px;
    height: 240px;
    overflow: hidden;
    position: relative;
}
div.showSmsSlideshowLoading
{
    height: 150px;
    text-align: center;
    background: white url(../Images/ajax-loader.gif) no-repeat scroll 50% 30%;
    position: relative;
    overflow: hidden; 
}
div.showSmsSlideshowLoading .loadingMessage
{
    color: #999999;
    font-weight: bold;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 45%;        
    left: 0px;
}
div.showSmsSlideshow ul,
div#LNS div.showSmsSlideshow ul
{
    margin: 0px; 
    padding: 0px;
    list-style-type: none;  
}
div.showSmsSlideshow ul li,
div#LNS div.showSmsSlideshow ul li
{    
    clear: both;
    position: relative;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    color: #575757;
    border: none;
    display: none;
}
div.showSmsSlideshow ul li div.smsDate
{
    height: auto;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    padding: 0px 0px 12px 0px;
    font-weight: bold;    
}
div.showSmsSlideshow ul li div.smsMessage
{
    position: relative;
    width: 193px;
    left: 60px;
    padding: 10px 10px 0px 10px;
    background: #FBEEDD url(../Images/sms-top.png) no-repeat scroll 0 0;
    line-height: normal;
    font-size: 1.2em;
}
div.showSmsSlideshow ul li div.smsMessageBottom
{
    position: relative;
    width: 213px;
    height: 20px;
    background: #FBEEDD url(../Images/sms-bottom.png) no-repeat scroll 0 0;
    left: 60px;
}
div.showSmsSlideshowEdit
{
    width: 288px;
    border: solid 1px #cccccc;
    font-weight: bold; 
    font-size: 1.2em;
    color: #999999;
    text-align: center;
    padding: 15px 5px 15px 5px;
    font-variant: small-caps;
}
div#LNS div.divSmsWrapper div.sectionbox-content div.showSmsSlideshowEdit
{
    border: none;
}
