#playerLabel {
	float: left;
	margin: 10px 5px 0px 5px;
	color: #CCCCFF;
	text-decoration: underline;
	cursor: auto;
}

#memberList {
	margin: 7px 5px 0px 5px;
	height: 25px;
	width: 180px;
	font-size: 13px;
}

#resultDiv {
	padding-top: 40px;
	margin: 0px 3% 0px 5px;
	font-size: 12px;
}

#resultDiv table {
	width: 50%;
}

#resultDiv table th {
	text-align  : center;
	padding     : 0px;
	white-space: nowrap;
	text-decolation: none;
	font-weight: normal;
	font-size: 13px;
}

#resultDiv table td {
	text-align  : right;
	padding     : 3px 6px;
	white-space: nowrap;
	font-size: 14px;
}

#resultDiv table td.left {
	text-align  : left;
}

#resultDiv table td.up {
	color  : #0000FF;
}

#resultDiv table td.down {
	color  : #FF0000;
}

.title {
	margin : 5px 0px;
}
.title span {
	margin-right: 5px;
	font-weight: normal;
}

.rowSelect {
	background-color: #FFFF55 ! important;
}
