/*
 * CSS file for Wizards of the Coast Judge Web Application
 * Printable styles
 * Written by Collin Jackson for Wizards of the Coast, January 2005
 * All rights reserved.
 */

.pagebreak
{
  display: block;
  page-break-before: always;	
}

table[class^='oracledatalist'] 
{
    page-break-inside: avoid;
}

/* The timer notice is never displayed when the exam is printed. */
.fixednotice
{
  display: none;
}

/* Rulebook selector is designed not to print */
#rulebookselector 
{ 
    display: none;
}

/* Don't bother with autocard hyperlinks for printed exams. */
a
{
	text-decoration: none;
	color: Black;
}
/* Print instrux don't need to print */
#printmonitor
{
  display: none;
}
var.pagebreak
{
  border: 0px;
  page-break-before: always;	
}

/*****************************************************************
 * ROUNDED CORNERS
 * A classic brainteaser
 ****************************************************************/
table.rounded
{ 
	width: 95%; 
	border: 3px solid #6565CC; 
	background-color: #CCCCCC; 
	-moz-border-radius: 20px; 
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 1px;
}
table.rounded td.w,
table.rounded td.e,
table.rounded td.n,
table.rounded td.s { background-image: none !important; }
table.rounded td.center { background-image: none; }
table.rounded td.corner img { display: none; }
img.tabcorner { display: none; }

/*****************************************************************
 * DREAMCATCHER
 * Something people might want to print
 ****************************************************************/
table#result { display: none; }