@media (orientation: portrait) {
	body	{	  width: 197mm;
				  /*max-height: 277mm;*/	}
	}
@media (orientation: landscape) {
	body	{	  width: 277mm;
				  /*height: 197mm;*/		}
	}

td.home    	 {	box-shadow: inset 0 0 0 1000px #FFFF80;	}
td.away,
td.unknown 	 {	box-shadow: inset 0 0 0 1000px white; }
tr.quit,
th.quit,
td.quit		 {	box-shadow: inset 0 0 0 1000px #C0C0C0	}
td.venue2  	 {	box-shadow: inset 0 0 0 1000px white;  }
td.diagonal	 {	box-shadow: inset 0 0 0 1000px black; }

h5			 {	box-shadow: inset 0 0 0 1000px green; }

#header 		{	margin: 0;
					padding-bottom: 90px;
					position: relative;	}
#header img		{	top: -10px;	}
#header h1		{	position: relative;
					top: 20px;
					max-width: 500px;
					margin: auto	}
#header>div		{	clear: both	}

#topmenu,
#crumbs,
#searchBox,
#adminmenu,
#archmenu,
#timers,
#footer hr,
#footer td+td,
#admin_btn,
ul.hmenu,
h6,
p.archives,
span.archives,
caption.archives,
table.league_head ul.vmenu,
input.button	{	display: none}