/* =================================
	Print CSS
	Reed Exhibitions
	Specialist: Chris DePinto
	Date: May 30, 2011
   ================================= */
/*Reset Style*/
body,div,dl,dt,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea { 
	margin:0;
	padding:0;
}
/*Remove Element - Hide these classes and ids from the print */
#header, #topNavigation, #breadcrumb, #sidebarRight, #footer, #footercontent, #pageTools {
 	display:none !important;
}
/*Show URL*/
a:link, a:visited {background: transparent; color:#000; text-decoration:underline;}
/*a:link[href*="/"]:after, a[href*="/"]:visited:after {content: " (" attr(href) ") "; font-size: 11px; text-decoration:none;}
a[href*="/"] {color:#666;
}*/
/*Styles*/
body {font-family:Tahoma, Geneva, sans-serif; font-size:12px; color:#222;}
table {border-collapse:collapse; border-spacing:0;}
img {padding:5px 10px;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6 {font-family:Arial, Helvetica, sans-serif; margin:0 0 5px 0; color:#222; line-height:120%; border-bottom:none;}
h1 {font-size:22px;} h2 {font-size:20px; padding-top:10px;} h3 {font-size:18px; padding-top:10px;} h4 {font-size:16px;} h5 {font-size:14px; font-weight:bold;} h6 {font-size:14px;
}
p, #content ul li, #content ol li { line-height:19px; padding:6px 0;
/*Adjust any custom selector dimensions and styles*/
.floatleft {float:left;}
.floatright {float:right;}
#header {height:0;}
#content {/*You may need to add some styles to this*/
}
/*jQuery UI accordion fix for print*/
.ui-accordion .ui-accordion-content {display:block !important;}
/*Various*/
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}