@charset "utf-8";

/* CSS Document */
/* GAME MANAGEMENT MODULE */

td.modTix {
	vertical-align: top;
	height: 228px;
	background-image: url(../img/module/ticketbackground.png); }
	
tr.modDate {
	height: 22px;
	background-image: url(../img/module/datebackground.png);
	background-repeat: repeat-x;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none; }
	
tr.modTeam {
	height: 22px;
	background-image: url(../img/module/teambackground.png);
	background-repeat: repeat-x;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none; }