/* *******************************************************
J  a  v  a  c  a  t  z
Filename:   print.css
Purpose:    This file is created to hold CSS styles for
            customizing existing styles for print.
            Please do not put other styles in this file.
Created by: KY 2010.11.19
******************************************************* */

html, body, form#form1,
#page, .pageInner,
#body, .bodyInner,
.splitCols .leftSplitCol,
.standalone-printBar,
#main, .mainInner {
	color: #555 !important;
	background-color: transparent !important;
	background-image: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

a { color: #006 !important; }

.noprint, .printBar, .printBar2, .backTop,
.standalone-printBar,
.navDiv, .pageBanner,
#header,
#nav, .extraNav,
.googleSearch, .new-comment, .show-more-discussion,
#topBanner,
#side, #right,
.splitCols .rightSplitCol,
#footer {
	display: none !important;
}

.printOnly {
	display: block !important;
}

#header {
	width: 100%;
	height: auto;
}

.bodywrap {
	background-image: none;
	min-width: 0;
	overflow: visible;
}
.breadcrumb {
	padding: 0 0 15px 0;
}
#main {
	float: none;
	height: auto;
	overflow: visible;
}

#footer {
	color: #555;
	background-color: transparent;
	background-image: none;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #555;
}

#main ul li {
	background-image: none;
	list-style-type: disc;
	padding-left: 0;
	margin-left: 1em;
}

table,
table thead,
table tbody,
table tr,
table th,
table td {
	background-color: transparent !important;
	background-image: none !important;
}
table.eventsTable td .title {
	display: list-item;
	background-image: none;
	list-style-type: disc;
	padding-left: 0;
	margin-left: 1em;
}
