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

.tunier_navi {
	display: block;
	width: 871px;
}
.tunier_navi_left {
	display: block;
	float: left;
}
.tunier_navi_center {
	display: block;
	float: left;
	margin-left: 377px;
	height: 18px;
	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: 17px;
	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: #2b89cf;
	/* 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: 14px;
	padding-left: 2px;
	/* 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: #2b89cf;
	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); */
	background-image: url(/images/game1/roster/bg_player_hover.gif);
	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: #2b89cf;
	padding-right: 2px;
	font-size: 10px;
}
.vs a {
	color: #2b89cf;
	text-decoration: none;
}
.vs a:hover {
	text-decoration: underline;
}

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

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

.lines_middle {
	display: block;
	width: 1px;
	height: 18px;
	border-right: 1px solid #2b89cf;
}

.player_popup {
	display: none;
	width: 142px;
	height: 172px;
	position: absolute;
	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;
	
}




/* USED */
a, img, img a {
	text-decoration:none;
	border:0;
	outline:0;
}

.container {
	display: block;
	width: 931px;
	clear:both;
/*	background:url(/images/game1/roster/container_bg.png) repeat-y top left; */
	padding:5px 55px 5px 55px;
}

.topbanner2 {
	background:url(/images/game1/roster/darkmidbg2.png) repeat-y top left; 		
}
.partners {
	float:left;
	width:181px;
}
	
.partner_box {
	background:url(/images/game1/roster/partner_box.jpg) no-repeat top left;
	width:181px;
	height:222px;
	margin-top:-3px;
}
.topbannermidright {
	float: right;
	background-image: url(/images/game1/roster/bannermidrightbgbg_09.jpg);
	width: 261px;
	background-position: top right;
	background-repeat: repeat-y;
	
}
.topbannermidleft {
	background-image:url(/images/game1/roster/bannertopmidbg_08.jpg);
	margin-right: 261px;
	width: 931px;
	background-position: top left;
	background-repeat: repeat-y;
}
.tabs2 {
	height:24px;
	margin:0;
	padding-left:8px;
	background-color: #333232;
	}

.tabs2 ul {
	list-style:none;
	padding:0;
	margin:0;
	}
	
.tabs2 ul li {
	float:left;
	background:url(/images/game1/roster/tab_normal_left.jpg) no-repeat top left;
	height:24px;
	line-height:24px;
	font-weight:bold;
	
	}
	
.tabs2 ul li a {
	background:url(/images/game1/roster/tab_normal_right.jpg) no-repeat top right;
	color:#000;
	display:block;
	text-align:center;
	padding:0 10px;
	}
	
.tabs2 ul li:hover {
	background:url(/images/game1/roster/tab_active_left.jpg) no-repeat top left;
	color:#fff;
}
	
.tabs2 ul li a:hover {
	background:url(/images/game1/roster/tab_active_right.jpg) no-repeat top right;
	color:#fff;
}
	
	
.tabs2 ul li.selected {
	background:url(/images/game1/roster/tab_active_left.jpg) no-repeat top left;
	color:#FFF;
}
	
.tabs2 ul li.selected a {
	background:url(/images/game1/roster/tab_active_right.jpg) no-repeat top right;
	color:#FFF;
}
