#competition
{
	font-size: 8pt;
	position: relative;
}

h1.display-cup
{
	font-size: 16pt;
}

#competition-round1 .oddgroup {
	background: url(/client/images/competition1-match-odd.gif) right center no-repeat;
	margin-top: 3px;
}

#competition-round1 .evengroup {
	background: url(/client/images/competition1-match-even.gif) right center no-repeat;
	margin-bottom: 25px;
}

#competition-round2 .oddgroup {
	background: url(/client/images/competition2-match-odd.gif) right 11px no-repeat;
	margin-top: 39px;
	height: 110px;
}

#competition-round2 .evengroup {
	background: url(/client/images/competition2-match-even.gif) right top no-repeat;
	/* margin-bottom: 99px; */
	padding-top: 28px;
}

#competition-round3 .oddgroup {
	background: url(/client/images/competition3-match.gif) 200px 11px no-repeat;
	margin-top: 115px;
}

#competition-final .oddgroup {
	background: url(/client/images/competitionfinal-match.gif) 252px 11px no-repeat;
	margin-top: 115px;
}

#competition-winner .oddgroup {
	background: url(/client/images/cup-cc9900.gif) left center no-repeat;
	height: 35px;
	margin-top: 125px;
}

#competition-winner .competition-match-team {
	border: none;
	line-height: 190%;
	text-indent: 28px;
	background: transparent;
	font-size: 1.5em;
	font-weight: bold;
}

.competition-round-title {
	color: #666;
	font-size: 13pt;
	padding-bottom: 10px;
	font-weight: normal;
}

.competition-round-title em {
	font-weight: normal;
}

.competition-match-team {
	width: 182px;
	height: 14px;
	font-weight: normal;
	padding: 3px 19px 3px 5px;
	position: relative;
	line-height: 140%;
	background-color: white;
	color: #666;
	background: url(/client/images/bgnd-competition-match-team.gif) top left no-repeat;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.competition-match-team a {
	color: #555;
	text-decoration: none;
}

.competition-match-team a:hover {
	text-decoration: underline;
}

.competition-match-team strong {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 3px;
	width: 14px;
	height: 14px;
	border-left: 1px solid #ccc;
	text-align: center;
}

.competition-match-team strong.fixture1 {
	right: 19px !important;
	padding: 3px;
}

.competition-match-date {
	font-size: 0.8em;
	color: #999;
	width: auto;
	height: 10px;
	padding: 3px 0 4px 3px;
}

.competition-match-date a {
	color: #003366;
	text-decoration: none;
}

.competition-match-date a:hover {
	text-decoration: underline;
}

.competition-match-date em {
	text-decoration: none;
}

.competition-match-date em a {
	text-decoration: underline;
	color: #999999;
}

.competition-match-date em a:hover {
	text-decoration: underline;
}

.competition-box-outer {
	height: 120px;
	position: relative;
}

.competition-box {
	padding-top: 23px;
	height: 74px;
}

.competition-box-left-horizontal-line-1 {
	position: absolute;
	left: -18px;
	width: 18px;
	height: 1px;
	top: 32px;
	background-color: #999999;
}

.competition-box-left-horizontal-line-2 {
	position: absolute;
	left: -18px;
	width: 18px;
	height: 1px;
	top: 87px;
	background-color: #999999;
}

.competition-box-left-vertical-line-1 {
	position: absolute;
	left: -19px;
	width: 1px;
	bottom: 87px;
	background-color: #999999;
}

.competition-box-left-vertical-line-2 {
	position: absolute;
	left: -19px;
	width: 1px;
	top: 87px;
	background-color: #999999;
}

.competition-box-right-horizontal-line-1 {
	position: absolute;
	left: 206px;
	width: 15px;
	height: 1px;
	top: 32px;
	background-color: #999999;
}

.competition-box-right-horizontal-line-2 {
	position: absolute;
	left: 206px;
	width: 15px;
	height: 1px;
	top: 87px;
	background-color: #999999;
}

.competition-box-right-vertical-line {
	position: absolute;
	left: 221px;
	width: 1px;
	top: 32px;
	height: 56px;
	background-color: #999999;
}

.competition-box-right-horizontal-line-3 {
	position: absolute;
	left: 222px;
	width: 28px;
	top: 60px;
	height: 1px;
	background-color: #999999;
}

.competition-winner
{
	position: relative;
	top: -10px;
}

.competition-winner-left-vertical-line
{
	position: absolute;
	left: -19px;
	width: 19px;
	height: 1px;
	top: 10px;
	background-color: #999999;
}
