﻿@media print
{
	body
	{
		margin: 0px;
		padding: 0px;
		background-color: white;
		font-size: 10pt;
		line-height: normal;
		font-family: Arial;
	}

	input, select, button, textarea, .CalendarCombo
	{
		display: none;
	}

	a
	{
		color: Black;
		text-decoration: none;
	}
	
	h1
	{
		margin-top: .5em;
		margin-bottom: .25em;
	}
	
	.NoPrint
	{
		display: none;
	}
	
	.Master td
	{
		vertical-align: top;
	}

	.Banner
	{
		display: none;
	}

	.BannerLogo
	{
		display: none;
	}

	.MasterBody
	{
		vertical-align: top;
	}

	.MasterFooter
	{
		display: none;
	}

	.LoadingPopup
	{
		display: none;
	}

	.AdvantechLogo
	{
		display: none;
	}

	.PublicLeft
	{
		display: none;
	}

	/* 
		* Menu
		*/

	.MasterMenu
	{
		display: none;
	}
	
	.Grid
	{
		margin: 0px;
		text-align: left;
	}
	
	.Table caption, .Grid caption
	{
		padding: 1px 5px 1px 0px;
		font-weight: bold;
		font-size: 12pt;
		white-space: nowrap;
		text-align: left;
	}
	
	.Grid td, .Grid th, .Table td, .Table th
	{
		vertical-align: top;
		padding: 3px 5px 0px 2px;
	}
	
	.Table td, .Grid td
	{
		vertical-align: top;
	}
	
	.Grid th, .Table th
	{
		font-weight: bold;
		white-space: nowrap;
	}
	
	.Grid th
	{
		border-bottom: solid thin black;	
	}
	
	
	tr.Alternate
	{
		background-color: #E5E5E5;
	}
	
	.Button
	{
		display: none;
	}
	
	.ExpandableTextNoPrint
	{
		display: none;
	}	

	.ExpandableTextPrintInline
	{
		display: inline;
	}

}
