/************** NEUTRALISE THE BROWSERS *******************/
* { margin: 0; padding: 0; }
img { border: none; }

/************** HTML ELEMENTS *****************************/
body {
  font-family: verdana, geneva, sans-serif;
  background: #d6d6d6;
}

p, div, td {
    font-size: 11px;
    line-height: 15px;
}

h1, h2, h3 {
  line-height: 130%;
  margin-bottom: 10px;
}

h1 {
  color: #CC0001;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  color: #CC0001;
  text-transform: uppercase;
}

h3 {
  color: #c10c03;
  border: 5px;
  border-color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px;
}

p {
  margin-bottom: 15px;
}

ol, ul {
  margin-left: 25px; 
  margin-bottom: 15px;
}

hr {
  margin-bottom: 10px;
}

pre {
  width: 730px;
 overflow: auto;
}


a {
  color: #cc0000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
}

.photo {
  float: right;
  margin: 0 15px;
}

.photo img {
  margin: 4px;
  border: solid 1px #c10c03;
}

#printer {
  padding: 1px;
  font-size: 10px;
  color: #;
  text-align: right;
}

.clear { clear: both; }
.block { display: block; }

/********** NAVIGATION **********/

.shadow {
  background: url(/images/setup/bg_shadow.png) repeat-y center top;
}

#banner {
  width: 100%;
   text-align: center;
   background: url(/images/setup/banner_bg.gif) repeat-x left top #323131;
  overflow: hidden;
}

#header-wrapper {
  width: 100%;
  background: url(/images/setup/header_bg.jpg) repeat-x left top;
  overflow: hidden;
}

#header {
  width: 990px;
  height: 194px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}

.header-image-L,
.header-image-R {
  width: 368px;
  height: 138px;
  background-image: none;
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  top: 56px;
  z-index: 22;
}

.header-image-L {
  right: 672px;
  background-position: left center;
}

.header-image-R {
  left: 673px;
  background-position: right center;
}

.header-overlay {
  width: 1095px;
  height: 138px;
  background: url(/images/setup/header_overlay.png) no-repeat left top;
  position: absolute;
  left: -52px;
  top: 56px;
  z-index: 24;
}

.header-shadow {
  width: 1076px;
  height: 194px;
  background: url(/images/setup/bg_shadow.png) repeat-y center top;
  position: absolute;
  left: -43px;
  top: 0px;
  z-index: 26;
}

#header .header-image {
  display: block;
  width: 990px;
  height: 194px;
  background: url(/images/setup/header.png) no-repeat left top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 28;
}

#flash-logo {
  width: 676px;
  height: 194px;
  position: absolute;
  left: 157px;
  top: 0px;
  z-index: 30;
}

#header a.index-link {
  display: block;
  width: 676px;
  height: 194px;
  position: absolute;
  left: 157px;
  top: 0px;
  z-index: 32;
}

#shadow-box {
  background: url(/images/setup/body_shadow.png) no-repeat center top;
}

.body-container {
  width: 990px;
  margin: 0 auto;
  padding: 10px 0;
  background: #fff;
  overflow: hidden;
}

#mainbody {
  width: 800px;
  padding: 10px;
   float: left;
  overflow: hidden;
}

#rightcol {
  width: 260px;
  float: left;
  overflow: hidden;
}

#adcol {
  width: 160px;
  float: right;
  overlow: hidden;
}

#footer {
  width: 970px;
  padding: 10px;
  margin: 0 auto;
  background: #444;
  overflow: hidden;
}

.footer-text {
  text-align: center;
  color: #fff;
}

#footer-logos {
   width: 990px;
   overflow: hidden;
   margin: 0 auto;
}

#footer-logos a img {
  float: left;
}

/********** NAVIGATION **********/
#global-nav-wrapper {
  background: url(/images/setup/global_nav_bg.gif) repeat-x left top;
}

#global-nav-shadow {
  background: url(/images/setup/global_nav_shadow.gif) no-repeat center top;
}

#global-nav {
  width: 990px;
  height: 35px;
  margin: 0 auto;
}

#global-nav ul, 
#global-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#global-nav li.nav {
  float: left;
}

#global-nav li.dropdown-li {
  position: relative;
  z-index: 50;
}

#global-nav li.nav a {
  display: block;
  height: 35px;
  background-image: url(/images/setup/global_nav.gif); 
  background-repeat: no-repeat;
}

#global-nav li.nav1 a {
  width: 132px;
  background-position: 0px 0px;
}

#global-nav li.nav1 a:hover, #global-nav li.nav1 a.current {
  background-position: 0px -35px;
}

#global-nav li.nav2 a {
   width:  187px;
   background-position: -132px 0px;
}

#global-nav li.nav2 a:hover, #global-nav li.nav2 a.current {
  background-position: -132px -35px;
}

#global-nav li.nav3 a {
   width:  227px;
   background-position: -319px 0px;
}

#global-nav li.nav3 a:hover, #global-nav li.nav3 a.current {
  background-position: -319px -35px;
}

#global-nav li.nav4 a {
   width:  159px;
   background-position: -546px 0px;
}

#global-nav li.nav4 a:hover, #global-nav li.nav4 a.current {
  background-position: -546px -35px;
}

#global-nav li.nav5 a {
   width:  137px;
   background-position: -705px 0px;
}

#global-nav li.nav5 a:hover, #global-nav li.nav5 a.current {
  background-position: -705px -35px;
}

#global-nav li.nav6 a {
   width:  148px;
   background-position: -842px 0px;
}

#global-nav li.nav6 a:hover, #global-nav li.nav6 a.current {
  background-position: -842px -35px;
}

#global-nav .submenu-container {
  visibility: hidden;
  width: 200px;
  background: #858585;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 52;
}

#global-nav .submenu-container .submenu {
  width: 200px;
  padding-top: 2px;
  overflow: hidden;
}

#global-nav .submenu-container ul li a,
#global-nav .submenu-container ul li span {
  display: block;
  width: 180px;
  height: auto;
  padding: 0 10px;
  background: none;
  font-family: arial;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
}

#global-nav .submenu-container ul li span {
  padding: 2px 10px;
  margin-bottom: 2px;
  font-weight: bold;
  text-transform: uppercase;
  background: #cc0000;
}

#global-nav .submenu-container ul li a:hover {
  background: #cc0000;
}

#global-nav #submenu-container1 {
  width: 400px;
}

#global-nav #submenu-container1 .submenu {
  float: left;
}

#global-nav #submenu-container6 {
 left: -52px;
}

/***** TAB STYLES *****/
#tabs-default .ui-tabs-nav {
  width: 532px;
  padding-left: 18px;
}

#tabs-default #tabs-default-anchor1 { width: 118px; }
#tabs-default #tabs-default-anchor2 { width: 147px; }
#tabs-default #tabs-default-anchor3 { width: 113px; }

#tabs-default .ui-tabs-panel {
  width: 550px;
  background: #fff;
  overflow: hidden;
}

#tabs-default .ui-tabs-panel .container {
  height: 150px;
  padding: 15px;
  overflow: auto;
}

/*********** HEADLINES ***********/
#featured-headline {
  width: 550px;
  background: #fff;
  overflow: hidden;
}

#featured-headline img {
  padding: 2px;
  border: 5px solid black;
}

#featured-headline .story {
  width: 520px;
padding: 10px 15px;
}

#featured-headline span {
  font-family: arial;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

#featured-headline .date {
  font-size: 11px;
  display: block;
  line-height: 15px;
}

#featured-headline a {
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

#featured-headline a:hover {
  color: #cc0000;
}

#featured-headline .story-title {
  display: block;
  margin-bottom: 2px;
  font-size: 20px;
  color: #cc0000;
  line-height: 22px;
}

#featured-headline .story-title:hover {
  color: #000;
}

#more-headlines a {
  color: #cc0000;
  display: block;
  font-family: verdana, geneva, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  line-height: 18px;  
  margin-bottom: 5px;
}

#more-headlines a:hover {
   color: #333;
}

#more-headlines span {
   font-family: verdana, geneva, sans-serif;
   font-size; 10px;
   color: #333333;
   font-weight: bold;
   display: block;
}

#more-headlines .story-leadin {
   font-family: verdana, geneva, sans-serif;
   font-size: 12px;
   display: block;
   margin-bottom: 10px;
   color: #333333;
   font-weight: normal;
}

.scheduleDaily {
  width: 100%;
}

.scheduleDaily td {
  padding: 5px 5px;
}

.scheduleDaily .scheduleDaily-row0 {
  background: #f3f3f3; 
  color: #000;  
}

.scheduleDaily .scheduleDaily-row1 {
  background: #e1e1e1;
  color: #000;  
}
.scheduleDaily .sport {
  color: #cc0001;
  font-weight: bold;
}
/************************************************************/

#tabs-calendar-list .ui-tabs-nav {
     width: 254px;
     padding-left: 6px;
}

#tabs-calendar-list #tabs-calendar-list-anchor1 { width: 85px; } 
#tabs-calendar-list #tabs-calendar-list-anchor2 { width: 55px; }

#tabs-calendar-list .ui-tabs-panel {
   width: 260px;
   background: #fff;
   overflow: hidden;
}

#tabs-calendar-list-content2 .container {
  height: 400px;
  overflow: auto;
}

/*********** CALENDAR STYLES ***********/
#calendarView {
  width: 100%;
  border-collapse: collapse;
}

#calendarView td {
  background: #d8d8d8;
  border: solid 1px #a6a6a6;
  line-height: 27px;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

#calendarView .calendar-month {
  display: none;
}

#calendarView .calendar-header td {
  background: #454545;
  color: #fff;
  border-right: solid 1px #353535;
  border-left: solid 1px #353535;
}

#calendarView a.calendar-event {
  display: block;
  width: 100%;
  height: 100%;
  background: #9f9f9f;
  color: #333;
  text-decoration: none;
}

#calendarView a.calendar-event:hover {
  background: #fff;
}

#calendar .event-schedule {
  background: #3d3d3d;
  padding: 10px;
  height: 186px;
  color: #fff;
  overflow: auto;
}

#calendar .event-schedule .event-info {
  margin-bottom: 10px;
}

#calendar .event-schedule h2 {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  color: #fff;
}

#calendar .event-schedule a {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}

#calendar .event-schedule a:hover {
  text-decoration: none;
}

#navbar-secondary {
   width: 975px;
   height: 10px;
   background-position: -145px 0px;
   overflow: hidden;
   padding: 45px 0px 15px 15px;
   color: #a7a7a7;
   margin-bottom: 9px;
}


#navbar-secondary a {
    color: #aaa;
    text-transform: uppercase;
    text-decoration: none;
}

#navbar-secondary a:hover {
  color: #fff;
}

/***********SEARCH************/
#search {
  width: 126px;
  height: 17px;
  padding: 15px 17px;
  background: url(/images/setup/search_bg.gif) no-repeat left top;
  overflow: hidden;
}

.text-box {
  display: block;
  width: 95px;
  height: 15px;
  float: left;
  border: solid 1px #fff;
  overflow: hidden;
}

.submit {
  display: block;
  width: 25px;
  height: 15px;
  float: right;
  background: transparent;
  border: none;
}

#advertisement {
   width: 160px;
   height: 500px;
}

#petes-tweets {    
   width: 260px;
   background: url(/images/setup/petes_tweets_bg.jpg) repeat-x left top;
}

#join {
   width: 260px;
   height: 80px;
} 

#petes-tweets p {
   padding-top: 40px;
   text-align: center;
}

/**********TEAM LINKS**********/
#links {
   width: 230px;
   height: 235px;
   margin: 0 auto;
   background: url(/images/setup/team_links_bg.jpg) repeat-x left top;
   padding: 10px 15px;
   overflow: auto;
}

#teamlinks a {
    font-size: 12px;
    font-family: verdana, geneva, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #aaa;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

#teamlinks a:hover {
    color: #fff;
}

/**********INFO-BOX**********/
#info-box {
  width: 550px;
}
#info-box img {
   float: left;
}

.box-container {
  width: 550px;
  float: left;
}

.box {
  width: 183px;
  float: left;
}

.box span {
  font-size: 10px;
  font-family: arial;
  color: #000;
  line-height: 12px;
}
/********** ROSTERS **********/
table.roster{
  width: 810px;
  background:#fff;
}

tr.roster-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #CC0000;
    padding: 2px;
}

tr.roster-header td a{
    color: #FFFFFF;
}

tr.roster-row0 td {
    background-color: #;
    font-size: 11px;
    padding: 2px;
}

tr.roster-row1 td {
    background-color: #E3E3E3;
    font-size: 11px;
    padding: 2px;
}

/********* BIOS ***********/
.bio {
    background: #CC0000;
    height: 220px;
  border: outset;
    padding: 5px;
    height: 225px;
}

.bio-name {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
  padding: 10px;
}

.bio-data {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    padding: 10px;
}

.bio-data a{
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    padding: 5px;
}

.bio-data span{
    color: #000000;
    font-weight: bold;
}

.bio-photo {
  float: left;
  padding: 10px;
}
/********** SCHEDULE **********/
.boxscore {
  margin-bottom: 5px;
  border-bottom: solid 1px #CC0000;
}

table.schedule {
  width: 830px;
  background-color: ;
}

.schedule-data {
  width: 500px;
}

.schedule-data td {
    padding: 5px;
}

tr.schedule-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #cc0000;
    padding: 5px;
}

tr.schedule-row td {
    background-color: #;
    font-size: 11px;
    padding: 5px;
}


tr.schedule-row0 td {
    background-color: #d1d1d1;
    font-size: 11px;
    padding: 5px;
}

tr.schedule-row1 td {
    background-color: #;
    font-size: 11px;
    padding: 5px;
}

.home-opp {
  text-transform: uppercase;
}


/********* STATS ***********/
.stats-wrapper {
  color: #000;
  background: #FFF;
}

.stats-wrapper th {
  background: #CC0000;    /* set the primary color here */
  color: #fff;
}

.stats-wrapper a {    /* set the link color here */
  color: #333;
  text-decoration: underline;
}

.stats-wrapper a:hover {    /* set the link color here */
  color: #000;
}

