html, body {
  margin: 0px;
  padding: 0px;

  color:            #FF00FF;
  background-color: #000000;
}

span#Player {
  width: 0px;
  height: 0px;
  font-size: 1px;
}

div, h1, h2, h3, h4 {
  margin:  0px;
  padding: 0px;

  border-style: none;
/*
  font-family: Georgia, "Times New Roman", Times, serif;
  font-family: Verdana, Tahoma, "Lucida Grande CE", lucida, sans-serif;
  letter-spacing: -1px;
*/
  font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
  font-size: 11px;
  font-weight: bold;

  vertical-align: top;
  text-align: left;
}

table {
  margin:  5px;
  padding: 0px;

  border-spacing: 0px;
  border-collapse: collapse;
  border-style: solid;
  border-width: 2px;

  color:            inherit;
  background-color: transparent;
}

td, th {
  margin:  0px;
  padding: 2px;

  border-style: solid;
  border-width: 1px;

  color:            inherit;
  background-color: transparent;
}

td {
  text-align: justify;
}

th {
  text-align: center;
}

p {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 0px;

  text-indent: 0px;
  text-align: justify;
}

ul {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 25px;
  margin-bottom: 10px;
  padding: 0px;

  list-style-type: square;
  list-style-position: outside;
}

ul ul {
  list-style-type: disc;
  list-style-position: outside;
}

li {
  margin:  0px;
  padding: 0px;

  border:  0px;

  vertical-align: baseline;
}

a {
  padding-left: 2px;
  padding-right: 2px;

  font-weight: bold;
  text-decoration: underline;

  color:            #FF00FF;
  background-color: transparent;
}

a:hover {
  text-decoration: none;

  color:            #990099;
  background-color: #FF00FF;
}

img {
  margin: 0px;
  padding: 0px;

  vertical-align: middle;
  image-rendering: pixelated;
/*
  image-rendering: -moz-crisp-edges;
*/
}

h1 {
  font-family: "Lucida Console", "Monaco CE", fixed, monospace;
  text-align: center;
}

h2 {
  margin-left:    0px;
  margin-right:   0px;
  margin-top:     0px;
  margin-bottom: 10px;
  padding-left:   5px;
  padding-right:  5px;
  padding-top:    0px;
  padding-bottom: 0px;

  border-style: none;

  font-family: Verdana, Tahoma, "Lucida Grande CE", lucida, sans-serif;
  font-variant: small-caps;
  font-size: 13px;

  color:            #990099;
  background-color: #FF00FF;
}

h3 {
  margin-left:    0px;
  margin-right:   0px;
  margin-top:    20px;
  margin-bottom: 10px;
  padding-left:   5px;
  padding-right:  5px;
  padding-top:    0px;
  padding-bottom: 0px;

  border-style: none;

  font-family: Verdana, Tahoma, "Lucida Grande CE", lucida, sans-serif;
  font-variant: small-caps;
  font-size: 13px;

  color:            #990099;
  background-color: #FF00FF;
}

h4 {
  margin-top: 15px;
  margin-bottom: 5px;
/*
  text-decoration: underline;
*/
}

pre {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;

  border-width: 1px;
  border-style: dashed;

  font-size: 11px;
  font-family: "Lucida Console", "Monaco CE", fixed, monospace;
  font-weight: normal;
}

/* Box */
div.BoxFrame {
  margin:       0px;
  padding:      2px;

  border-style: solid;
  border-width: 2px;

  border-color:     #FF00FF;
  color:            #FF00FF;
  background-color: #990099;
}

div.BoxFrame>table, div.BoxDocument>div.BoxFrame>table {
  border: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 1%;
}

/* Layout Page */
table.LayoutPage {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0px;
/*
  width: 98%;
*/
  border-color:     #FF00FF;
  color:            #FF00FF;
  background-color: #990099;
}

td.LayoutPage {
  margin: 0px;
  padding: 10px;
  padding-top: 0px;

  border-style: none;
}

/* Layout Index */
table.LayoutIndex {
  margin: 0px;
  padding: 0px;

  border-style: none;

  width: 900px;
}

th.LayoutIndex, td.LayoutIndex {
  margin: 0px;
  padding: 1px;

  vertical-align: top;
/*  white-space: nowrap; */

  border-style: none;
}

td.LayoutGames {
  padding-right: 5px;

  width: 100%;
}

td.LayoutUpdates {
  padding-left: 5px;

  width: 200px;
  min-width: 200px;
}

/* Layout Double */
table.LayoutDouble {
  margin: 0px;
  padding: 0px;

  border-style: none;

  width: 900px;
}

td.LayoutDouble, th.LayoutDouble {
  margin: 0px;
  padding: 1px;

  border-style: none;

  vertical-align: top;
}

td.LayoutMenu {
  padding-right: 5px;

  width: 200px;
  min-width: 200px;
}

td.LayoutDocument {
  padding-left: 5px;

  width: 100%;
}

/* Layout Simple */
table.LayoutSimple {
  margin: 0px;
  padding: 1px;

  border-style: none;

  width: 900px;
}

td.LayoutSimple {
  margin: 0px;
  padding: 0px;

  border-style: none;

  vertical-align: top;
}

/* Layout Header */
td.LayoutHeader {
  padding-bottom: 0px;
}

/* Layout Location */
td.LayoutLocation {
  padding-bottom: 10px;
}

/* Layout Footer */
td.LayoutFooter {
  clear: both;
  padding-top: 10px;
}

td.LayoutFooter a {
  color:            #FF00FF;
  background-color: transparent;
}

td.LayoutFooter a:hover {
  color:            #990099;
  background-color: #FF00FF;
}

/* Header */
h1.HeaderTitle1 {
  padding-top: 20px;
  padding-bottom: 0px;

  font-size: 14px;
}

h1.HeaderTitle2 {
  padding-bottom: 10px;

  font-size: 16px;
}

a.Logo, a.Logo img, a.Logo:link, a.Logo:visited, a.Logo:hover, a.Logo:active {
  border-style: none;
  background-color: transparent;
  text-decoration: none;
  color: transparent;
}

/* Location */
div.BoxLocation div.BoxFrame {
  padding-left: 5px;
}

div.BoxLocation ul {
	margin-left: 0px;
	padding-left: 0px;

	display: inline;
}

div.BoxLocation ul li {
	margin-left: 0;
	padding-left: 4px;

	list-style: none;
	display: inline;
}

/* Footer */
div.FooterVisitors, div.FooterPartners, div.FooterCopyright {
  text-align: center;
  /*
  font-family: "Lucida Console", "Monaco CE", fixed, monospace;
  */
}

div.FooterVisitors img {
  vertical-align: -2px;
}

div.FooterVisitors {
  margin-top: 5px;

  font-size: 10px;
}

div.FooterCopyright {
  margin-top: 5px;
  margin-bottom: 15px;

  font-weight: normal;
  font-size:   10px;
}

div.FooterPartners {
  font-size:   5px;
}

/* Menu */
div.BoxMenu a {
  font-weight: bold;
  text-decoration: none;
}

div.BoxMenu a.Anchor {
  font-weight: normal;
  text-decoration: none;
}

div.BoxMenu ul {
  margin-left: 5px;

  list-style-type: none;

  font-weight: normal;
}

div.BoxMenu ul ul {
  margin-left: 20px;

  list-style-type: square;
}

div.BoxMenu ul ul ul {
  margin-left: 20px;

  list-style-type: disc;
}

/* Picture */
a.Picture {
  padding: 0px;
}

a.Picture, a.Picture:link ,a.Picture:visited ,a.Picture:hover, a.Picture:active {
  color: transparent;
}

a.Picture img {
  padding: 2px;

  border-style: none;

  border-color: #FF00FF;
}

img.Picture {
  padding: 0px;

  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}

div.Games a.Picture img {
  padding: 1px;

  border-style: dashed;
  border-width: 1px;
}

div.Games a.Picture:hover img, a.Picture:hover img {
  padding: 0px;

  border-style: solid;
  border-width: 2px;
}

div.Games img.Picture {
  padding: 2px;

  border-style: none;

  border-color: #FF00FF;
}

/* Sitemap */
div.BoxSitemap a {
  text-decoration: none;
  font-weight: bold;
}

div.BoxSitemap ul {
  margin-left: 15px;

  list-style-type: none;
  font-weight: normal;
}

div.BoxSitemap ul ul {
  margin-left: 15px;

  list-style-type: none;
}

div.BoxSitemap ul ul ul {
  margin-left: 20px;

  list-style-type: square;
}

div.BoxSitemap ul ul ul ul {
  margin-left: 20px;

  list-style-type: disc;
}

div.BoxSitemap i {
  padding-left: 2px;
}

/* Document */
div.BoxDocument table {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0px;

  border-style: solid;
  border-width: 2px;

  width: auto;

  border-color:     #FF00FF;
  color:            inherit;
  background-color: transparent;
}

div.BoxDocument th, div.BoxDocument td {
  margin: 0px;
  padding: 2px;

  border-style: solid;
  border-width: 1px;

  vertical-align: middle;
  white-space: normal;

  border-color:     #FF00FF;
}

div.BoxDocument td.Wrap, div.BoxDocument th.Wrap {
  white-space: normal;
}

div.BoxDocument td.Right, div.BoxDocument th.Right {
  text-align: right;
}

div.BoxDocument a.Picture img {
  padding: 1px;

  border-style: dashed;
  border-width: 1px;
}

div.BoxDocument a.Picture:hover img {
  padding: 0px;

  border-style: solid;
  border-width: 2px;
}

/* Table no border */
div.BoxDocument table.NoBorder {
  margin: 0px;
  padding: 0px;

  border-style: none;
}

div.BoxDocument th.NoBorder, div.BoxDocument td.NoBorder {
  margin: 0px;
  padding: 0px;

  border-style: none;

  vertical-align: top;

  text-align: center;
}

div.BoxDocument table.NoBorder2 {
  padding: 0px;
  margin: 0px;

  width: 100%;

  border-style: none;
}

div.BoxDocument td.NoBorder2, div.BoxDocument th.NoBorder2 {
  padding: 0px;
  margin: 0px;

  border-style: none;
}

div.BoxDocument table.NoBorder3 {
  border-style: none;
}

div.BoxDocument td.NoBorder3, div.BoxDocument th.NoBorder3 {
  border-style: none;
}

div.BoxDocument table.NoBorder4 {
  border-style: none;
}

div.BoxDocument td.NoBorder4, div.BoxDocument th.NoBorder4 {
  border-style: none;
  vertical-align: top;
}

div.BoxDocument span.Sound {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 2px;
  padding-right: 2px;
  margin: 0px;

  font-family: serif;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;

  color:            rgb(16,208,208);
  background-color: transparent;
}

div.BoxDocument span.SoundHover {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 2px;
  padding-right: 2px;
  /*
  padding: 0px;
  margin: 0px;
  */

  font-family: serif;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;

  cursor: pointer;
  /*
  border-style: solid;
  border-width: 1px;

  border-color:     rgb(240,240,240);
  background-color: rgb(176,176,176);
  */
  color:            rgb(240,240,240);
  background-color: transparent;
  /*
  color:            rgb(0,0,0);
  background-color: rgb(240,240,240);
  */
}

div.BoxDocument ul.NoMarker {
  list-style-type: none;
}

/* Table Games */
table.LayoutIndex div.Games table {
  width: 93%;

  color:            inherit;
  background-color: transparent;
}

table.LayoutIndex div.Games th {
  width: 15%;
}

table.LayoutIndex div.Games td {
  width: 35%;
}

table.LayoutIndex div.Games table {
  margin: 0px;
  padding: 0px;

  border-style: none;
}

table.LayoutIndex div.Games th, div.Games td {
  margin: 0px;
  padding: 5px;

  border-style: none;

  vertical-align: middle;
  text-align: left;
}

/* Toc */
div.Toc {
/*
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  */
  border-left-width: 5px;
  /*
  border-style: solid;
  border-color: rgb(118,226,204);
  */
  padding-left: 10px;
}

div.Toc a {
  text-decoration: none;
}
/*
div.Tracker {
  display: inline;
  visibility: hidden;
}
*/