/*
	Printer Styles
	James Bunker
	14 Jan 2009
*/

body {
	font-size: 9pt;
	line-height: 15pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.outlined, .game_data {
	color: inherit;
	background-color: #eee;
	border: 1px solid #cfcfcf;
	margin-bottom: 10px;
}
.outlined {
	padding: 10px 10px 0 10px;
}
.game_data {
	padding: 10px;
}
.lead_text {
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
}
h1, h2, h3, h4, h5, h6, p, ul {
	padding: 0 0 10px 0;
	margin: 0;
}
li {
	padding: 0 0 0 15px;
	list-style-type: none;
}
h1 {
	padding-bottom: 20px;
	text-transform: uppercase;
}
#content {
	padding: 20px;
}
td {
	padding: 3px 10px 3px 10px;
}
table.visible td {
	border-top: 1px solid #cfcfcf;
}
table.visible td.top {
	border-top-width: 0;
}
#content img {
	border: 1px solid #cfcfcf;
}

#logo {
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 10px;
	margin: 0 20px 10px 20px;
}
#website {
	margin: 0 20px 10px 20px;
	text-align: right;
}

#url {
	border-top: 1px solid #cfcfcf;
	padding-top: 20px;
	margin-top: 20px;
}
.smaller {
	font-size: 8pt;
}
td.verdict p {
	font-size: 30pt;
	font-weight: bold;
	line-height: 34pt;
}
.line {
	border-top: 1px solid #cfcfcf;
	margin-bottom: 10px;
	
}
#content .image {
	float: right;
	margin: 0 0 10px 10px;
}
