﻿.newsarticlesummary
{
    width:100%;
    position:relative;
    background-color:#ffffff;
    border:solid 1px #31455f;
    margin:0 0 10px 0;
}

.newsarticlesummary .body
{
    margin:10px;
    clear:both;
}

.newsarticlesummary .details
{
    background-color:#31455f;
    line-height: 24px;
    display:block;
    color:White;
    font-weight:bold;
    text-decoration:none;
    text-align:right;
    padding:0px 5px 0px 0px;
}

.newsarticlesummary div.header
{
    margin:28px 5px 0px 5px;
    height:18px;
    width:5px;
    overflow:visible;
    float:left;
    clear:both;
    font-weight:bold;
    position:relative;
}

.newsarticlesummary div.header a
{
    position:absolute;
    display:block;
    text-decoration:none;
    color:Black;
    font-weight:bold;
    width:290px;
}

.newsarticlesummary .image
{
    display:none;
}

.newsarticlesummary .image img
{
    margin:5px;
    border:solid 3px #eeeeee  !important;
}

.newsarticlesummary:hover
{
    border:solid 1px #192e48;
}

.newsarticlesummary:hover .details
{
    background-color: #192e48;
}

.newsarticle div.header
{
    position:relative;
    background-image:none;
    color:#b48f45;
    font-size:1.4em;
    font-weight:normal;
    font-family:"Century Gothic",Verdana,Sans-Serif;
}

.newsarticle .image
{
    float:right;
}

.newsarticle .image img
{
    margin:5px;
    border:solid 3px #31455f !important;
}

.newsarticle .details
{
    color:#bbbbbb;
}

.newsarticle .body
{
    margin:10px;
}

.rollover
{
    background-color:Red;
}

.rollover:hover
{
    background-color:Green;
}