.cup {
	margin-top: 2px;
	color: #969696;
}

.cupView {
	width: 1108px;
	background-image: url('img/cup/cup_taulukko.png');
}

.cupViewCity {
	margin-top: 22px;
	margin-left: 15px;
}

.cupViewScroll {
	margin-top: 1px;
	margin-left: 0px;
}

.cupHeaderPanel {
	margin-top: 2px;
	margin-left: 35px;
}

.cupHeader {
	float: none;
	display: block;
	margin-top: 8px;
	width: 1070px;
	margin-left: 0px;
	font-size: 20px;
	color: rgb(150, 150, 150);
	text-align: center;
	height: 25px;
}

.cupTable {
	margin-top: 0px;
	margin-left: 40px;
}

.cupMatchColumnPanelRound1Left {
	margin-top: 0px;
	width: 148px;
}

.cupMatchColumnPanelRound2Left {
	margin-top: 10px;
	width: 154px;
}

.cupMatchColumnPanelRound3Left {
	margin-top: 2px;
	width: 147px;
}

.cupMatchColumnPanelFinal {
	margin-top: 0px;
	width: 169px;
	margin-left: 22px;
}

.cupMatchColumnPanelRound3Right {
	margin-top: 2px;
	width: 153px;
}

.cupMatchColumnPanelRound2Right {
	margin-top: 10px;
	width: 151px;
}

.cupMatchColumnPanelRound1Right {
	margin-top: 0px;
	width: 148px;
}

.cupMatchPanel {
	margin-top: 2px;
}

.cupTeam1 {
	margin-top: 3px;
	width: 118px;
	text-align: center;
	cursor: url("img/cursor/cursor32x32_hover.png"), auto;
	height: 18px;
}

.cupTeam2 {
	width: 118px;
	text-align: center;
	height: 13px;
	margin-top: 22px;
	cursor: url("img/cursor/cursor32x32_hover.png"), auto;
}

.cupRound1Match {
	margin-top: 0px;
	margin-bottom: 18px;
}

.cupRound2Match {
	margin-top: 24px;
	margin-bottom: 70px;
}

.cupRound3Match {
	margin-top: 110px;
}

.cupFinalMatch {
	margin-top: 113px;
}

/*************** match setup *******************/
.matchSetupHeaderPanel {
	margin-top: 3px;
	margin-left: 209px;
	width: 820px;
}

.matchSetupHeader1 {
	color: #969696;
	width: 784px;
	text-align: center;
	font-size: 24px;
}

.matchSetupTeamNamePanelPlayer {
	margin-top: 4px;
	width: 1112px;
}

.matchSetupTeamNamePanelEnemy {
	margin-top: 0px;
	width: 1112px;
	margin-bottom: 13px;
}

.matchSetupTeamName {
	margin-top: 2px;
	font-size: 30px;
	width: 486px;
	text-align: center;
}

.matchSetupContent {
	margin-top: 0px;
}

.matchSetupCenterPanel {
	margin-left: 5px;
	margin-right: 37px;
}

.matchSetupTeamPanelUpper {
	margin-left: 20px;
	margin-top: 11px;
}

.matchSetupTeamPanelLower {
	margin-left: 20px;
	margin-top: 18px;
	height: 222px;
}

.matchSetupGladiatorPanel {
	margin-right: 6px;
}

.matchSetupActionPanel {
	margin-top: 2px;
}

.matchSetupMoralePanel {
	background-image: url("img/match_setup/moraleBall.png");
}

.matchSetupMoraleLabel {
	margin-top: 11px;
	margin-bottom: 0px;
	font-size: 18px;
	cursor: url("img/cursor/cursor32x32_hover.png"), auto;
	height: 35px;
	width: 33px;
	margin-left: 7px;
	text-align: center;
}

.matchSetupActions {
	margin-top: 8px;
	width: 226px;
	margin-left: 7px;
	font-size: 16px;
	font-family: arefont;
}

.matchSetupFightsLabel {
	margin-top: 7px;
	color: rgb(150, 150, 150);
	font-size: 18px;
	margin-left: 8px;
}

.matchSetupInjuredLabel {
	margin-top: 7px;
	font-size: 18px;
	margin-left: 8px;
}

.matchSetupCancelButton {
	margin-top: 2px;
}

.matchSetupOkButton {
	margin-top: 2px;
}

.matchSetupView {
	background-image: url('img/match_setup/MatchSetup.png');
	background-repeat: no-repeat;	
}

.matchSetupTeamNameLabel {
	margin-top: 14px;
	margin-left: 488px;
	color: rgb(150, 150, 150);
	text-align: center;
	width: 247px;
}

.theCancelButton {
	margin-top: 12px;
	margin-left: 30px;
	background-image: url('img/match_setup/cancel.png');
	background-position:0 -115px;
	width: 116px;
	height: 115px;
}
.theCancelButton:hover { background-position:0 0; }
.theCancelButton:active { background-position:0 -230px; }

.theCancelButton-fi {
	margin-top: 12px;
	margin-left: 30px;
	background-image: url('img/match_setup/cancel-fi.png');
	background-position:0px -115px;
	width: 116px;
	height: 115px;
}
.theCancelButton-fi:hover { background-position:0px 0; }
.theCancelButton-fi:active { background-position:0px -230px; }

.theGiveUpButton {
	margin-top: 12px;
	margin-left: 30px;
	background-image: url('img/match_setup/giveup.png');
	background-position:0 -115px;
	width: 118px;
	height: 115px;
	margin-right: 380px;
}
.theGiveUpButton:hover { background-position:0 0; }
.theGiveUpButton:active { background-position:0 -230px; }
.theGiveUpButtonDisabled {
	margin-top: 12px;
	margin-left: 30px;
	background-image: url('img/match_setup/giveup.png');
	background-position:0 -230px;
	width: 118px;
	height: 115px;
	margin-right: 380px;
}

.theGiveUpButton-fi {
	margin-top: 12px;
	margin-left: 30px;
	background-image: url('img/match_setup/giveup-fi.png');
	background-position:0px -115px;
	width: 118px;
	height: 115px;
	margin-right: 380px;
}
.theGiveUpButton-fi:hover { background-position:0px 0; }
.theGiveUpButton-fi:active { background-position:0px -230px; }
.theGiveUpButtonDisabled-fi {
	margin-top: 12px;
	margin-left: 30px;
	background-image: url('img/match_setup/giveup.png');
	background-position:0 -230px;
	width: 118px;
	height: 115px;
	margin-right: 380px;
}

.theTrainButton {
	margin-top: 12px;
	margin-left: 30px;
	background-image: url('img/match_setup/train.png');
	background-position:0 -115px;
	width: 118px;
	height: 115px;
	margin-right: 380px;
}
.theTrainButton:hover { background-position:0 0; }
.theTrainButton:active { background-position:0 -230px; }

.theTrainButton-fi {
	margin-top: 12px;
	margin-left: 30px;
	background-image: url('img/match_setup/train-fi.png');
	background-position:0px -115px;
	width: 118px;
	height: 115px;
	margin-right: 380px;
}
.theTrainButton-fi:hover { background-position:0px 0; }
.theTrainButton-fi:active { background-position:0px -230px; }

.theFightButton {
	margin-left: 30px;
	background-image: url('img/match_setup/fight.png');
	background-position:0 -144px;
	width: 146px;
	height: 144px;
}
.theFightButton:hover { background-position:0 0; }
.theFightButton:active { background-position:0 -287px; }
.theFightButton-fi {
	margin-left: 30px;
	background-image: url('img/match_setup/fight-fi.png');
	background-position:0px -144px;
	width: 146px;
	height: 144px;
}
.theFightButton-fi:hover { background-position:0px 0; }
.theFightButton-fi:active { background-position:0px -287px; }

.theFightButtonDisabled {
	margin-left: 30px;
	background-image: url('img/match_setup/fight-disabled.png');
	background-position:0 -144px;
	width: 146px;
	height: 144px;
}
.theFightButtonDisabled:hover { background-position:0 0; }
.theFightButtonDisabled:active { background-position:0 -287px; }
.theFightButtonDisabled-fi {
	margin-left: 30px;
	background-image: url('img/match_setup/fight-disabled-fi.png');
	background-position:0px -144px;
	width: 146px;
	height: 144px;
}
.theFightButtonDisabled-fi:hover { background-position:0px 0; }
.theFightButtonDisabled-fi:active { background-position:0px -287px; }

.matchSetupButtonPanel {
	margin-left: 357px;
	margin-top: 20px;
	margin-bottom: 1px;
}