@charset "utf-8";

* html, body {
	font-family: Tahoma, Univers, Verdana, Arial, Helvetica, sans-serif; 
}

.tmninfo_box {
	color: #000;
	border: solid 1px #333;
	background: #D3D3D3;
	width: 200px;
	max-width: 200px;
}

.tmninfo_head {
	height: 18px;
	color: #FFF;
    font-size: 10pt;
    background: #1F1F1F;
	text-align: center;
	font-weight: bold;
}

.tmninfo_rank {
	color: #000000;
	font-size: 7pt;
	font-weight: bold;
	border-bottom: 1px dotted #999;
	text-align: left;
}

.tmninfo_player {
	color: #000000;
	font-size: 7pt;
	border-bottom: 1px dotted #999;
	text-align: left;
}

.tmninfo_time {
    color: #000000;
    font-size: 7pt;
    border-bottom: 1px dotted #999;
	text-align: left;
}

.tmninfo_rankinter {
    color: #000000;
    font-size: 7pt;
	border-bottom: 1px dotted #999;
	text-align: right;
}

.tmninfo_limit {
	height: 16px;
	color: #FFF;
    font-size: 7pt;
	text-align: center;
	background-color: #1F1F1F;
}

.tmninfo_empty {
	color: #000000;
	font-size: 7pt;
	text-align: center;
}

.tmninfo_bottom {
	height: 16px;
	color: #FFF;
	font-size: 7pt;
	background: #000;
	border-bottom: 1px dotted #666;
}

.tmninfo_join {
	height: 16px;
	color: #FFF;
    font-size: 8pt;
    background: #000;
	text-align: center;
	font-weight: bold;
	border-top: 1px dotted #666;
}
.tmninfo_join a, .tmninfo_join a:link, .tmninfo_join a:active, .tmninfo_join a:visited {
	text-decoration: none;
	color: #666;
}
.tmninfo_join a:hover {
	color: #AA0000;
}