/* StyleSheet for Printing */

/* Pull in the standard formatting */
@import "mgcbase.css";


/* Fit the page */
#wrapper 
{
	width: 100%;
}

#content
{
	padding: 0px;
}

#printheader h1
{
	font-size: 20px;
	line-height: 20px;
	padding: 2px;
	margin: 0px;
	clear: left;
	display: inline;
}
#printheader h2
{
	font-size: 13px;
	line-height: 22px;
	padding: 0px 10px;
	margin: 0px;
	float: right;
	text-align: right;
	width: 300px;
}
#printheader
{
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.printonly 
{
	display: block;
}

.noprint
{
	display: none;
}

.tooltip
{
	display: none;
}



/* Special Receipt Formatting */
#receipt h2
{
	font-size: 18px;
	line-height: 20px;
	margin: 3px 0px;
	padding: 0px;
}
.receipt_table h3
{
	font-size: 15px;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
}
.receipt_table td
{
	padding: 0px;
	padding-bottom: 5px;
}
.receipt_table, table.receipt_table td table
{
	font-size: 13px;
	line-height: 16px;	
}
table.receipt_table td table td
{
	padding-bottom: 0px;
}
#receipt table.partlist td
{
	height: 16px;
}