/******************************************
HTML/CSS Framework Version 0.7
Author: Jason Wladessa
File: print.css
******************************************/

body {
	font-size: 10pt !important;
	line-height: 1.5;
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	background:none;
}
#container {
	margin:0;
	float:none !important;
	width:auto !important;
}

a { text-decoration:none; color:#000; }
ul { margin-left:20px; }
img { border:0; display:block; }
table { margin:0 !important; padding:0 !important; }
table tr { margin:0 !important; padding:0 !important; }
table td { margin:0 !important; padding:0 !important; }
.fck-field { margin:0 !important; float:none !important; width:auto !important; }

/* Set the layers that you dont want to show up on the printed document */
#header, #navigation, #side, #tools, #footer, #datepicker-table, #sponsors, .hoverpointer {
   	display:none;
}

img.calendarimage { display:none !important; }



