
/* Cascading Style Sheet for League Explorer Webpages */
body		{ font-size: 75%; 
			line-height: 125%;   		
			font-family: Verdana, Arial, Helvetica,  }
body.intro	{background: White; }
body.refs	{background: White; }

a:link		{ color: #0000FF; } 
a:active	{ color: #FF33CC; }
a:visited 	{  color: #800080; }
a:hover		{color: #800080;
			font-weight: bold; }

h1		{ font-size: 200%; 
		margin-bottom: .5em;
		line-height: 200%; }

h2		{ font-size: 115%;  
		margin-top: 1.5em;
		margin-bottom: .5em;  }

h3		{ font-size: 100%; 
		margin-top: 1.2em;  
		margin-bottom: .5em;  }

h4		{ font-size: 100%;
		color: darkmagenta;
		margin-top: 1.2em;  
		margin-bottom: .5em;  }

table 	{ font-size: 100%;
		text-align: left;
		margin-top: 1em;		}
tr		{ margin: .50em;
		vertical-align: top;	}
th 		{ text-align: left;
		margin: .50em;
		vertical-align: top;
		background: #dddddd;	}
td		{ margin: .50em;
		vertical-align: top;	}

pre		{ margin-top: 0em;
		margin-bottom: 1.5em; 
		font-family: Courier;		}
		
p		{ margin-top:6pt; margin-bottom: 6pt;	}

li p		{ margin-top: .6em;
		margin-bottom: 0em;  }
		
big		{  font-weight: bold; 
		font-size: 105%;  }
		
ol		{margin-top: .5em; 
		margin-bottom: 0em }	
		
/* Put any custom formatting here you want for specific kinds of nodes in the league tree */
li.season	{ }
li.division	{ }
li.team		{ }
li.player	{ }
li.staff	{ font-style: italic }


/*  Put any custom formatting here that you want for specific tables */
table.season_details		th	{ background: #000099 }
table.season_details		td	{ background: #DDDDFF }
table.division_details		th	{ background: #009900 }
table.division_details		td	{ background: #DDFFDD }
table.division_standings	th	{ background: #009900 }
table.division_standings	td	{ background: #DDFFDD }
table.division_schedule		th	{ background: #009900 }
table.division_schedule		td	{ background: #DDFFDD }
table.team_details			th	{ background: #FF5555 }
table.team_details			td	{ background: #FFDDDD }
table.team_schedule			th	{ background: #FF5555 }
table.team_schedule			td	{ background: #FFDDDD }
table.official_details		th	{ background: #009999 }
table.official_details		td	{ background: #DDFFFF }
