/* Casino JS Table */
table.jstbl							{font-size:10pt; width:100%; border-collapse: collapse}
	table.jstbl th    {font-weight: bold; color:#666; text-align:left; background-color:#f4f4f8; background-image: url(/i/hbg.gif); border:1px solid #eee; padding: 3px}
  table.jstbl td		{padding: 4px; border-left: 1px solid #eee; border-right: 1px solid #eee}	
	table.jstbl tfoot td {padding:3px; border: 1px solid #eee;}
  table.jstbl td.idx {text-align: right; color: #666}
  table.jstbl tr.nm { background-color: #FFF }
  table.jstbl tr.hl { background-color: #FFFCD0 }
.nvp	{margin-left: 5px; background: #eee; cursor:pointer; cursor:hand; color: #333; padding-left: 5px; padding-right: 5px; padding-top: 1px; padding-bottom: 1px; border: 1px solid #ccc}
.nvpa	{margin-left: 5px; font-weight: bold; background: #06c; border: 1px solid #05b; color: #FFF; padding-left: 5px; padding-right: 5px; padding-top: 1px; padding-bottom: 1px}

span.cup { padding-right: 10px; background: url(/i/up.gif) right center no-repeat; cursor:pointer; cursor:hand;}
span.cdn { padding-right: 10px; background: url(/i/dn.gif) right center no-repeat; cursor:pointer; cursor:hand;}
span.hnt { padding-right: 19px; background: url(/i/inf.gif) right center no-repeat; cursor:pointer; cursor:hand;}


/* ======= STAR-RATER ======== */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(/i/star_smallz.gif) left -1000px repeat-x;
}
.star-rating{
position:relative;
width:125px;
height:25px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;
margin: 0;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}

.inline-rating{
display:-moz-inline-block;
display:-moz-inline-box;
display: inline-block;
vertical-align: middle;
}

.small-star{
width:50px;
height:10px;
}

.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
background-image: url(/i/star_smallz.gif);
line-height: 10px;
height: 10px;
}

/* ======= /STAR-RATER ======== */