
/*	PRINT OVERRIDE CLASSES */

/*	LAYOUT */

body {
	margin: 0px;
	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: 0px;
	display: none;
	visibility: hidden;
	min-height: 0px;
	height: 0px;
	_height: 0px;
	float: none !important;
	page-break-before: avoid;
	page-break-after: avoid;
}

.divLayoutWrapperContent {
	position: static;
	width: 98%;
	border: 0px;
	float: none !important;
	page-break-before: avoid;
	page-break-after: avoid;
	page-break-inside: auto;
	overflow: visible; /* important */
}

.divLayoutHeaderMain {
	width: 100%;
	height: 35px;
	background: none;
	border: 0px;
	border-left: 1px solid #5555aa;
	page-break-before: avoid;
	page-break-after: avoid;
}

.divLayoutHeaderPrint {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	color: #000055;
	display: block;
}

.divLayoutHeaderTitlebar {
	position: static;
	width: 100%;
	height: 22px;
	line-height: 22px;
	padding: 10px 10px 10px 0px;
	border-top: 1px solid #5555aa;
	border-left: 0px;
	border-right: 1px solid #5555aa;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
	color: #000055;
	page-break-before: avoid;
	page-break-after: avoid;
}

.divLayoutNavigation {
	width: 0px;
	background: #ffffff;
	display: none;
	visibility: hidden;
}

.divLayoutContentCapTop {
	position: static;
	height: 0px;
	display: none;
	page-break-before: avoid;
	page-break-after: avoid;
}

.divLayoutContentCapBottom {
	position: static;
	height: 0px;
	display: none;
	page-break-before: avoid;
	page-break-after: avoid;
}

.divLayoutContentMain {
	position: static;
	width: 100% !important;
	padding: 20px 10px 20px 0px;
	margin-right: 10px;
	border-top: 0px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	min-height: 0px;
	height: auto;
	_height: 0px;
	page-break-before: avoid;
	page-break-after: avoid;
	page-break-inside: auto;
	/* IE Fix */
	overflow: visible !important;
}

.divLayoutFooter {
	position: static;
	height: 0px;
	display: none;
	page-break-before: avoid;
	page-break-after: avoid;
} 

/* MENUS */

.divMenuWrapper {
	width: 0px;
	background: #ffffff;
	display: none;
}

/* PROGRAMS */

.tdProgramsHeaderMeetingLinks {
	width: 0px;
	background: #ffffff;
	display: none;
	visibility: hidden;
}

.tblContributorsLogo td:first-child {
	padding-left: 0px !important; 
}

.tblContributorsLogo td:last-child {
	padding-right: 0px !important; 
}

