﻿@media print
{

body 
{
   font-family:Arial;
   font-size:10pt;
}

    .c1o1,.c2o2
    {   
        display:none;
    }
    
    /* hide right column */
    #ContentAdditional
    {
        display:none;
    }
    
    /* layout wrapper */
    .rw
    { 
        width:17cm;
        overflow:visible;
    }
    
    /* column with content */
    .c1o2
    {    
        width:17cm; 
        border-style:none;
        overflow:visible;
    }
    
    #ContentArea
    {
    	border: 0px;
    }
    
    /* main content area */
    #ContentMain
    {
       width:17cm;
       margin: 0px;
       padding:0px;
       display:inline;
	   border: 1px solid #e9e9e9;
       overflow:visible;
    }
    
    /* style logobar */
    #LogoBar
    {
        padding:0px;
        margin:0px;
        width:17cm;
        border-bottom:dashed 1px #CCC;
        font-size:10pt;
    }
    
    /* style date */
    .ShowArticle_Date
    {
        font-size:9pt;
        width:100%;
        border-bottom: dashed 1px #CCCCCC;
    }

    /* style journalist info */
    div.ShowArticle_JournalistHeaderMiddle,  ShowArticle_JournalistHeaderTop
    {   
        width:100%;
        border-style:none;
        margin:0px;
        padding:0px;
        float:none;
    }
    
    .ShowArticle_JournalistHeaderBottom
    {
        width: 100%;
        border-bottom:dashed 1px #CCC;
    }
    
    .ShowArticle_JournalistHeaderTop
    {
        width: 100%;
        border-top:dashed 1px #CCC;
    }
    
    /* hide navigationbar & searchbar */
    .NavigationBar, #SearchBar
    {
        display:none;
    }
    
    .NavigationBarBottom
    {
    	display: none;
    }
    
    /* hide comments */
    div.Comment
    {
        display:none;
    }
    
    /* hide rulers */
    div.Ruler, div.RulerH, div.RulerT
    {
        display:none;
    }
    
   
    /* hide footer */
    .Footer
    {
    	display: none;
    }
    
    .FooterBar 
    {
        display:none;
    }
    
    /* hide comment-input */
    .WriteComment_InputField
    {
        display:none;
    }
    
    .AddComment
    {
        display:none;
    }
    
    .WriteComment
    {
        display:none;
    }
    
    .AdCode
    {
    	display: none;
    }
    
    .scroll-top
    {
    	display: none;
    }
    
    #PopularArticles
    {
    	display: none;
    }
    
    #topbanner
    {
    	display: none;
    }
    
    .topbanner
    {
    	display: none;
    }
    
    .addThisWideContainer
    {
    	display: none;
    }
    
    .tag-container
    {
    	display: none;
    }

	/* Printlogo */
	.PrintLogo
	{
		background-color: #ffffff;
		display: block;
	} 
	 
	#fbShareBox
	{
	    display:none;
	}  
	
	.ArticleToolbox
	{
	    display:none;
    }
    
    .LatesSection
    {
        display:none;
    }
    
    #AddComment
    {
        display:none;
    }
    
    .Spil    
    {
        display:none;
    }
    
    #divComments
    {
        display:none;
    }
    
    #DesignFreewaySites
    {
        display:none;
    }
    
    #topBar
    {
        display: none;
    }
    
    .Newsticker
    {
        display: none;
    }
}

