﻿/* most common elements for printing pages are
width:100%; margin:0; float:none;
a:link, a:visited {color: #781351} to make links slightly darker...
*/

/* improve contract of links */
a:link, a:visited
{
    color: #781351;
}

body 
{
    width:100%;
    margin:0;
    float:none;
    text-align:left;
}

/* The elements that we want to hide */
#m_SPMenus, #m_MainHeader, #m_MainFooter, #m_SubNav, #OSHelperDIV
{
    display: none;
}

#m_MainContainer
{
	margin: 2px;
	width: 980px;
	max-width: 980px;
	overflow: hidden;
}

#loadingMessageMaster 
{
    display: none;
}

#mainContentMaster 
{
    display: block;
}

/* The elements we want to ensure are 100% wide! */
#m_MainContent 
{
    width:100%;
    margin:0;
    float:none;
}

/* Elements that we now want to display in print mode! */
#pnEmersonLogoPrintOnly
{
    display:block;
    width:100%;
    margin:0;
    float:none;
    text-align:left;
    padding-bottom:5px;
}
