/* main tab styles */

#matchCentral{
	width: 315px;
	height: 270px;
	position: absolute;
	margin-left: 10px;
}

.TabMatchHidden {
	z-index:1;
	position:absolute;
	width: 315px;
	height: 270px;
	left: 0;
	top: 0;
	visibility: hidden;
}

.TabMatch {
	z-index:1;
	position:absolute;
	width: 315px;
	height: 270px;
	left: 0;
	top: 0;
	visibility: visible;
}

#matchTabA{
	width: 315px;
	height: 270px;
}

.matchActiveA{
	background-image: url(../images/match_central/ladder.jpg);
	font-size: 10px;
	color: #CD0303;
	font-weight: bold;
}

#matchTabB{
	width: 315px;
	height: 270px;
}

.matchActiveB{
	background-image: url(../images/match_central/this_round.jpg);
	font-size: 10px;
	color: #CD0303;
	font-weight: bold;
}

#matchTabC{
	width: 315px;
	height: 270px;
}

.matchActiveC{
	background-image: url(../images/match_central/results.jpg);
	font-size: 10px;
	color: #CD0303;
	font-weight: bold;
}

#matchTabD{
	width: 315px;
	height: 270px;
}

.matchActiveD{
	background-image: url(../images/match_central/next_round.jpg);
	font-size: 10px;
	color: #CD0303;
	font-weight: bold;
}

#matchTabE{
	width: 315px;
	height: 270px;
}

.matchActiveE{
	background-image: url(../images/match_central/fixture.jpg);
	font-size: 10px;
	color: #CD0303;
	font-weight: bold;
}


.matchTabStrip{
	height: 22px;
	background-image: url(../images/SANFL_tab_strip.jpg);
	font-size: 10px;
	bottom: 0px;
	font-weight: bold;
}

#matchMain{
	border-left-color: #7D7E7E;
	border-right-color: #7D7E7E;
	border-bottom-color: #7D7E7E;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height: 247px;
	overflow: hidden;
	width: 313px;
	font-size: 10px;
}


#matchMain a:link {
	color: #000099;
	text-decoration: underline;
}

#matchMain a:visited {
	text-decoration: underline;
	color: #000099;
}
#matchMain a:hover {
	text-decoration: none;
	color: #CD0303;
}
#matchMain a:active {
	text-decoration: none;
	color: #000099;
}

.matchMainFooter{
	background-color: #7D7E7E;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/* tab section styles */

/* ladder section styles */

#ladderBG{
	background-image: url(../images/match_central/ladderBG.gif);
	width: 313px;
	height: 247px;
}

.ladderTitle{
	font-size: 10px;
	color: #CD0303;
	font-weight: bold;
}

.ladderText{
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.ladderFooter{
	font-size: 10px;
	font-weight: bold;
	text-indent: 5px;
}

#roundsBG{
	background-image: url(../images/match_central/roundsBG.gif);
	width: 313px;
	height: 247px;
}

.matchTitle{
	font-size: 10px;
	font-weight: bold;
	color: #000099;
}

.matchSection{
	font-size: 10px;
	font-weight: bold;
}

.matchResult{
	font-size: 10px;
	color: #CD0303;
}

#fixtureBG{
	background-image: url(../images/match_central/fixtureBG.gif);
	width: 313px;
	height: 247px;
}

.scrolling{
	overflow: auto;
	height: 207px;
	width: 313px;
	position: absolute;
}
