/* BEGIN GENERAL RIGHT COLUMN STYLES
------------------------------------------------------------------------------------ */
.rightColGen
{
    margin: 8px 0 0 10px;
    padding: 0;
    width: 220px;
    clear: right;
    float: right;
    background: #fff url(Images/Layout/appc-resPageRightBarBg.png) no-repeat bottom left;
}

.rightColGenBoxTop
{
    margin-bottom: 10px;
    padding: 10px 0px 10px 15px;
    background: #fff url(Images/Layout/appc-resPageRightBarBg.png) no-repeat top left;
}

.rightColGen h2
{
    padding:0;
    margin:0;
    color: #011F5B;
    font-size: 100%;
    margin-bottom: 5px;
}

.rightColGen ul
{
    padding:0;
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: 10px;
}

.rightColGen ul.downLoads li a
{
    display: block;
    padding: 0 0 5px 20px;
    background: url(Images/Icons/appc-icoPdf.png) no-repeat 0 2px;
}

.rightColGen li
{
    margin:0;
    padding: 3px 0;
}

.rightColGen li b
{
    /*color: #ab1600;*/
}

.rightColGen li a
{
    text-decoration: none;
    /*color: #ab1600;*/
    font-weight: bold;
}

.rightColGen li a:hover
{
    text-decoration: underline;
}

.rightColGen div img.author { float: left; margin: 0 5px 0 0; }
.rightColGen div p.authorText { font-weight: bold; color: #333; padding-left: 75px; padding-left: 15px;}
.rightColGen div p.authorText span { font-size: .8em; color: #666; font-weight: normal; }
.rightColGen div p.authorText a { font-size: 11px; text-transform: UPPERCASE; color: #AB1600; }
