/* Perfect_Sheet*/

/*obere Tabelle*/
.pokerinfos 
{
 width:500px;
 margin:auto;
 text-align:center;
}

.punkte 
{
 width:200px;
 height:50px;
 border: 3px outset #cccccc;
}

.button
{
 width:100px;
}

.wininfo
{
 font-weight:bold;
 color:#FFCC00;
 height:50px;
}

.info
{
 font-weight:bold;
 color:#CCCCCC;
}

/*untere Tabelle mit Karten*/

.tablepoker
{
 width:400px;
 margin:auto;
 border:3px outset #cccccc;
 position:relative;
}

.tablepoker td 
{
 border:2px inset #cccccc;
}

.tablepoker img
{
 cursor:pointer;
}

#halten td, #chbox td
{
 color:#00FF00;
 line-height:19px;
 border:0px;
}

#halten td
{
 visibility:hidden;
}

.tablewinlist
{
 text-align:center;
}

.tablewinlist th
{
 font-size:12px;
}

/*Gewinnmöglichkeiten */
.winlist
{
 background: no-repeat;
 text-align:left;
 width:190px; 
 height:50px;
}

.winlist span
{
 background:#FFFFFF;
 color:#000000;
 font-weight:bold;
}

.bieten
{
 display:block;
 height:20px;
}

.tabletoplist
{
 width:600px;
 margin:auto;
 border:1px outset #CCCCCC;
}

/*Topliste*/
.tabletoplist td
{
 border-bottom:1px ridge #666666;
}

.tabletoplist th
{
 border-bottom:1px inset #666666;
}

/*.submitpoker{
 color: #0099FF;
 width:100px;
 height:22px;
 cursor: pointer;
 background: #333333;
 margin-bottom:-15px;
 padding:0px;
}*/

/*Anleitung/FAQ*/
ul
{
 list-style-type:none;
}

dt
{
 color:#CCCCCC;
 font-weight:bold;
 font-style:italic;
 text-align:left;
 padding: 2px;
}

dd
{
 margin-bottom:5px;
 padding: 2px;
}
