﻿#RecentDonors
{
    clear: both;
    margin-left: -20px;
}
#ulRecentDonors 
{
    list-style-type: none !important;
}
.rdLabel
{
    clear: both;
    height: 26px;
    margin: 0 0 0 10px;
    padding: 0;
}
.rdLabel .rdSerif 
{
    font-family: Times New Roman, Times, Serif;
    color: #5a2c34;    
}
.rdLabel .rdSansSerif 
{
    font-size: 15px;
    color: #666;
}
#rdScrollWrap
{
    float: none;
    clear: both;
    width: 258px;
}
#RecentDonors .rdName
{
    font-weight: bold;
    color: #5a2c34;
}
#RecentDonors .rdSchool
{
    font-size: 9px;
    font-weight: bold;
    /*color: #545f1d;*/
    color: #666;
}
#RecentDonors .rdSep
{
    color: #333;
}
/* For liScroll */
.tickercontainer
{
    width: 258px;
}
.tickercontainer .mask
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 258px;
    height: 250px;
    overflow: hidden;
    margin: 0;
    padding: 0;    
}
ul.newsticker
{
    position: absolute;
    left: 0px;
    width: 258px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.newsticker li
{
    clear: both;
    text-align: left;
}
/* End liScroll */
