html, body {
	margin: 0; padding: 0;
	color: #000;
	background: #FFF;
	font: 12px "Verdana", sans-serif;
	line-height: 15px;
}


/* Layout */

div#network {
	color: #000; background: #EEE;
	border-style: solid; border-color: #AAA; border-width: 0 1px 1px 1px;
	padding: 3px; position: relative;
	width: 500px; left: 50%; margin-left: -250px;
}

div#page {
	position: relative;
	width: 700px;
	margin-left: -350px;
	left: 50%;
}
	div#header {
		position: relative;
		height: 134px; width: 760px; left: 50%; margin: 10px 0 10px -380px;
		z-index: 3 !important;
	}
	div#menu {
		position: relative;
		width: 760px; left: 50%; margin: 0 0 10px -380px;
		z-index: 2;
		text-align: center;
		padding: 3px;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}
	div#body {
		line-height: 150%;
		margin: 20px 0 0 0;
		z-index: 1;
	}
		div#body div#content {
			margin: 20px 0 10px 0;
		}

/* Header */

div#header a {
	width: 384px; height: 134px;
	border: 0; margin: 0; padding: 0;
	display: block;
}
	div#header a img {
		border: 0; margin: 0; padding: 0;
	}
		div#header a:active img {
			border: 0; margin: 0; padding: 0;
		}

/* Menu */

div#menu a { text-decoration: none; margin: 0 10px; font-size: 14px; font-weight: normal; }
div#menu a:link, div#menu a:visited { color: #900; background: transparent; }
div#menu a#active { font-weight: bold !important; color: #000; background: transparent; }

/* Body */

div#body ul, div#body ol {
	margin: 0; padding: 0;
}
	div#body ul li, div#body ol li {
		margin-left: 5em; padding: 0;
	}
div#body table {
	margin: 0 0 0 5%;
	border-collapse: collapse;
	border: 1px solid #999;
	width: 90%;
}
	div#body table tr th {
		color: #000; background: #DDD;
		border-bottom: 1px solid #AAA;
		padding: 1px 4px;
		font-size: 80%;
	}
		div#body table tr th.subhead {
			color: #000; background: #EEE;
			border-right: 1px solid #CCC;
		}
		div#body table tr th.subheadThird {
			color: #000; background: #EEE;
			border-right: 1px solid #AAA;
		}
		div#body table tr th.subheadLast {
			color: #000; background: #EEE;
		}
		div#body table tr.crossHead th {
			color: #FFF; background: #AAA;
			border-right-color: #FFF;
		}
			div#body table tr.crossHead th.week {
				color: #000; background: #FFF;
				border-top: 1px solid #FFF;
				border-left: 1px solid #FFF;
			}
	div#body table tr td {
		text-align: center;
		padding: 3px 6px;
		font-size: 80%;
	}
		div#body table tr.row2 td {
			color: #000; background: #F9F9F9;
		}
	div#body table tr th.name, div#body table tr td.name {
		text-align: right;
		border-right: 1px solid #AAA;
		width: 15em;
	}
	div#body table tr th.week, div#body table tr td.week {
		text-align: right;
		border-right: 1px solid #AAA;
		width: 7em;
	}
	div#body table tr th.best, div#body table tr td.best {
		text-align: left;
		border-right: 1px solid #AAA;
	}
	div#body table tr th.date, div#body table tr td.date {
		border-right: 1px solid #AAA;
	}
	div#body table tr th.avg, div#body table tr td.avg {
		text-align: left;
	}
	div#body table tr td.submit {
		border-top: 1px solid #CCC;
	}
	div#body table tr.row3 td {
		border-top: 1px solid #CCC;
		color: #000; background: #EEE;
	}

div#body img.map {
	border: 1px solid #666;
}

div#body div.adminBox {
	margin: 5px 5%;
	height: 250px;
	overflow: auto;
	padding: 5px;
	border: 1px solid #CCC;
}

div#body div.hr {
	font-size: 1px; line-height: 1px; padding: 0;
	margin: 10px 2% 10px 2%;
	border-bottom: 1px solid #AAA;
}

div#body h1 {
	margin-top: 5px;
}

/* Forms */

input, textarea, select, option {
	font: 10px "Verdana", sans-serif;
}
input.textLong, input.textShort {
	color: #000; background: #F6F6F6;
	border: 1px inset #DDD;
	padding: 1px 2px;
	margin-right: 3em;
}
	input.textShort {
		width: 3em;
	}
	td input.textLong, td input.textShort {
		margin-right: 0;
	}
	input.textLong:focus, input.textShort:focus {
		color: #333; background: #FFF;
	}
input.button {
	color: #000; background: #DDD;
	border: 1px outset #DDD;
	padding: 2px 10px;
}
	input.button:hover {
		cursor: pointer;
		color: #333; background: #EEE;
	}
textarea {
	width: 100%; border: 0; margin: 0; padding: 0;
	height: 247px;
	color: #458; background: transparent;
}

label {
	margin-right: 3em;
}

/* Universals */

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }

a:link, a:visited, a:hover, a:visited:hover, a:active { font-weight: bold; text-decoration: none; }
a:link { color: #900; background: transparent; }
a:hover, a:visited:hover { color: #9C0; background: transparent; }
a:visited { color: #909; background: transparent; }
a.flyer img { border: 1px solid #666; }
