@charset "utf-8";
/* CSS Document */

td {
  font-family: arial;
  font-size: 11px;
}
.gameLinkMenu {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: #0d0709;
  padding: 0 0 10px 0;
  text-align: left;/*background-image: url('../../images/gamechooserbg.gif');
  background-repeat: repeat-x;*/
  border: #022d6f solid 1px;
}
.gameLinkMenuHeader {
  background-color: #022d6f;
  height: 25px;
  color: #fff;
  font-weight: bold;
  padding: 0 35px 0 10px;
  background-image: url('../netent/closeTab.gif');
  background-repeat: no-repeat;
  background-position:right;
  white-space:nowrap;
}
.gameLinkMenuLink {
  padding: 2px 10px 0 10px;
  line-height: 20px;
}
.gameLinkMenuLink a {
  color: #cdcdcd;
  display: block;
  text-decoration: none;
  white-space:nowrap;
}
.gameLinkMenuLink a:hover {
  color: #fff;
  white-space:nowrap;
}
.gameLinksTd {
  width: 217px;
  height: 200px;
  background-color: #0d0709;
  background-image: url('../../images/gradientbg.gif');
  background-repeat: repeat-x;
  background-position: top left;
  padding-top: 15px;
  padding-left: 10px;
}


