@media print
{
/* -------------------------------------------------------
New Enterprise Service Portal
print.css
last modified:  07/15/2010 by AGB
last validated: 07/15/2010 by AGB

------------------------------------------------------- */

/* Remove all unnecessary elements, and make the ones that survive black text on white background */

/*.menunavbar, .menunavbar ul, .menunavbar li, .menunavbar a span, #utilitynav, #logonutilitynav, #printthis, #footermenu, .submenunavbar, .contentnav, #welcomemessage, .changeview, .companyLogoPanel, .sidebarfeature .content .newwindowcontent 
{
	display: none;
	}
	*/

/*#content:before 
{
	content: "This is a printer-friendly version of Enterprise Service Portal. The navigation and other unnecessary elements have been removed. "; 
	display: inline; 
	margin: 5px 0px 0px 0px; 
	padding: 0; 
	background: #fff; 
	text-align: center;
} */

a:link		{ color: #00B388; }
a:visited	{ color: #00B388; }
a:hover		{ color: #00B388; }
a:active	{ color: #00B388; }

body {
	background:white; 
	color:black; 
	margin:0;
	font-size: 10px;
	}

.core, #wrap 
{
	margin: 0; padding: 0; background: none #fff; 
}














}
