#standings table {margin-top: 15px; margin-left: auto; margin-right: auto; }
#standings h3 {
	font-size: 1.3em;
	color: #fff;
	background-color:#666666;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	padding: 4px;
}

.Chart_ColumnHeads { background-color: #495b68; text-align: center; color: #fff; font-size: 1.0em; font-weight: bold; text-decoration: none; padding: 3px; }
.Chart_Listings { color: black; font-size: 0.9em; font-weight: normal; text-decoration: none; padding: 3px;}
.Chart_ListingsError { color: #bd1027; font-size: 1.0em; font-weight: normal; background-color: #fdd; text-decoration: none; }
.Chart_Listings a:link, .Chart_Listings a:visited { color: black; text-decoration: none; }
.Chart_Listings a:hover { color: #97da76; }
.Chart_Listings_Stats  { color: #292929; font-size: 0.9em; font-weight: normal; line-height: 13px; text-decoration: none  ; text-align: left; }
.even {
	background-color:#495b68;
	color: #fff;
}
.odd {
	background-color:#354958;
	color: #fff;
}
.Chart_Titles { color: black; font-size: 1.2em; font-weight: bold; text-decoration: none }
.Chart_Titles_Rev { color: white; font-size: 1.2em; font-weight: bold; background-color: #333; text-decoration: none; padding: 4px;  }
.Playoffs    { color: black; font-size: 0.9em; font-weight: normal; text-decoration: none }
.Playoffs a:link, .Playoffs a:visited { color: black; font-size: 0.9em; text-decoration: none }
.Playoffs a:hover { color: #97da76; font-size: 0.9em; line-height: 11px; text-decoration: underline }
.PlayoffsHome   { color: black; font-size: 0.9em; font-weight: bold; text-decoration: none }
.PlayoffDates     { color: black; font-size: 0.9em; font-style: italic; font-weight: normal; text-decoration: none; border-left: thin black }
.NewPlayoffs    { color: black; font-size: 0.9em; font-weight: normal; text-decoration: none; padding-left: 2px; border-left: thin solid black }
.NewPlayoffs a:link, .NewPlayoffs a:visited { color: black; font-size: 0.9em; text-decoration: none }
.NewPlayoffs a:hover { color: #97da76; font-size: 0.9em; line-height: 11px; text-decoration: underline }
.NewPlayoffsHome   { color: black; font-size: 0.9em; font-weight: bold; text-decoration: none; padding-left: 2px; border-left: thin solid black }
.NewPlayoffDates     { color: black; font-size: 0.9em; font-style: italic; font-weight: normal; text-decoration: none; padding-left: 2px; border-left: thin solid black }
.Chart_Titles_h3 {
	font-size: 1.3em;
	color: #fff;
	background-color:#666666;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	padding: 4px;
}

/* New Sortable Columns Stuff */
#simple {
	}

#simple .Chart_Titles_Rev { color: white; font-size: 1.2em; font-weight: bold; background-color: #333; text-decoration: none  }

#simple th {
	text-align: left;
	padding: 6px;
	cursor:default;
	overflow:hidden;
	font-size: 1.0em; 
	font-weight: bold; 
	text-decoration: none;
	background-color: #495b68;
}

#simple td { color: #fff; font-size: 1.0em; font-weight: normal; text-decoration: none;
	overflow:hidden;
	white-space:nowrap;
	padding: 3px;
}

#simple th.header {
	background-image: url(/images/PgElements/small.gif);	
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	color: #fff; 
	font-size: 1.0em; 
	font-weight: bold; 
	text-decoration: none;
	background-color: #495b68;
}
#simple .even {
	background-color:#495b68;
	color: #fff;
}
#simple .odd {
	background-color:#354958;
	color: #fff;
}
#simple th.headerSortUp {
	background-image: url(/images/PgElements/small_asc.gif);
	background-color: #4a668d;
}
#simple th.headerSortDown {
	background-image: url(/images/PgElements/small_desc.gif);
	background-color: #4a668d;
}
