body {
  align: center;
  background-color: #ADD8FE;
  color: #000000;
  background-image: url(utils/fan_gradient.jpg);
  background-repeat: repeat-x;
}

table { border-width: 2px; 
border-style: solid;
border-color: #32608B
}
table.player2 { border-width: 0px; 
}
p  {
    font-family: Verdana, sans-serif;
    font-size: 14px;
 }
p.tables  {
    font-family: Verdana, sans-serif;
    font-size: 12px;
 }
p.harrahs  {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    margin-left: 5; 
    margin-right: 2;
 }
p.links a {
    text-decoration: none;
    color: black;
    font-size: 12px;
}
p.links a:hover {
    text-decoration: underline;
    color: blue;
    font-size: 12px;
}
#wrapper {
  position: relative;
  width: 952px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(utils/side_shadow2.jpg);
  background-repeat: repeat-y;
}

#main {
  padding: 0px 20px 12px 0px;
  background-image: url(utils/bottom_shadow2.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #D6EBFE;
padding: 5px;
left: -1000px;
border: 1px dashed black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 20px; /*position where enlarged image should offset horizontally */
}

#textover {
  margin: 0;
  padding: 0em;
  background-image: url(utils/td_bg_3.png);
  background-repeat: no-repeat;
  color: #000000;
  background-color: #ADD8FE;
  font-size: 14px;
}


