.spacer {
  height: 10px;
  font: 1px;
  line-height: 1px;
}

.top {
background-color: #161e33;
  color: inherit;
  line-height: 1px;
  height: 5px;
}

.bottom {
  background-color: #161e33;
  color: inherit;
  line-height: 1px;
  height: 1px;
}


#texas-holdem-odds {
  position: relative;
  width: 100%;
}

#texas-holdem-odds .module-heading {
  background-color: #161e33;
  font: #FFF;
}

#texas-holdem-odds .field {
  background: #FFF url("/images/poker_tips/odds_calculator/odds_calculator_background.gif") repeat-x top left;
  border: 1px solid #161e33;
  text-align: center;
}

#texas-holdem-odds .help-selector {
  position: absolute;
  top: 0px;
  right: 2px;
  width: 55px;
  height: 25px;
  cursor: pointer;
}

#texas-holdem-odds .help-selector div {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#texas-holdem-odds .stat {
  font-size: 10px;
  color: #69F;
  background-color: #161e33;
  border: 1px solid #000;
  position: absolute;    
  padding: 5px 3px;
}

#texas-holdem-odds .stat .data {
  color: #FFF;
  background-color: inherit;
}

#texas-holdem-odds .odds_outer {
  position: relative;
  width: 596px;
  margin: 0 auto;
  text-align: left;
}

#texas-holdem-odds .odds_table {
  position: relative;
  width:100%;
  height:400px;
  background-image: url(/images/poker_tips/odds_calculator/pokcaltable.gif);
  background-repeat: no-repeat;
}

* html #texas-holdem-odds .odds_table {
  text-align: center;
}

#texas-holdem-odds .deck-container {
  position: absolute;
  top: 240px;
  left: 35px;
  width: 518px;
}

#texas-holdem-odds #error-message {
  position: absolute;
  bottom: 258px;
  left: 230px;
  background-color: #161e33; 
  width: 265px;
  text-align: center;
  color: #F00;
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  font-variant: small-caps;
}

#texas-holdem-odds #loading-indicator {
  position: absolute;
  bottom: 258px;
  left: 244px;
  background-color: #161e33; 
  width: 235px;
  text-align: center;
}

#texas-holdem-odds #add_to_google {
	z-index: 100;
	position: absolute;
	bottom: 2px;
	right: 3px;
	text-align: right;
}
#help {
  position: absolute;
  top: 24px;
  left: 0px;
  text-align: left;
  z-index: 3000;
}

#help .button {
  cursor: pointer;
}

#help #texas-help {
  height: 437px;
  width: 100%;
  background-color: #161e33;
  color: #FFF;
  z-index: 3000;
}

#help #omaha-help {
  height: 675px;
  width: 100%;
  background-color: #161e33;
  color: #FFF;
  z-index: 3000;
}

/* START IE HACK */
* html #help #omaha-help {
  height: 632px;
}
/* END IE HACK */

#help .content {
  padding: 0 100px;
}

#help .content * {
  font-size: 11px;
  line-height: 15px;
}

#help .title {
  font: 13px Arial, sans-serif;
  color: #f60;
  font-weight: bold;
  padding: 5px;
}

#help .note {
  color: #69F;
  background-color: inherit;
}
#the-controls {
  width: 497px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  background: url('/images/poker_tips/odds_calculator/controls_bg.gif') repeat-x top left;
  color: #FFF;
  overflow: hidden;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
}

#the-controls select {
  border: 1px solid #161e33;
  line-height: 18px;
  font-size: 12px;
}

#the-controls * {
  vertical-align: middle;
}


#the-controls .number-players {
  font: 11px Arial, sans-serif;
  font-weight: bold;
  color: #ffffff;
}#the-deck {
}

#the-deck .foot {
  font: 1px;
  line-height: 1px;
}


#the-deck .content {
  background-color: #161e33;
  text-align: center;
}

#the-deck .card-layout {
  background-color: #161d33;
  padding: 5px;
}

#the-deck .card-in-deck {
  height: 33px;
  line-height: 33px;
  padding: 3px 3px 0;
  cursor: pointer;
  z-index: 15;
}

