

/*
 *************************************
 NEWS ARTICLES : [ 2 TYPES ]
                 - Sitecore story : layouts/web/pages/news.aspx
                 - Adfero stories : layouts/web/datafinder/news/Article.aspx
 *************************************
*/
    
    #mainBodyContent div.newsArticle
    {
        
        }
    
        
        #mainBodyContent div.newsArticle a.iconButton
        {
            float   : none;
            display : block;
            margin  : 0px 0px 12px 0px;           
            }
            
            
        #mainBodyContent div.newsArticle p.articleDate
        {
            color           : #9b9b9b;
            font-style      : italic;
            padding-bottom  : 8px;
            }
            
           #mainBodyContent div.newsArticle p.articleDate span.title
            {
                font-weight : bold;
                }
            
        #mainBodyContent div.newsArticle h1
        {
            clear   : both;
            margin  : 0px;
            padding-bottom : 12px;
            }
        
        #mainBodyContent div.newsArticle p
        {
            margin  : 0px;
            padding : 0px 5px 12px 0px;
            }
        
        #mainBodyContent div.newsArticle p a
        {
            /*font-weight : bold;*/
            }
            
            
        /*
         * ARTICLE IMAGE
         */   
        #mainBodyContent div.newsArticle div.dropShadowOuter
        {
            float   : right;
            margin  : 7px 0px 12px 20px;
            width   : auto;
            }
        
            #mainBodyContent div.dropShadowInner div.newsArticle div.dropShadowOuter .dropShadowInner
            {
                border-color : #000000;
                }
                
                
                /*
                 * RELATED ARTICLES
                 */
                #mainBodyContent div.newsArticle div.dropShadowInner div.relatedLinksContainer
                {
                    width               : 285px;
                    padding             : 18px 10px 7px 5px;
                                     
                    background-color    : #f0f0f0;
                    background-image    : url('/assets/web/images/pageElements/newsEvents/newsArticle_relatedLinksContainer_bgnd.jpg');
                    background-repeat   : repeat-x;
                    background-position : 0px 0px;
                    }
                    
	                #mainBodyContent div.newsArticle div.dropShadowInner div.relatedLinksContainer h2
                    {
                        padding-top  : 0px;
                        padding-left : 5px;
                        margin       : 0px;
                        margin-bottom : 4px;
                        }
                        
                    #mainBodyContent div.newsArticle div.dropShadowInner div.relatedLinksContainer ul
                    {
                        margin-top  : 0px;
                        padding-top : 2px;
                        }
                        
                        #mainBodyContent div.newsArticle div.dropShadowInner div.relatedLinksContainer li
                        {
                            padding-top : 4px;
                            }
                            
	                        #mainBodyContent div.newsArticle div.dropShadowInner div.relatedLinksContainer li a
                            {
                                text-decoration : none;
                                }
	
    
