@charset "utf-8";
/* CSS Document */

@media print 
{ 
  @page 
  { 
    size: portrait; 
  } 
}

*, body, html 
{
	padding: 0;
	margin: 0;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10pt;
}

/* -----------------------------------
Elements to NOT show when printing: 
*/

	/* IEEE structure (with bg images and such) */
html body table.ieee_frame td.borders

	/* Link to close preview */
,#ClosePreviewLink
	
  /* Public site tabs */ 
,#WIBP_tabs
,#header ul.links
	
	/* The vTools logo */
,#logo

{
	display: none;
	visibility: hidden;
}

/* ----------------------------------- */

html body table.ieee_frame td.content
{
	background-color: white;
}

#calendar_iframe
{
	background-color: #fff !important;
}

