﻿.newsBox 
{
    width:288px;
    height:170px;
    
    background:url(/Functions/NewsBox/Images/Background.png) no-repeat;
    
    }
    
    .newsBox .scrollBox
    {
        width:100%;
        height:170px;
        overflow-y:scroll;
        overflow-x:hidden;
        }
        
        
    .newsBox .scrollBox .NewsBoxItem
    {
        width:262px;
        padding-left:5px;
        margin-bottom:5px;
        cursor:pointer;
        cursor:hand;
        }
        
    
        
    .newsBox .scrollBox .NewsBoxItem .NewsBoxItemTop
    {
        background:url(/Functions/NewsBox/Images/NewsItemBoxTop.png) no-repeat;
        width:262px;
        height:5px;
        }
        
    .newsBox .scrollBox .NewsBoxItem .NewsBoxItemMiddle
    {
        background:url(/Functions/NewsBox/Images/NewsItemBoxMiddleRep.png) repeat-y;
        width:262px;
        min-height:50px;        
        }
        
        .newsBox .scrollBox .NewsBoxItem .NewsBoxItemMiddle .NewsBoxItemContent
        {
            padding:10px;
            }
            
            .newsBox .scrollBox .NewsBoxItem .NewsBoxItemMiddle .NewsBoxItemContent h3
            {
                font-weight:normal;
                }
        
        .newsBox .scrollBox .NewsBoxItem .NewsBoxItemMiddle .NewsBoxItemContent a.NewsBoxItemHeader        
        {
            font-weight:normal;
            color:#273170;            
            }
            .newsBox .scrollBox .NewsBoxItem .NewsBoxItemMiddle .NewsBoxItemContent a.NewsBoxItemHeader:hover
            {
                text-decoration:underline;
                }
        
        .newsBox .scrollBox .NewsBoxItem .NewsBoxItemMiddle .NewsBoxItemContent a.NewsBoxItemPreamble
        {
            color:#333333;
            font-size:11px;
            font-weight:bold;
            
            }
            .newsBox .scrollBox .NewsBoxItem .NewsBoxItemMiddle .NewsBoxItemContent a.NewsBoxItemPreamble:hover
            {
                text-decoration:underline;
                }
            
        .newsBox .scrollBox .NewsBoxItem .NewsBoxItemMiddle .NewsBoxItemContent a.NewsBoxItemReadMoreLink
        {
            color:#e51f1b;
            font-size:11px;
            font-weight:bold;
            
            }    
        
    .newsBox .scrollBox .NewsBoxItem .NewsBoxItemBottom
    {
        background:url(/Functions/NewsBox/Images/NewsItemBoxBottom.png) no-repeat;
        width:262px;
        height:5px;
        }
        
