@charset "UTF-8";

body,#headerContainer,#mainContentContainer,#footerContainer,#PersonalTemplate,#BusinessTemplate,#CoporateTemplate
	{
	width: 690px;
	font-size: 10pt;
	color: black;
	font-family: Arial, Serif;
	background-color: white;
}

/* Anchor stypes for printing - always black, bold, and underlined.
 */
a:link,a:visited, .blueBold {
	background: white;
	color: black;
	text-decoration: underline;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
	outline: none;
	
}

/* override class to have black fonts */
.blueBold {
	background: white;
	color: black;
	text-decoration: underline;
	font-weight: bold;
}
H1,H2,H3 {
	background: white;
	color: black;
	padding-bottom: 5px;
}

/* CLasses that need to have color adjusted */
.newsTitle {
	background: white;
	color: black;
	padding-bottom: 1px;
	display: block;
	outline: none;
	
}

#content {
	margin: 5px 5px 5px 5px;
}

#noPrint {
	display: none;
	visibility: hide;
}

#headerContainer #searchNavHolder,#menuContainer,#cpoidContainer,#widgetContainer,.onPageExtraContent,#dashboardNav,#dashboardContainer .footer,.nav, #region1,#region3, #headLogo, #headBanner, #printArticleContainer
{
	display: none;
    position: absolute;
    left: 0;	
}

#genericContainer,#dashboardContainer {
	border: 0 !important;
}

#dashboardContainer {
	background: none !important;
}

.defaultButton {
	display: none;
}

#footerContainer .left {
	display: none;
}

.popup #topBar,.popup #popupFooter #footContent .left {
	display: none;
}

.popup #popupContent,.popup #popupFooter {
	background: #ffffff;
	border: none;
}

.even, .odd {background-color: #fff !important;}
.highlight, .highlight td {background-color: #d4d4d4 !important;}
table table, table table td, #printWrapper table table td {border: none !important;}

@media .noPrint {
	display: none;
}
