@charset "utf-8";

@import url(base.css);
@import url(common.css);
@import url(program.css);

/*======================================

     Team List

=======================================*/

ul#teamList {
	padding-bottom: 5px;
	margin-left: 5px;
	background-color: #000;
}

ul#teamList li {
	float: left;
	margin: 5px 0 0 5px;
	padding: 4px;
	width: 147px;
	background-image: url("../boxset/team/team_base.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	/* for IE Double Margin Bug */
	display: inline;
}

* html ul#teamList li {
	/* for IE 6 */
	width: 155px
}

ul#teamList li span {
	display: block;
}

ul#teamList li span.teamLogo {
	float: left;
	width: 67px;
	height: 65px;
	background: transparent url("../boxset/team/logo_base_mini.gif") no-repeat top left;
}
ul#teamList li span.teamLogo a img{
	border: none;
	padding: 0;
}
ul#teamList li span.teamName{
	float: right;
	width: 76px;
	height: 65px;
	overflow: hidden;
	outline: none;
	background: transparent url("../boxset/team/name_base.gif") no-repeat top right;
}
ul#teamList li span.teamName a img{
	border: none;
	padding: 0;
}

ul#teamList li span.toDetail{
	clear: both;
	width: 147px;
}

p.footPager {
	margin-bottom: 5px;
}

/*======================================

     Big Button OverRide

=======================================*/
a.commonBtn.big {
	width: 127px;
}
* html a.commonBtn.big {
	/* for IE 6 */
	width: 147px
}
a.commonBtn.big span{
text-align: center;
}

/*======================================

     Team Detail

=======================================*/
div#mainBlock h1{
	clear: both;
}
div#teamHeader{
	margin: 0 0 5px 5px;
	padding: 5px;
	background-color: #fff;
	border-style: solid;
	border-color: #1e1e1e;
	border-width: 1px;
}
div#teamHeader div#loboBlock{
	float: left;
	height: 136px;
	padding: 7px 8px;
	background: transparent url("../boxset/team/logo_base.jpg") no-repeat left top;
}
* html div#teamHeader div#loboBlock {
	/* for IE 6 */
	padding-bottom: 5px;
}
div#teamHeader div#textBlock{
	float: right;
	width: 475px;
	height: 150px;
	background: transparent url("../boxset/team/text_base.gif") no-repeat left top;
}
div#teamHeader h2{
	float: left;
	padding: 11px 0  8px 10px;
	color: #fff;
	font-size: 122%;
}
div#teamHeader h2 span{
	color: #999;
	padding-left: 12px;
	font-size: 77%;
	font-family: "Arial Black";
}
div#teamHeader div#teamInfo{
	float: left;
	width: 468px;
}
div#teamHeader p a{
	float: right;
	width: 148px;
	margin: 8px 7px 0 0;
	height: 0 !important;
	height /**/: 29px;
	padding-top:29px;
	overflow: hidden;
	outline:none;
	text-align: right;
	/* for IE Double Margin Bug */
	display: inline;
}
div#teamHeader p.toPlayers a{
	background: #cdd6df url("../boxset/team/to_players_btn.gif") no-repeat left top;
}
div#teamHeader p.toTeam a{
	background: #cdd6df url("../boxset/team/to_team_btn.gif") no-repeat left top;
}
div#teamHeader p a:hover{
	background-position: 0 -29px;
}

/*======================================

     Players Table

=======================================*/
table#playersTable{
	width: 645px;
	margin: 0 0 0 5px;
	font-size: 77%;
	color: #464646;
	border-style: none solid solid none;
	border-width: 1px;
	border-color: #7b848a;
}
table#playersTable tr.oddRow{
	background-color: #eaeced;
}
table#playersTable tr.evenRow{
	background-color: #fff;
}
table#playersTable td{
	text-align: center;
	padding: 6px 5px;
	border-style: solid none none solid;
	border-width: 1px;
	border-color: #7b848a;
}
table#playersTable th{
	line-height: 1px;
	border-style: solid none none solid;
	border-width: 1px;
	border-color: #7b848a;
}
table#playersTable td.nameCell{
	text-align: left;
}
div#videoBrowser{
	margin-top: 5px;
	margin-bottom: 0;
}
div.basicBox.rankingType{
	margin-top: 5px;
}