﻿/*****************

NOTE: Dynamically generated CSS 
Do not manually modify files in the /css/static/ directory


*****************/


/* 
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/static/Main.css);



/******************************************************* Application-specific */


/* Anything in this list must be set to "display:block" or "display:inline" in the main stylesheet (for IE5.5) */

div#AdminMenuContainer,
div.AdminHeader,
div#MenuContainer,
td#MiddleHeader,
td#RightHeader,
td#RightColumn,
td#LeftFooter,
td#RightFooter
{
	display:none;
	width:0;
}

table#MainTable
{
    width:95%;
}

/******************************************************* Common */


/* Anything in this list must be set to "display:block" or "display:inline" in the main stylesheet (for IE5.5) */
body,
div#Main
{
	margin:0;
	padding:0;
	width:auto;
}

div#Search,
div.AdminHeader,
p.OnThisPage,
p#PageTools,
p.PageTools,
div#Credit,
.noprint,
.NoPrint,
.TabStrip,
.FilterPanel,
div#Crumbs
{
	display:none;
}

.Hidden
{
	display:block;
}

h1
{
}

h2
{
}

body, p, td, a, ol, ul, li, h3
{
	color:Black;
	font-family:Arial;
}

