/* Copyright (c) 2006-2007 Pluron, Inc.*/

@media print {

    /* for Opera, it (surprize!) prints backgrounds */
    * {background: white !important;}

    #footer, #header, #tasklist-toolbox, .handle, .popup, #show_hide_new_task2, .cursor_image {display: none;}

    /* resetting task/issue link height back */
    #tasklist a.issue_number_link {
        padding: 0 !important; 
        margin: 0 !important;
    }

    /* to make Burndown type description more prominent */
    .sidebar select { 
        border: none; font-weight: bold; font-size: 15px; margin-top: 10pt;
        border-bottom: 1px solid black;
    }

    .table_border, div#timeline.taskish  {border: none;}

    .titles table.listing {border-top: none;}
    table.listing {border-top: 1px solid black;}
    table.listing td {border: none;}
    #task_list_for_ li {border: none;}
    .task_item_handle {display: none;}
    table.listing th {font-weight: bold; color: black;}
    table.listing th span.widener {visibility: hidden; display: none; color: white;}

    /* totals on each page look weird */
    tfoot#sprint_totals { display: table-row-group; }

    /* no floating on the paper */
    #main .content, #main .content .wrap {margin: 0px; padding: 0px;  float: none;}

    /* flash message in useless */
    #flash {display: none;}

    .sidebar {float: none; border: none; background: none; margin-bottom: 12pt;
        width: 100% !important;
        }

    /* no sub-sprint actions menu */
    h1 .toolset {display: none;}

    /* when prediction/progress are not yet loaded, do not display their headers */
    div.slider_closed, div.slider_loading {
        display:none;
    }
    div.slider_open {
        border: none; font-weight: bold; font-size: 15px; margin-top: 10pt;
        border-bottom: 1px solid black;
    }

    .sidebar table, .sidebar td , .sidebar div{background: none !important; border: none !important;}

    .side_container, #prediction .side_container {float: left; width: 300px;}
    #prediction {position: relative; left: -10pt;}
    #prediction .side_container { width: 280px; margin-left: 10pt;}
    #taglist { display: none }

    /* task styles, tweaked to display ok on b/w printer */
    .not_started, .not_started p { }
    .in_progress, .in_progress p { font-style: italic; }
    .deferred, .deferred p { text-decoration: line-through;}
    .completed, .completed p { text-decoration: underline; }
    .controls {visibility: hidden; display: none;}

    /* don't print wiki edit button */
    #page_wiki table form.button-to,
    /* don't print wiki inclusion edit buttons */
    #page_wiki .included_page_wiki_edit_link {
        display: none;
    }

} /* @media print */
