﻿.newsarticlesummary
{
    background-color:#ffffff;
    border:solid 2px #e4cc2a;
    margin:0 0 10px 0;    
}

.newsarticlesummary .body
{
    margin:10px;
    clear:both;
}

.newsarticlesummary .details
{
    display:none;
    font-size:0.8em;
    margin:5px;
    padding:2px;
    text-align:right;
    background-color:#eeeeee;
}

.newsarticlesummary .header a
{
    background-color:#e4cc2a;
    color:#343739;
    line-height: 26px;
    background-image:url(Img/subnavbg.gif);
    background-position:right bottom;
    background-repeat:no-repeat;
    display:block;
    text-decoration:none;
    padding:0px 8px;
    font-size:1.2em;
}

.newsarticlesummary .image
{
    float:left;
}

.newsarticlesummary .image img
{
    margin:5px;
    border:solid 3px #eeeeee  !important;
}

.newsarticlesummary:hover
{
    border:solid 2px #c693c5;
}

.newsarticlesummary:hover .header a
{
    background-color:#c693c5;
    background-image:url(Img/subnavbg-over.gif);    
}

.newsarticle .image
{
    float:right;
}

.newsarticle .image img
{
    margin:5px;
    border:solid 3px #c693c5 !important;
}

.newsarticle .details
{
    color:#343739;
}

.newsarticle .body
{
    margin:10px;
}