body {
	background-image:	url(/images/bkgnd2.jpg);
	background-color:	white;
	font-family:		"Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	font-size:			small;
	margin:				20px;
	white-space:		nowrap;
}

body#pgLineup {
	background-image:	none;
}

h1 {
	font-size:			150%;
	color:				teal;
}

h2 {
	font-size:			120%;
	color:				teal;
}

table {
	border:				none;
	border-collapse:	collapse;
	caption-side:		top;
}

caption {
	font-weight:		bold;
	font-size:			120%;
	padding-top:		30px;
}

th {
	white-space:		nowrap;
	padding:			2px;
	text-align:			center;
	vertical-align:		middle;
}

td {
	white-space:		nowrap;
	text-align:			left;
	vertical-align:		middle;
}

a:link, a:visited {
	color:				red;
	text-decoration:	none;
	font-weight:		bold;
	border-bottom:		thin dotted red;
}

a:hover {
	background-color:	yellow;
}

.bookmark {
	text-align:			left;
}

.bookmark a:link {
	font-weight:		normal;
}

.bookmark a:visited {
	font-weight:		normal;
}

.animateHide {
	background:			url(/images/open.png) no-repeat left center;
	margin:				0;
	padding:			0 10px 0 20px;
	cursor:				pointer;
	display:			inline;
}
.animateHide.close {
	background-image:	url(/images/close.png);
}
span.highlight {
	color:				red;
}
.animateHide:hover {
	background-color:	yellow;
}

/***************************************
 * nav
 ***************************************/
#nav {
	position:			fixed;
	top:				10px;
	right:				10px;
}

#nav td {
	padding-left:		10px;
}

#nav input:not(:disabled) {
	color:				white;
	background-color:	green;
}

/***************************************
 * header
 ***************************************/
div#header {
	text-align:			center;
}

/***************************************
 * week lineup
 ***************************************/
/*
div#weeklineup {
	border: 			1px solid black;
}
*/

#weeklineup input.btn_active {
	color: white;
	background-color: green;
}

#weeklineup table {
	margin:				0px 0px 30px 20px;
	margin:				0 0 0 20px;
}

#weeklineup th {
/*	background-color:	transparent;*/
	padding:			0px 12px 5px 12px;
	border-width:		1px;
	border-style:		none none solid none;
	border-color:		black;
}

#weeklineup td {
/*	background-color:	transparent;*/
	padding:			0px 12px 0px 12px;
}

#weeklineup td.hdcp {
	text-align:			right;
	padding-right:		3px;
}

#weeklineup td.name {
	text-align:			left;
	padding-left:		3px;
}

#weeklineup tr.lineup,
#weeklineup tr.lineup a {
	color: 				blue;
	font-weight:		normal;
}

#weeklineup tr.avail,
#weeklineup tr.avail a {
	color: 				green;
	font-weight:		normal;
}

#weeklineup tr.unavail,
#weeklineup tr.unavail a {
	color: 				red;
	font-weight:		normal;
}

#weeklineup tr.injured,
#weeklineup tr.injured a {
	color: 				purple;
	font-weight:		normal;
}

#weeklineup tr.maybe,
#weeklineup tr.maybe a {
	color: 				brown;
	font-weight:		normal;
}

#weeklineup tr.unknown,
#weeklineup tr.unknown a {
	color: 				orange;
	font-weight:		normal;
}

#weeklineup h2,
#weeklineup form {
	display: inline-block;
}
#weeklineup form {
	padding-left: 1em;
}

/***************************************
 * season results
 ***************************************/
div#season_results {
	padding-left:		20px;
}

#season_results table {
/*	margin:				0px 0px 30px 20px;*/
	margin-bottom:		30px;
}

#season_results th {
	padding:			0px 12px 5px 12px;
	border-width:		1px;
	border-style:		none none solid none;
	border-color:		black;
}

#season_results td {
	padding:			0px 12px 0px 12px;
	text-align:			right;
}

#season_results td.team {
	text-align:			left;
}

#season_results td.highlight {
	color:				red;
}

/***************************************
 * Back Page
 ***************************************/
div#backPage {
	margin-top:			30px;
}

div#backPage1 {
	margin-left:		40px;
	margin-top:			10px;
}
/***************************************/

.tBorder {				/* top border */
	border-width:		1px;
	border-style:		solid none none none;
	border-color:		black;
}

.rBorder {				/* right border */
	border-width:		1px;
	border-style:		none solid none none;
	border-color:		black;
}

.bBorder {				/* bottom border */
	border-width:		1px;
	border-style:		none none solid none;
	border-color:		black;
}

.lBorder {				/* left border */
	border-width:		1px;
	border-style:		none none none solid;
	border-color:		black;
}

.tlBorder {				/* top-left border */
	border-width:		1px;
	border-style:		solid none none solid;
	border-color:		black;
}

.blBorder {				/* bottom-left border */
	border-width:		1px;
	border-style:		none none solid solid;
	border-color:		black;
}

.trBorder {				/* top-right border */
	border-width:		1px;
	border-style:		solid solid none none;
	border-color:		black;
}

.brBorder {				/* bottom-right border */
	border-width:		1px;
	border-style:		none solid solid none;
	border-color:		black;
}

/***************************************
 * League Schedule
 ***************************************/
/*
div#league {
	border: 			1px solid black;
}
*/

#league table {
	font-family:		"Courier New";

	/* The only way I could find to horizontally center a table in most browsers */
	width:				auto;
	margin-left:		auto;
	margin-right:		auto;
}

#league th {
	background-color:	#cc6600;
}

.hdr_indent {
	text-align:			left;
	padding-left:		20px;
}

.teamnum {
	text-align:			right;
}

.teamname, .rcol_teamname {
	text-align:			left;
	padding-left:		14px;
}

.teamname {
	padding-right:		30px;
}

.week {
	text-align:			right;
}

.match {
	text-align:			center;
}

.date, .match, .event {
	padding-left:		34px;
}

dt.teamname {
	font-size:			150%;
	color:				teal;
	font-weight:		bold;
	padding-bottom:		10px;
}

.event {
	text-align:			left;
}

.cellcolor1 {
/*	background-color:	#fcba7a;*/
	background-color:	#FFCC99;
}

.cellcolor2 {
	color:				white;
	background-color:	red;
}

.cellcolor3 {
	color:				red;
	font-weight:		bold;
}

.cellcolor3:hover {
	background-color:	yellow;
}

.event_cellcolor {
	background-color:	#CCCCCC;
}

.p_round {
	color:				#191970;
	font-weight:		bold;
	font-style:			italic;
}

.left {
	text-align:			left;
}

.right {
	text-align:			right;
}

.center {
	text-align:			center;
}

hr {
	margin-top:			15px;
	margin-bottom:		15px;
}

#counter  table {
	/* The only way I could find to horizontally center a table in most browsers */
	width:				auto;
	margin-left:		auto;
	margin-right:		auto;
}

#datemod {
	margin-top:			5px;
	font-size:			.8em;
	text-align:			center;
}

#validation {
	margin-top:			20px;
}

#validation img, #header img {
	border:				none;
}

#validation a:link, #validation a:visited, .extras a:link, .extras a:visited, #header a:link, #header a:visited {
	border:	none;
}

#validation a:hover, .extras a:hover, #header a:hover {
	background-color:	transparent;
}

.hidden {
	display: none;
}

.unhidden {
	display: block;
}

/*
table, th, td {
	border: 			1px solid black;
	border-collapse:	separate;
}
*/
