/* -----------------------------------------------------
General styles for print media
FileName:    prt_layout.css
----------------------------------------------------- */

/* General elements */
/* ----------------------------------------------------- */
body {
  margin:0;
  padding:0;
  background:#fff;
}


/* Header */
/* ----------------------------------------------------- */
#hdrSection {display:none;}
	/* Help Navigation */
	/* ----------------------------------------------------- */
	#helpNav {
	  display:none;
	  }

	/* Informations */
	/* ----------------------------------------------------- */
	#info {
	  display:none;
		}

	/* Tools Navigation */
	/* ----------------------------------------------------- */
	#navTools {
	  display:none;
	}

/* Formatting Structure */
/* ----------------------------------------------------- */
#wrap {
  width:99%;
  }
#subwrap {
  margin:0;
  padding:0;
  border:0;
  }

/* Left column */
/* ----------------------------------------------------- */
#colL {
  display:none;
  border:0;
  }
	/* Navigation */
	/* ----------------------------------------------------- */

/* Right column */
/* ----------------------------------------------------- */

	/* InfoBox in right column */
	/* ----------------------------------------------------- */
#colR  {
  display:none;
  }

/* Middle content column */
/* ----------------------------------------------------- */
#colM {  
  width:100%;
  }
#colM .content {  
  margin:0;
  }
html>body #colM{
  width:100%;
  }
  
#contentZone { color:#000; }
#update {
  text-align:right;
  font-size:100%;
  color:#000;
  }
	/* Identity  */ 
	/* ----------------------------------------------------- */
	#identity {  
		display:none;
       }
	/* Links */
	/* ----------------------------------------------------- */
	a.topOfPage { display:none; }
	.breadcrumb { display:none; }
	/*.print, .send { display:none; }*/


/* Generic */
/* ----------------------------------------------------- */
.none, .standardsNote, .skiplinks {display:none;}
.printHide {display:none;}
.printOnly {display:block;}
.topOfPage {  display:none;}
  
/* Footer */
/* ----------------------------------------------------- */
#foot {
  width:99%;
  }
#foot .content {
  font-size:100%;
  margin:0;
  color:#000; 
  }
#foot a:link, #foot a:visited { color:#4B637D; }
#foot a:hover, #foot a:active { color:#6C8EBD; }
