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

.tunier_navi {
}
.tunier_navi_left {
	float: left;
}
.tunier_navi_center {
	float: left;
	margin-left: 40%;
	height: 26px;
	width: 150px;
	/* background-color: #999; */
	/* background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#d7d7d7));
	background: -moz-linear-gradient(top,  #fefefe,  #d7d7d7); */
	background-image: url(/images/game1/roster/bg_navi.gif);
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #b6b6b6;
	text-align: center;
}
.tunier_navi_right {
	float: right;
}
.tunier_navi_left a, .tunier_navi_right a {
	display: block;
	width: 18px;
	height: 22px;
	background-color: #999;
	color: #000000;
	padding-top: 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #b6b6b6;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#d7d7d7));
	background: -moz-linear-gradient(top,  #fefefe,  #d7d7d7); */
	background-image: url(/images/game1/roster/bg_navi.gif);
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
}

.tunier_table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
.tunier_table td {
	padding: 0px;
	margin: 0px;
}

.tunier_table #arrow {
	width: 3px;
	background-image: url(/images/game1/roster/arrow.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.tunier_table_round {
	display: block;
	width: 156px;
	min-height: 60px;
	padding: 2px;
	text-align: center;
        color: #114267;
	/* background-color: #999; */
	/* background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#d7d7d7));
	background: -moz-linear-gradient(top,  #fefefe,  #d7d7d7); */
	background-image: url(/images/game1/roster/bg_round.gif);
	border: 2px solid #323232;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-size: 11px;
}

.spieler {
	display: block;
	width: 158px;
	height: 24px;
	padding-left: 4px;
	padding-bottom: 5px;
        vertical-align: middle;
        margin-bottom:-4px;
	/* background-color: #999; */
	/* background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#d7d7d7));
	background: -moz-linear-gradient(top,  #fefefe,  #d7d7d7); */
	background-image: url(/images/game1/roster/bg_player.gif);
	border: 2px solid #323232;
	font-size: 11px;
        color: #114267;
	text-decoration: none;
}

.spieler a {
	color: #000;
	font-size: 10px;
	font-weight: normal;
}

.top {
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
.bottom {
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.win a {
	font-weight: bold;
}

.hover {
	background-color: #87bae0; 
	background: -webkit-gradient(linear, left top, left bottom, from(#37a4f7), to(#013d6f));
	background: -moz-linear-gradient(top,  #37a4f7,  #013d6f); 
	color: #ffffff;
	border-color: #2b89cf;
}
.hover a {
	color: #ffffff;	
}

.winner a {
        color: #FF0000;
        font-size: 12px;
        font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.vs {
	text-align: right;
	color: #ffffff;
	padding-right: 2px;
	font-size: 10px;
}
.vs a:link  {
	color: #ffffff;
	text-decoration: none;
}
.vs a:visited  {
        color: #ffffff;
        text-decoration: none;
}
.vs a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.lines_topleft {
	display: block;
	width: 4px;
	height: 8px;
	margin-top: 11px;
        margin-bottom:-2px;
	border-right: 1px solid #2b89cf;
	border-top: 1px solid #2b89cf;
}

.lines_bottomleft {
	display: block;
	width: 4px;
	height: 8px;
	margin-bottom: 11px;
	margin-top: -2px;
	border-right: 1px solid #2b89cf;
	border-bottom: 1px solid #2b89cf;
}

.lines_middle {
	display: block;
	width: 4px;
	height: 22px;
	margin-top: -2px;
	margin-top: -2px;
	border-right: 1px solid #2b89cf;
}

.player_popup {
	display: none;
	width: 142px;
	height: 172px;
	position: absolute;
	color: #4477a1;
	padding: 4px;
	z-index: 1;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#d7d7d7));
	background: -moz-linear-gradient(top,  #fefefe,  #d7d7d7); */
	background-image: url(/images/game1/roster/bg_playerinfo.gif);
	border: 2px solid #323232;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
}




