/*

*/

/* 
This style sheet is for printers. It makes some modifications to the base style sheet - primarily hiding the peripheral matter (sidebars, etc.)
*/

@import url(../css/main.css);

/* Anything in this list must be set to "display:block" or "display:inline" in the main stylesheet (for IE5.5) */

td#SidebarCell,
td#FooterLeft,
td#FooterRight,
td#Credit,
p.PageTools,
div.AdminHeader,
div#MenuContainer,
.noprint,
.NoPrint,
.TabStrip,
.FilterPanel
{
	display:none;
}

td#MainCell
{
}


.PrintOnly,
.Hidden
{
	display:block;
}