@charset "UTF-8";
/* CSS Document */


/*---------------
□□□layout□□□
---------------*/

/*----------report----------*/

/*nav*/
#report{
	float:left;
}

#report div.nav
{
	background:#333;
	width:735px;
	line-height:2em;
	position:relative;
	left:15px;

}
#report div.nav li
{
	background:#333;
	width:105px;
	text-align:center;
	display:block;
	float:left;
}
#report div.nav li a,
#report div.nav li span
{
	background:#333;
	display:block;
	border-left:1px solid #fff;
	color:#fff;
	text-decoration:none;
}
#report div.nav li a:hover
{
	background:#ff7a17;
	color:#ffc8aa;
}

#report h4 img
{
	padding:10px 0px 0px 17px;
}
#report div.block th
{
	color:#fff;
	font-weight:bold;
}
#report div.block td.area
{
	font-size:108%;
	font-weight:bold;
}
.report_head
{
	padding:20px 10px 10px 15px;
}

/*block*/
#report div.block
{
	margin:0px auto;
	padding:15px;
	width:740px;
	clear:both;
}
#report div.block h5
{
	padding:0px 10px;
	font-size:14px;
	font-weight:bold;
	line-height:1.4em;
}

#report div.block h5 img{
	padding-right:10px;
	float:left;
}

#report div.block p.note
{
	padding:5px 20px;
	text-align:left;
}

/*score*/
#report div.score
{
	padding:10px;
	clear:both;
}
#report div.score_l
{
	width:350px;
	float:left;
}
#report div.score_r
{
	width:350px;
	float:right;
}
#report div.score table
{
	margin-bottom:10px;
	width:100%;
}
#report div.score th
{
	background:#3d8fd8;
	padding:5px 0px;
	border:1px solid #ccc;
	text-align:center;
}
#report div.score td
{	
	padding:5px 0px;
	border:1px solid #ccc;
	text-align:center;
}
#report div.score th.team{width:130px;}
#report div.score table.info td.scorer{width:130px;}
#report div.score td.half,
#report div.score td.pk
{
	background:#eee;
}
#report div.score td.total
{
	background:#ddd;
}

#report div.score table.info th
{
	background:#242e3a;
}

#report div.bottom
{
	clear:both;
}

#report div.block span.btnMovie a{
	background:url(../report/images/movie_btn.gif) top;
	display:block;
	width:100px;
	height:35px;
	margin:5px auto 0;
	text-indent:-9999px;
}

#report div.block span.btnMovie a:hover{
	background:url(../report/images/movie_btn.gif) bottom;
}
