
.result_section {
	font-size: 12pt;
	font-family: sans;
	font-weight: bold;
	font-style: italic;
}

.fencer_list {
	font-size: 10pt;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

.fencer_list TR {
}

.fencer_list TR TH {
	font-size: 11pt;
	font-family: sans;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

.fencer_list TR TH #index {
	background-color: orange;
}

.fencer_list {
	cell-padding: 0;
}
.fencer_list TR TD {
	padding-left: 5;
	padding-right: 5;
	padding-bottom: 1;
	font-size: 11.0pt;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

TD.numb,TD.usfaclass {
	text-align: right;
}
TD.rank {
	text-align: right;
}
TD.index {
	text-align: right;
	font-family: sans;
}



TD.trule {
	background-color: lightgrey;
}

TD.t0 {
	background-color: yellow
}

TD.t1 {
	background-color: aquamarine;
}

TD.t2 {
	background-color: pink;
}

TD.t3 {
	background-color: lightgreen;
}

TD.t4 {
	background-color: orange;
}

TD.t5 {
	background-color: wheat;
}

TD.t6 {
	background-color: yellow;
}

H1    { font-size: 35pt;
	color: black; }

A	{color: black; font-weight: bold}
A:hover	{color: red; font-weight: bold}

BODY {
	background-color: #80e0ff;
	color: #000000;
}

DT { font-weight:bold;
}


TR.gold,TD.gold {
	background-color: #F7F74C;
}
TR.silver,TD.silver {
	background-color: #C3C3C3;
}
TR.bronze,TD.bronze {
	background-color: #B58231;
}
TR.medal,TD.medal {
	background-color: #00FFFF;
}
TR.qualifier,TD.qualifier {
	font-weight: bold;
}

TR.goldqualifier,TD.goldqualifier {
	background-color: #F7F74C;
	font-weight: bold;
}
TR.silverqualifier,TD.silverqualifier {
	background-color: #C3C3C3;
	font-weight: bold;
}
TR.bronzequalifier,TD.bronzequalifier {
	background-color: #B58231;
	font-weight: bold;
}
TR.medalqualifier,TD.medalqualifier {
	background-color: #00FFFF;
	font-weight: bold;
}

TR.ex {
	background-color: #808080;
}


TD {
	text-align: top;
}

.menuItem {
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
}




.greeting { font-size: 20pt; }

.editorial {
	font-family: sans-serif;
	font-size: 10pt;
	color: #503010;
	font-weight: normal;
	font-style: italic;
}

.section {
	font-family: sans-serif;
	font-size: 16pt;
	color: #503010;
	font-weight: bold;
	font-style: italic;
}


.subsection {
	font-family: sans-serif;
	font-size: 14pt;
	color: #503010;
	font-weight: bold;
}

.clubname {
	font-family: sans-serif;
	color: #000000;
	font-weight: bold;
}

.address {
	color: #000000;
	font-weight: bold;
}

.email {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	text-underline: single;
}

.tournement {
	font-family: sans-serif;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}

.event {
	color: #000000;
	font-weight: bold;
}

/* Dropdown menu navigation */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 12em;
}

#nav li { /* all list items */
	float: left;
	width: 10em;		/* width needed or else Opera goes nuts */
}

#nav li > ul > li > a { /* all list items */
	line-height: 105%;
	margin-top: 2;
	margin-bottom: 2;
	text-decoration: none;
}

/* using left instead of display to hide menus because display:none is not read by screen readers */
#nav li ul { /* second-level lists */
	position: absolute;
	background: #90ffff;
	width: 12em;
	left: -999px;
	display: none;
	white-space: 200%;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display: block;
}

/* Score sheet stuff */

.ScoreSheet {
	font-size: 10pt;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	cell-padding: 0;
}

.ScoreSheet > TD.LeftBold {
	border-width: 4px;
}

TH.LeftBold {
	text-align: center;
	border-left: solid 1pt;
	margin-spacing;
	background-color: gray;
}

TD.LeftBold {
	text-align: center;
	border-left: solid windowtext 3px;
	background-color: orange;
}

.ScoreSheet TR {
}

.ScoreSheet tr th {
	font-size: 11pt;
	font-family: sans;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	xbackground-color: orange;
	text-align: left;
}

.ScoreSheet tr td {
	text-align: center;
	font-size: 11pt;
	font-family: sans;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: black;
}

P.breakhere {page-break-before: always}
