﻿/*
Description:    Styles used for Printing
*/


body 
{
	width: 100%;	
	min-width: 800px;
	margin: 0 auto;
    border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	/*height: 100%;*/
}
    
.noShowPrint { display: none; } 

input[type=button],input[type=reset],input[type=submit], button
{
	display: none;
}

table.standardTable1
{
    border: none;   
     border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px; 
	width:100%;		
}

