/*Table formats -------------*/	/* Tables */    table.general    {        width: 475px;        height: auto;        border-collapse: collapse;        margin: 6px 0px 12px;    }	    table.matchInfo    {        width: 370px;        height: auto;        border-collapse: collapse;        margin: 6px 0px;	    }    table.results    {		width: 220px;		height: auto;		border-collapse: collapse;		margin: 0px;	}    table.league    {		width: 220px;		height: auto;		border-collapse: collapse;		margin: 0px;		}    table.stats    {		width: 475px;		height: auto;		border-collapse: collapse;		margin: 0px 0px 6px;    }    /* Next match table */	table.nextMatchBanner		{		background:  url(/handboll/bilder/nastamatch.jpg) no-repeat center;        width: 475px;        height: 48px;		border-collapse: collapse;	}	/* Row styles */	tr.whiteBack	{		background-color: White;		}		tr.blueBack	{		background-color: #000066;		}		tr.yellowBack	{		background-color: #FFEE00;		}	tr.greyBack	{		background-color: #CCCCCC;		}	/* Adds a border to the top of an element */	.topBorder	{		border-top: solid 1px #000066;	}					/* Cell formats */	    th.heading    {        font-size: 11px;        font-weight: bold;		line-height: 15px;        vertical-align: middle;        padding: 3px;    }    td.normal    {        font-size: 10px;        font-weight: normal;        line-height: 13px;        vertical-align: middle;        padding: 3px;    }            	/* OUTDATED REMOVE WHEN CLEAR!!! */      td.matchInfo    {        font-family: Verdana, Arial, Helvetica, Sans-Serif;        font-size: 10px;        font-weight: normal;        color: #000000;        line-height: 13px;				width: 240px;		border-style: none;		padding: 3px;		text-align: center;		vertical-align: middle;	    }    		td.leagueTeam	{        font-family: Verdana, Arial, Helvetica, Sans-Serif;        font-size: 10px;        font-weight: normal;        color: #000000;		width: 140px;		height: 14px;		text-align: left;		vertical-align: middle;		}		td.leagueGames	{        font-family: Verdana, Arial, Helvetica, Sans-Serif;        font-size: 10px;        font-weight: normal;        color: #000000;		width: 15px;		height: 14px;		text-align: left;		vertical-align: middle;	}	td.leagueGoals	{        font-family: Verdana, Arial, Helvetica, Sans-Serif;        font-size: 10px;        font-weight: normal;        color: #000000;		width: 50px;		height: 14px;		text-align: center;		vertical-align: middle;	}	td.leaguePoints	{        font-family: Verdana, Arial, Helvetica, Sans-Serif;        font-size: 10px;        font-weight: normal;        color: #000000;		width: 15px;		height: 14px;		text-align: right;		vertical-align: middle;	}		/* Sets the background color to grey */	.greyBack	{		background-color: #CCCCCC;	}
