/* 
	This stylesheet is used to produce a print friendly page that doesn't contain the menu, links etc.
	As the 'media="print"' property is set in the stylesheet declaration, its only used when the page is
	printed.
/*

/* Hide header, menu etc */
#headerWrapper
{
	display: none;
}

.Header
{
	display: none;
}

#corporateBar
{
	display: none;
}

#LeftMenu
{
	display: none;
}

.StandardMenu
{
	display: none;
}

.breadCrumb
{
	display: none;
}

.LeftColumn
{
	display: none;
}

.PrimaryMenu
{
	display: none;
}

.RightColumn
{
	display: none;
}

.helpText
{
	display: none;
}

.Footer
{
	display: none;
}

#search 
{
	display: none;
}

.Content
{	
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#container
{
	width: 100%;
}

/* Hide the report filter form */
#reportFilterForm
{
	display: none;
}

#reportingHomeLink
{
	display: none;
}

#printPageLink
{
	display: none;
}

.excludePrint
{
	display: none;
}

#printArea
{
	border: 0;
}

/* PMIC */
#tenderListContainer
{
	display: none;
}

#filterAndSeach
{
	width: 100%;
}

.pnlGridViewScroll
{
	overflow: visible;
}

#pmicPrintPage .backLink
{
	display: none;
}

#pmicPrintPage #printLink
{
	display: none;
}


/* Reporting */
.graphImage
{
	width: 630px; height: 300px;
}


