/***** Description: This hides the flash object for printing *****/
.flash_object
{
	display: none;
}


/***** Description: This adds spacing between boxes within the *****/
/*****              templates for the printout *****/
.box
{
	margin-bottom: 1em;
	display: block;
}

.box_wrapper
{
	display: block;
}

/***** Description: This removes the media player templates from *****/
/***** the printout. *****/
.mplayer
{
	display: none;
}
