/**
 * Print
 *
 * Print version related styling.
 *
 */

body {
	background-color: #fff;
	color: #000;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
}

/*
Remove toolbar and primary navigation.
*/
#toolbar,
#header ul.toolbar,
.primary,
ul.table-toolbar {
	display: none;
}


/*
Logo
*/
#header {

}

#header #logo img {
	border: 0;
	display: none;
}

#header h1 {
	display: none;
}


/*
Main content area layout.
*/
#wrapper,
#content {
	float: none;
	display: block;
	width: 100%;
}

#content-navigation {
	display: none;
}

#content-sidebar {
	display: none;
}

#content-body {

}
	#content-body h2 {
		color: #00254b;
		font-size: 17px;
		font-weight: bold;
		height: auto;
		margin: 0;
		padding: 0;
	}

	#content-body h3,
	#content-body #quote-breakdown h6 {
		color: #00254b;
		font-size: 14px;
		margin: 28px 0 2px 0;
		padding: 0;
	}

	#content-body h4 {
		font-size: 11px;
		font-weight: bold;
		margin: 0;
	}

	#content-body table {
		border: 1px solid #e1e1e1;
		border-collapse: collapse;
		margin: 0;
		width: 100%;
	}
		#content-body table th,
		#content-body table td {
			border: 1px solid #e1e1e1;
			padding: 2px;
		}


/*
Multiple columns for Note-type pages.
*/
#content-body div.clearfix div.col1 {
	display: inline;
	float: left;
	width: 48%;
}
#content-body div.clearfix div.col2 {
	display: inline;
	float: right;
	width: 48%;
}

/*
Disclaimer box spans two columns and thus needs to be cleared.
*/
#content-body #disclaimer {
	clear: left;
	position: relative;
}

/*
Each module box contains a "minimize/maximize" toggle that needs to be removed.
*/
div.module h3 span.toggle {
	display: none;
}

/*
Historical Performance
*/
#generated-chart {
	display: inline;
	float: left;
}
	#generated-chart img.lbl-price {
		left: 10px !important;
	}
#quote-breakdown {
	display: inline;
	float: left;
	margin-left: 15px;
	width: auto;
}
	#quote-breakdown #hpbSelector,
	#quote-breakdown span.historical {
		display: none;
	}


/*
Footer
*/
#footer {
	margin-top: 25px;
	text-align: center;
}
	#footer ul.toolbar {
		display: none;
	}


/*
Misc.
*/
#skipper {
	display: none;
}

/*
Clear floats so content beneath will flow
normally. This class must be attached to any
parent that has a floated child.
*/
.clearfix:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
