/* PRINTER STYLESHEET - Copyright (C) 2009-2010 Charles A Upsdell, All Rights Reserved; www.upsdell.com */


/* CSS FOR PRINTING */

@media print
{
body, html, li, p, tr, td, th
	{ font-size:11pt; }
.small, div.sidebar p, div.sidebar ul li, div.grid th, div.grid td, small
	{ font-size:9pt; }
a, a:link, a:visited, a:active, a:hover,
div.calendar table.grid.calendar a, div.calendar table.grid.calendar a:link, div.calendar table.grid.calendar a:visited, div.calendar table.grid.calendar a:active, div.calendar table.grid.calendar a:hover
	{ color:#000 !important; background-color:transparent; }
body
	{ margin:0; padding:0; }
h1,h2,h3,h4,h5,h6
	{ color:#000; background-color:transparent; }
h3.section
	{ border:none; }
html,body,a,div, h1,h2,h3,h4,h5,h6,p,td,td ul,li
	{ font-family:'Times New Roman', Times, 'Nimbus Roman No9 L', serif; }
html
	{ margin:0; color:inherit; background-color:#fff; background-image:none; }
p.em
	{ color:#000; background-color:#fff !important; font-weight:bold; padding:0; }
table.calendar_games td.typeT, table.calendar_games td.typeX, span.calendar_games_typeT, span.calendar_games_typeX
	{ color:#fff !important; background-color:#000 !important; }
table.calendar_games td.result_l, table.calendar_games div.game_score.result_l,
table.calendar_games td.result_t, table.calendar_games div.game_score.result_t,
table.calendar_games td.result_w, table.calendar_games div.game_score.result_w
	{ color:#000 !important; background-color:#fff !important; background-image:none; }
ul
	{ list-style-image:none; }
ul li ul
	{ list-style-image:none; }
span.caption
	{ color:#000 !important; background-color:#fff !important; background-image:none; border:none !important; }
span.printonly
	{ display:inline; }
.noprint
	{ display:none; }

div#masthead, div.subsitemenu, div#bottom
	{ display:none; }
div.page div.body div.canvas
	{ margin-left:0 !important; }
div.sidebar div.box, div.boxed, div.photofrm p.gold img.photo, table.news
	{ color:#000; background-color:#fff; border:1px solid #000 !important; }
div.newsalert
	{ color:#000; background-color:#fff; border:1px solid #000; }
div.photofrm p.gold span.caption
	{ text-shadow:none; }
}

