﻿#NewsBox
{
    width:392px;
    
    }
    
    #NewsBox #NewsBoxContainer
    {
        
        }
        
        #NewsBox #NewsBoxContainer .scrollbox
        {
            width:365px;
            max-height:300px;
            min-height:200px;
            overflow-y:auto;
            overflow-x:hidden;
            }
        
        
        #NewsBox #NewsBoxContainer ul
        {
            list-style-position:outside;
            list-style-type:none;
            padding:10px;
            }
        
        #NewsBox #NewsBoxContainer li
        {
            margin-bottom:5px;
            }
    
    #NewsBox #NewsBoxContainer #NewsBoxHeader
    {
        width:392px;
        height:37px;
        background:url(/functions/newsBox/images/newsBoxHeaderBackground.png) no-repeat;
        display:block;
        position:relative;
        }
    
    #NewsBox #NewsBoxContainer #NewsBoxHeader .newsBoxHeaderLabel
    {        
        position:absolute;
        top:13px;
        left:20px;
        
        }
        
        #NewsBox #NewsBoxContainer #NewsBoxContent
        {
            width:392px;            
            background:url(/functions/newsBox/images/newsBoxContentBackground.png) repeat-y;            
            }
            
            #NewsBox #NewsBoxContainer #NewsBoxContent .newsBoxContent
            {
                width:360px;
                margin:auto;
                font-size:10px;
                }
                
                #NewsBox #NewsBoxContainer #NewsBoxContent .newsBoxContent .newsDate
                {
                    color:#fff;
                    
                    }
                    
                #NewsBox #NewsBoxContainer #NewsBoxContent .newsBoxContent .newsContent
                {
                    color:#ffaec1;
                    width:325px;
                    
                    }
                    
                #NewsBox #NewsBoxContainer #NewsBoxContent .newsBoxContent .newsCommentInfo
                {
                    color:#ffaec1;
                    font-style:italic;
                    
                    
                    }
                
        #NewsBox #NewsBoxContainer #NewsBoxFooter
        {
            width:392px;
            height:24px;
            background:url(/functions/newsBox/images/newsBoxFooterBackground.png) no-repeat;
            display:block;
            }
            
            