﻿.MostRecentContainer
{
    width:296px;
    height:314px;
    border:2px solid #bfbfbf;
}
.MostRecentHeader
{
    width:100%;
    height:39px;
    background:url('../Images/titleBg.gif') bottom left repeat-x;
    overflow:hidden;
    border-bottom:2px solid #bfbfbf;
}
.MostRecentHeaderTitle
{
    margin:5px 0 0px 10px;
    font-size:18px;
    font-weight:bold;
    color:#3b3b3b;
    width:160px;
    float:left;
    display:inline;
}
.MostRecentFeatureHeader
{
    width:100%;
    height:23px;
    background-color:#ffffff;
    overflow:hidden;
    border-bottom:2px solid #bfbfbf;
}
.MostRecentFeatureTitle
{
    margin:5px 0 0px 10px;
    font-size:12px;
    font-weight:bold;
    color:#707070;
}
.MostRecentListContainer
{
    width:100%;
    background-color:#bfbfbf;
}
.MostRecentItemContainer
{
    background-color:#F7F7F7;
    color:#707070;
    font-size:14px;
    height:17px;
    margin-bottom:2px;
    overflow:hidden;
    padding:3px;
    width:290px;
    text-align:left;
}
.MostRecentItemContainer a, .MostRecentItemContainer a:visited, .MostRecentItemContainer a:hover
{
    color:#707070;
    text-decoration:none;
}
.MostRecentItemContainer a:hover
{
    text-decoration:underline;
}
.MostRecentItemNumber
{
    float:left;
    color:#72a3db;
    font-weight:bold;
    margin-left:8px;
    margin-right:8px;
    width:20px;
    text-align:right;
}
.MostRecentHeaderRSS
{
    float:right;
    display:inline;
    margin:13px 10px 5px;
}
.MostRecentHeaderRSS a
{
    background:url('../Images/rssLogoTransparent.gif') top left no-repeat;
    width:17px;
    height:17px;
    display:block;
}