/* ======================================================================
   PRINT CSS for Ichthyosis Support Group
   Copyright 2005 Igentics Ltd
   Author: Barnaby Hart
/* =====================================================================*/

/* large screen elements that need hiding */
#topnav, #udm, #sidepanel {
	display: none;
}
/* details that need hiding */
.noprint {
	display: none;
}

/* ====================================================================
   TABLES
-------------------------------------------------------------------- */
table {
	width: 95%;
	margin: 1em 0;
}
table.layout td, table.layout th {
	border: none ! important;
}


/* ====================================================================
   MISC STYLING
-------------------------------------------------------------------- */
h1 {
	margin: 0 ! important;
}
h2 {
	border: 0;
}
#globalheader {
	margin-bottom: 3em;
}
#globalfooter {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px #999 dashed;
	font-size: 0.8em;
}
dt {
	font-weight: bold;
}