﻿body
{
    background-color: #f0f0f0;
    font-family: Verdana, Arial;
}



/* ----- Control Panel CSS ----- */
.icmp_cp_panel
{
    width: 600px;
    margin: 0 auto 0 auto;
    border: 1px solid #c8c8c8;
    background-color: #d8d8d8;
}
.icmp_cp_table
{
    width: 600px;
    margin: 0 auto 0 auto;
}
.icmp_cp_cell
{
    text-align: center;
    font-size: 9pt;
    font-weight: bold;
    color: #555555;
}
.icmp_cp_textbox
{
    height: 12px;
    text-align: center;
    font-size: 8pt;
}
.icmp_cp_dropdown
{
    text-align: center;
    font-size: 8pt;
    width: 60px;
}
.icmp_cp_button
{
    width: 150px;
    height: 30px;
    font-size: 8pt;
    margin: 5px;
}


/* ---- Poker Table CSS ----- */
.icmp_pt_panel
{
 
    width: 700px;
    height: 370px;
    
}
.icmp_pt_table
{
    position: absolute; /* Do Not Change */
    width: 700px;
    height: 370px;
    background: url(http://www.icmpoker.com/images/poker_table.jpg) no-repeat top left;
}
.icmp_pt_dealer
{
    position: absolute; /* Do Not Change */
    width: 20px;
    height: 20px;
    background: url(http://www.icmpoker.com/images/dealer_button.gif) no-repeat top center;
    display: none;
}
.icmp_pt_hero
{
    position: absolute; /* Do Not Change */
    width: 20px;
    height: 20px;
    background: url(http://www.icmpoker.com/images/hero_button.gif) no-repeat top center;
    display: none;
}



/* --- Seat CSS ---- */
.icmp_sp_panel
{
    filter: alpha(opacity=85); 
    opacity: 0.85; 
    padding: 5px;
    text-align:center;
    display: block;
    width: 120px;
    height: 120px;
}
.icmp_sp_invis
{
    position: absolute;
    top: -1000px;
    left: -1000px;
}
.icmp_sp_table
{

}
.icmp_sp_position
{
    text-align: center; 
    vertical-align: middle;
    height: 20px;
    font-weight: bold;
    font-size: 10pt;
}
.icmp_sp_cell
{
    background-color: Gray;
    border-left: 2px solid black;
    border-right: 2px solid black;
}
.icmp_sp_textbox
{
    width: 100px;
    border: none;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}
.icmp_sp_hbar
{
    height: 2px;
    background-color: Black;
}
.icmp_sp_fold
{
    background: url(http://www.icmpoker.com/images/fold.gif) no-repeat top left;
    height: 20px;
}
.icmp_sp_call
{
    background: url(http://www.icmpoker.com/images/call.gif) no-repeat top left;
    height: 20px;
}
.icmp_sp_push
{
    background: url(http://www.icmpoker.com/images/push.gif) no-repeat top left;
    height: 20px;
}
.icmp_sp_slider
{
    display: block;
    position: static;
}
.icmp_sp_slider_invis
{
    position: absolute; 
    top: -1000px;
    left: -1000px;
}





/* ----- Result Panel CSS ----- */
.icmp_rp_panel
{
    margin: 0 auto 0 auto;
    padding: 5px 0 5px 0;
    width: 600px;
    border: 1px solid #c8c8c8;
    background-color: #d8d8d8;
}
.icmp_rp_invis
{
    display: none;
}
.icmp_rp_label
{
    margin: 3px 0 3px 0;
    display: block;
    font-size: 9pt;
    color: #363636;
}

.icmp_rp_table
{
    width: 600px;
    margin: 0 auto 0 auto;
}

.icmp_rp_cell
{
    text-align: center;
    font-size: 8pt;
    color: #555555;
}

.icmp_rp_error
{
    font-size: 8pt;
    color: Red;
}



/* ----- Sign Up Text CSS ----- */

.icmp_signup_link, .icmp_signup_link:link, .icmp_signup_link:visited
{
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: #1b3865;
    font-weight: bold;
    font-size: 10pt;
}

icmp_signup_link:hover, icmp_signup_link:active
{
    color: Gray;
    text-decoration: underline;
}

.icmp_signup_text
{
    font-size: 8pt;
    color: #363636;
}



