/* ================================================================ Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   font-family: inherit;
   vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
   outline: 0;
}
body {
   line-height: 1;
   color: black;
   background: white;
}
ol, ul {
   list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
   border-collapse: separate;
   border-spacing: 0;
}
caption, th, td {
   text-align: left;
   font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: "";
}
blockquote, q {
   quotes: "" "";
}

/* ============================================== Helper Styles */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; } /* IE6 */
*+html .clearfix { zoom: 1; } /* IE7 */

.clearboth {
	clear: both;	
}

/* ============================================== General Styles & Typography */
body {
	background-image: url(goplayclub-vigorish-race-bg1.png);
	background-repeat: repeat-x;
   	color: #333;
	font-family: tahoma, 'lucida grande','Lucida Sans Unicode', sans-serif;
	font-size: 75%;
	line-height: 1.7em;
   	text-align: center;
   	font-size: small;
}
html {
	background: #fff;
}
body, html {
	height: 100%;
	margin: 0;
  	padding: 0;
	width: 100%;
}

/* ============================================== Redbet */
div.race-head {
	background-image: url(goplayclub-vigorish-race-bg2.png);
	background-repeat: no-repeat;
	height: 42px;
	/*position: absolute;*/
	width: 100%;
}
div.race-head span.title {
	color: #fff;
	display: block;
	font-size: 85%;
	font-weight: bold;
	position: absolute;
	left: 160px;
	top: 17px;
}
div.race-table {
	/*overflow: auto;

	height: 100%;*/
	font-size: 85%;
}
div.race-table table {
	/*margin-top: 50px;*/
	width: 100%;
}
div.race-table table th {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	height: 24px;
	padding-top: 2px;
	text-align: center;
}
div.race-table table th.name {
	text-align: left;
	padding-left: 11px;
}
div.race-table table th.pos {
	width: 20%;
}
div.race-table table th.rake {
	width: 20%;
}
div.race-table table th.network {
	width: 15%;
}
div.race-table table th.prize {
	width: 20%;
}
div.race-table table td {
	background-color: #f4f4f4;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}
div.race-table table td.name {
	font-weight: bold;
	text-align: left;
	padding-left: 11px;
}
div.race-table table td.pos {
	background-color: #eeeeee;
}
div.race-table table td.rake {
	background-color: #e3e3e3;
}
div.race-table table td.rake span.neg {
	color: #cc0000;
}
div.race-table table td.network {
	background-color: #dedede;
}
div.race-table table td.prize {
	background-color: #dedede;
	border-right: none;
}
div.race-table table td.prize span.norake {
	text-decoration: line-through;
}
