﻿

    /*
     *************************************
     NEWS ARTICLE PAGE - PRINT STYLE SHEET
     *************************************
     */
        
        #mainBodyContent div.newsArticle
        {
            width : 100%;
            }
        
        #mainBodyContent div.newsArticle a
        {
            }
        
        #mainBodyContent div.newsArticle a:after,
        #mainBodyContent div.newsArticle a:link:after, 
        #mainBodyContent div.newsArticle a:visited:after 
        {
            content     : " [ " attr(href) " ] ";
            
            color       : #999999;   
            font-size   : 8px;
            
            text-decoration : none;
            }
        
        #mainBodyContent div.newsArticle a.iconButton
        {
            display : none;         
            }
        
        /*
         * ARTICLE IMAGE
         */   
        #mainBodyContent div.newsArticle div.dropShadowOuter
        {
            width   : auto;
            padding : 0px;
            }
            
            #mainBodyContent div.dropShadowInner div.newsArticle div.dropShadowOuter .dropShadowInner
            {
                border-width    : 0px;
                padding         : 0px;
                }


                /*
                 * RELATED ARTICLES
                 */
                #mainBodyContent div.newsArticle div.dropShadowInner div.relatedLinksContainer
                {
                    display             : none;
                    background-color    : Transparent;
                    background-image    : none;
                    }
                    
                    
                    
                    
                        
