﻿@media Print
{
    .appFloat1, .dockPosition, .kc_CollapseAll, .kc_HelpLink, .kc_FooterContainer, .kc_OverviewMap, .kc_OverviewMapCollapse, .kc_PictBottom, #kc_PictBottomLeft, #kc_PictBottomRight, .kc_PictEast, #kc_PictLeft, .kc_PictMaximize, .kc_PictMeasureBar, .kc_PictNavigate, .kc_PictNorth, .kc_PictRight, .kc_PictSouth, .kc_PictStatusExpand, .kc_PictStatusCollapse, .kc_PictToolBar, #kc_PictTop, #kc_PictTopLeft, #kc_PictTopRight, .kc_PictWest, .kc_PictZoomLevel, .kc_ScaleRatio, .kc_TableOfContents, .kc_TaskResults, .MapViewer_TitleBannerStyle, .noPrint, .offview, #PageContent, #Pictometry1_PictometryFloatingPanel_Title, #ScaleBar1
    {
        display: none;
    }
    .printOnly
    {
        display: inline;
        left: 25%;
        position: absolute;
        text-align: center;
        top: 25%;
        width: 25%;
        z-index: -100;
    }
}
@media Screen
{
    .printOnly
    {
        display: none;
    }
}
