table {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}


table tr:hover td{	}
table tr:nth-child(odd){ background-color:#fcfcfc; }
table tr:nth-child(even)    { background-color:#eaeaea; }
table td{
	vertical-align:middle;
	
	
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:.7em;
	font-size:1em;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}

.sb_body_content table td
{
	font-size: .75em;
}

table th,
table tr.div td
{	
	background-color:#215c88;
	background-image: url(https://s3.amazonaws.com/s3.statbroadcast.com/grfx/overlay.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-size:contain;
	border-top:1px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:1.1em;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}

table tr.highlight td, table tr.highlight
{
	background-color:#005fbf;
	background-image: url(https://s3.amazonaws.com/s3.statbroadcast.com/grfx/overlay.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-size:contain;
	background: #868686;
	border-top:2px solid #ccc;
	border-bottom:2px solid #999;

	font-weight:bold;
	color:#ffffff;
}


table tr.black	{background-color: #444; color: #eee;}
table tr.black td	{color: #eee; border-color: #ccc;	}


table tr.white	{background-color: #fff; color: #111;}
table tr.white td	{color: #111; border-color: #aaa;	}

table tr.gray td	, table tr.gray	{color: #aaa;}

table tr.bold td	{font-weight: bold;}