div.ctUnapproved
{
    border: 1px dashed #ccc;
    padding: 20px;
    background: yellow;
    width:99%;
    margin-bottom: 20px;
    color: Black;
}
a.NuntioDropdownLink
{
    display: block;
    line-height: 25px;
    font-size: 12px;
    color: #333;
    padding-left: 5px;
    text-decoration: none;
}
a.NuntioDropdownLink:hover
{
    display: block;
    line-height: 25px;
    font-size: 12px;
    color: #000;
    padding-left: 5px;
    background: #ddd;
    text-decoration: none;
}

.ntImage
{
    float: left;
}
.ntContent
{
    float:left;
    margin-left: 20px;
}
.ntHead a
{
    font-size: 16px;
    font-weight: bold;
    color: #222;
     text-decoration: none;
}
.ntHead a:hover
{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}
.ntDescription
{
    margin-top: 10px;
}
.ntClearfix
{
    clear:both;
}
.ntSpacer
{
    clear: both;
    height: 30px;
}