
.matchTable {
	background: #000 url(../images/tableCornerBottomRight.gif) no-repeat bottom right;
	width: 230px;
	height: 230px;
}

.matchTable.matches {
	
}


.matchTable.scores {
	height: 325px;
}

.matchTable > div {
	background:  url(../images/tableCornerBottomLeft.gif) no-repeat bottom left;
	height: 200px;
}

.matchTable.matches > div {
	
}

.matchTable.scores > div {
	height: 295px;
}

.matchTable > div > div {
	background:  url(../images/tableCornerTopRight.gif) no-repeat top right;
	height: 100%;
}

.matchTable.scores .tableTabs,
.matchTable.matches .tableTabs {
	height: 30px;
	background: white;
}


.matchTable .tableTabs a {
	font-size: 0.7em;
	display: block;
	float: left;
	height: 19px;
	margin-top: 6px;
	padding-top: 5px;
	padding-left: 9px;
	padding-right: 4px;
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
}

.matchTable .tableTabs a.active.first, 
.matchTable .tableTabs a.active.second, 
.matchTable .tableTabs a.active.third, 
.matchTable .tableTabs a.active.forth,
.matchTable .tableTabs a.active.fifth,
.matchTable .tableTabs a:hover.first, 
.matchTable .tableTabs a:hover.second, 
.matchTable .tableTabs a:hover.third, 
.matchTable .tableTabs a:hover.forth,
.matchTable .tableTabs a:hover.fifth {
	background-image: url(../images/tableCornerTopRight.gif);
	height: 20px;
	margin-top: 0px;
	padding-top: 10px;
}

.matchTable .tableTabs a.first {
	background-color:  #000;
	background-image: url(../images/tableCornerTopRightFirst.gif);
	color: #F1A01F;
	position: relative;
	left: 0em;
	bottom: 0em;
	z-index: 5;
	padding-left: 4px;
}

.matchTable .tableTabs a.second {
	background-color:  #B2B2B2;
	background-image: url(../images/tableCornerTopRightSecond.gif);
	color: #000;
	position: relative;
	left: -6px;
	bottom: 0em;
	z-index: 4;
	
}

.matchTable .tableTabs a.third {
	background-color:  #CCC;
	background-image: url(../images/tableCornerTopRightThird.gif);
	color: #000;
	position: relative;
	left: -12px;
	bottom: 0em;
	z-index: 3;
}

.matchTable .tableTabs a.forth {
	background-color:  #E6E6E6;
	background-image: url(../images/tableCornerTopRightForth.gif);
	color: #000;
	position: relative;
	left: -18px;
	bottom: 0em;
	z-index: 2;
}

.matchTable .tableTabs a.fifth {
	background-color:  #F6F6F6;
	background-image: url(../images/tableCornerTopRight.gif);
	color: #000;
	position: relative;
	left: -24px;
	bottom: 0em;
	z-index: 1;
}

.matchTable .content > div {
	font-size: 0.75em; 
	padding-top: 10px;
}

.matchTable .content .first  > div {
	color: #fff; 
}

.matchTable .content .contentRow {
	width: 75px; 
	height: 165px; 
	float: left; 
	text-align: center; 
	overflow: hidden;
}

.matchTable .content .caption {
	height: 20px; 
	text-align: right; 
	text-transform: uppercase; 
	padding-top: 5px; 
	padding-right: 5px;
}

.matchTable .content .contentRow.middle {
	border-left: 2px solid #3f3f3f; 
	border-right: 2px solid #3f3f3f;
	color: #006536;
}

#matchTable2 > div {
	
	height: 100%;
}

#matchTable2first .wrapper,
#matchTable3first .wrapper,
#matchTable4first .wrapper {
	background-image: url(../images/matchTableBgBlack.jpg);
}

#matchTable2second .wrapper,
#matchTable3second .wrapper,
#matchTable4second .wrapper {
	background-image: url(../images/matchTableBgGreyDark.jpg);
}

#matchTable2third .wrapper,
#matchTable3third .wrapper,
#matchTable4third .wrapper {
	background-image: url(../images/matchTableBgGreyMedium.jpg);
}

#matchTable2forth .wrapper,
#matchTable3forth .wrapper,
#matchTable4forth .wrapper {
	background-image: url(../images/matchTableBgGreyLight.jpg);
}

#matchTable2fifth .wrapper,
#matchTable3fifth .wrapper,
#matchTable4fifth .wrapper {
	background-image: url(../images/matchTableBgGreyLight2.jpg);
}

.matchTable table td.middle {
	text-align: center;
}

.matchTable table {
	width: 100%;
	
	font-size: 0.8em; 
	
}

.matchTable .wrapper {
	width: 185px; 
	margin: 0 auto; 
	padding: 2px 10px 15px 10px;
	background-position: 0px 19px;
}

.matchTable table td {
	padding-bottom: 4px;
	padding-top: 3px;
}

.matchTable table td.filled {
	border-bottom: 2px solid #3f3f3f;
}

.matchTable .first table tr.lions {
	color: #006536;
}

.matchTable .second table tr.lions,
.matchTable .third table tr.lions,
.matchTable .forth table tr.lions,
.matchTable .fifth table tr.lions {
	color: #006536;
}

.matchTable .first .lionsLogo {
	height: 60px;
	width: 60px;
	margin: 0 auto;
	background-image: url(../images/lionsLogoBlack.jpg);
}

.matchTable .second .lionsLogo {
	height: 60px;
	width: 60px;
	margin: 0 auto;
	background-image: url(../images/lionsLogoGreyDark.jpg);
}

.matchTable .third .lionsLogo {
	height: 60px;
	width: 60px;
	margin: 0 auto;
	background-image: url(../images/lionsLogoGreyMedium.jpg);
}

.matchTable .forth .lionsLogo {
	height: 60px;
	width: 60px;
	margin: 0 auto;
	background-image: url(../images/lionsLogoGreyLight.jpg);
}

.matchTable .fifth .lionsLogo {
	height: 60px;
	width: 60px;
	margin: 0 auto;
	background-image: url(../images/lionsLogoGreyLight2.jpg);
}