/* ---------------------- Usual Set Outs -------------------------- */
#thebofleftcol li
{
	padding-bottom: 5px;
}

#thebofleftcol {
	xxborder: 1px solid red;
	width: 25%;
	float: left;
}

#thebofmaincontent {
	xxborder: 1px solid blue;
	float: left;
}

#thebofcontentwrapper
{
	xxwidth: 80%;
	float: right;
	xxborder: 1px solid black;
	width: 70%;
}

#thebofwrapper
{
	width: 97%;
	xxborder: 1px solid green;
	xxpadding-left: 20px;
}

.theboflistresult
{
	xxborder: 1px solid green;
}
.thebofleaguetable
{
	width: 100%;
}

.thebofleaguetable .datarow
{
	width: 100%;
	border-bottom: 1px solid green;
	clear: both;
}

.thebofleaguetable .headerrow
{
	width: 100%;
	font-weight: bold;
	float: left;
	background-color: #DFF1DA;
}


{
	width: 1em;
	float: left;
}
.thebofleaguetable .teamname
{
	width: 10em;
	float: left;
}
.thebofleaguetable .position, .thebofleaguetable .teamplayed, .thebofleaguetable .teamwon, .thebofleaguetable .teamdrawn, 
.thebofleaguetable .teamlost, .thebofleaguetable .teamscored, .thebofleaguetable .teamconceded, .thebofleaguetable .teampoints
{
	width: 1.5em;
	float: left;
}
#thebofwrapper table
{
	width: auto;
}