/*  Philips print stylesheet when printing from browser. Only values that need to be overruled are defined here
 *   Version: 4.5.1
 *   Build: 2
 *   Date: February 18, 2009
 */

table.p-dropdown table{
	display:none;
}

/* Show default bullets for background bullets */
ul, ul.p-link-list  {	
	padding:0px 15px 0px 15px;
	list-style-type:disc;
}

li, ul.p-link-list li  {
	background-image:none;
}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	width: auto;
	height: auto;
}