@charset "utf-8";

#tournament_filter
{
	margin: 25px 0px;
}
	#tournament_filter fieldset
	{
		border: 1px solid #CCCCCC;
		background: #dfdfdf;
		padding: 5px;
	}
	#tournament_filter legend
	{
		font-weight: bold;
		margin-left: 5px;
	}
	#tournament_filter label
	{
		margin: 0px 5px;
	}
	#tournament_filter a#removeLink
	{
		margin: 0px 5px;
		font-size: 0.9em;
		float: right;
	}
	#tournament_filter hr
	{
		background:#AAAAAA none repeat scroll 0%;
		border:0px none;
		height:1px;
		margin-bottom:0px;
		width:100%;
	}
	#tournament_filter button
	{
		margin-left: 10px;
	}

#tournaments
{}
	#tournaments li
	{}
	#tournaments li h2
	{
		font-size: 1.2em;
	}
	#tournaments li h2 a
	{
		text-decoration: none;
	}
	#tournaments li a.details
	{
		font-size:0.8em;
		margin-left:1em;
	}
