﻿#rssRotator 
{
    margin:0;
    width: 100%;
    font-size: 13px;
    background-repeat:no-repeat;
    height: 50px;
    background-color:#f5f3f3;
    border-top:1px solid #01d2fd;
    border-bottom:5px solid #017ED2;
    
}
#rssRotator .titleText {
    width: 50px;
    height: 44px;
    /* background: none repeat scroll 0 0 #E64946; */
    background: url('img/rssBack.jpg') no-repeat; 
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    padding: 3px 3px 3px 5px;
    
    font-family:'ArialBold';
}
#rssRotator .rotator {
    overflow: hidden;
    margin: 0;
    top:0px;
    width:650px;
    height:50px;
    
}
#rssRotator .itemTemplate
{
    white-space: nowrap;
    float:left;
}
.RadRotator .rrRelativeWrapper
{
    margin-top:5px !important;
    position: relative;
}
#rssRotator .rrRelativeWrapper 
{
    
}
#rssRotator .rrClipRegion
{
    /* margin: -25px 0 0 5px; */
}
#rssRotator ul li
{
    border:0 none;
    display:inline-block;
    margin-right:30px;
    background:none;
}
#rssRotator ul li a
{
    color: #3c3c3c;
    font-family: 'Arial';
    text-decoration: none;
}


#rssRotator .dateTime {
     width: 100px;
     height: 56px;
     float: left;
     margin-left:5px;
}
#rssRotator .title {
     width: 500px;
     margin-top: 10px;
     float: right;
}

#rssRotator .date {
     margin-top:15px;
     color: #fff;
     float: right;
}
#rssRotator .time {
     margin-top: 10px;
     text-align: right;
     font-size: 18px;
}
#rssRotator .message
{
     display: inline-block;
    margin-left: 215px;
    margin-top: 20px;
}

/* ========== RESPONSIVE ============= */

@media only screen and (max-width : 960px) {
    #rssRotator {
        visibility: hidden;
        display: none;
    }
}