/*
-----------------------------------------------
PIAA District 5 Style - Sports Reports
Name:		version 7
Designer:	Jaemie Gyurik
		www.jaemiegyurik.com
		01 Aug 2004
----------------------------------------------- */

table.sports	{	background: #fff;
			border-left: 1px solid #000;
			border-right: 1px solid #000;
			border-top: 1px solid #000;
			color: #000;
			font: normal x-small verdana, helvetica, arial, sans-serif;
			height: auto;
			width: 100%;
		}
		
td.header	{ 	background: #c00;
			border-bottom: 1px solid #000;
			color: #fff;
			font: bold medium verdana, helvetica, arial, sans-serif;
			line-height: 200%;
			text-align: center;
			text-transform: uppercase;
		}

td.left		{	background: #fff;
			border-bottom: 1px solid #000;
			border-right: 1px solid #000;
			color: #000;
			font: x-small verdana, helvetica, arial, sans-serif;
			height: auto;
			padding: 5px;
		}
		
td.middle	{	background: #fff;
			border-bottom: 1px solid #000;
			border-right: 1px solid #000;
			color: #000;
			font: normal x-small verdana, helvetica, arial, sans-serif;
			height: auto;
			padding: 5px;
			text-align: center;
		}
		
td.right	{	background: #fff;
			border-bottom: 1px solid #000;
			color: #000;
			font: normal x-small verdana, helvetica, arial, sans-serif;
			height: auto;
			padding: 5px;
			text-align: center;
		}
