﻿@media print {
    /*body {
        color: #000000;
        background: #ffffff;
        font-family: "Times New Roman", Times, serif;
        font-size: 12pt;
    }

    a {
        text-decoration: underline;
        color: #0000ff;
    }

	span {
		word-wrap:normal;
		white-space:nowrap; 
	}
    
    #navigation {
        display: none;
    }

	.masterContainerPopup
	{
		margin: 0px auto; 
		position: relative; 
		height: 100%;
	}

	.masterContentAreaPopup
	{
		margin: 0;
		padding: 0;
		height: 100%;
	}

	.masterBodyNormal
	{
		background-color: #6989bc;		
		color: #000000;
		font-family: Microsoft Sans Serif;
		font-size: 12px;
		padding: 0px;
		margin: 0px;
		height: 100%;
	}

	.masterBodyPopup
	{
		background-color: #F0F8FF;			
		color: #000000;
		font-family: Microsoft Sans Serif;
		font-size: 12px;
		padding: 0px;
		margin: 0px;
		height: 100%;
	}*/




	.NoPrint{
        display:none;
        visibility:hidden;
    }

    /*.PagePanel {
        display: inline;
        height: 100% !important;
		overflow-y:visible;
    }*/

    .PrintPanel {
        display: inline;
        height: 100% !important;
		overflow-y:visible;
    }
}
