/** PageBody Settings **/

.PlayerList {
  clear: both;
  width: 600px;
}

.PlayerList table {
  width: 100%;
}

.PlayerList table td {
  padding: 2px;
  border-bottom: 1px solid #555555;
}

.PlayerList table th {
  padding: 2px;
  background-color: #D87E00;
	font-weight: normal;
	white-space: nowrap;
}


.PlayerName {
  width: 65%;
}


.Photo {
  width: 272px;
  height: 160px;
}

.PhotoDiv {
  float: left;
  padding: 4px 5px 5px 8px;
}

.InfoDiv {
  float: left;
  width: 280px;
  padding: 4px 3px 3px 3px;
}

.InfoDiv table {
  width: 100%;
}

.InfoDiv table td {
  padding: 3px;
  text-align: left;
}

.InfoTD {
  width: 80%;
}

.ServerDown {
  font-weight: normal;
  font-size: 15px;
  color: #FFFF00;
  padding: 25px 0px 25px 0px;
 }

