@charset "iso-8859-1";

/*******************************************************************************
*  borders.css : 2004-07-29 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  this stylesheet defines any and all borders that are rendered on the layou.
*  this includes the left and right-hand borders of the #outerColumnContainer
*  element which are used as the backgrounds for the left and right columns.
*******************************************************************************/

/*caption
{
	text-align:left;
	margin: 0 0 .5em 0;
	font-weihgt:bold;
}*/
table
{
	border-collapse:collapse;
	
}
#tenistablestanding
{
font-size:24px;
}

th, td
{
	border-right: 0px solid #fff ;
	border-bottom: 0px solid #fff ;
	color:#000000; /* zmiana koloru liter w calej tabeli*/
	font-family:Arial, Helvetica, sans-serif ;
	
}	

th
{
font-weight: bold;
font-size:14px;
text-align:center;
}

tr
{
	background:#FFF; /*zmiana coloru tla calej tabeli*/
	font-size:11px;
	
}
thead th
{
	background-image: url('http://www.konfeks-legnica.com/graphics/heading/bg-h1.jpg');
	background-repeat: repeat-x	;
	font-weight: bold;
	color:#FFFFFF;
	height: 20px;	
			
}
tbody th /* naglowek tabeli*/
{
	font-weight: bold;
	background:#C8D8F0; /* zmiana coloru naglowka tabeli*/
	font-size:16px;
}
tr.alternate
{
background:#C8D8F0;
}
tr.alternate th
{
background:#00CC99;
}
.columnscore { /*fonty tabeli ligowej tenisa*/
    font-family: helvetica;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
.columndata { /*fonty tabeli ligowej tenisa*/
    font-family: helvetica;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
.columnscore2 { /*fonty tabeli ligowej tenisa*/
    font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.columndata2 { /*fonty tabeli ligowej tenisa*/
    font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;	
	}
.columnscore3 { /*fonty tabeli ligowej tenisa*/
    font-family: arial;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
.columndata3 { /*fonty tabeli ligowej tenisa*/
    font-family: arial;
	font-size: 11px;
	font-weight: normal;
	text-align: left;	
}
.rowdata { /*przedziela tabele na 2*/
    font-family: helvetica;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-image: url('http://www.konfeks-legnica.com/graphics/heading/bg-h1.jpg');
	color:#FFFFFF;
}
.rowdata2 { /*przedziela tabele na 2*/
    font-family: arial;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	background-image: url('http://www.konfeks-legnica.com/graphics/heading/bg-h1.jpg');
	color:#FFFFFF;
}

/******************************************************************************/
