/* CSS Document */

body {
	margin: 0;
	text-align: left;
	height: 100%;
	padding: 0;
	background-color:#FF6600;
	background-image: url(/images/graphics/Tigers-bg.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
   	font-family: Arial, Verdana, Helvetica, Tahoma;
	font-size: 12px;
	color: #000;
}

a:link { text-decoration:underline;font-weight:none;color: #333; }
a:visited { text-decoration:underline;font-weight: none;color: #333; }
a:active { text-decoration:underline; font-weight: none; color: #333; }
a:hover { text-decoration:underline; font-weight: none; color: #333; }

.transbox
  {
  width:600px;
  height:85px;
  background-color:#000;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */ 
  opacity:0.8;
  margin-top:215px;
  
  }
  
.transbox a:link {color:#0099FF;font-weight:bold;text-decoration: none;font-size: 12px}
.transbox a:visited {color:#0099FF;font-weight:bold;text-decoration: none;font-size: 12px}
.transbox a:hover {color:#0099FF;font-weight:bold;text-decoration: underline;font-size: 12px}
.transbox a:active {color:#0099FF;font-weight:bold;text-decoration: none;font-size: 12px}
  
 .transbox h1 {
 color: #FFF;
 font-size: 18px;
 text-align:left;
 line-height: 18px;
 margin: 10px;
 font-family: "Gill Sans Extrabold", Helvetica, sans-serif
 }
 
 .transbox p {
 color: #FFF;
 text-align:left;
 margin: 10px;
 }
 
.basictab {
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid #888;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li {
display: inline;
text-decoration: none;
padding: 3px 7px;
margin: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #B3BDD5;
color: #2d2b2b;
}

.basictab li.selected { /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #FFF;
color: black;
}

.basictab a:link {color:#2d2b2b;font-weight:bold;text-decoration: none;font-size: 12px}
.basictab a:visited {color:#2d2b2b;font-weight:bold;text-decoration: none;font-size: 12px}
.basictab a:hover {color:#2d2b2b;font-weight:bold;text-decoration: underline;font-size: 12px}
.basictab a:active {color:#2d2b2b;font-weight:bold;text-decoration: none;font-size: 12px}

.count {
display: inline-block;
background-color: #000;
color: white;
font-size: 11px;
margin: 0;
 width: auto;
    height: auto;
text-align: center;    


}

.recap p
{
line-height: 18px;
}

.alert {
	position: relative;
	width: 520px;
	min-height: 50px;
	height: auto !important;
 	height: 50px;
 	margin: 0.5em;
	padding: 0;
	background-color:#FFB9B9;
	border: 1px solid #FF0000;
	}
	
.alerttext {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	margin:0.5em;
}

/**************** Structural Elements ****************/

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 920px;
	height: auto;
	}

#folio {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 920px;
	height: auto;
	background: #CCC;
	}

/**************** Site Container ****************/

#site_wrapper {
float: left;
margin: 0;
width: 920px;
height: auto;
padding: 0;
}

/**************** Logo Container ****************/

#logo_strip {
	float: left;
	width: 920px;
	height: auto;
	margin: 0;
	padding: 0;
	background: #000;
	}

.logo_border {
	float: left;
	width: 500px;
	height: 30px;
	font-size:10px;
	color: #FFF;
	}
	
.logo_border p {
	font-size:10px;
	color: #FFF;
	margin-top:10px;
	margin-left:10px;
	}
	
	.logo {
	float: left;
	width: 275px;
	height: 150px;
	margin: 0;
	padding: 0;
	}

/**************** Top Right Styles ****************/

.topright {
	float: right;
	width: 395px;
	height: auto;
	margin-right: 5px;
	padding: 0;
	text-align: right;

}

.topright p {
	font-size: 12px;
	color: #b3c3dc;
	margin: 0;
	padding: 0;
	}

.topright a:link {color: #333;font-weight:none;text-decoration: none;font-size: 12px}
.topright a:visited {color: #333;font-weight:none;text-decoration: none;font-size: 12px}
.topright a:hover {color: #333;font-weight:none;text-decoration: underline;font-size: 12px}
.topright a:active {color: #333;font-weight:none;text-decoration: none;font-size: 12px}

.topright_split {
	margin: 0 3px;
	color: #CCC;
	}


#topborder {
	float: left;
	width: 920px;
	height: 25px;
	padding: 0;
	background: #CCC;
	}
	
#topborder p {
	margin-left: 5px;
	margin-top: 4px;
	margin-right: 5px;
	text-align: right;
	}
	
	
/*************** Main Content Wrapper and Area Styles ****************/

#main_content {
	float: left;
	width: 920px;
	margin: 0;
	height: auto;
	padding: 0;
	background: #CCC;
	margin-bottom: 10px;
	}
	
#main_content_sub {
	float: left;
	width: 900px;
	margin-left: 10px;
	margin-top: 10px;
	height: auto;
	padding: 0;
	background: #FFF;
	margin-bottom: 10px;
	}
	
/************** Navigation ****************/
	
#navcontainer {
	float: left;
	width: 920px;
	height: 30px;
	padding: 0;
	background-color: #000;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	}
		
.nav {
	float: left;
  	width: 320px;
	height: 300px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #003366;
}

.header {
	float: left;
  	width: 920px;
	height: 125px;
}

#twocol {
	float: left;
  	width: 920px;
	height: 300px;
}

.headline {
	float: left;
	width: 600px;
	height: 300px;
	color: #FFF;
}

.nextgame {
	float: left;
	width: 320px;
	height: 300px;
	background-image: url(/images/graphics/nextgame-bg.gif);
	background-repeat: no-repeat;
	color: #FFF;
	}
	
.nextgame a:link {color:#003366;font-weight:bold;text-decoration: none;}
.nextgame a:visited {color: #003366;font-weight:bold;text-decoration: none;}
.nextgame a:hover {color: #003366;font-weight:bold;text-decoration: underline;}
.nextgame a:active {color: #003366;font-weight:bold;text-decoration: none;}

/************** Three Column Main Site****************/

#threecol {
	float: left;
	width: 920px;
	height: auto;
	margin-top: 0.5em;
	padding: 0;
	}
	
#threecol a:link {color: #003366;font-weight:bold;text-decoration: none;}
#threecol a:visited {color: #003366;font-weight:bold;text-decoration: none;}
#threecol a:hover {color: #003366;font-weight:bold;text-decoration: underline;}
#threecol a:active {color: #003366;font-weight:bold;text-decoration: none;}

#hmpg_standings {
	float: left;
  	width: 300px;
	height: 250px;
	background-color: #FFF;
	margin-left: 5px;
}

#standingsTable{
margin-top:10px;
font-size:11px;
cellpadding:2; 
width:290px;
align:center;}

#standingsTable td{
border-bottom:solid #CCC 1px;}

#standingsTable th{
font-size:12px;
font-weight:bold;
border-bottom:solid #CCC 1px;
}

#streakSplits{
clear:both; 
font-size:11px;
font-weight:bold;
text-align:left;
margin:5px 0 0 20px; 
}

#homeAwaySplits{
clear:both:
font-size:12px;
font-weight:bold;
margin:10px 0 0 10px;
}

#fivedaySchedule{
clear:both; 
margin:0px auto 0 auto; 
text-align:center; 
font-weight:bold; 
font-size:10px; 
width:285px;}

#fivedaySchedule td{width:57px; height: 70px; border:1px
solid rgb(180,180,180); vertical-align:top; background:#FFFFFF; color:#003366;}
#fivedaySchedule .dateDayNum{margin:4px auto auto -35px;}
#fivedaySchedule .homeGame{background:#003366; color:#FFFFFF;}
#fivedaySchedule .awayGame{background:#FFFFFF; color:#003366;}
#fivedaySchedule .neutralGame{background:#FFFFFF; color:#003366;}
#fivedaySchedule .opponentInfo{font-weight:normal; font-size:9px;}
#fivedaySchedule .gameTime{font-weight:normal; font-size:9px; }
#fivedaySchedule .noGame{background:#999999; color:#000000;}
#fivedaySchedule .win{font-weight:normal; color:#00CC66;}
#fivedaySchedule .loss{font-weight:normal; color:#FF3333;}

.standings a:link {color: #000;font-weight:bold;text-decoration: none;}
.standings a:visited {color: #000;font-weight:bold;text-decoration: none;}
.standings a:hover {color: #000;font-weight:bold;text-decoration: underline;}
.standings a:active {color: #000;font-weight:bold;text-decoration: none;}

#hmpg_news {
	float: left;
  	width: 300px;
	height: 250px;
	margin-left: 5px;
	background-color: #FFF;
	font-size: 11.5px;
}

#hmpg_news p{
	margin-left:5px;
	font-size:11px;;
}

#hmpg_leaders {
	float: left;
  	width: 300px;
	height: 250px;
	margin-left: 5px;
	background-color: #FFF;
	font-size: 11px;
}

#batting_leaders{
	clear: both;
	float: left;
	margin-top: 5px;
	margin-bottom:0px;
	font-size: 11px;
	border:none;
}
#batting_leaders legend{
	font-weight:bold;
	font-size:13px;
}

#pitching_leaders{
	clear: both;
	float: left;
	margin-top: 5px;
	margin-bottom:0px;
	font-size: 11px;
	border:none;
}
#pitching_leaders legend{
	font-weight:bold;
	font-size:13px;
}

.leaders_table{
margin-top:4px;
font-size:11px;
width:290px;
align:center;}

.leaders_table th{
font-size:12px;
font-weight:bold;
border-bottom:solid #CCC 1px;
text-align:center;
}

.leaders_table td{
width:33%;
text-align:left;
vertical-align:top;
}

.leaders_table p{
margin:0;
clear:both;
}

/************** Three Column Sub Pages ****************/

#threecol-sub {
	float: left;
	width: 920px;
	height: auto;
	padding: 0;
	}
	
.threecol-sub-left {
	float: left;
  	width: 200px;
	min-height: 600px;
}

.threecol-sub-left-nav {
	float: left;
  	width: 200px;
	height: auto;

}

/************** Header and Title Tags ****************/

H1 {
	font-size: 22px;
	margin:0;
	color: #FFF;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}

H2 {
	font-size: 14px;
	margin:0;
	color: #FFF;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
}

H3 {
font: normal 400 .9em Verdana, Arial, Helvetica, sans-serif; 
  font-size: 18px;
  line-height:20px;
 font-weight: bold;
}

H4 {
font: normal 400 .9em Verdana, Arial, Helvetica, sans-serif; 
  font-size: 16px;
  line-height:18px;
 font-weight: bold;
 color: #FFF;
}

hr  {
	margin: 0;
	border: 1px dashed #CCC;
	width: 400px;
	text-align: left;

	 }

/************************* Footer ***********************/

#footer {
clear:left;
width: 920px;
height: 120px;
color: #FFF;
padding: 0;
font-size: 11px;
background-color: #000;

}

#footer a:link {color: #FFF;font-weight:none;text-decoration: none;}
#footer a:visited {color: #FFF;font-weight:none;text-decoration: none;}
#footer a:hover {color: #FFF;font-weight:none;text-decoration: underline;}
#footer a:active {color: #FFF;font-weight:none;text-decoration: none;}

.footer-bg-left {
float: left;
width: 400px;
color: #FFF;
height: 20px;
padding: 0;
background-image: url(/images/footer-bg.gif);
background-repeat: no-repeat;

}

.footer-bg-left p {
text-align:right;
margin-right:40px;
margin-top: 4px;

}

.footer-bg-center{
text-align:center;

}

.footer-bg-right {
float: left;
width: 560px;
color: #FFF;
height: 20px;
padding: 0;
text-align:left;

}

.footer-bg-right p {
text-align: center;
margin-top: 4px;

}

.footer_split {
	margin: 0 10px;
	color: #CCC;
	}

/*HOMAGE NEXT GAME STYLES8*/
#homepageNextGame{
background:#354360;
background-image: url(/images/layout/matchup_gradient_bg.png); 
background-repeat: no-repeat; 
background-position: bottom;
text-align:center;
color:#FFFFFF;
float:left;
width:320px;
height:300px;
font-size:11px;}

#homepageNextGame h2 { 
font-size:12px; margin-top:5px; 
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
text-transform: uppercase;
line-height:14px;
}
#homepageNextGame a{color:#FFFFFF;font-weight:bold;text-decoration:none;}
#homepageNextGame a:hover{text-decoration:underline;}

/* ROSTER PAGE STYLES */
#rosterContainer{
background:#FFFFFF;
float:left;
}

#rosterNav{
background:#FFFFFF;
float:left;
text-align:left;
width:200px;
min-height:600px;}

#rosterNavHeader{
float:left;
margin:20px 0 20px 10px;
font-size:22px;
color:#999999;
font-weight:bold;
}

.pageNavHeader{
margin:0.5em;
font-size:22px;
color:#999999;
font-weight:bold;
}

#rosterNav .rosterLink{
clear:both;
float:left;
font-size:12px;
color:#666666;
font-weight:normal;
margin:0 0 15px 10px;
text-decoration:none;
border-bottom:dashed 1px #003366;
}

#rosterNav .rosterLink:hover{
text-decoration:underline;
}

#rosterNav .rosterLinked{
clear:both;
float:left;
font-size:12px;
color:#666666;
font-weight:normal;
margin:0 0 15px 10px;
text-decoration:none;
font-weight:bold;
border-bottom:dashed 1px #003366;
}

#roster{
border:solid 1px #999999;
background:#FFFFFF;
float:left;
text-align:left;
width:568px;
min-height:600px;
margin:20px 10px 30px 10px;
padding-left:5px;}

#roster a { color:#003366; text-decoration:none; }
#roster a:hover { text-decoration:underline; }

#roster h2{
font-size:16px;
font-weight:bold;
margin-bottom:0;}

#roster .rosterPositions{
margin-top:10px;
width:555px;
font:12px Arial,Helvetica,sans-serif;
}

#roster .rosterPositions th{
height:20px;
background:#cccccc;
text-align:center;
font-size:14;
font-weight:bold;
padding:0;
}

#roster .rosterPositions td{
text-align:center;
padding-top:3px;
padding-bottom:2px;
}

#roster .rosterPositions .playerNameCol{
text-align:left;
padding-left:5px;
}

/* PLAYER PAGE STYLES */
#playerPageContainer{
width:790px;
min-height:572px;
background:#FFFFFF;
padding:5px;
font: Arial, Helvetica, sans-serif;}

#playerPageContainer #playerContainer{
width:873px;
min-height:572px;
padding:5px;}
#playerPageContainer #playerContainer h2{
font-size:12px;
font:"Arial Black", Arial, Helvetica, sans-serif;}

#playerBioImage{
float:left;
font-size:15px;
height:300px;
width:500px;
background-repeat:no-repeat;}

#playerBioImage #playerImgName{
color:#FFFFFF;
float:right;
width:200px;
height:40px;
padding:8px 5px 0 5px;
background-image:url(../images/player-pages/main_name_bg.png);
background-repeat:no-repeat;
}

#playerImgName #playerName{
float:left;
}

#playerImgName #playerNumPos{
float:right;
}

#playerBioInfo{
float:left;
width:260px;
height:300px;
text-align:left;
padding-left:10px;
font-size:13px;
background-image:url(../images/player-pages/stats_current_bg_gradient.gif);
background-repeat:repeat-x;
}

#playerBioInfo p{font-size:14px; font-weight:bold; margin:0 auto 10px auto; }

#statsSummary{
clear:both;
float:left;
width:760px;
text-align:left;
margin:10px 0 0 0;}

#statsSummary p{margin:0; font:11px Arial, Helvetica, sans-serif, "Arial Black";}
#statsSummary table{width:760px;font-size:10px;}
#statsSummary table th{min-width:15px; width:auto; background-color:#333333; color:#FFFFFF; text-align:center;}
#statsSummary table td{width:auto; background-color:#F0F0F0; text-align:center;}

#seasonPitching{
position:relative;
left:0px;
top:0px;}
#seasonPitching table{height:40px;}
#seasonBatting{
position:relative;
left:0px;
top:-40px;}
#seasonPitching table{height:40px;}

#seasonStatsLinks a{font:11px Arial, Helvetica, sans-serif, "Arial Black"; text-decoration:none; color:#003366;}
#seasonStatsLinks a:hover{text-decoration:underline;}
 
#careerStats{
clear:both;
float:left;
width:760px;
text-align:left;
margin:10px 0 0 0;}

#careerStats p{margin:0; font:11px Arial, Helvetica, sans-serif, "Arial Black";}
#careerStats table{width:760px;font-size:10px;}
#careerStats table th{min-width:15px; width:auto; background-color:#333333; color:#FFFFFF; text-align:center;}
#careerStats table td{width:auto; background-color:#F0F0F0; text-align:center;}

#careerPitching{
position:relative;
left:0px;
top:0px;}
#careerBatting{
position:relative;
left:0px;
top:0px;}

#careerStatsLinks a{font:11px Arial, Helvetica, sans-serif, "Arial Black"; text-decoration:none; color:#003366;}
#careerStatsLinks a:hover{text-decoration:underline;}

#playerBio{
clear:both;
float:left;
width:760px;
text-align:left;
margin:10px 0 0 0;}
