/* Quin Casepacker print-friendly stylesheet, January 2006 */
/* Andy Darley, Carino Communications, +44 (0) 1628 526005 */

/* structural styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
}

#wrapper {
	background-color: #fff;
	text-align: left;
}

#masthead {
	display:none;
}

/* the grey div on the right of the video page */
#screenshots {
	background-color: #DDD;
	padding: 2mm;
}

#screenshots h1 {
	color: #000;
}

/* text formatting styles */
h1, h2, p {
	text-align: left;
}

p, li, td, th {
	font-family: "Times New Roman", Times, serif;
}

.address, .link {
	display: none;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
}

a, a:VISITED {
	text-decoration: underline;
}

#footer {
	margin-top: 10mm;
	border-top: 2pt solid #000;
	padding: 0;
}

#footer img {
	display: none;
}

#footer a:HOVER {
	background-color: transparent;
}

#footer h6, #footer p {
	text-align: center;
}

#footer h6 {
	font-size: 14pt;
	font-weight: bold;
	padding: 0;
	margin: 2mm 0 0 0;	
}

#footer p {
	font-size: 9pt;
}

/* table styles for the technical details page */
table {
	width: 100%;	
	padding: 0;
	margin: 0;
}

caption {
	display: none;
}

th {	
	text-transform: uppercase;
	font-size: 12pt;
}

tr {
	padding: 0;
	margin: 0;
}

td, th {
	vertical-align: top;
	padding: 5pt;
}

/* title row */
.row1 {
	background-color: #000;
	color: #FFF;
}

tr.row1 th {
	font-weight: bold;
	padding-top: 5pt;
	padding-bottom: 5pt;
}

/* white row */
.row2 {
	background-color: #FFF;
}

/* pale grey row */
.row3 {
	background-color: #DDD;
}

/* styles for floats */

/* use for right-floated images */
.floatright {
	float: right;
	margin: 0 0 3mm 3mm;
	padding: 2mm;
	border: 1pt solid #000;
}

.clear {
	clear: both;
}