/*
		Site:	Corporate Eco Forum
		Developed by: LitmusBox
		CSS Function: Print Styles
*/

html, body, p {
  color: #000;
  background: transparent;
}

#container_top,
#masthead,
#container_mid_wrapper,
#column_left,
#column_wide,
#footer {
  background: transparent;
  width: auto;
  border: 0 none;
  float: none;
  margin: 0;
  page-break-before: avoid;
}

#primary_nav,
#section_nav,
img.top_hr {
  display: none;
}

#container_mid table tr {
  page-break-inside: avoid;
  
}

table#agenda,
table#agenda td,
table#agenda th {
  border-collapse: collapse;
  /*border: 1px solid #666;*/
}

table#agenda th {
  color: #000;
  background: transparent;
}



