*{
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html, body{
	width: 100%;
	height: 100%;
	background-color: #000;
	overflow: hidden;
}
body{
	font-family: tahoma, sans-serif;
	font-size: 14px;
	background: url('images/horseshoeLogoInv2.png') center center no-repeat;
	background-size: 100% 100%;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
.rel{
	position: relative;
}
.abs{
	position: absolute;
}
.clear{
	clear: both;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sd_loading{
	color: #666;
	top: 80px;
	left: 10px;
	font-size: 28px;
}
/* container */
.sd_intro{
	width: 100%;
	height: 100%;
	display: none;
}
.sd_container{
	width: 100%;
	height: 100%;
	display: none;
}
/* header */
.sd_header{
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background: url('images/header_bg.png') repeat-x;
	background-size: auto 100%;
	-moz-box-shadow:    inset 0 0 8px #000000;
	-webkit-box-shadow: inset 0 0 8px #000000;
	box-shadow:         inset 0 0 8px #000000;
	height: 70px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);*/
	border: 1px solid #333;
}
.sd_header img{
	float: left;
	height: 100%;
	vertical-align: top;
}
.sd_header div{
	display: inline;
	float: left;
	color: #000;		
}
.sd_header h1{
	font-size:  2em;
	font-weight: 900;	
}
.sd_header h2{
	font-size: 1em;
	margin-left: 10px;
	margin-top: -5px;
	font-weight: 900;
}
.sd_date{
	top: 0px;	
	right: 10px;	
	font-size: 1.7em;
	font-weight: 900;
}
.sd_info{
	font-size: 1.4em;
	font-weight: 900;
	top: 0px;	
	float:left;
	display: block;
	margin-left: 10px;
	margin-top: 6px;
}
.sd_leg{
	clear: left; 
	font-size: 1.4em;
	font-weight: 900;
	margin-top: 4px;
}
.sd_pool{
	font-size: 1.7em;
	font-weight: 900;
	color: white;
	display: block;
	text-shadow: 1px 1px 1px #000;
	top: 30px; right: 10px;

}
/* leaderboard */
.sd_leaderboard{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	margin-top: -2px;
}
.sd_row{
	width: 100%;
	height: 8%;
	background: url('images/header_bg.png') repeat-x;
	background-size: auto 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	border: 1px solid #333;
	margin-top: 2px;
}
.sd_row_content{
	width: 97%;
	height: 90%;
	margin: auto;
	margin-top: 2px;
	background-color: #0D1015;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #777;
	color: #fff;
}
.sd_col{
	float: left;
	text-align: center;
	font-size: 2em;
	font-weight: 800;
	margin-top: 10px;
}
.sd_row_header .sd_col1{
	text-align: center;
}
.sd_col1{
	width: 7%;
	text-align: center;
}
.sd_col2{
	width: 8%;
}
.rel .sd_col2{
	font-size:1.5em;
	line-height:1.5em;
}
.sd_col3{
	width: 30%;
	text-align: center;
}
.rel .sd_col7{
	font-weight: 600;
	font-size:1.9em;
	margin-top: 5px;
	padding-top: 8px;
}
.sd_row_header .sd_col7{
	font-weight: 800;
}
.sd_col7{
	width: 20%;
	float: left;
	text-align: center;
}
.sd_row_header .sd_col4{
	text-align: center;
}
.sd_col4{
	width: 13%;
	text-align: right;
}
.sd_col5{
	width: 10%;
}
.rel .sd_col5{
	font-size:0.9em;
	padding-top: 8px;
}
.sd_col6{
	width: 12%;
}
.sd_row_header{
	background: transparent !important;
	border: 0;
	height: 30px;
}
.sd_row_header .sd_row_content{
	background-color: #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.sd_row_header .sd_row_content .sd_col{
	font-size: 1.4em;	
	margin-top: -3px;
	color: #000;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
}
.sd_row_first{
	margin-top: 0px;
}
.sd_row_content span img{	
	left: -10px;
	top: -5px;
	height: 120%;
	display: none;
}
.sd_first .sd_row_content{
	background-color: #20008F !important;
}
.sd_second .sd_row_content{
	background-color: #9D000A;
}
.sd_third .sd_row_content{
	background-color: #FF621D;
}
.sd_first .sd_first_img{
	display: inline;
}
.sd_second .sd_second_img{
	display: inline;
}
.sd_third .sd_third_img{
	display: inline;
}
.sd_no_change,
.sd_up_change,
.sd_down_change{
	background-color: #C9C9C9;
	width: 80%;
	height: 100%;
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #000;
	display: none;	
}
.sd_up_change{
	color: #006209;
}
.sd_down_change{
	color: #9D000A;
}
.sd_up_change:before{
	content: "\25B2";
	font-size: 90%;
	position: relative;	
	top: -2px;
}
.sd_down_change:before{
	content: "\25BC";
	font-size: 90%;
	position: relative;	
	top: -2px;
}
.sd_col1 span{
//	margin-left: 20px;
}
.sd_first .sd_col1 span,
.sd_second .sd_col1 span,
.sd_third .sd_col1 span{
	margin-left: 30px;
}
.pickbox {
	margin: 0px 1px;
	width: 1.2em; 
	text-align: center;
	float: left;
}