﻿@charset "UTF-8";

/* ===========================================================
	* Description.......:COMPONENTS
	* Created by........:Todd Brady
	* Modified date.....:01-16-2010
=========================================================== */

/* TABS
=========================================================== */

.tabbednav {
height:25px;
background:url(/images/todd/bg-tabs.png) top left repeat-x; }

.tabbednav li {
float:left;
height:25px;
border-right: 1px solid #044f72; }

.tabbednav li a {
display:block;
padding:0 12px;
background:url(/images/todd/bg-tabs.png) top left repeat-x;
font-size:11px; line-height:25px;
text-transform:uppercase;
color:#fff; }

.tabbednav li a:hover {
text-decoration:none;
background-position:0 -25px; }

.tabbednav li a.active {
background:url(/images/todd/bg-tabs.png) 0 -25px repeat-x; }

.tabcontent {
padding-top:2px;
display:block; }


/* PLAYER CARDS
=========================================================== */

#announcements {
	clear: both;
	width: 920px;
	margin: 0 0 0 20px;
	border: 2px solid black;
	background-color: #ffff00;
	display: block;
	text-align: center;
}

#announcements p {
	margin: 5px;
	font: 14px Georgia, "New†Century†Schoolbook", Times, serif;
	color: black;	
}



#announcements p a:hover: #announcements p a:hover{
	margin: 5px;
	font: 14px Georgia, "New†Century†Schoolbook", Times, serif;
	color: black;	
}


.playercard {
width:588px; height:203px;
padding:10px; }

#player {
float:left;
width:90px;
margin-right:10px; }

#latest_stats {
width:487px;
float:left; }

#current_player_stats {
border:1px solid #e7e7e7; }

#current_player_stats th {
background:#e3e3e3;
height:20px;
font-size:11px;
color:#000; }

#current_player_stats tr {
background:url(/images/todd/bg-playercard.gif) bottom left repeat-x; }

#current_player_stats td {
font-size:20px;
color:#000;
height:40px;
text-align:center;
padding:0 7px;
border-bottom:2px solid #fff;
border-right:1px solid #e3e3e3; }

#current_player_stats td.first {
border-left:2px solid #fff; }

#current_player_stats td.end {
border-right:2px solid #fff; }

#current_player_stats td.neg  {
	color: red;
}

#latest_stats h5 {
background:#777; 
display:block;
height:20px; line-height:20px;
padding-left:10px;
color:#fff;
font-size:11px;
text-transform:uppercase;
font-weight:bold; }

.player_bio {
width:513px; }

.player_bio td {
vertical-align:top; }

.player_bio table td {
text-align:left;
height:auto;
color:#000;
font-size:11px;
padding:2px 0; }

#othercards {
margin-left:-5px;
padding-top:15px; }

#othercards a {
float:left;
margin-right:10px; }

a#dtcard {
width:100px; height:32px;
display:block;
background:url(/images/todd/btn-DTcard.png) center no-repeat; }

a#brcard {
width:176px; height:32px;
display:block;
background:url(/images/todd/btn-baseballref.png) center no-repeat; }

.tabs.carddetails .tabcontent {
min-height:120px; }


/* TEAM SKINS
=========================================================== */

.carddetails .tabbednav {
background:url(/images/todd/bg-tabs-cardetail.gif) top left repeat-x; }

.carddetails .tabbednav  li a {
background:url(/images/todd/bg-tabs-cardetail.gif) top left repeat-x; }

/****ST LOUIS***/
.stlouis .box {
border:1px solid #A5283D; }

.stlouis .boxinner {
background:#fff; }

.stlouis .box h4 {
background:url(/images/todd/stlouis-boxheader.png) left center repeat-x; }

.stlouis th {
background:#A5283D;
color:#fff; }

.stlouis .over {
background:#f3ccbd !important; }

.stlouis tr .headerSortDown, .stlouis .headerSortUp {
color:#000;
cursor:pointer; }

.stlouis .tabbednav li {
border-right:1px solid #fff; }

.stlouis .tabbednav li a:hover,
.stlouis .tabbednav li a.active {
background:#A5283D; }

/****SAN FRANCISCO****/
.sanfran .box {
border:1px solid #000; }

.sanfran .boxinner {
background:#fff; }

.sanfran .box h4 {
background:url(/images/todd/sanfran-boxheader.png) left center repeat-x; }

.sanfran th {
background:#000;
color:#fff; }

.sanfran .over {
background:#d0a8af !important; }

.sanfran tr .headerSortDown, .sanfran .headerSortUp {
color:#f37745;
cursor:pointer; }

.sanfran .tabbednav li {
border-right:1px solid #fff; }

.sanfran .tabbednav li a:hover,
.sanfran .tabbednav li a.active {
background:#000; }



