table.directions td{
	font-family: tahoma, sans-serif;
	font-size: 11px;
}

table.directions th {
background-color:#EEEEEE;
font-family: tahoma, sans-serif;
font-size: 12px;
}

fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color: #F2EFE9;
}

legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

fieldset ol {
	padding: 0 1em 0 1em;
	list-style: none;
}

fieldset li {
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

fieldset.submit {
	float: none;
	width: auto;
	border: 0 none #FFF;
	padding: 1em 0 0 15em;
	background-color: #FFFFFF;
}

label.setup{
	float: left;
	width: 13em;
	margin-right: 1em;
	text-align: right;
}

div.tournament_header {
	font-weight: bold;
}


fieldset.fees label {
	float:none;
	width: 10em;
	margin-right: 1em;
	margin-left: 1em;
	text-align: right;
}

fieldset.fees span {
	font-weight:strong;
	padding-left:1em;	
}

fieldset.events span {
	font-weight:strong;
	padding-left:1em;	
}

table.seeding{
	border:1px solid silver;
	background-color: #FFFFFF;
}

table.seeding th{
	text-align: center;
	background-color: #DDDDDD;
	border-bottom: 2px solid #6678B1;
	padding: 2px;	
}

table.seeding td{
	text-align: center;
	border-bottom:1px solid #CCCCCC;
	padding: 5px;	
}

table.seeding tr{
	border: .5px solid black;	
}

.tooltip{
	width: 300px;
}