div.intro {position: relative; align: center;}

div.main {position: relative; float:left;}

a:link {color: orange;}
a:visited {color: #FF9999;}
a:hover {color: red;}
a:active {color: red;}

a.menu:link {color: #FF9900; text-decoration: none;}
a.menu:visited {color: #FF9900; text-decoration: none;}
a.menu:hover {color: #FF0000; text-decoration: none;}
a.menu:active {color: #FF0000; text-decoration: none;}

a:link.records { color: #FFAD23; text-decoration: underline; }	
a:visited.records { color: #FFAD23; text-decoration: underline; }
a:hover.records { color: #5C52FF; background: #A49AFF; }
a:active.records { color: #5C52FF; background: #A49AFF; }	/* Primary Records Page Table Links */

a:link.alt { color: #FFAD23; text-decoration: underline; }	
a:visited.alt { color: #FFAD23; text-decoration: underline; }
a:hover.alt { color: #5C52FF; background: #E9DFFF; }
a:active.alt { color: #5C52FF; background: #E9DFFF; } /* Secondary Records Page Table Links */

a:link.invis { color: #0739FF; }	
a:visited.invis { color: #0739FF; }
a:hover.invis { color: #0739FF; background: #0739FF; }
a:active.invis { color: #0739FF; background: #0739FF; }

#logo 
{
	background-color: #0033FF;
	height: 120px;
	width: 150px;
	left: 0px;
	top: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	position: absolute;
}

#banner 
{
	background-image: url(images/mainbanner.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 150px;
	top: 0px;
	width: 75%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 120px;
	background-color: #FFFFFF;
}

#sidebar 
{
	position: absolute;
	width: 150px;
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
	height: 400px;
	top: 120px;
	left: 0px;
}

#menu 
{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
}


#content 
{
	width: 75%;
	left: 150px;
	top: 120px;
	position: absolute;
	background-color: #0739FF;
	border: medium solid #FF9900;
	height: auto;
	color: #FFFFFF;
}

#content_baseball_large 
{
	width: 75%;
	height: 6500px;
	left: 150px;
	top: 120px;
	position: absolute;
	background-color: #0739FF;
	border: medium solid #FF9900; 
	color: #FFFFFF;
	overflow: auto;
}

#content_baseball_small 
{
	width: 75%;
	height: 1500px;
	left: 150px;
	top: 120px;
	position: absolute;
	background-color: #0739FF;
	border: medium solid #FF9900; 
	color: #FFFFFF;
	overflow: auto;
}

#content_boxscore 
{
	width: 75%;
	height: 2400px;
	left: 150px;
	top: 120px;
	position: absolute;
	background-color: #0739FF;
	border: medium solid #FF9900; 
	color: #FFFFFF;
	overflow: auto;
}

#content_baseball
{
	width: 800px;
	left: 150px;
	top: 120px;
	position: absolute;
	background-color: #0739FF;
	border: medium solid #FF9900;
	height: 1100px;
	color: #FFFFFF;
}

#stadiums_left
{
	width: 99%;
	top: 575px;
	position: absolute;
	border-bottom: medium solid #FF9900;
	padding-left: 10px;
	color: #FFFFFF;
}

#stadiums_right
{
	width: 48%;
	left: 48%;
	top: 575px;
	position: absolute;
	border-left: medium solid #FF9900;
	padding-left: 10px;
	color: #FFFFFF;
}

#stadiums_bottom
{
	top: 900px;
	position: absolute;
	padding-left: 10px;
	color: #FFFFFF;
}

#footer 
{
	position: absolute;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF9900;
	color: #FF9900;
	bottom: -100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
}

#footer_baseball_large
{
	position: absolute;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF9900;
	color: #FF9900;
	top: 6650px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
}

#footer_baseball_small
{
	position: absolute;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF9900;
	color: #FF9900;
	top: 1700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
}

#footer_boxscore
{
	position: absolute;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF9900;
	color: #FF9900;
	top: 2550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
}

#batters 
{
	float: left;
	margin-top: 10px;
	text-align: left;
	width: 49%;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FF9900;
}	/* WS Champs Batters Div */



#pitchers 
{
	float: right;
	margin-top: 10px;
	width: 49%;
	text-align: right;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF9900;
}	/* WS Champs Pitchers Div */

#standings 
{
	float: right;
	border: thin solid #FF9900;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-right: 5px;
	padding-left: 5px;
	width: 20%;
	text-align: center;
}

#third_place 
{
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
}	/* Playoffs Div For 3rd Place Table */


#fifth_place 
{
	float: left;
	margin-left: 10%;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
}	/* Playoffs Div For 5th Place Table */

h1 
{
	color: #FFFFFF;
}

ul
{
	list-style-type: none;
}

#sidebar hr 
{
	color: #FF9900;
}

.logo_center 
{
	height: auto;
	width: auto;
	float: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: 25px;
}

.page_title
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: "Comic Sans MS";
	font-size: 14pt;
	color: #FF9900;
}


.align_right
{
	float: right;
}

.align_left
{
	float: left;
}
.align_center {
	margin-right: auto;
	margin-left: auto;
}

th.title 
{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFAD23;						
	border-right: 1px solid #FF7B31;
	border-bottom: 1px solid #FF7B31;
	border-top: 1px solid #FF7B31;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #5C52FF;
}	/* Records Page Main Table Row */

	
th.nobg 
{
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: orange;						
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #FF7B31;
	text-transform: uppercase;
	text-align: center;
	background: none;
}		/* Records Page First Table Cell */

td.records 
{
	border-right: 1px solid #FFCD42;	
	border-bottom: 1px solid #FFCD42;
	background: blue;
	padding: 6px 6px 6px 12px;
	color: #FFAD23;
}		/* Primary Records Page Table Rows */

td.alt 
{
	background: white;			
	color: #FFAD23;
	border-right: 1px solid #FFCD42;
	border-bottom: 1px solid #FFCD42;
	padding: 6px 6px 6px 12px;
}	/* Secondary Records Page Table Rows */

th.records 
{						
	border-left: 1px solid #FFCD42;
	border-bottom: 1px solid #FFCD42;
	border-right: 1px solid #FFCD42;
	border-top: 0;
	background: blue;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFAD23;
	text-transform: uppercase;
}	/* Primary Records Page Table Headers */


th.alt 
{								
	border-left: 1px solid #FFCD42;
	border-bottom: 1px solid #FFCD42;
	border-right: 1px solid #FFCD42;
	border-top: 0;
	background: white;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFAD23;
	text-transform: uppercase;
}	/* Secondary Records Page Table Headers */

table.bracket 
{
	border-collapse: collapse;
	border: none;
	color: #000066;
	font: small arial, helvetica, sans-serif;
} /* Bracket Table For Playoffs Pages */

td.bracket 
{
	vertical-align: middle;
	width: 12em;
	margin: 0;
	padding: 0;
	color: #000066;
} /* Bracket Columns For Playoffs Pages */

td.bracket_blue p 
{
	border-bottom: solid 3px blue;
	margin: 0;
	color: #000066;
	padding: 5px 5px 2px 5px;
} /* Blue Bracket Line For Playoffs Pages */


td.bracket_red p 
{
	border-bottom: solid 3px red;
	margin: 0;
	color: #000066;
	padding: 5px 5px 2px 5px;
} /* Red Bracket Line For Playoffs Pages */
					
td.bracket_green p 
{
	border-bottom: solid 3px green;
	margin: 0;
	color: #000066;
	padding: 5px 5px 2px 5px;
} /* Green Bracket Line For Playoffs Pages */


td.bracket_yellow p 
{
	border-bottom: solid 3px yellow;
	margin: 0;
	color: #000066;
	padding: 5px 5px 2px 5px;
} /* Yellow Bracket Line For Playoffs Pages */


td.bracket_purple p 
{
	border-bottom: solid 3px purple;
	margin: 0;
	color: #000066;
	padding: 5px 5px 2px 5px;
}	/* Purple Bracket Line For Playoffs Pages */				

td.bracket_orange p 
{
	border-bottom: solid 3px orange;
	margin: 0;
	color: #000066;
	padding: 5px 5px 2px 5px;
}	/* Orange Bracket Line For Playoffs Pages */

td.bracket p 
{
	border-bottom: solid 3px black;
	margin: 0;
	color: #000066;
	padding: 5px 5px 2px 5px;
}	/* Black Bracket Line For Playoffs Pages */
					
table.ws_main		
{ 
	width: 75%;
	color: white;
	margin-left: auto;
	margin-right: auto;
}	/* World Series Score Table */

table.ws		
{ 
	width: 100%;
	color: white;
}	/* World Series Stats Table */

tr.blueback {background-color: #000066}	/* World Series/Draft Table */
tr.grayback {background-color: gray}	/* World Series Table */
tr.whiteback {background-color: white}	/* Draft Table */
td.red {color: red; text-align: center;}
td.white {color: white}					/* World Series/Draft Table */
td.center {text-align: center;}			/* World Series Table */
th.white {color: white}					/* World Series Table */
th.blue {color: #000066}				/* World Series Table */

