body 
{
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS, sans-serif;
  font-size: 11px;
  background: #fc8330 url(/images/homepage1/bg.jpg) no-repeat top center;
  text-align: center; /* for IE */
}

a {
  font-weight: bold;
}

img 
{
  border: 0;
}

#bc 
{
  position: relative;
  margin:0 auto;
  text-align: left; /* counter the body center */
  width:1000px;
}

#banner {
  background-color: #000000;
  position: absolute;
  top: 0px;
  width: 1000px;
  height: 202px;
}

#search
{
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 1000px;
  height: 25px;
  background: url(/images/homepage1/search_bg.jpg) repeat-x top left;
  text-align: center;
}

.searchbox
{
  position: absolute;
  left: 4px;
  top: 1px;
  width: 175px;
  height: 20px;
  text-align: left;
}

.searchbox input
{
  width: 148px;
  height: 15px;
  border: 1px solid #da742c;
}

.searchbox a:link { color: #F57921; text-decoration: none; }
.searchbox a:visited { color: #F57921; text-decoration: none; }
.searchbox a:hover { color: #F57921; text-decoration: none; }
.searchbox a:active { color: #F57921; text-decoration: none; }

.search_link
{
  font-size: 14px;
}

.official_site
{
  position: relative;
  top: 2px;
  font-weight: bold;
  font-size: 13px;
}


.insider_links
{
  position: absolute;
  right: 4px;
  top: 1px;
  width: 208px;
  height: 21px;
}

a.insider_bg 
{
  display: inline;
  float: right;
  width: 101px;
  height: 18px;
  background-image: url(/images/homepage1/insdier_black.jpg);
  margin: 0 auto;
  margin-right: 3px;
  padding-top: 1px;
  font-size: 10px;
}

a.insider_bg:hover 
{
  padding-top: 3px;
  background-image: url(/images/homepage1/insider_white.jpg);
}

a.insider_bg:link { color: #ffffff; text-decoration: none; }
a.insider_bg:visited { color: #ffffff; text-decoration: none; }
a.insider_bg:hover{ color: #000000; text-decoration: none; }
a.insider_bg:active { color: #ffffff; text-decoration: none; }

a .alt { display: none; }

#insider_box1, #insider_box2
{
  position: absolute;
  top: 190px;
  background-color: #202020;
  visibility: hidden;
  z-index: 502;
  color: #ffffff;
  text-align: left;
}

#insider_box1 { right: 7px }
#insider_box2 { left: 788px; }

#insider_box1
{
  font-size: 14px;
}

#insider_box1 input
{
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px;
  width: 158px;
  height: 15px;
}

#insider_box1 form
{
  margin: 0;
  padding: 0;
}

.insider_go
{
  margin-right: 10px;
}

#insider_box1 a:link { color: #ffffff; text-decoration: none; }
#insider_box1 a:visited { color: #ffffff; text-decoration: none; }
#insider_box1 a:hover{ color: #ffffff; text-decoration: underline; }
#insider_box1 a:active { color: #ffffff; text-decoration: none; }

#insider_box1 h2
{
  text-align: center;
  font-size: 14px;
  margin: 0;
  margin-top: 3px;
  margin-bottom: 5px;
  padding: 0;
}

#insider_box2 a:link { color: #ffffff; text-decoration: none; }
#insider_box2 a:visited { color: #ffffff; text-decoration: none; }
#insider_box2 a:hover{ color: #ffffff; text-decoration: underline; }
#insider_box2 a:active { color: #ffffff; text-decoration: none; }

#insider_box2 ul
{
  margin: 5px 0 5px 5px;
  padding: 0 15px 0 20px;
}

#insider_box2 li
{
  margin: 0;
  padding: 0;
}

.calendar_item_date
{
  padding: 5px;
}

.calendar_item_time
{
  padding: 5px;
}

table.visual_calendar
{
  width:100%;
  height:100%;
  background:none;
}

.visual_calendar table
{
  background:none;
}

.visual_calendar tr
{
  padding:0px;
  margin:0px;
}

.visual_calendar td
{
  width:14%;
  height:20%;
  padding:0px;
  margin:0px;
}

td.calendar_day_events
{
  background:#323233;
}

.calendar_day_box
{
  width:100%;
  height:100%;
  overflow:hidden;
  border:1px solid black;
  position:relative;
}

.calendar_day_number
{
  position:absolute;
  right:0px;
  top:0px;
}

.page_calendar .calendar_day_number
{
  position:absolute;
  right:18px;
  top:0px;
}

.visual_calendar_block
{
  height:90%;
}

.calendar_ajax_links
{
  height:10%;
}

.page_calendar
{
  width:760px;
}

.page_calendar .visual_calendar
{
  width:735px;
}

.page_calendar tr.calendar_week
{
  height:104px;
}

.page_calendar td.calendar_day, .page_calendar td.calendar_day_events
{
  height:100px;
  width:100px;
  padding:0px;
  margin:0px;
  overflow:hidden;
  background:none;
}

.page_calendar .calendar_day_events .calendar_day_box
{
  background:#323233;
}

.page_calendar
{
}

.page_calendar .calendar_day_box
{
  overflow:auto;
  height:100px;
  width:100px;
}

.visual_calendar a
{
  color:#febf58;
}

.calendar_ajax_links {
  text-align:center;
}

.calendar_ajax_links a
{
  color:#febf58;
}

.calendar_months
{
  list-style-type:none;
  margin:0px;
  padding:0px;
  width:100%;
  height:20px;
}

.calendar_months li
{
  float:left;
  margin-right:10px;
}

.calendar_months li a
{
  color:#febf58;
}

.calendar_item
{
  border:1px solid #888888;
  margin-bottom:3px;
  position:relative;
}

.calendar_item h3
{
  padding:0px;
  margin:0px;
  font-size:13px;
}

.calendar_image img
{
  position:absolute;
  top:0px;
  right:0px !important;
  right:5px;
}

.page_calendar .calendar_day_container
{
  width:100px;
  height:100px;
  position:relative;
}#navigation
{
  position: absolute;
  top: 150px;
  width: 1000px;
  height: 20px;
  background: url(/images/homepage1/nav_bg.jpg) repeat-x top left;
}

.main_nav
{
  position: relative;
  top: 2px;
  z-index:100;
}

.main_nav_list a
{
  color:#ffffff;
  text-decoration:none;
  font-size: 10px;
}

.main_nav_list a:hover
{
  color:#EC863E;
  text-decoration: none;
}

.main_nav_list a:visited
{
  color:#ffffff;
  text-decoration: none;
}

.main_nav_list
{
  position:relative;
  padding:0px;
  margin:0px;
  width:100%;
  height:15px;
  left:0px;
  bottom:0px;
}

.main_nav_list li
{
  height:20px;
  position:relative;
  display:inline; 
  float:left;
  padding:0px;
  margin:0px;
  text-align:center;
}

.nav_dropdown-title
{
  display:block;
  height:24px;
  width:71px;
  text-transform:uppercase;
}

#dropdown_header_1843 .nav_dropdown-title
{
  width: 130px;
}

.dropdown_nav_list
{
  width:130px;
}

.nav_dropdown
{
  position:absolute;
  width:160px;
  top:18px;
  left:5px;
  z-index:100;
  padding:0px;
  margin:0px;
  text-align:left;
}

#dropdown_header_65 .nav_dropdown
{
  left: -53px;
}

.nav_dropdown ul
{
  padding:5px;
  margin:0px;
  background: #fbc38a url(/images/homepage1/bg-nav.jpg) repeat-x top left;
  border:1px solid #ffffff;
}

.nav_dropdown a
{
  color: #000000;
  display:inline;
  height:auto;
  text-decoration: none;
}

.nav_dropdown a:hover
{
  color:#6E6C6C;
  text-decoration: none;
}

.nav_dropdown a:visited
{
  color:#000000;
  text-decoration: none;
}

.nav_dropdown li
{
  text-align:left;
  text-transform:none !important;
  display:block;
  float:none;
  padding-left:3px;
  border-bottom:1px solid #ffffff;
  width:126px;
  padding-top:5px;
  height:18px;
  line-height:10px;
  padding-top:6px;
  padding-bottom:3px;
}

#sidebar_left h2
{
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: #000000;
  font-size: 17px;
  font-style:italic;
  margin-bottom: 12px;
}

.navigation_top 
{
  list-style: none;
  padding: 0px;
  margin: 0 auto;
  width: 166px;
}

.navigation_top li 
{
  padding: 0px;
  margin: 0px;
  margin-bottom: 2px;
  text-align: left;
}

.navigation_top a:link { color: #ffffff; text-decoration: none; }
.navigation_top a:visited { color: #ffffff; text-decoration: none; }
.navigation_top a:hover { color: #E3701F; text-decoration: none; }
.navigation_top a:active { color: #ffffff; text-decoration: none; }

.navigation_top li ul 
{
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left:10px;
}

ul.navigation_top li.nav_item_open  a 
{
  color: #000000;
}

ul.navigation_top li.nav_item_open  a:visited
{
  color: #000000;
}

ul.navigation_top li.nav_item_open  a:hover
{
  color: #444547;
}

li.nav_item_open 
{
  background: #9c9d9e url(/images/homepage1/bg-navopen.jpg) repeat-x top left;
}

li.nav_item_open .nav_item_title 
{
  padding: 4px;
}

li.nav_item_closed 
{
  background: #1b1b1b url(/images/homepage1/bg-navclosed.jpg) repeat-x top left;
}

li.nav_item_closed .nav_item_title 
{
  padding: 4px;
}

li.nav_item_open ul 
{
  background-color: #ffffff;
}

li.nav_item_open ul li.nav_item_closed .nav_item_title 
{
  background-color: #ffffff;
}

li.nav_item_open ul li.nav_item_open
{
  background: none;
}

li.nav_item_open ul li.nav_item_closed .nav_item_title a 
{
  color: #000000;
}

li.nav_item_open ul li.nav_item_closed .nav_item_title a:visited
{
  color: #000000;
}

li.nav_item_open ul li.nav_item_closed .nav_item_title a:hover
{
  color: #444547;
}.newser
{
  width:821px;
  height:361px;
  background:red url('/images/newser_background.png') top left no-repeat;
  position:relative;
}

.newser_ex_more_text
{
  display:none;
}
.newser_image_box span
{
position:absolute;
left:5px;
top:250px;
color:#F79239;

width:100px;
height:20px;
}
.newser_number_zero
{
  display:none;
}

.newser_big_number
{
  display:none;
}

.newser_image_box
{
  position:absolute;
  top:21px;
  left:6px;
}

.newser_image img
{
  border:0px;
}

.news_thumbnails
{
  position:absolute;
  left:231px;
  bottom:70px;
  width: 200px;
}

.news_number
{
  font-family:Trebuchet MS;
  font-weight:bold;
  font-size:16px;
  width:26px;
  float:left;
  text-align:center;
}

.news_number a
{
  text-decoration:none;
  color: #6e6e6e;
}

.numberOn a
{
  color:#ea7120;
}

.newser_buttons
{
  display:none;
}

.newser_headline, .newser_headline_ie
{
  position:absolute;
  bottom:60px;
  width:524px;
  height:13px;
  left:15px;
  text-transform:uppercase;
  color:white;
  font-weight:bold;
  vertical-align:bottom;
}

.newser_headline_hide
{
  display:none;
}

.newser_headline_text
{
}

.newser_headline_text a
{
  font-weight:bold;
  font-family:Trebuchet MS;
  font-size:10px;
  text-decoration:none;
  color:white;
}

.newser_exerpt
{
  position:absolute;
  left:10px;
  bottom:0px;
  width:417px;
  height:35px;
  color:white;
  padding:5px;
  font-family:Trebuchet MS;
  overflow:hidden;
  font-size:11px;
}

.newser_links
{
  display:none;
}

.newser_links_excerpt
{
  list-style-type:none;
  padding:0px;
  margin:0px;
  display:inline;
}

.newser_links_excerpt li
{
  display:inline;
}

.newser_links_excerpt a
{
  color:white;
  text-decoration:underline;
  font-weight:bold;
}

.newser_more_link 
{
  display:inline;
  color:red;
  width: 15px;
  height:12px;
}

.newser_more_link a
{
  color:red;
  display: inline;
  overflow:hidden;
  height:0px;
  height: 12px;
  width: 15px;
  text-decoration:none;
}

.newser_ex_more_image
{
  width: 15px;
  background: url('/images/newser_more.png') no-repeat;
  height:12px;
}

.news_headline_preview
{
  display:none;
  visibility:hidden;
}

.news_list_item
{
  position:relative;
  border: 1px solid #ccc;
  margin:5px;
}

.news_list_photo
{
  height:60px;
  width:87px;
  position:absolute;
  right:5px;
  top:5px;
  border: 2px solid;
}

.news_list_text
{
  width:475px;
  text-align:left;
  padding-left:10px;
  padding-bottom: 5px;
}

.news_list_date
{
  font-weight: bold;
}.comments table
{
background:none;
}
.comments
{
border-top:1px solid grey;
padding-bottom:5px;
}

.comment
{
border:1px solid grey;
margin-left:3px;
margin-right:3px;
position:relative;
margin-top:5px;
}

.comment_time
{
position:absolute;
top:0px;
right:3px;
color:grey;
}

.comment_subject
{
font-weight:bold;
border-bottom:2px solid #dddddd;

}

#new_comment_block textarea
,
#new_comment_block #username,
#new_comment_block #email,
#new_comment_block #title

{
border:1px solid grey;
width:520px;
}

#new_comment_block table
{
padding-left:5px;
}


#new_comment_block ul
{
padding:0px;
margin:0px;
list-style-type:none;
}
#new_comment_block ul li
{
margin-left:20px;
color:red;
}

#new_comment_block p
{
padding:5px;
}

.comment_save_button
{
text-align:right;
padding-right:15px;
padding-bottom:5px;
}.custom_header
{
height:30px;
}

.custom_header_text
{

padding-top:5px;

}
.custom_header_image_left
{
margin-right:5px;
float:left;
}

.custom_header_image_right
{
float:right;
}.poll 
{
  position: absolute;
  left: 31px;
  top: 72px;
  width: 270px;
  font-size: 11px;
}

h1.polltitle
{
  margin: 0;
  padding: 0;
  padding-bottom: 2px;
  font-size: 11px;
  text-transform: uppercase;
}

.pollbody 
{
  display: none;
}

.pollbox 
{
  margin: 0;
  padding: 0;
  height: 66px;
  width: 270px;
  overflow: auto;
}

.pollbox ul 
{
  list-style: none;
  margin: 0;
  padding: 0;
}

.pollbox li
{
  font-size: 11px;
  margin: 0;
  padding: 0;
}

.percentbar 
{
  color: #fff;
  font-size: 8px;
  text-align: right;
  background-color: #000000;
}

li.pollanswer 
{
  padding-bottom: 3px;
  color: #ffffff;
  font-weight: bold;
}

.pollanswer a
 {
  color: #ffffff;
  text-decoration: none;
  width: 100px;
}

.pollanswer a:hover 
{
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
}

.pollanswer a:visited 
{
  color: #fff;
}

.resultslink 
{
  position: absolute;
  top: 99px;
  left: 0px;
  font-size: 11px;
}

.resultslink a 
{
  color: #fff;
}

.resultslink a:visited
{
  color: #fff;
}

.pollvotes 
{
  position: absolute;
  top: 99px;
  right: 0;
  font-size: 10px;
  width: 150px;
  text-align: right;
  font-weight: bold;
  color: #ffffff;
}

.choiceslink
{
  position: absolute;
  top: 99px;
}

.choiceslink a:link
{
  color: #ffffff;
}

.choiceslink a:visited
{
  color: #ffffff;
}

.pollvoteschoices 
{
  display: none;
}/* depth chart module  START*/

#depthchart ul, li
{
  margin: 0;
  padding: 0;
}

#depth-player-offence, #depth-player-defence43, #depth-player-defence34, #depth-player-special 
{
position: relative;
  height: 400px;
  width: 598px;
  border: 1px solid;
  background-color: #efefef;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

#depth-player-defence43, #depth-player-defence34 
{
  height: 450px;
}

#depth-player-special 
{
  height: 200px;
}

#depth-player-offence h2, #depth-player-defence43 h2, #depth-player-defence34 h2, #depth-player-special h2 
{
  font-size: 10px;
  text-align: center;
  padding: 0;
  text-transform: uppercase;
}

.depth-team-header 
{
  height: 25px;
  border-bottom: 1px solid #999;
  background-color: #ffffff;
}

.depth-order 
{
  float: left;
  font-size: 8px;
  padding: 3px 0 0 3px;
  display:none;
}

.depth-last, .depth-del  
{
  font-size: 10px;
  text-align: center;
  text-transform: uppercase
}

.depth-last {
  border: 1px solid #ddd;
  margin: 1px 0;
  padding: 2px;
  background-color: #000000;
  cursor: pointer;
}

.depth-empty  
{
}

.depth-players, .depth-lineup , .depth-del
{
  list-style: none;
}

.depth-del 
{
  color: #999;
  cursor: default;
  margin-bottom: 10px;
  cursor: pointer;
}

#depth-formation 
{
  position: absolute;
  left: 700px;
  top: 3px;
}

#posQb, #posRb, #posFb, #posWr1, #posWr2, #posSb1, #posSb2, #posLt, #posLg, #posC, #posRg, #posRt, #posDe1, #posDe2, #posDt1, #posDt2, #posLb1, #posLb2, #posLb3, #posLb4, #posCb1, #posCb2, #posDb1, #posDb2, #posS, #posK, #posP, #posLs, #posKr, #posPr, #posDi 
{
  position: absolute;
  border: 1px solid #999;
  width: 100px;
  padding: 5px;
}

#posCb1, #posCb2, #posDe1, #posDt1, #posDt2, #posDe2, #posK, #posP, #posLs, #posKr, #posPr, #posDi
{
  width: 85px;
}

#posLt, #posLg, #posC, #posRg, #posRt { 
  top: 50px; 
}

#posWr1, #posWr2, #posQb, #posSb1, #posSb2 
{ 
  top: 150px; 
}

#posLt { left: 5px; }
#posLg { left: 123px; }
#posC { left: 244px; }
#posRg { left: 363px; }
#posRt { left: 480px; }

#posWr1 { left: 5px; }
#posSb1 { left: 123px; }
#posQb { left: 244px; }
#posSb2 { left: 363px; }
#posWr2 { left: 480px; }

#posRb, #posFb { top: 280px; }

#posRb { left: 170px; }
#posFb { left: 320px; }

#posDe1, #posDt1, #posDt2, #posDe2 { top: 50px; }

#posCb1 { left: 3px; }
#posDe1 { left: 102px; }
#posDt1 { left: 201px; }
#posDt2 { left: 300px; }
#posDe2 { left: 399px; }
#posCb2 { left: 498px; }

#posLb1, #posLb2, #posLb3, #posLb4 { top: 180px; }

#posLb1 { left: 65px; }
#posLb2 { left: 250px; }
#posLb3 { left: 380px; }
#posLb4 { left: 510px; }

#depth-player-defence34 #posDe1 { left: 180px;}
#depth-player-defence34 #posDt1 { left: 320px;}
#depth-player-defence34 #posDe2 { left: 455px;}
#depth-player-defence34 #posDt2 { display: none;}

#depth-player-defence43 #posLb2 { left: 250px; }
#depth-player-defence43 #posLb3 { left: 440px;}
#depth-player-defence43 #posLb4 { display: none;}

#posCb1, #posCb2, #posDb1, #posS, #posDb2 { top: 300px; }

#posDb1 { left: 120px; }
#posS { left: 250px; }
#posDb2 { left: 375px; }

#posK, #posP, #posLs, #posKr, #posPr, #posDi { top: 50px; }

#posK { left: 3px; }
#posP { left: 102px; }
#posLs { left: 201px; }
#posKr { left: 300px; }
#posPr { left: 399px; }
#posDi { left: 498px; }

.bear 
{
  background-color: #666;
}

#depthchart-list 
{
  padding: 12px 10px;
}

#depthchart-list ul 
{
  padding: 0;
  margin: 0;
}

#depthchart-list li 
{
  list-style: none;
  padding: 3px;
  margin: 0;
  border: 1px solid #ccc;
  background-color: #efefef;
}


#depthchart-text {
padding-left: 10px;
}

#depthchart-text, #depthchart-interactive {
display: inline;
text-transform: uppercase;
}

#depthchart-text a, #depthchart-interactive a
{
  background-image: url(/images/homepage1/insdier_black.jpg);
  padding: 2px 10px;
  font-size: 8px;
}

#depthchart-text a:hover ,#depthchart-interactive a:hover
{  padding-top: 3px;
  background-image: url(/images/homepage1/insider_white.jpg);
}

#depthchart-text a:link, 
#depthchart-interactive a:link  { color: #ffffff; text-decoration: none; }
#depthchart-text a:visited, 
#depthchart-interactive a:visited { color: #ffffff; text-decoration: none; }
#depthchart-text a:hover, 
#depthchart-interactive a:hover { color: #000000; text-decoration: none; }
#depthchart-text a:active, 
#depthchart-interactive a:active { color: #ffffff; text-decoration: none; }


#depth-gameinfo {
position: relative;
list-style: none;
padding: 0;
margin: 0;
height: 62px;
width: 752px;
background: url(/images/bg-depth-stick-big.jpg) no-repeat top left;
}

#depth-gameinfo-away,
#depth-gameinfo-home,
#depth-gameinfo h2,
#depth-gameinfo h3 {
position: absolute;
top: 1px;
}

#depth-gameinfo-away {
left: 5px;
}

#depth-gameinfo-home {
left: 345px;
}

#depth-gameinfo h2 {
top: 20px;
left: 260px;
width: 80px;
font-size: 12px;
font-weight: bold;
text-align: center;
padding: 0;
margin: 0;
}

#depth-gameinfo h3 {
top: 5px;
left: 250px;
width: 100px;
font-size: 10px;
text-align: center;
padding: 0;
margin: 0;
}

/* depth chart module  END*//* Game Day */
#stats-game {
height: 173px;
width: 602px;
}

#stats-game h2 {
position: absolute;
top: 260px;
left: 30px;
width: 310px;
color: #000;
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
text-align: center;
padding: 0;
margin: 0;
}

#stats-game h3 {
position: absolute;
top: 280px;
left: 30px;
width: 310px;
color: #000;
font-size: 13px;
text-align: center;
padding: 0;
margin: 0;
}

#stat-game-boxscore {
position: absolute;
top: 160px;
left: 375px;
height: 54px;
width: 186px;
background: url(/images/gameday/bg_boxscore.jpg) no-repeat top left;
}

#stat-game-boxscore table {
width: 180px;
font-family: arial;
}

#stat-game-boxscore caption {
display: none;
}

#stat-game-boxscore th{

}

#stat-game-boxscore td{
padding: 0 2px;
text-align: right;
font-size: 10px;
}


.stat-away-team, 
.stat-away-1, 
.stat-away-2, 
.stat-away-3, 
.stat-away-4, 
.stat-away-ot { 
border-bottom: 1px solid; 
border-right: 1px solid; 
}

.stat-away-score{
border-bottom: 1px solid; 
}

.stat-home-team, 
.stat-home-1, 
.stat-home-2, 
.stat-home-3, 
.stat-home-4, 
.stat-home-ot { 
border-right: 1px solid; 
}

.stat-home-score {
background-color: #efefef;
}

#stat-game-stats {
top: 260px;
left: 50px;
}


#stat-game-stats table {
float: left;
width: 230px;

}

#stat-game-stats caption {
width: 230px;
}

#stat-game-passing, 
#stat-game-rushing, 
#stat-game-receiving, 
#stat-game-fumbles, 
#stat-game-fieldgoals, 
#stat-game-punts, 
#stat-game-kickreturns, 
#stat-game-puntreturns,
#stat-game-defence {
float: left;
width: 602px;
}

.stat-game-cat {
float: left;
padding: 10px 30px;
}

.stat-game-cat table {
border-collapse: collapse;
background: #F3F3F3 url(/images/stats-td.jpg) repeat-x top left;
}

.stat-game-cat caption {
font-weight: bold;
padding: 4px;
background: #F3F3F3 url(/images/stats-caption.jpg) repeat-x top left;
}

.stat-game-cat th {
font-size: 10px;
padding: 4px;
background: #F3F3F3 url(/images/stats-th.jpg) repeat-x bottom left;
}

.stat-game-cat td {
padding: 3px;
}



.stat-cell-name {
font-weight: bold;
}

.stat-cell {
text-align: right;
}


/* Game Day */

/* Stats Styles -- START */

.tbsked table {
border-collapse: collapse;
width: 602px;
align: center;
margin-bottom: 20px;
border: 1px solid #efefef;
}

.tbsked caption {
font-size: 12px;
font-weight: bold;
color: #000;
text-align: left;
padding: 4px;
background-color: #efefef;
}

.tbsked th {
font-size: 11px;
color: #000;
background-color: #cccccc;
padding: 4px;
border-top: 1px solid #999;
border-bottom: 1px solid #A30504;
}

.tbsked td {
padding: 4px;
text-align: center;
border-bottom: 1px dashed #efefef;
}

td.tbsked_team {
  text-align: left;
}

th.tbextra {
border: 1px solid #999;
border-bottom: 1px solid #ccc;
background: url(/images/stats_fade.jpg) repeat-x bottom left;
}

th.tbextra_none {
border-top: 1px solid #efefef;
border-bottom: 1px solid #999;
background-color: #efefef;
}

tr.tbtotal td {
background :#efefef;
border-top: 1px solid #A30504;
border-bottom: 1px solid #A30504;
}

th.tbrightcap {
border-right: 1px solid #999;
}

th.tbleftcap {
border-left: 1px solid #999;
}

td.tblname {
text-align: right;
}

.tb_xmlstats {
overflow: scroll;
width: 585px;
height: 400px;
}

.tb_xmlstats td, .tb_xmlstats th {
font-size: 8px;
}

.all_time_rec_table {
  padding-left: 20px;
}

.all_time_rec_table  td {
  font-size: 12px;
}

.sort-select-th {
display: inline;
color: #cc0000;
}

.sort-select-row {
background-color: #efefef;
}

.sort-select-row-total {
color: #fff;
background: #cc0000 url(/images/bg-stat-total.jpg) repeat-x top left;
}

.stat-career-total {
font-weight: bold;
background: #efefef url(/images/bg-stat-total2.jpg) repeat-x top left;
}

.sort-arrow {
}


.stat-title {
float: left;
}


.stat-link {
float: right;
font-size: 10px;
}

/* Stats Styles -- END */.roster-team-city, .roster-team-name 
{
  color: #000000;
}

#rosterlist table 
{
width: 602px;
}

#rosterlist caption 
{
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #E3701F;
}

#rosterlist th 
{
  padding: 4px;
  text-align: center;
  background-color: #999;
}

#rosterlist td 
{
  padding: 3px;
}

.zebra 
{
  background-color: #efefef;
}

.roster-th-num, .roster-td-num 
{
  text-align: right;
}

/* Roster Profiles */

#roster {
}

#roster-cap 
{
  position: relative;
  color: #fff;
  width: 602px;
  height: 290px;
  background: #efefef url(/images/homepage1/bg-bio-orange.jpg) no-repeat top left;
}

#player-sponsor
{
  padding: 12px 10px 10px 27px;
}

h2#player-name, h2#player-pos, h2#player-num
{
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
}

#player-num 
{
  position: absolute;
  left: 17px;
  top: 0;
  width: 41px;
}

#player-name 
{
  position: absolute;
  left: 58px;
  top: 0;
  width: 320px;
}

#player-pos {
  position: absolute;
  right: 20px;
  top: 0;
  width: 40px;
}

#player-photo 
{
  position: absolute;
  left: 0;
  top: 45px;
  width: 135px;
  height: 145px;
  border: 2px solid;
  margin-left: 20px;
  background-color: #ffffff;
}

#action-shot
{
  position: absolute;
  right: 20px;
  top: 45px;
  width: 195px;
  height: 130px;
}

#roster-cap th 
{
  font-weight: bold;
  color: #CC9966;
  text-align: right;
}

#roster-cap td 
{
  padding-left: 5px;
  background-color: transparent;
}

#player-vital, #player-vital .vital-lbl, #player-vital .vital-data 
{
  margin: 0;
  padding: 0;
}

#player-vital 
{
  position: absolute;
  left: 200px;
  top: 45px;
  width: 250px;
  margin: 0;
  padding: 0;
}

#player-vital ul 
{
  margin: 0;
  padding: 0;
}

#player-vital li 
{
  list-style: none;
  height: 17px;
  margin: 0;
  padding: 0;
}

#player-vital .vital-lbl 
{
  float: left;
  width: 60px;
  text-align: right;
  font-weight: bold;
  color: #CC9966;
  padding-right: 5px;
}

#player-vital .vital-data 
{
  font-size: 10px;
}

#player-bio 
{
  width: 572px;
  padding-top: 15px;
} 

.tabpage 
{
}

.pagetabbar 
{
  height: 25px;
}

.pagetabbar ul 
{
  margin: 0;
  padding: 0;
}

.pagetabbar li 
{
  list-style: none;
  font-weight: bold;
  float: left;
  padding: 5px 7px;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #fff url(/images/bg-roster-tab.jpg) repeat-x top left;
}

#roster .pagetabarea 
{
  width: 578px;
  padding: 10px;
  border: 1px solid #999;
}

li.page_tab_on 
{
  border: 1px solid #999;
  border-bottom: 1px solid #fff;
  background: none;
  background-color: #fff;
}/* Sked Style */

.on { background-color: #F0F0F0; }
.sked_tbl_0 { background-color: #ffffff; }
.sked_tbl_1 { background-color: #ffffff; }

.sked_tbl table {
  border-collapse: collapse;
  width: 602px;
  align: center;
  margin-bottom: 10px;
  border: 1px solid #efefef;
}

.sked_tbl caption {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  padding: 4px;
  background-color: #F79239;
}

.sked_tbl th {
  font-size: 11px;
  color: #ffffff;
  background-color: #000000;
  padding: 4px;
  border-top: 1px solid #E3701F;
  border-bottom: 1px solid #E3701F;
  text-align: center;
}

.sked_tbl td {
  padding: 2px;
  text-align: center;
}

.sked_sponsor
{
  margin-top: 5px;
  margin-bottom: 5px;
}

.sked_sponsor img
{
  margin-top: 10px;
}

.sked_details
{
  background: #efefef url(/images/homepage1/bg-shade.jpg) repeat-x top left;
  padding-bottom: 10px;
}

.sked_details table {
  border-collapse: collapse;
  width: 480px;
  margin-bottom: 1px;
  border: none;
}

.sked_details table img
{
  padding-top: 2px;
}

.sked_details th {
  font-size: 11px;
  color: #000;
  background-color: transparent;
  padding: 4px;
  border-top: none;
  border-bottom: 1px solid #000000;
}

.sked_details td  {
  width: 160px;
}

.sked_pages
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  width: 480px;
  border-top: 1px dashed #000000;
  border-bottom: 1px dashed #000000;
  font-size: 12px;
}

.sked_pages ul 
{
  margin-left: 0;
  padding-left: 0;
  display: inline;
} 

.sked_pages ul li 
{
  margin-left: 0;
  margin-bottom: 0;
  padding: 2px 15px 5px;
  list-style: none;
  display: inline;
}

/* End Sked Style */