/*
-----------------------------------------------
PIAA District 5 Style - "A" Brackets
Name:		version 7
Designer:	Jaemie Gyurik
		www.jaemiegyurik.com
		01 Aug 2004
----------------------------------------------- */

a		{	color: #c00;
			font-weight: normal;
			text-decoration: none;
		} 

a:link		{	color: #c00;
			text-decoration: none;
		} 
		
a:visited	{	color: #900;
			text-decoration: none;
		}
		
a:hover		{	border-bottom: 1px solid #f00;
			color: #f00;
			padding-bottom: 2px;
		}

body		{	background: #fff;
			color: #000;
			font: x-small verdana, arial, helvetica, sans-serif;
			margin: 15px;
		}
		
hr		{	color: #000;
			height: 1px;
			width: 100%;
		}
		
		
		
		
/* Brackets
----------------------------------------------- */
#brackets	{	text-align: center;
		}
		
#nav		{ 	background: #fff;
			color: #000;
			font: xx-small verdana, arial, helvetica, sans-serif;
			line-height: 200%;
			text-align: left;
		}
		
#updated	{	background-color: #000;
			color: #fff;
			font: bold xx-small verdana, arial, helvetica, sans-serif;
			margin-top: 10px;
			margin-bottom: 10px;
			padding: 5px;
			text-align: left;
			width: 80%;
		}

table.brackets	{	background: #fff;
			color: #000;
			font: x-small verdana, arial, helvetica, sans-serif;
			height: auto;
			padding: 5px;
			width: 80%;
			text-align: center;
		}
		
td.cell		{ 	background: #ccc;
			color: #000;
			font: x-small verdana, arial, helvetica, sans-serif;
			font-weight: bold;
			line-height: 200%;
			text-align: center;
			width: 25%;
		}

td.connect	{ 	background: #ccc;
			color: #ccc;
			font: x-small verdana, arial, helvetica, sans-serif;
			line-height: 200%;
			text-align: center;
		}
		
td.date		{ 	background: #fff;
			color: #000;
			font: x-small verdana, arial, helvetica, sans-serif;
			text-align: center;
			width: 25%;
		}

td.empty	{ 	background: #ccc;
			color: #ccc;
			font: x-small verdana, arial, helvetica, sans-serif;
			line-height: 200%;
			text-align: center;
		}

td.heading	{ 	background: #c00;
			border: 1px solid #000;
			color: #fff;
			font: bold large verdana, arial, helvetica, sans-serif;
			text-align: center;
			text-transform: uppercase;
			width: 100%
		}

td.headdate	{ 	background: #fff;
			color: #000;
			font: bold x-small verdana, arial, helvetica, sans-serif;
			text-align: center;
			text-transform: uppercase;
			width: 25%;
		}
		
td.site		{ 	background: #fff;
			color: #000;
			font: x-small verdana, arial, helvetica, sans-serif;
			text-align: center;
			width: 25%;
		}
		
td.spacer	{ 	background: #fff;
			color: #fff;
			font: x-small verdana, arial, helvetica, sans-serif;
			line-height: 200%;
			text-align: center;
		}

td.subheading	{ 	background: #000;
			color: #fff;
			font: medium verdana, arial, helvetica, sans-serif;
			font-weight: bold;
			line-height: 200%;
			text-align: center;
			width: 100%;
		}
