/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:1px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}


/* Gomez print styles */
/* Make sure you copy these to the updated version of print.css before you overwrite this file */

#top, #bottom, #breadcrumbs, #sidebar {
	display: none;
}

.products-solutions h1, .products-solutions h2, .products-solutions h3, .products-solutions caption {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}

/*Multi-Browser Test Print Styles
=======================================*/

#mbpt-results {
	font-size: 0.9em;
}

#mbpt-results td {
	margin: 0;
	padding: 0;
}

#mbpt-results caption {
	text-align: left;
	/*padding-bottom: 0.5em;*/
	font-size: 1.2em;
	border-bottom: 1px solid #666;
	margin-left: -1.5em;
}

#mbpt-results table {
	margin-left: 0;
}

#mbpt-results th br {
	line-height: 1.0em;
}

#mbpt-results div.results {
	margin-bottom: 1.5em;
}

#mbpt-results td.url {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	border-bottom: 1px double #ccc;
	/*border-top: 1px solid #ccc;*/
}

#mbpt-results tr.slowfast {
	display: table-row;
	margin: 0;
	padding: 0;
}

#mbpt-results td.fast, #mbpt-results td.slow, #mbpt-results td.difference {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#mbpt-results td.fast {
	text-align: right;
}

#mbpt-results td.difference {
	text-align: center;
}

#mbpt-results td.col1 {
	width: 90px;
	text-align: center;
}

#mbpt-results td.col2 {
	text-align: right;
	font-size: 1.1em;
}

#mbpt-results td.col3 {
	width: 126px;
	font-size: 1.8em;
	text-align: center;
	/*padding: 0.35em 0;*/
}

#mbpt-results td.col4 {
	/*padding-left: 1.0em;*/
	font-size: 1.1em;
}

#mbpt-results td.col2, #mbpt-results td.col4 {
	width: 155px;
	vertical-align: middle;
}


table#browsers, table#locations, table#response-time, table#legend {
	width: 590px;	
	margin: 0 auto;
	border-collapse: collapse;
}

table#browsers span, table#locations span {
	font-size: 0.5em;
}

#response-time th, #response-time td, #legend th, #legend td {
	text-align: left;
	padding: 0;
	border-bottom: 1px solid #666;
}

table#response-time caption, table#legend caption {
	margin-bottom: 2em;
}

table#legend col.color {
	display: none;
}
