/* Copyright 2009 Slotpartners - Dial Invest Marketing Services */

body {
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 85%;
  background: #000000;
}
h1 {
  display: block;
  margin: 0 280px 0 0;
  padding: 5px 0px 4px 0;
  border-bottom: 2px solid #f6f6f6;
  color: #666666;
}
h2 {
  color: #444444;
}
p {
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 11px;
}
ul {
  margin: 0 0 0 18px;
}
ol {
  margin: 0 0 0 30px;
}
ol li {
  margin: 0 0 6px 0;
}
a {
  outline: 0;
}
img {
  border-style: none;
}
td {
  vertical-align: top;
}
td, div {
	vertical-align: top;
}
#mainWrapper {
  background: #000000;
}
#pageWrapper {
	/*border: solid 1px #888;*/
	background-color: #000000;
}
#header {
  background: url(../images/header.jpg) no-repeat top left;
}
#headerObject1 {
  float: right;
  position: relative;
  top: 44px;
  right: 6px;
  z-index: 7;
}
#headerObject2 {
  float: right;
  margin-right: 10px;
}
#headerObject3 {
}
#menuContainer {
  position: absolute;
  top: 75px;
  z-index: 9;
}
#topBox {
  position: relative;
  z-index: 1;
}
#user1 {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 620px;
}
#user2 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 300px;
}
#user3 {
  display: none;
}
.top_box_h620 {
  height: 20px;
  width: 620px;
  background: url(../images/top_box_h620.png) no-repeat top right #000000;
}
.top_box_h300 {
  height: 20px;
  width: 300px;
  background: url(../images/top_box_h300.png) no-repeat top right #000000;
}
.top_box_cont {
  height: 218px;
  _height: 222px; /* IE6 hack */
}
.top_box_cont2 {
  position: relative;
  margin-left: 0px;
  height: 218px;
  _height: 222px; /* IE6 hack */
}
.boxText {
  padding: 0 28px 0 0;
  text-align: right;
  line-height: 20px;
  font-family: Arial, Tahoma, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  color: #ffffff;
}
#promoTxt1 {
  position: relative;
  top: 8px;
  width: 260px;
}
#promoTxt1 p {
  padding: 0 0 0 35px;
  font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #EEEEEE;
}
#promoTxt2 {
  position: absolute;
  top: 154px;
  width: 260px;
}
#promoTxt2 p {
  padding: 0 0 0 35px;
  font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 11px;
  color: #EEEEEE;
}
#colContainer {
	background: url(../images/bottom.jpg) no-repeat bottom left;
}
.innerCol {
}
#bottomBox {
}
#footer {
}
ul.icon  {
  margin: 0 0 10px 2px;
  padding: 0;
  list-style: none;
}
.icon li {
}
.icon li img {
  width: 37px;
  height: 30px; /
  border: 1px solid #289725;
  margin: 0 5px 3px 0;
  padding: 0; 
  vertical-align: middle; 
}
.icon li a {
  text-decoration: none;
}
.link {
  text-decoration: underline;
}

/* Content Styles */

.gameBox {
  position: relative;
  height: 238px;
  _height: 242px; /* IE6 hack */
  overflow: hidden;
}
.gameDesc {
  position: absolute;
  top: 35px;
  left: 4px;
  width: 170px;
}
.gameDesc p {
  line-height: 130%; 
  font-size: 75%;
  color: #ffffff;
}
.gameDesc span {
}
.gameDesc a {
  position: relative;
  top: 14px;
  left: 4px;
  line-height: 108%; 
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  color: #ffffff;
}
/* Site Footer */
#footerCopyright {
  text-align: center;
  color: #666;
  font-size: 10px;
  font-weight: bold;
}
#footerMenu a {
  font-size: 80%;
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}
#fti a {
  text-decoration: none;
}
/* Image Rollover Styles */
div.rollover {
  float: right;
  width: 140px;
  height: 200px;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
div.rollover a, div.rollover a:link, div.rollover a:visited {
  display: block;
}
div.rollover a:hover {
  visibility: visible;
}
div.rollover img {
  width: 100%;
  height: 100%;
  border: 0 none;
}
div.rollover a:hover img {
  visibility: hidden;
}
#preloader {
  position: absolute;
  z-index: -1;
  height: 0;
  width: 0;
  visibility: hidden;
}

/* CSS Tooltips */

a.info {
  position: relative; /*this is the key*/
  z-index: 24; 
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}
a.info:hover {
  z-index: 25; 
  background-color: #ff0;
}
a.info span {
  display: none;
}
a.info:hover span { /*the span will display just on :hover state*/
  display: block;
  position: absolute;
  top: 2em;
  left: 2em;
  width: 15em;
  border: 1px solid #0cf;
  background-color: #cff; color:#000;
  text-align: center;
}
/* jQuery Tooltips (clueTip) */
.cluetip-default {
  color: #ffffff;
}
/* Form Styles */
.formAlert {
  top: 0 !important;
  left: 90px !important;
  padding: 0;
  color: #990000 !important;
}
.formLabel {
  padding-left: 12px;
  width: 100px;
}
.formField td {
  margin: 0 0 6px 0;
  line-height: 2em;
}
.formButton {
  padding: 10px 0 0 116px;
}

/** TABS ELEMENTS **/

/* Style for Usual Tabs */

.usual {
  position: relative;
  top: 6px;
  margin: 0;
  padding: 0;
  color:#222222;
}
.tabcontainer {
  margin: 0 0 14px 0;
  width: 582px;
  height: 23px;
  border-bottom: solid 1px #777777;
}
.usual ul {
  margin: 0;
  padding: 0 0 0 10px;
}
.usual li { 
  list-style: none;
  float: left;
}
.usual ul a {
  display: block;
  margin: 0 10px 1px 0;
  padding: 3px 3px 2px 3px;
  border-left: solid 1px #999999;
  border-top: solid 1px #999999;
  border-right: solid 1px #999999;
  text-decoration: none!important;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  /*background: #0f8aea;*/
}
.usual ul a:hover {
  color: #990000;
  /*background: #aad4ff;*/
  }
.usual ul a.selected {
  margin-bottom:0;
  padding: 3px 3px 3px 3px;
  color:#aaaaaa;
  /*background: #0972c5;*/
  border-left: solid 1px #999999;
  border-top: solid 1px #999999;
  border-right: solid 1px #999999;
  border-bottom: solid 1px #eeeeee;
  cursor: default;
  }
.usual div {
  clear: left;
  font-size: 12px;
}
/*.usual div a { color:#ffffff; font-weight:bold; }*/

/* Tools */

.clear {
  clear: both;
}
.error {
  font-weight: bold;
  color: red;
}



