/*
Title:        Styles for printed pages.
Author: www.zolv.com
Notes:        Selectors are grouped by layout area. Attributes for each selector are listed alphabetically. 
*/

/* SET FONT ETC.
---------------------------------- */
body {
	background-color:#FFF;
	color:#000;
	font:8pt/1.25 Verdana, Arial, Helvetica, sans-serif;
}
img {
	border:0;
}
h1 {
	font-size:14pt
}
h2 {
	clear:both;
	font-size:12pt
}
h3 {
	font-size:10pt
}
#wrap {
	text-align:left;
	width:100%;
}
#container, #content {
	width: 100%;
}
#content {
	height: auto;
}

/* FOR SPECIFIC ITEMS NOT TO PRINT
---------------------------------- */
.DontPrint {
	display: none;
}

/* TURN OFF THESE GENERIC AREAS
---------------------------------- */
#chanNav,
.ads,
#banner,
#header hr,
#aNavigation,
#nav,
#leftCol,
#rightCol,
#footer {
	display: none;
}

/* SEARCH RESULTS
---------------------------------- */
#ajaxwait,
#Errors,
#Response,
.ResultSummary,
.Paging,
#tl_corner,
#br_corner,
#ResultSort,
#RefinePanel,
#timeout,
#TTRecommends,
#Pager_Bottom {
	display: none;
}
.OfferItem {
	border-top: 1pt solid #000;
}
.OfferSummary dt {
	font-weight: bold;
}
.OfferCTAs .FOD, .OfferCTAs .site, .OfferCTAs .siteOff {
	display: none;
}
.OfferCTAs .phone b {
	font-size: 12pt;
}
.OfferCTAs .phone b span {
	font-size: 8pt;
	font-weight: normal;
	margin-right: 1em;
}

/* FODS
---------------------------------- */
#FODTop #Controls,
.ContentTabs,
.Confidence,
#providercontent h2,
#FODBottom h2,
#KeepLooking {
	display: none;
}
#FODHolSummary, #FODWhat {
	float: left;
	width: 50%;
}
#FODHolSummary dt, #FODWhat dt {
	font-weight: bold;
}
#Actions p {
	font-size: 14pt;
	font-weight: bold;
}
#Actions .CTAs .phone b {
	font-weight: normal;
}
#Actions .CTAs .phone b span {
	font-size: 12pt;
	font-weight: bold;
	margin: 0 1em;
}
#Actions .CTAs .phone b i {
	font-weight: normal;
}

/* EDITORIAL
---------------------------------- */
#crumbtrail,
#SEO,
#PageBottom {
	display: none;
}
#TabContent dt {
	font-weight: bold;
}
#TabContent dd {
	margin-bottom: 1em;
}
table#WeatherForecast td {
	border-top: 1px solid #000;
}