html {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
}

body {
	margin: 0;
	padding: 0;
	background-color: white;
}

form {
	margin: 0;
	padding: 0;
}

form table tr td {
	font-size: .86em;
}

header, section, footer, aside, nav, main, article, figure {
	display: block;
	margin: 0;
	padding: 0;
}

noscript {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: .5em 0 .5em 0;
	border: none;
	border-top: thin darkred solid;
	border-bottom: thin darkred solid;
	color: darkred;
	background-color: #FFFFE0;
	width: 100%;
	text-align: center;
	border-top: thin darkred solid;
}

a:link, a:visited {
	color: navy;
	text-decoration: none;
	padding-left: .5em;
	padding-right: .5em;
}

a:hover {
	color: darkred;
	background-color: lightyellow;
}

div.loading {
	border: none;
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
	text-align: center;
	padding-top: 3em;
	position: absolute;
	top: 25%;
	height: 5em;
	background-color: gainsboro;
	opacity: 0.90;
	display: none;
}

div.confirmDlg {
	border: 2px solid darkgray;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	text-align: center;
	padding-top: 2em;
	padding-bottom: 2em;
	position: absolute;
	top: 25%;
	background-color: white;
	display: none;
}

input[type="number"] {
	width: 4em;
	text-align: right;
}

input[type="submit"], input[type="reset"], button, input[type="button"],
	button {
	font-size: .92em;
	padding: .25em .5em .25em .5em;
	margin: .25em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

button.pageCenter {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
}

button.pageRight {
	margin-right: 2em;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
	float: right;
}

button.pageLeft {
	margin-right: auto;
	margin-left: 2em;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
	float: left;
}

div.center {
	text-align: center;
}

div.err {
	font-weight: bold;
	color: darkred;
	margin: .5em;
}

div.resultmsg {
	color: darkred;
	margin: 2em auto;
	width: 60%;
	padding: 1em;
	border: 2px solid gray;
}

div.resultmsg div {
	width: 25%;
	padding: .5em;
	border: 1px solid darkred;
	text-align: center;
	margin: 0 0 1em 0;
	background-color: lightyellow;
}

div.function_header {
	color: navy;
	font-weight: bold;
	text-decoration: underline;
}

nav {
	margin: 0;
	background-color: LightSteelBlue;
	text-align: right;
	padding: 0;
}

nav ul {
	padding: .5em 0;
	margin: 0;
}

nav ul li {
	font-size: .86em;
	display: inline;
	padding: 0 .5em 0 .5em;
}

form#fLogIn {
	width: 30em;
	margin: 3em auto 5em auto;
	padding: 0;
	font-size: .9em;
}

form#fLogIn fieldset {
	background-color: WhiteSmoke;
	padding: 0;
	border: 2px solid LightSteelBlue;
	margin: 0;
}

form#fLogIn fieldset legend {
	background-color: LightSteelBlue;
	font-size: 1em;
	font-weight: bold;
	float: left;
	margin: 0 0 2em 0;
	width: 100%;
	text-align: center;
	padding: .5em 0 .5em 0;
}

form#fLogIn fieldset label {
	display: inline-block;
	float: left;
	width: 34%;
	padding: .5em;
	text-align: right;
	height: 2em;
}

form#fLogIn fieldset input[type=text], form#fLogIn fieldset input[type=password]
	{
	display: inline-block;
	float: left;
	width: 44%;
	padding: .5em;
	text-align: left;
	height: 1em;
}

form#fLogIn fieldset div {
	clear: left;
	padding: .75em 2em .75em 0;
	text-align: right;
}

div#_content {
	border: none;
	width: 80%;
	margin: 2em auto 4em auto;
	padding: 0;
	font-size: .96em;
}

main {
	border: none;
	width: 40em;
	margin: 2em auto 4em auto;
	padding: 0;
	font-size: .9em;
}

main form {
	border: 1px solid LightSteelBlue;
	background-color: LightSteelBlue;
	margin: 0;
	padding: 0;
}

main form#genSchedSel {
	position: relative;
	float: left;
	width: 48%;
	margin: 0;
	padding: 0;
}

main form#genwkpick {
	position: relative;
	float: right;
	width: 18em;
	margin: 0;
	padding: 0;
}

main table {
	margin: 0;
	width: 100%;
	vertical-align: top;
	background-color: WhiteSmoke;
	padding: 0;
	border: none;
}

main table tr th {
	font-weight: bold;
	background-color: LightSteelBlue;
	padding: .5em;
	text-align: center;
}

main table tr td {
	padding: .5em;
	text-align: right;
}

main table tr td.sel {
	text-align: left;
}

main table tr td.schedWinner, form#makeweeklypicks table tr td span.schedWinner
	{
	font-weight: bold;
	background-color: Salmon;
	color: white;
}

div.pageHeader {
	margin: 1em auto 1em 0;
	border: thin solid black;
	width: 14em;
	text-align: center;
	background-color: whitesmoke;
	font-weight: bold;
	padding: .5em;
}

form#makeweeklypicks {
	border: none;
	width: 52em;
	margin: 2em auto 4em auto;
	background-color: silver;
	padding: .5em;
}

form#makeweeklypicks table {
	background-color: silver;
	border: 2px groove gray;
	width: 100%;
}

form#makeweeklypicks table tr th {
	background-color: navy;
	color: white;
	font-weight: bold;
}

form#makeweeklypicks table tr:nth-child(even) {
	background: white;
}

form#makeweeklypicks table tr:nth-child(odd) {
	background: whitesmoke;
}

form#makeweeklypicks table tr td {
	padding: .5em;
}

form#makeweeklypicks table tr td {
	padding: .5em;
}

form#makeweeklypicks p {
	margin: 0 1em 0 1em;
}

form#makeweeklypicks p:nth-child(1) {
	text-align: left;
	color: white;
	font-size: .87em;
	font-weight: bold;
	padding: 0;
	float: left;
}

form#makeweeklypicks p:nth-child(2) {
	text-align: right;
	color: white;
	font-size: .87em;
	font-weight: bold;
	padding: 0;
	float: right;
}

form#makeweeklypicks p:nth-child(3) {
	text-align: center;
	color: whitesmoke;
	font-size: .87em;
	padding: .5em;
	clear: both;
}

form#makeweeklypicks div.buttonRow {
	text-align: right;
	padding: 1em;
}

form#makeweeklypicks div.buttonRow span {
	color: white;
	font-size: .87em;
	padding-right: 1em;
}

form#makeweeklypicks div.buttonRow input[type=submit] {
	border: 2px solid orange;
	-moz-box-shadow: 0 0 14px yellow;
	-webkit-box-shadow: 0 0 14px gold;
	box-shadow: 0 0 14px gold;
}

form#makeweeklypicks table {
	clear: both;
	margin-top: 2em;
}

form#makeweeklypicks table tr td:nth-child(3n) {
	text-align: center;
}

form#makeweeklypicks table tr td input#tie_break_score {
	border: 2px solid gray;
	-moz-box-shadow: 0 0 14px #123;
	-webkit-box-shadow: 0 0 14px #123;
	box-shadow: 0 0 14px #123;
}

form#sendEmail {
	width: 100%;
	padding: 1em;
	margin: 1em auto 3em auto;
	background-color: lightYellow;
	font-size: 1em;
}

form#sendEmail label {
	float: left;
	width: 6em;
	text-align: center;
}

form#sendEmail input, form#sendEmail text, form#sendEmail select {
	clear: left;
}

div.wandl {
	margin: .5em;
	font-weight: bold;
	color: white;
}

main table.schedule {
	background-color: gray;
	width: 100%;
}

main table.schedule tr:nth-child(odd) {
	background-color: white;
}

main table.schedule tr:nth-child(even) {
	background-color: whitesmoke;
}

main table.schedule tr td, main table.schedule tr th {
	font-size: .83em;
}

main div.locbutton {
	margin: .5em;
	text-align: right;
}

main div.wkSel {
	font-size: .8em;
	margin: .5em auto 1em auto;
	text-align: center;
}

form#edituser fieldset, form#chooseUser fieldset {
	border: thin solid gray;
	padding: 1em;
}

form#edituser input, form#edituser select, form#edituser label, form#chooseUser label
	{
	display: block;
	font-weight: bold;
	text-align: left;
	position: relative;
	float: left;
	margin: .5em .5em 0 0;
}

form#edituser label, form#chooseUser label {
	display: block;
	width: 10em;
	text-align: right;
}

form#edituser div, form#chooseUser div {
	clear: left;
}

form#edituser div:last-child, form#chooseUser div:last-child {
	margin-left: 10em;
	margin-top: 3em;
}

span.picked {
	font-weight: bold;
}

span.tiebreak {
	font-weight: bold;
	padding: 0 1em 0 1em;
	background-color: #ffffff;
	border: 3px inset silver;
	"
}

form#makeweeklypicks input[type=radio] {
	margin-right: .5em;
}

form#makeweeklypicks input[type=text] {
	text-align: center;
}

form#pickWW {
	text-align: center;
}

form#pickWW table {
	width: 20em;
	margin: 0 auto 0 auto;
}

form#pickWW table::before {
	border: 5px solid green;
}

main table.memberReport {
	font-size: .87em;
	width: 100%;
	margin-bottom: 1em;
	display: none;
}

main table.memberReport tr th {
	font-weight: normal;
	color: white;
	text-align: center;
	padding: .5em;
}

main table.memberReport tr td {
	text-align: center;
	padding: .5em;
}

main table.memberReport tr td:nth-child(3n), main table.memberReport tr td:nth-child(6n),
	main table.memberReport tr th:nth-child(6n) {
	text-align: left;
}

main table.memberReport tr:nth-child(even) {
	background: white;
}

main table.memberReport tr:nth-child(odd) {
	background: whitesmoke;
}

main table.memberReport tr td {
	text-align: left;
}

section.theRules {
	clear: both;
	padding: .5em;
	margin: 0 1em .5em 1em;
	font-size: 86%;
	background-color: lightyellow;
	border: 2px solid gray;
	color: gray;
}

main table.standingsReport {
	display: none;
}

main table.standingsReport tr td:nth-child(2) {
	text-align: left;
}

main table.standingsReport tr:nth-child(even) {
	background: white;
}

main table.standingsReport tr:nth-child(odd) {
	background: whitesmoke;
}

form#updateStandingsTable p {
	background-color: white;
	margin: 1em;
	padding: 1em;
}

form#updateStandingsTable div {
	text-align: right;
	margin: 1em;
}

.finePrint {
	font-size: .75em;
	color: gray;
}

main table.standingsReport tr td.highlight {
	background-color: yellow;
}

main table.schedule tr td.highlight {
	border: 2px solid gray;
	-moz-box-shadow: 0 0 14px #123;
	-webkit-box-shadow: 0 0 14px #123;
	box-shadow: 0 0 14px #123;
}

main table#checkWeeklyInputs {
	border: none;
	padding: 0;
	margin: 0;
}

main table#checkWeeklyInputs tr td {
	text-align: left;
}

main form#fSendEMR {
	margin: 0;
	padding: 0;
	background-color: white;
	border: none;
	text-align: center;
}

main table.editSchedule tr td, main table.editSchedule tr th {
	text-align: center;
	font-size: .83em;
}

main table.editSchedule tr:nth-child(even) {
	background: white;
}

main table.editSchedule tr:nth-child(odd) {
	background: whitesmoke;
}

main table.editSchedule tr td input[type="text"] {
	text-align: right;
}

main table.teamInfo tr td {
	text-align: left;
}

main table.teamInfo tr:nth-child(even) {
	background: white;
}

main table.teamInfo tr:nth-child(odd) {
	background: whitesmoke;
}

main table.sendDbaEmail tr td {
	text-align: left;
}

span.emailRep {
	font-size: .83em;
	color: black;
	margin-left: 0;
	margin-right: .5em;
}

main form#fCreateSchedule {
	background-color: whiteSmoke;
	padding: 0;
	margin: 0;
	border: none;
}

main form#fCreateSchedule fieldset {
	padding: 2em;
	border: none;
	margin: 0;
}

main form#fCreateSchedule fieldset ol li {
	padding: 1em;
}

p.tzNote {
	font-size: .9em;
	clear: both;
	padding-top: 5em;
	text-align: center;
	color: silver;
}

span.jumble {
	text-decoration: line-through;
	color: darkgray;
}

span.nmr {
	padding: 0 .5em 0 .5em;
	border: 1px solid black;
	font-size: .83em;
	background: ivory;
	float: left;
	display: block;
	margin: .25em;
	padding: .25em;
}

mark.hipc {
	background-color: salmon;
	color: white;
}