/* Main Document Wide */

body
{
   text-align: center;
   background-color: #000000;
   color: #ffffff;
   font-family: "microsoft sans sarif", arial, helvetica;
   font-size: 1em;
   margin: 10px;;
}

a:link
{
   color: #ffe0a0;
   text-decoration:none;
}

a:visited
{
   color: #dfc080;
   text-decoration:none;
}

a:hover
{
   color: #8080ff;
   text-decoration:underline;
}

/* For Images Without Borders */

img.nb
{
    border: none;
    padding: 0;
}

/* Gold metallic ball link bullet */

li
{
   display: marker;
   list-style-image: url("/images/gbm6pix.png");
   line-height: 100%;
   text-align: left;
   font-size: .65em;
}

gamecell img
{
   text-align: center;
   width: 5.5em;
   height: 5.5em;
   padding: 0;
}

.container
{
   text-align: center;
}

.item
{
   text-align: center;
   display: block;
   padding-bottom: 5px;
}

.heading
{
   text-align: center:
   width: 100%;
   margin: 10px;
}

.tleft
{
   float: left;
}

.tright
{
   float: right;
}

.left
{
   float: left;
   padding: 0px 10px 0px 0px;
   width: 160px;
   height: 100%;
}

.right
{
  margin-left: 170px;
}

.bar img
{
   text-align: center;
   width: 100%;
   height: 2.5em;
   display: block;
   margin-bottom: 5px;
}

.gameblock
{
   display: inline;
   text-align: center;
   width: 100%;
}

.footer
  {
  padding-top: 5px;
  text-align: center;
  clear: both;
}

