
/*	Print Override Classes */

/*	global.css */

body {
	margin: 0;
	background-color: #ffffff;
}

noscript {
	display: none;
}

.divLayoutWrapperMain {
	position: static;
	width: 100%;
	background-color: #ffffff;
	page-break-before: avoid;
	page-break-after: avoid;
}

.divLayoutWrapperNavigation {
	position: static;
	width: 0;
	display: none;
	visibility: hidden;
	min-height: 0;
	height: 0;
	float: none !important;
	page-break-before: avoid;
	page-break-after: avoid;
}

.divLayoutWrapperContent {
	position: static;
	width: 100%;
	border: 0;
	float: none !important;
	page-break-before: avoid;
	page-break-after: avoid;
	page-break-inside: auto;
	overflow: visible; /* important */
}

.divLayoutHeaderMain {
	width: 100%;
	height: 1%;
	background: none;
	border: 0;
	page-break-before: avoid;
	page-break-after: avoid;
}

.aLayoutHeaderMain {
    display: none; 
}

.divLayoutHeaderPrint {
	display: block;
	margin: 0;
	padding: 5px 0px 5px 0px;
    border: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
    line-height: 1.2em; 
	font-weight: normal;
	color: #888888;
}

.divLayoutHeaderTitlebar {
	position: static;
	height: 1%;
    margin: 0;
	padding: 5px 10px 5px 0px;
	border: 0;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	background-color: #ffffff;
	color: #555555;
	font-size: 1.4em;
    line-height: 1.2em; 
	font-weight: bold;
    text-align: right;
	page-break-before: avoid;
	page-break-after: avoid;
}

.divLayoutNavigation {
	width: 0;
	background: #ffffff;
	display: none;
	visibility: hidden;
}

.divLayoutContentMain {
	position: static;
	width: 100% !important;
	padding: 1.2em 0 0 0;
	margin: 0;
	border: 0;
	min-height: 0;
	height: auto;
	_height: 0;
	page-break-before: avoid;
	page-break-after: avoid;
	page-break-inside: auto;
	/* IE Fix */
	overflow: visible !important;
}

.divLayoutContentMainFooter {
    display: none;
    visibility: hidden;
}

.divLayoutBackToTop, 
.divLayoutBackToIndex {
	position: static;
	height: 0;
	display: none;
	page-break-before: avoid;
	page-break-after: avoid;
}

.divLayoutFooter {
	position: static;
	height: 0;
	display: none;
	page-break-before: avoid;
	page-break-after: avoid;
} 

/* navigation.css */

.divSubMenuWrapper {
	width: 0;
	background: #ffffff;
	display: none;
}

/* classes.css */



/* content.css */

.aProgramInfoIcon {
	display: none;
	visibility: hidden;
}

.tdProgramsHeaderMeetingLinks {
	width: 0;
	background: #ffffff;
	display: none;
	visibility: hidden;
}

.tblContributorsLogo td:first-child {
	padding-left: 0 !important; 
}

.tblContributorsLogo td:last-child {
	padding-right: 0 !important; 
}
