/***
*	template league games styles
***/

#matchdaySelector {
	position:absolute; right:65px;
	border: 1px solid #333399;
	margin-top:-2px;
}

*+html #matchdaySelector {
	margin-top:12px;
}
* html #matchdaySelector {
	margin-top:12px;
}

.ddMatchdaySelector {
	width:160px; height:17px;
}

*+html .ddMatchdaySelector {
	height:20px;
}
* html .ddMatchdaySelector {
	height:20px;
}

.breakHeadline {
	clear:both;
	height:20px;
}

*+html .breakHeadline {
	height:5px;
}
* html .breakHeadline {
	height:5px;
}

.topNavi {
	float:left;
	margin-top:0px; 
	padding-top:1px;
	padding-left:18px;
	background-image:url(/images/own/tbl_navi_next.png); background-repeat:no-repeat;
}

#tnGames {
	width:120px;
}

#tnTable {
	width:100px;
}

#tnTopTeam {
	width:150px;
}

.gamesHead {
	width:100%;
	height:20px;
	background-image:url(/images/own/th_bg.png); background-repeat: repeat-x;
}

.gamesHead .gHead {
	font-weight:bold;
	margin-top:2px;
}

.gameDiv {
	width:100%;
	height:24px;
}

.gameDate {
	float:left;
	margin-top:5px; margin-left:8px;
	width:130px;
}

.gameTeam {
	float:left; text-align:left; width:230px;
	font-weight:bold;
	margin-top:5px;
}

.gameTeam a {
	font-weight:bold;
}

.gameResult {
	float:left;	width: 110px; text-align:center;
	margin-top:5px;
}

.gameReport {
	float:left;	width: 110px; text-align:center;
	margin-top:5px;
}

* html .gameReport {
	width:105px;
}

#btnNewGame {
	float:left;
	margin-top:5px; margin-bottom:5px;
}

* html #btnNewGame { margin-left:8px; }
*+html #btnNewGame { margin-left:8px; }


/* admin styles */

.tdNewGame {
	height:30px;
	line-height:30px;
	vertical-align:middle;
}

.tdNewGameLabel {
	width:140px;
	text-align:left;
}

.tdNewGameValue {
	width:240px;
	text-align:right;
}

.playtimeCal {
	margin-bottom:-6px;
}

.ddOption {
	width:240px;
}

.inputEndresult {
	margin-right:20px;
}

.inputHalfresult {
	position:absolute;
	margin-top:5px;
	right:12px;
}

