@charset "UTF-8";
/*Print style sheet by Mobius New Media*/
body {
	background: white;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
#navContainer, #footerNav , #filterBox, #signUp, #header_WilmingtonLogo, #subNav, .searchFilter, .print, #footer, .a_tickets, #header, #sponsors, a.print {/* will not print*/
	display: none;
}
#container, #header h1 #mainContent, #mainContentLeft, #mainContentRight, #filterBox, #signUp, #formSignup, #footer {/*put all your content divs that your want to print here to clear all div widths, paddings, margins, floats, colors, and backgrounds*/
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
	color: black;
	background: transparent none;
}
#header h1 {
	font-size: 13pt;
}
#header h2 {
	font-size: 11pt;
}
a:link, a:visited {/*style for text links*/
	color: #000;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}
.listTable td, .table_schedule td {
 	border-bottom: 1px dotted #666;
	font-size: 10pt;
}
.listTable tr.heading td {
	font-weight: bold;
}
.table_schedule th {
	font-size: 10pt;
}

