﻿/*
	Name:		Print Styles
	File:		print.css
	Purpose:	Provide standard overrides for print styling.

*/
body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	background: white;
	color: black;
	float: none;
	overflow: visible !important;
	height: auto;
}
a
{
	color: black;
	text-decoration: none;
	border-bottom: dotted 1px black;
}
#header, #mainnav, #footer
{
	display: none;
}
#main, #wrapper
{
    float: none;
	overflow: visible !important;
	height: auto;
}
a.screenonly
{
	display: none;
}

.screenonly
{
	display: none;
}
.printonly
{
	display: block;
	float: none;
	overflow: visible !important;
	height: auto;
}
.accordian, .accordian .contents, .accordian .head
{
	display: block !important;
	float: none !important;
	overflow: visible !important;
	height: auto;
}
#giftregistrylist
{
    overflow: visible !important;
}
@media print {
    body#giftregistry {
        page-break-inside: auto;
    }
}

@media print {
    body#giftregistrylist_tracker {
        page-break-inside: auto;
    }
}