/* General Page Settings */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}
/*
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
}*/
/*-------------------------------------------------------*/

/* Remove gaps between table cells for main layout table */
table.layout {
	border-collapse:collapse;
}
/*-------------------------------------------------------*/

/* Link Style for MAIN NAV bar */
a.mainnav:link {
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}
a.mainnav:visited {
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}
a.mainnav:hover {
	background-color:#000000;
	font-weight:bold;
}
a.mainnav:active {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
/*-------------------------------------------------------*/

/* Link Style for INNER NAV bar */
a.inner:link {
	color:#000099;
	font-weight:bold;
	text-decoration:none;
}
a.inner:visited {
	color:#000099;
	font-weight:bold;
	text-decoration:none;
}
a.inner:hover {
	background-color:#FF0000;
	font-weight:bold;
}
a.inner:active {
	color:#FFFF00;
	font-weight:normal;
	text-decoration:none;
}
/*-------------------------------------------------------*/

/* Link Style for SIDE NAV bar */
a.sidenav:link {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
a.sidenav:visited {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
a.sidenav:hover {
	background-color:#000000;
	font-weight:normal;
}
a.sidenav:active {
	color:#FFFF00;
	font-weight:normal;
	text-decoration:none;
}
/*-------------------------------------------------------*/

/* Link Style for footer */
a.footlink:link {
	color:#CCCCCC;
	font-weight:normal;
	text-decoration:none;
	font-size:smaller;
}
a.footlink:visited {
	color:#CCCCCC;
	font-weight:normal;
	text-decoration:none;
	font-size:smaller;
}
a.footlink:hover {
	background-color:#000000;
	font-weight:normal;
	text-decoration:none;
	font-size:smaller;
}
a.footlink:active {
	color:#FFFF00;
	font-weight:normal;
	text-decoration:none;
	font-size:smaller;
}
/*-------------------------------------------------------*/

/* General Link Style */
a:link {
	color:#000099;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color:#0000FF;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	background-color:#FF0000;
	font-weight:bold;
}
a:active {
	color:#FFFF00;
	font-weight:bold;
}
img {	
	border-style:none;
}
/*-------------------------------------------------------*/

/* Remove the link hover for images */
a.NOHOVER:link {
	font-weight:normal;
}
a.NOHOVER:hover {
	background:none;
	font-weight:normal;
}
/*-------------------------------------------------------*/

/* Side Bar Style */
ul.sidelist {
	color:#FFFFFF;
	list-style:square;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:20px;
}
td.redrow {
	background-color:#FF0000;
}
td.bluerow {
	background-color:#000099;
}
/*-------------------------------------------------------*/

/* Index News Bulleted Style */
ul.newslist {
	list-style:disc;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:40px;
}
tr.aligntop {
	vertical-align:top;
}
tr.aligntop2 {
	vertical-align:top;
	background-color:#CCCCCC;
}
/*-------------------------------------------------------*/

/* Year headers for awards page */
caption.awardsheader {
	color:#FF0000;
	font-weight:bold;
	font-size:x-large;
}
/*-------------------------------------------------------*/

/* Remove spacing above and below header tags*/
.NOSPACE {
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	font-size:large;
}
/*-------------------------------------------------------*/

/* Fix header size 4*/
h4 {
	font-size:medium;
}
/*-------------------------------------------------------*/

/* Edgeless table for automatic tables in AllStar section*/
table.EDGELESS {
	border-right: medium none; 
	border-top: medium none; 
	border-left: medium none; 
	border-bottom: medium none; 
	border-collapse: collapse; 
	mso-table-layout-alt: fixed; 
	mso-border-alt: solid windowtext .5pt; 
	mso-padding-alt: 0in 5.4pt 0in 5.4pt; 
	mso-border-insideh: .5pt solid windowtext; 
	mso-border-insidev: .5pt solid windowtext;
}
/*-------------------------------------------------------*/



/* Odd page settings for automatic tables in PLAYOFFS*/
table.PLAYOFFS {
	margin:auto;
	font-size:8px;
	
}
td.PLAYOFFS-DATE {
	font-weight:bold;
	color:#000099;
}

table.PLAYTITLE{
	background-color:#000033;
	margin:auto;
}
td.PLAYTITLE-BAR{
	background-color:#000099;
	font-size:large;
	color:#FFFFFF;
	text-align:center;
}
/*-------------------------------------------------------*/


/* Schedules red week*/
td.redweek {
	color:#FFFFFF;
	background-color:#FF0000;
	font-size:16px;
	text-align:center;
	font-weight:bold
}
/*-------------------------------------------------------*/

/* Schedules blue week*/
td.blueweek {
	color:#FFFFFF;
	background-color:#000066;
	font-size:16px;
	text-align:center;
	font-weight:bold;
}
/*-------------------------------------------------------*/

/* Schedules categories*/
td.weekheader {
	color:#FF0000;
	background-color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
td.weekheaderb {
	color:#000066;
	background-color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
/*-------------------------------------------------------*/

/* Center the table for schedules*/
table.SCHEDULE {
	margin:auto;
	font-size:13px;
}
/*-------------------------------------------------------*/


/* Schedules red week top performers*/
td.redweektop {
	color:#FFFFFF;
	background-color:#FF0000;
	font-size:16px;
	font-weight:bold
}
/*-------------------------------------------------------*/

/* Schedules blue week top performers*/
td.blueweektop {
	color:#FFFFFF;
	background-color:#000066;
	font-size:16px;
	font-weight:bold;
}
/*-------------------------------------------------------*/

/* Schedules blue week top performers*/
td.blueweek-stat {
	color:#FFFFFF;
	background-color:#000066;
	font-size:16px;
	font-weight:bold;
}
/*-------------------------------------------------------*/