BODY {
  font-family: Helvetica, sans-serif;
  color: black;
  background-image: url(/afpistol/images/back.gif);
  background: #AAAAAA;
  text-align: left;
}

.on {
  font-size: 14pt;
}

.off {
  font-size: 12pt;
}

SMALL {
  font-size: 6pt;
}

A:link {
  color: blue;
  text-decoration: none;
}

A:visited {
  color: purple;
  text-decoration: none;
}

.menurow {
  color: white;
  background: #00DDDD;
}

H3.delete {
 color: #FF0000;
}

/* this is for the nav bar */
TR.menurow {
  font-family: Helvetica, sans-serif;
  background-color: #00DDDD;
} 

/* these are for the score tables */
.scores
{
  padding-left: 3px;
  padding-right:3px;
}

/* general table styles */
TH {
  background: #0000EE;
  color: white;
  text-align: center;
} 

TD {
  text-align: left;
}

.field {
  background: #333333;
  font-weight: bold;
  color: white;
  text-align: right;
  padding-right: 3px;
  padding-left: 1px;
}

.even {
  background: #EEEEEE;
}

.odd {
  background: #00DDDD;
}

.evenrow {
  background: #EEBBEE;
}

.oddrow {
  background: #00DDDD;
}

.calagg {
  font-weight: bold;
}

.grandagg {
  font-weight: bold;
}

.picturecaption {
  font-style: italic;
  text-align: center
}

.pixtd {
  font-weight: bold;
  text-align: center
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}

nav ul {
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

nav ul li {
	float: left;
}
	nav ul li:hover {
		background: #4b545f;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	}
		nav ul li:hover a {
			color: #fff;
		}
	
	nav ul li a {
		display: block; padding: 25px 40px;
		color: #757575; text-decoration: none;
	}

nav ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
	}
		nav ul ul li a {
			padding: 15px 40px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #4b545f;
			}

nav ul ul ul {
	position: absolute; left: 100%; top:0;
}


