/* === Club Futsal === */
#story-list .date {
	font-size:9px;
	padding:2px 4px;
}


	
/* Draws Table */
#draws_container {
	position:relative;
	overflow:hidden;
	margin-top:20px;
	float:left;
}

#teams {
	float:left;
	width:200px;
}

#teams a {
	padding:15px 0 15px 10px;
	border-bottom:1px solid #282828;
	margin:0;
	display:block;
	position:relative;
	z-index:9;
	width:170px;
	color:#D5D5D5;
}

#teams a:hover {
	text-decoration:none;
	color:#FB7500;
}

#teams .team {
	height: 20px;
	background:url(/Resources/MyriadLocal/Sites/RangersRugby/Images/Icons/icon_ball.png) top left no-repeat;
	display:block;
	padding-left:30px;
}

#teams a.selected {
	background:url(/Resources/MyriadLocal/Sites/RangersRugby/Images/Backgrounds/arrow_right_big.png) top left no-repeat;
	color:#FFFFFF;
	border:none;
	width:210px;
	text-shadow:0 1px 1px #666666;
}

.liverpoolfusion {
	background:url(/Resources/FAA/Sites/FAA/Images/Icons/LiverpoolFusion.png) top left no-repeat;
	padding:15px 0 10px 50px;
}

.aurora-slides-container {
	margin:0 0 0 200px;
}


	
/* Draw table */
.draws_table {
	width:500px;
	background:#282828;
	margin:20px 0;
	-moz-border-radius:5px;
	border:3px solid #666666;
	display:table;
}

.round {
	padding:10px;
	background:#444444;
	color:#3CA350;
	font-weight:bold;
	text-transform:uppercase;
}

ul.draw {
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0 10px;
	font-size:12px;
	display:table-row;
}

ul.draw li {
	background:none;
	display:block;
	float:left;
	margin:0;
	padding:10px 10px 10px 0;
	display:table-cell;
}

ul.draw li.location {
	width:149px;
	padding-left:10px;
	color:#666666;
	font-size:11px;
	border-right:0 solid #444444;
}

ul.draw li.homeTeam {
	width:110px;
	padding-left:20px;
}

ul.draw li.score {
	margin-right: 30px;
	margin-left: -30px;
	width:50px;
	color:#FB7500;
	font-weight:bold;
	text-align:center;
	padding-right:0;
}

ul.draw li.awayTeam {
	width:110px;
}

ul.draw li.note {
	width:280px;
	margin:-5px 0 0 179px;
	border-left:0 solid #444444;
	padding:0 0 5px 10px;
	font-size:11px;
	color:#999999;
	clear:left;
}

.aurora-slide {
	min-width: 800px;
}
