div.cola {
	width:64%;
	padding-right:5px;
}
div.colb {
        width:34%;
}

table.poker_table h2{
	margin-left:5px;
}

table.poker_table  {  border-collapse: collapse; width:100%;}
table.poker_table td
{ 
	padding: .3em; 
	border: 1px white solid; 
	text-align:center;
	margin: 0px; 
	font-size: 11px;
	color: white;
	font-family: Verdana, Arial, sans-serif;
}

table.poker_table th 
{ 
	padding: .5em; 
	border: 1px white solid; 
	text-align:center;
	margin: 0px; 
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	color:#435497;
}
table.poker_table th a{
	color:#435497;
}

table.poker_table tbody {background-color: transparent; }

table.poker_table tbody td{background-color: #435497; }
table.poker_table th{ background: #FFC40D; }

table.poker_table tbody tr:nth-child(odd) td{background-color: #435497; }
table.poker_table tbody tr:nth-child(even) td {background-color: #727FB1; }


table.poker_table .transparent_column
{
	background-image:none;
	background-color:transparent;
	border: none;
}

table.poker_table tr:nth-child(n) td.transparent_column
{
	background-image:none;
	background-color:transparent;
	border: none;
}

table.poker_table tbody tr:hover td{
	background-color:#FFD341;
	color: black;
	cursor:pointer;
}

table.poker_table tbody tr:hover .column_separator{
	background-color:#FFFFFF;  
}


table.poker_table tbody tr:hover .transparent_column{
	background-color:transparent;
}


table.poker_table th.column_header2
{
	background-color: #6eBB75;
	color: #000000;
	border:	solid thin RGB(0,0,0);	
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

table.poker_table tr:hover .no_hover{
	background-image:none;
	background-color:transparent;
}

table.poker_table .column_separator
{
	border: none;
	background-color:#FFFFFF;
	background-image:none;
}
table.poker_table tr:nth-child(n) td.column_separator
{
    	border: none;
	background-color:#FFFFFF;
	background-image:none;

}


table.poker_table tr:hover .transparent_column {
font-weight:normal;
background-color:transparent;
background-image:none;
}


a.PokerButton {
	background: transparent url('/1/images/bg_button_a.png') no-repeat scroll top right;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	font-weight: bolder; 
	font-family: Helvetica, sans-serif;
}
a.PokerButton span {
	background: transparent url('/1/images/bg_button_span.png') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
	color: #ffffff;
}
a.PokerButton:active {
	background-position: bottom right;
	outline: none; /* hide dotted outline in Firefox */
}
a.PokerButton:active span {
	color: #cccccc;
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}

 div.poker_navseparator{
	float:left;
        background-image: url(/1/images/section_tab.png);
        background-repeat: no-repeat;
	width:10px;
	height:30px;
}
 div.poker_navseparator.active {
	background-position:bottom left;
}
 div.poker_navcontent{
        background-image: url(/1/images/section_tab.png);
	background-position:top right;
        background-repeat: no-repeat;
	float:left;
	height:30px;
        font-size: 12px;
	line-height:30px;
	padding-right:10px;
}
 div.poker_navcontent.active {
	background-position:bottom right;
        font-size:14px;
        font-weight: bold;
}



div.poker_sectionsubnav {
        float:left;
        width: 600px;
        color: #12662A;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        clear:both;
	position:relative;
	z-index:5;
}
div.poker_sectionsubnav ul {
        padding: 0px;
        margin: 2px 0px 0px 0px;
}
div.poker_sectionsubnav li {
        display: inline;
        margin-right: 0px;
        margin-left: 0px;
        font-weight: bold;
        background-image: url(/1/images/mainbox/default/section_sep.png);
        background-repeat: no-repeat;
        padding-left: 8px;
	padding-right:2px;
        font-size: 12px;
        padding-bottom:5px;
}

div.poker_sectionsubnav a {
	color: #FFFFFF;
}
div.poker_sectionsubnav .selected {
	color: #700411;
}
div.flash_container{
     clear:both;
}
div.balance_container{
    clear:both;
}


table.balance_table tbody tr:nth-child(odd) {background-color: #D5D1AE; }
table.balance_table tbody tr:nth-child(even)  {background-color: #D5E1BF; }

table.balance_table td
{ 
	padding: .3em; 
	border: 1px black solid; 
	text-align:center;
	margin: 0px; 
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
    color:black;
}

table.balance_table th 
{ 
	padding: .3em; 
	border: 1px black solid; 
	text-align:center;
	margin: 0px; 
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color:black;
    text-align:left;
}
