﻿@media print 
{
	body
	{		
	} 
	
	body FORM
	{
	}
	
	DIV 
	{		
		overflow: visible !important;
	}
	
	.l
	{
		text-decoration: none;
		color: #000 !important;
		font-family: Arial;
		font-size: 8px;
		max-width: 10px !important;
		min-width: 95% !important;
		width: 10px !important;
		
	} 
	.lr
	{
		text-decoration: none;
		color: #000 !important;
		font-family: Arial;
		font-size: 10px;
		font-weight: bold;
		max-width: 10px !important;
		min-width: 95% !important;
		width: 10px !important;		
	} 
	
	#btnHide
	{
		display: none;
	}
	
	.e
	{
		width: 95%;				
		border: solid 1px #f15323;	
		overflow: visible !important;
		position: relative !important;
		clear: both !important;
		float: left !important;
	} 
	.e input[type="hidden"]
	{
		 height: 0px !important;
	}
	.e, .e_a
	{
		padding: 1px !important;
	}
	.table_wrap TABLE,
	.table_wrap_day TABLE
	{
		width: 100%;
		padding: 0px;
		border-top: solid 1px silver;
		border-left: solid 1px silver;
		margin: 0px;		
	 }
	 
	.table_wrap TABLE TD,
	.table_wrap_day TABLE TD	
	{
		border-bottom: solid 1px silver;
		border-right: solid 1px silver;
		color: #2b5774;		
	 }
	 
	.table_wrap TABLE TH,
	.table_wrap_day TABLE TH		
	{
		border-right: solid 1px silver;
		border-bottom: solid 1px silver;
		color: #2b5774;
		font-weight: bold;
		font-family: Georgia;
		font-size: 12px;
	 }
	 .table_wrap td
	 {
	 	padding: 1px !important;
	 }
	 .table_wrap .lr
	 {
	 	white-space: normal !important;
	 }
	 .table_wrap tr, .table_wrap_day tr
     {
		height: 0px !important;
		padding: 0px !important;
	 }
	 .table_wrap tr.head, .table_wrap_day tr.head
	 {
	 	height: 25px !important;
	 }
	 .table_wrap TD.res,
	 .table_wrap_day TD.res 
	 {
	 	font-family: Georgia;
		font-size: 10px;
	 }
	 
	 .WeeklyTotals
	 {
		display:none;
	 }
	 
	 .info
	 {
		display:none;
	 }
}

/*@page { size: landscape; }*/

