.ladder {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 24px;
}
.ladder_tit {
	font-variant: small-caps;
	line-height: normal;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}
.ladder_team, .ladder_points {
	margin-bottom: 12px;
	font-weight: bold;
}
.ladder th {
	padding-top: 2px;
	text-align: center;
	background-color: #e6ae33;
	font-size: 8pt;
	color: #252280;
}
.ladder .us {
	color: #252280;
	border-bottom-color: #9f5c18;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #afa881;
	
}
.ladder .them {
	background-image: url(bits/beige.png);
	color: #000033;
	border-bottom-color: #9f5c18;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.ladder td {
	text-align: right;
	padding: 3px;
}

.match, .gut .match {
	border-color: #9f5c18;
	border-width: 1px;
	border-style: solid;
	background-image: url(bits/beige.png);
	padding: 2%;
	margin-left: 0px;
	text-align: center;
	color: #010057;
	background-repeat: repeat;
	display: block;
	position: relative;
	border-radius:6px;
	margin-bottom: 12px;
	
}
.match .when {
	font-style: normal;
	font-weight: normal;
	float: left;
	color: #9f5c18;
	margin: 0px;
	text-align: center;
	display: block;
	font-size: 8pt;
}
.match .where {
	font-style: normal;
	font-weight: normal;
	float: right;
	color: #9f5c18;
	margin: 0px;
	text-align: center;
	display: block;
	font-size: 8pt;
}
.match .home, .match .away {
	clear: both;
	text-align: left;
	display: block;
}
.match .team {
	text-align: left;
	display: inline-block;
	width: 60%;
}

.match .score {
	width: 20%;
	display: inline-block;
	text-align: right;
}
.match .points {
	width: 12%;
	display: inline-block;
	font-size: 88%;
	font-style: normal;
	font-weight: normal;
	color: #9f5c18;
	text-align: right;
}
.match .win {
	font-weight: bold;
}
.match:hover {
	background-color: #e0dbc3;
}

.widget .ladder {
	
	margin-bottom: 2px;
	
	font-size: 8pt;
	
}
.widget .win {
	font-weight: bold;
	color: #010057;
}

.widget .loss {
	font-style: normal;
	font-weight: normal;
	color: #010057;
}

.widget .match {
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	background-repeat: repeat;
	background-image: url(bits/beige.png);
	padding: 2%;
	margin-bottom: 0px;
	border-bottom-color: #9f5c18;
	border-bottom-style: solid;
	font-style: normal;
	font-weight: normal;
	color: #010057;
	font-size: 8pt;
	border-radius: 0px;
}

.widget .fixture {
	border-top-color: #9f5c18;
	border-top-width: 1px;
	border-top-style: solid;
}

.widget .match .where, .widget .match .when {
	font-size: 6pt;
	color: #9f5c18;
}

.widget .match .score {
}


