@charset "utf-8";
/* CSS Document */
body {
	background-color:#1d1d1d;
	margin:0;
}
#tabel {width:100%; height:25px; background:url(images/menu_bg.gif); background-repeat:repeat-x; border:0;}
#td_left_border {height:25px; width:15px;}
#td_players {height:25px; width:152px;}
#td_center {height:25px; width:100%;}
#td_menu{height:25px; width:279px;}
#td_right_border {height:25px; width:15px;}
.title {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
}
.title a:hover {
	color: #000;
	text-decoration:underline;
}
.title a:link, a:active, a:visited {
	color: #003a66;
	text-decoration:none;
}
#tooltip{
	background: #ffffff;
	font-family: verdana;
	font-size: 10px;
	width:auto;
	border:1px solid #778899;
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	opacity: 0.91;
	filter: alpha(opacity="91");
	line-height:15px; 	z-index:100;
	margin:0px;
	padding: 3px;
	position: absolute;
	visibility: hidden;
	border-collapse: separate;
}