/* Generated by KaZcadeS */
.MainTitle {
  border-style: solid;
  border-width: thin;
  width: 440px;
  text-align: center;
}
.MainTitleRow {
  background-color: #f5f5d3;
  font-weight: bold;
}
.SingleLineTitle {
  border-style: solid;
  border-width: thin;
  width: 360px;
  text-align: center;
}
.SingleLineRow {
  font-size: 8pt;
}
.CategoryTitle {
  border-style: solid;
  border-width: thin;
  width: 300px;
  text-align: center;
}
.CategoryTitleRow {
  background-color: #f5f5d3;
  font-weight: bold;
}
.CompInfoTable {
  border-style: solid;
  border-width: thin;
  width: 440px;
}
.CompInfoHeader {
  font-weight: bold;
  text-align: center;
  background-color: #f5f5d3;
}
.CompInfoCaption {
  background-color: #ccdddd;
}
.CompInfoValue {
  background-color: #ccffff;
}
.GroupInfoHeader {
  font-weight: bold;
  text-align: center;
  background-color: #f5f5d3;
}
.MainTable {
  border-style: none;
  vertical-align: top;
}
.MenuTable {
  border-style: solid;
  border-width: thin;
  width: 130px;
  vertical-align: top;
}
.MenuRow {
  background-color: #f5f5d3;
}
.MenuGroupName {
  font-weight: bold;
}
.CountryFlag {
  vertical-align: middle;
}
.SmallPict {
  vertical-align: middle;
}
.NormalPict {
  vertical-align: middle;
}
.LargePict {
  vertical-align: middle;
}
.PlayerDataTable {
  border-style: solid;
  border-width: thin;
  width: 180px;
  vertical-align: top;
}
.PlayerDataHeader {
  font-weight: bold;
  text-align: center;
  background-color: #f5f5d3;
}
.PlayerDataCaption {
  background-color: #f5f5d3;
}
.PlayerDataValue {
  background-color: #f5f5d3;
}
.GameListTable {
  border-style: solid;
  border-width: thin;
}
.GameListHeader {
  background-color: #f5f5d3;
  font-weight: bold;
}
.GameListOddLine {
  background-color: #ccffff;
}
.GameListEvenLine {
  background-color: #ffffff;
}
.PlayerListTable {
  border-style: solid;
  border-width: thin;
}
.PlayerListHeader {
  background-color: #f5f5d3;
  font-weight: bold;
}
.PlayerListOddLine {
  background-color: #ccffff;
}
.PlayerListEvenLine {
  background-color: #ffffff;
}
.RankingTable {
  border-style: solid;
  border-width: thin;
}
.RankingHeader {
  background-color: #f5f5d3;
  font-weight: bold;
}
.RankingOddLine {
  background-color: #ccffff;
}
.RankingEvenLine {
  background-color: #ffffff;
}
.XRefTable {
  border-style: solid;
  border-width: thin;
}
.XRefHeader {
  background-color: #f5f5d3;
  font-weight: bold;
}
.XRefOddLine {
  background-color: #ccffff;
}
.XRefEvenLine {
  background-color: #ffffff;
}
.GameLink {
  float: right;
  cursor: pointer;
}
.ShowBoard {
  display: block;
  position: fixed;
  top: 60px;
  left: 70px;
  width: 520px;
  height: 368px;
}
* html .ShowBoard {
  position: absolute;
  width: 528px;
  height: 376px;
}
.HideBoard {
  display: none;
}
.GameTable {
  border-style: solid;
  border-width: thin;
  background-color: #ecf6ec;
}
.Navigate, .NavigateDisabled {
  border: thin solid black;
  font-weight: bold;
  text-align: center;
}
.Navigate {
  cursor: pointer;
}
.NavigateDisabled {
  background-color: #ffffcc;
  cursor: auto;
}
.PGNLink {
  vertical-align: middle;
  text-align: center;
  font-size: xx-small;
}
.GameData {
  font-weight: bold;
  text-align: center;
}
.Board {
  text-align: center;
}
.MoveListContainer {
  vertical-align: top;
  width: 180px;
  height: 280px;
  overflow: auto;
}
.MoveList {
  border-width: thin;
  border-top: thin solid black;
  border-left: thin solid black;
  padding: 0;
  vertical-align: top;
}
.MoveListText {
  border: thin solid black;
  padding: 0;
  vertical-align: top;
}
.Move, .SelectedMove {
  border-width: thin;
  border-right: thin solid black;
  border-bottom: thin solid black;
  font-family: tahoma;
  text-align: center;
  cursor: pointer;
}
.MoveText, .SelectedMoveText {
  font-weight: bold;
  cursor: pointer;
}
.SelectedMove, .SelectedMoveText {
  background-color: #90ee90;
}
.MoveComment {
  font-style: italic;
}
.Move:hover, .Navigate:hover, .MoveText:hover {
  background-color: #c0f8c0;
}
body {
  background-color: #ecf6ec;
}
ul {
  padding-left: 10px;
  margin-left: 10px;
}
td, th {
  font-family: tahoma;
  font-size: 10pt;
}
