/* PAGE LAYOUT
****************************************/


div#tables_block {
  float: left;
  width: 570px;
  margin-top: 15px;
}

div#tables_padding {
  float: left;
  padding: 0 10px 20px 20px;;
}

div#players_block {
  float: right;
  width: 210px;
  margin-top: 0;
  border-bottom: 1px solid #FFF;
  clear: right;
}

div#player_info_block {
  float: right;
  width: 210px;
  margin-top: 15px;
  border-bottom: 1px solid #FFF;
  clear: right;
}

div#footer {
  clear: both;
  width: 100%;
  float: left;
}

div#height {

}

/* MENUS
****************************************/

/* button menu */
div#btnMenu {
	margin-top: 10px;
  float: left;
  display: inline;
  border-bottom: 4px solid #666;
  width: 715px;
  padding-bottom: 8px;
}

div#subBtnMenu {
  float: left;
  display: inline;
  width: 705px;
  padding: 5px;
  clear: left;
  background-color: #333;
}


div#btnMenu ul,
div#subBtnMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div#btnMenu ul li,
div#subBtnMenu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

/* texas hold 'em button */
div#btnMenu ul li a.btn_texas_hold_em {
  display: block;
  float: left;
  width: 156px;
  height: 31px;
  background: url("../images/btn_texas_hold_em.png");
}

div#btnMenu ul li a.btn_texas_hold_em:hover,
div#btnMenu ul li.current a.btn_texas_hold_em {
  background-position: -156px 0;
}

/* point game button */
div#subBtnMenu ul li a.btn_point_games {
  display: block;
  float: left;
  width: 118px;
  height: 21px;
  background: url("../images/btn_point_games.png");
}

div#subBtnMenu ul li a.btn_point_games:hover,
div#subBtnMenu ul li.current a.btn_point_games {
  background-position: -118px 0;
}

/* reward game button */
div#subBtnMenu ul li a.btn_reward_games {
  display: block;
  float: left;
  width: 118px;
  height: 21px;
  background: url("../images/btn_reward_games.png");
  margin-left: 5px;
  display: inline-block;
}

div#subBtnMenu ul li a.btn_reward_games:hover,
div#subBtnMenu ul li.current a.btn_reward_games {
  background-position: -118px 0;
}

/* play for fun button */
div#subBtnMenu ul li a.btn_play_for_fun {
  display: block;
  float: left;
  width: 118px;
  height: 21px;
  background: url("../images/btn_play_for_fun.png");
  margin-left: 5px;
  display: inline-block;
}

div#subBtnMenu ul li a.btn_play_for_fun:hover,
div#subBtnMenu ul li.current a.btn_play_for_fun {
  background-position: -118px 0;
}

/* play for fun button */
div#subBtnMenu ul li a.btn_all_tournaments {
  display: block;
  float: left;
  width: 118px;
  height: 21px;
  background: url("../images/btn_all_tournaments.png");
  margin-left: 5px;
  display: inline-block;
}

div#subBtnMenu ul li a.btn_all_tournaments:hover,
div#subBtnMenu ul li.current a.btn_all_tournaments {
  background-position: -118px 0;
}

/* point tourneys button */
div#subBtnMenu ul li a.btn_point_tourneys {
  display: block;
  float: left;
  width: 118px;
  height: 21px;
  background: url("../images/btn_point_tourneys.png");
  margin-left: 5px;
  display: inline-block;
}

div#subBtnMenu ul li a.btn_point_tourneys:hover,
div#subBtnMenu ul li.current a.btn_point_tourneys {
  background-position: -118px 0;
}

/* sng button */
div#subBtnMenu ul li a.btn_sit_n_go {
  display: block;
  float: left;
  width: 118px;
  height: 21px;
  background: url("../images/btn_sit_n_go.png");
  margin-left: 5px;
  display: inline-block;
}

div#subBtnMenu ul li a.btn_sit_n_go:hover,
div#subBtnMenu ul li.current a.btn_sit_n_go {
  background-position: -118px 0;
}

/* free rolls button */
div#subBtnMenu ul li a.btn_freerolls {
  display: block;
  float: left;
  width: 118px;
  height: 21px;
  background: url("../images/btn_freerolls.png");
  margin-left: 5px;
  display: inline-block;
}

div#subBtnMenu ul li a.btn_freerolls:hover,
div#subBtnMenu ul li.current a.btn_freerolls {
  background-position: -118px 0;
}

/* sng ladder button */
div#subBtnMenu ul li a.btn_sng_ladder {
  display: block;
  float: left;
  width: 118px;
  height: 21px;
  background: url("../images/btn_sng_ladder.png");
  margin-left: 5px;
  display: inline-block;
}

div#subBtnMenu ul li a.btn_sng_ladder:hover,
div#subBtnMenu ul li.current a.btn_sng_ladder {
  background-position: -118px 0;
}

/* search button */
div#subBtnMenu ul li a.btn_search {
  display: block;
  float: left;
  width: 118px;
  height: 21px;
  background: url("../images/btn_search.png");
  margin-left: 5px;
  margin-top: 5px;
  display: inline-block;
}

div#subBtnMenu ul li a.btn_search:hover,
div#subBtnMenu ul li.current a.btn_search {
  background-position: -118px 0;
}


/* action buttons */

div#action_buttons {
  width: 210px;
  float: right;
  text-align: center;
  margin-top: 25px;
}

/* Tab Row Items */
div#tabMenu {
	margin-top: 10px;
  float: left;
  display: inline;
  background: url("../images/tabsBg.png") bottom repeat-x;
}

/* Tertiary sub-tab menu */
div.subTabMenu {
	float: left;
	width: 100%;
	background: #CCC;
  color: #003;
}

/* Secondary Tab Navigation */

#tabMenu ul {
	float: left;
	font-size: 9px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 0;
	list-style: none;
}

#tabMenu li {
	float: left;
	margin: 0;
	padding: 0 1px 0 5px;
 	border-bottom: 1px solid #333;
	list-style: none;
}

#tabMenu a {
	display: block;
	background: url("../images/tab_off.png") repeat-x right top;
	padding: 5px 15px;
	text-decoration: none;
	color: #FFF;
}


#tabMenu li#current a {
	background-image: url("../images/tab_on.png");
	padding-bottom: 5px;
	text-decoration: none;
	color: #b2000a;
}

#tabMenu li:hover,
#tabMenu li:hover a,
#tabMenu li.over,
#tabMenu li.over a {
  background-position: 0% 0;
  color: #131544;
}

#tabMenu li:hover a,
#tabMenu li.over a {
  background-position: 100% 0;
}

#tabMenu li#selector {
  background: none;
  border: none;
  color: #FFF;
}

#tabMenu li#selector select,
#tabMenu li#selector option {
  font-size: 9px;
  background: none;
}

#tabMenu li#selector:hover {
  background: none;
}

/* Tertiary Sub-Tab Link Row */

.subTabMenu ul {
	font-size: 9px;
	line-height: normal;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

.subTabMenu li {
	float: left;  
	margin: 0;
  list-style: none;
}

.subTabMenu li.checkbox {
	padding: 0 1px 0 5px;
}

.subTabMenu li.label {
	padding: 3px 0 3px 0;
}

.subTabMenu a, .subTabMenu strong, .subTabMenu span {
	display: block;
	text-decoration: none;
	color: #131544;
}

.subTabMenu a:hover {
	display: block;
	text-decoration: underline;
	color: #131544;
}

.subTabMenu #current a {
	font-weight: bold;
}

/* pager */

ul#pager {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

ul#pager li {
  display: inline;
  float: left;
}

ul#pager li a {
  display: block;
  padding: 3px 4px 3px 4px;
  text-decoration: none;
  line-height: 9px;
  font-size: 9px;
  border: 1px solid #CCC;
  color: #003;
}

ul#pager li a:hover {
  background: #FFF;
  border: 1px solid #b2000a;
}

ul#pager li a:visited {
  color: #003;
}

ul#pager li#current a {
  background: #FFF;
  border: 1px solid #b2000a;
}

/* Table/Player Info Tabs */

div#info_block {
  float: right;
  margin-right: 20px;
  display:inline;
  margin-top: 16px;
  width: 210px;
  overflow: hidden;
}

div#sidebarMenu {
  margin: 0;
  padding: 0;
  float: right;
  width: 210px;
  display: inline;
}


#sidebarMenu span.name {
  margin: 0;
  color: #FFF;
  font-size: 20px;
  line-height: 20px;
  border: 0;
}

#sidebarMenu li#nameBlock {
  border: none;
  margin: 0;
  padding: 0;
  width: 210px;
  border-bottom: 1px solid #FFF;
  height: 22px;

}

#sidebarMenu ul {
	float: left;
	font-size: 9px;
	font-weight: bold;
	line-height: normal;
	margin: 22px 0 0 0;
	padding: 0;
	list-style: none;
	border: none;
}

#sidebarMenu li {
	float: left;
	margin: 0;
	padding: 0;
 	border-bottom: 1px solid #FFF;
	background-position: 0 0;
  list-style: none;
}

#sidebarMenu a#info {
	display: block;
	background: url("../images/TabInfo.png") no-repeat right top;
	padding: 0;
	text-decoration: none;
	color: #515374;
  background-position: -30px 0;
  width: 30px;
  height: 22px;
  text-decoration: none;
}

#sidebarMenu a#players {
	display: block;
	background: url("../images/TabPlayers.png") no-repeat right top;
	padding: 0;
	text-decoration: none;
	color: #515374;
  background-position: -30px 0;
  width: 30px;
  height: 22px;
  text-decoration: none;
}

#sidebarMenu li#current a {
	background-position: 0 0;
}

#sidebarMenu li#current {
	border-bottom: 0;
}

#sidebarMenu a#players:hover,
#sidebarMenu a#info:hover {
  background-position: 0 0;
}

/* buttons */
a.btn_join_table {
  display: block;
  width: 156px;
  height: 31px;
  background: url("../images/btn_join_table.png") top left no-repeat;
  text-decoration: none;
  margin: 0 auto;
}

a.btn_join_table:hover {
  background-position: -156px 0;
}

/* TABLES
****************************************/

table#tables {
  width: 715px;
  float: left;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  background: #EFEFEF;
  color: #333;
}

#tables th,
#tables td {
  padding: 4px 5px 4px 5px;
  text-align: right;
  border: none;
  border-top: 1px solid #fff;

}

#tables th 
{
  font-size: 9px;
  background: #CCC;
  color: #333; 	
  font-weight: bold;
  border-bottom: 1px solid #666;
  border-top: 4px solid #666;
}

#tables .al {
  text-align: left;
}

.sortedby {
  background: #eee;
}

.tablename {
  align: left;
}

img.sort {
  padding: 0 3px 0 0;
}

#tables td.footer {
  background: #333;
  border-top: 4px solid #666;
}
#tables td.footer a {
  color: white;
  border: 0;
}
#tables td.footer a:visited,
#tables td.footer a:hover,
#tables td.footer a:active  
 {
  background: #f9c735;
  color: #452c03;
  border: 0;
}

#tables td.footer a img 
{
	border: 0;
}


#table_list td {
  border-top: black;
  border-bottom: black;
  /*background: #CECECE;*/
  color: #452c03;
  padding: 4px 5px 4px 5px;
}

#table_list td.table_name {
  text-align: left;
  font-weight: bold;
}

#table_list tr#selected td {
  border-top: 1px solid #cea52c;
  border-bottom: 1px solid #cea52c;
  background: #f9c735;
  color: #452c03;
  padding: 4px 5px 4px 5px;
}

#table_list tr:hover td,
#table_list tr.over td {
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  /*background: #DDD;*/
  color: Red;
  padding: 4px 5px 4px 5px;
  cursor: pointer;
}

.bord_right {
    border-right: 1px solid #CCC;
}

/* table info */

table#player_info {
  width: 210px;
}

table#player_info td,
table#player_info th{
  border: none;
}


div#players_block h1,
div#player_info_block h1 {
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  margin: 8px 0 3px 0;
  padding: 0;
}

div#player_info_block h1 {
  border-bottom: 1px solid #FFF;
}

table#table_players {
  width: 210px;
  border: 0;
}

table#table_players td,
table#table_players th {
  font-size: 9px;
  color: #FFF;
  text-align: right;
  border: none;
}

table#table_players th {
  font-weight: bold;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  padding: 5px;
}

table#table_players td {
  padding: 2px 5px 2px 5px;
}

table#table_players tr#selected td {
  border-top: 1px solid #b2000a;
  border-bottom: 1px solid #b2000a;
  background: #333;
  padding: 1px 5px 1px 5px;
}

table#table_players tr:hover td,
table#table_players tr.over td {
  border-top: 1px solid #808298;
  border-bottom: 1px solid #808298;
  padding: 2px 5px 2px 5px;
  cursor: pointer;
  background: #333;
}

/* player info */

div#player_info_block h1 {
  margin-top: 0;
}

table#player_info td {
  font-size: 9px;
  color: #FFF;
  padding: 2px 5px 2px 5px;
}

#player_info td.label {
  text-align: right;
  font-weight: bold;
}

#player_info td.value {
  text-align: left;
}

/* table info */
#info_table td.key {
  color: #FFF;
  text-align: right;
  font-weight: bold;
}

#info_table td.value {
  color: #FFF;
  text-align: left;
}

.info_col {
  width: 50%;
}



