/* 
	OVERRIDE style.css FOR PRINTING
	Or alternative
*/

body {
background-image:none;
background-color:#ffffff;
margin:10px;
}

/* Abbreviations etc. not shown when printed */
acronym, abbr, span.abbr, span.info {
border-bottom:0;
cursor:auto;
}

/* links appear normal */
a {
text-decoration:none;
color:#000000;
}

/* SCORESHEET */
table.scoresheet td.total {
text-align:center;
border:1pt solid #666666;
/*border-top-width:0;
border-left-width:0;*/
}

/* GRAND TOTAL - CLASS="total grand" */
table.scoresheet td.grand {
border:2pt solid #666666;
}

table.scoresheet td.borderBottom {
border-bottom:1pt solid #666666;
}

table.scoresheet td.borderRight {
border-right:1pt solid #666666;
}

table.scoresheet th {
font-size:11px;
border:1pt solid #000000;	/* #666666 */
/*border-top-width:0;
border-left-width:0;*/
}

table.scoresheet th.noborder {
border:0;
}

/* ONLY DEFINED IN print.css */
table.scoresheet th.NoLeftBorder {
border-left-width:0;
}

table.scoresheet th.NoTopBorder {
border-top-width:0;
}

/* RESULTS TABLE - PRINT OVERRIDE */
table.results td.divider {
border-bottom:1pt solid #666666;
}

table.results th {
background-color:#FFFFFF;
border:1pt solid black;
}

/* POPUP SCORESHEETS / INFORMATION */
div.edge {
border:2pt solid black;
}

div.banner {
padding:5px;
background-color:#FFFFFF;
border:0;
}

