h1,h2,h3,div,td {
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
}

img {
   border: 0px;
   margin: 0px;
}

p {
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
}


form {
  margin: 0px;
}


.photo {
  float: right;
  padding: 3px;
  width: 250px;
  margin: 5px;  
  background-color: #990000;
}


a {
  color: #000066;
}

a:hover {
  color: #990000;
}

#printer {
  padding: 1px;
  font-size: 10px;
  color: #;
  text-align: right;
}

h1 {
  color: #990000;
  line-height: 130%;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  color: #000066;
  text-transform: uppercase;
}

h3 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}


/********** NAVIGATION **********/

body.pagebody {
  margin: 0px;
  padding: 0px;
  background: url(/images/setup/body_bg.jpg) repeat-y center top;
}

#page-wrapper {
  width: 100%;
  background: url(/images/setup/page_bg.jpg) repeat-x left top;
  overflow: hidden;
}

#design-wrapper {
  width: 100%;
  background: url(/images/setup/design_bg.jpg) no-repeat center top;
  overflow: hidden;
}

.container {
  width: 992px;
  margin: 0 auto;
  padding: 5px;
  clear: both;
  overflow: hidden;
}

#top-bar {
  width: 972px;
  height: 17px;
  padding: 8px 15px 7px;
  margin: 0 auto;
  overflow: hidden;
}

#top-bar a, #top-bar span {
  font-weight: bold;
  line-height: 17px;
  color: #fff;
  text-decoration: none;
  float: left;
}

#search {
  display: block;
  width: auto;
  height: 17px;
  float: right;
  overflow: hidden;
}

.text-field {
  width: 129px;
  height: 13px;
  padding: 1px 2px;
  color: #1c1c1c;
  font-family: arial;
  font-size: 10px;
  line-height: 13px;
  float: left;
  margin-left: 5px;
  border: solid 1px #585858;
  background: url(/images/setup/field_bg.gif) repeat-x left top;
}

.go {
  width: 22px;
  height: 17px;
  background: url(/images/setup/go_button.jpg) no-repeat left top;
  border: none;
  float: left;
  margin-left: 5px;
}

#header {
  width: 1028px;
  height: 127px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 90;
}

a.home-link {
  display: block;
  width: 1028px;
  height: 127px;
  position: absolute;
  left:0;
  top:0;
  z-index: 100;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("/header.jpg");
}

#ticker {
  height: 36px;
  background: url(/images/setup/ticker_bg.jpg) no-repeat left top;
  margin-bottom: 3px;
  padding: 0 20px 0 122px;
  overflow: hidden;
}

#mainbody {
  padding: 10px;
}

#ccol {
  width: 280px;
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

#rightcol {
  width: 300px;
  float: right;
  margin-bottom: 5px;
  overflow: hidden;
}

.poll {
  padding: 10px;
}

#footer {
  width: 992px;
  height: 260px;
  background: url(/images/setup/footer_bg.jpg) repeat-x left top #000;
  border: solid 4px #000;
  border-bottom: none;
  margin: 0 auto;
  overflow: hidden;
}

.footer-text {
  width: 267px;
  padding: 15px;
  background: url(/images/setup/footer_sep.jpg) no-repeat right 16px;
  float: left;
  color: #fff;
}

.footer-text span {
  font: bold 11px arial;
  color: #666666;
}

.footer-text a {
  font: bold 11px arial;
  text-decoration: none;
  color: #fff;
}

.footer-text a:hover {
  color: #d00000;
}

.caption-head {
  display: block;
}

#video-container {
  width: 290px;
  padding: 0 4px;
  border-right: solid 1px #b2b2b2;
  border-left: solid 1px #b2b2b2;
  background: #980000;
}

/********* GLOBAL NAVIGATION ***********/
#global-nav {
  width: 992px;
  height: 36px;
  margin: 0 auto 3px;
  background: url(/images/setup/global_nav_bg.jpg) no-repeat left top;
}

#global-nav ul, #global-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

#global-nav li {
  display: block;
  height: 36px;
  position: relative;
  z-index: 99;  /* 999 adjusted as it was conflicting with photo gallery */
}
#global-nav ul li a {
  display: block;
  width: auto;
  height: 36px;
  background: url(/images/setup/global_nav.jpg) no-repeat;
}
#global-nav ul li.nav1 {
  width: 157px;
  margin-left: 12px;
}
#global-nav ul li.nav1 a {
  background-position: -16px 0px;
}
#global-nav ul li.nav1 a:hover  {
  background-position: -16px -36px;
}
#global-nav ul li.nav2 {
  width: 138px;
  margin-left: 6px;
}
#global-nav ul li.nav2 a {
  background-position: -179px 0px;
}
#global-nav ul li.nav2 a:hover, #global-nav ul li.nav2 a.current {
  background-position: -179px -36px;
}
#global-nav ul li.nav3 {
  width: 118px;
  margin-left: 8px;
}
#global-nav ul li.nav3 a {
  background-position: -325px 0px;
}
#global-nav ul li.nav3 a:hover, #global-nav ul li.nav3 a.current {
  background-position: -325px -36px;
}
#global-nav ul li.nav4 {
  width: 157px;
  margin-left: 12px;
}
#global-nav ul li.nav4 a {
  background-position: -455px 0px;
}
#global-nav ul li.nav4 a:hover, #global-nav ul li.nav4 a.current {
  background-position: -455px -36px;
}
#global-nav ul li.nav5 {
  width: 69px;
  margin-left: 15px;
}
#global-nav ul li.nav5 a {
  background-position: -627px 0px;
}
#global-nav ul li.nav5 a:hover, #global-nav ul li.nav5 a.current {
  background-position: -627px -36px;
}
#global-nav ul li.nav6 {
  width: 141px;
  margin-left: 12px;
}
#global-nav ul li.nav6 a {
  background-position: -708px 0px;
}
#global-nav ul li.nav6 a:hover, #global-nav ul li.nav6 a.current {
  background-position: -708px -36px;
}
#global-nav ul li.nav7 {
  width: 115px;
  margin-left: 12px;
}
#global-nav ul li.nav7 a {
  background-position: -861px 0px;
}
#global-nav ul li.nav7 a:hover, #global-nav ul li.nav7 a.current {
  background-position: -861px -36px;
}
#submenu-container {
  width: 160px;
  position:absolute;
  top: 36px;
  background: #fff;
  border: solid 1px #fff;
  display: none;
  overflow: hidden;
  z-index: 999;
}
#submenu-container .submenu {
  width: 160px;
  overflow: hidden;
}
#submenu-container .submenu ul, 
#submenu-container .submenu li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: none;
}
#submenu-container .submenu ul li {
  display: block;
  /* needs to override the following values since being inherited */
  height: 25px;
  float: none;
  position: static;
}
#submenu-container .submenu ul li a, #submenu-container .submenu ul li span {
  /* needs to override the following values since being inherited */
  width: auto;
  height: 13px;
  display: block;
  background-image: none;
  background: #000066;
  /******************************/
  padding: 6px 5px;
  font-family: arial;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  line-height: 13px;
}
#submenu-container .submenu ul li span {
  background: #000033;
  font-weight: bold;
}
#submenu-container .submenu ul li a:hover {
  background: #383888;
}
/* SPECIFIC SUBMENU CLASSES */
#submenu-container .submenu2-b ul li a, #submenu-container .submenu2-b ul li span, 
#submenu-container .submenu3-b ul li a, #submenu-container .submenu3-b ul li span {
  background: #990000;
}
#submenu-container .submenu2-b ul li span,
#submenu-container .submenu3-b ul li span {
  background: #4c0000;
}
#submenu-container .submenu2-b ul li a:hover,
#submenu-container .submenu3-b ul li a:hover {
  background: #b62c2c;
}

/********** NAVIGATION **********/

#navbar-sec {
  height: 30px;
  padding: 4px 110px 2px;
  background: url(/images/setup/navbar_secondary_bg.jpg) no-repeat left top;
  margin-bottom: 3px;
  overflow: hidden;
}

#navbar-sec ul, #navbar-sec li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

#navbar-sec li {
  display: block;
  width: auto;
  padding-left: 14px;
  margin-right: 12px;
}

#navbar-sec ul li a {
  display: block;
  padding-right: 14px;
  text-decoration: none;
}

#navbar-sec ul li a span {
  font-family: helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  display: block;
  padding-bottom: 4px;
  line-height: 26px;
}

#navbar-sec li.current {
  background: url(/images/setup/navbar_sec_active_l.jpg) no-repeat left top;
}

#navbar-sec li.current a, #navbar-sec ul li a:hover {
  background: url(/images/setup/navbar_sec_active_r.jpg) no-repeat right top;
}

#navbar-sec li.current a span, #navbar-sec ul li a:hover span {
  background: url(/images/setup/navbar_sec_active.jpg) no-repeat center bottom;
}

#navbar-links {
  width: 270px;
  padding: 10px 15px;
  background: url(/images/setup/navbar_links_bg.jpg) repeat-y left top;
  overflow: hidden;
}

#navbar-links a {
  display: block;
  width: 127px;
  font-family: helvetica;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  line-height: 14px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: solid 1px #c1c1c1;
}

#navbar-links a:hover, #navbar-links a.current {
  color: #990000;
}

#navbar-buttons {
  padding: 0 1px;
  clear: both;
  overflow: hidden;
}

#navbar-buttons a img {
  float: left;
}

#navbar-logolinks {
  float: left;
  padding-top: 33px;
  padding-left: 25px;
  overflow: hidden;
}

#navbar-logolinks a {
  float: left;
  margin-right: 20px;
}

/********** HEADLINES **********/
#headlines-featured {
  width: 402px;
  padding-bottom: 15px;
  background: url(/images/setup/headlines_featured_bg.gif) repeat-y left top;
  overflow: hidden;
}

#headlines-featured .container {
  width: 373px;
  height: 189px;
  padding: 0;
  margin: 0 auto;
  border: solid 1px #b2b2b2;
  overflow: auto;
}

.featured-news-even, .featured-news-odd {
  display: block;
  padding: 6px 5px;
}
.featured-news-odd {
  background: #e8e8e8;
}

.sportname {
  font: bold 11px arial;
  color: #990000;
}

.featured-date {
  font: 11px arial;
  color: #424242;
}

.featured-headline {
  display: block;
  font: bold 11px arial;
  color: #000;
  text-decoration: none;
}

#aotw {
  width: 276px;
  padding: 0 12px 10px;
  background: url(/images/setup/aotw_bg.jpg) repeat-y left top;
  overflow: hidden;
}

.aotw-even,
.aotw-odd {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.aotw-even img,
.aotw-odd img {
  padding: 5px;
  background: url(/images/setup/aotw_frame.jpg) no-repeat left top;
}

.aotw-even img { float: right; margin: 0 0 10px 10px; }
.aotw-odd img { float: left; margin: 0 10px 10px 0; }

#aotw .sep {
  display: block;
  padding: 15px 0;
  height: 1px;
  background: url(/images/setup/aotw_sep.jpg) no-repeat center center;
}

#aotw .player-name {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  line-height: 15px;
}
#aotw .sport-name {
  color: #980000;
  font-weight: bold;
}
#aotw .athlete-info {
  font-size: 10px;
}


/********** ROSTERS **********/
table.roster {
  width: 980px;
  background-color: ;
}

tr.roster-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #990000;
    padding: 5px;
}

tr.roster-header td a{
    color: #faa928;
}

tr.roster-row a{
    text-decoration: underline;
    color: #336699;
}

tr.roster-row a:hover {
    text-decoration: underline;
    color: #000000;
}

tr.roster-row0 td {
    background-color: #d1d1d1;
    font-size: 11px;
    padding: 5px;
}
tr.roster-row1 td {
    background-color: #FFFFFF;
    font-size: 11px;
    padding: 5px;
}

/********** BIOS SYSTEM PROVIDED**********/
.bio-wrapper .bio-container .head {
  padding: 20px;
  margin-bottom: 15px;
  color: #fff;
  background: url(/images/setup/bio_bg.jpg) no-repeat right bottom #941C1D!important;
  overflow: hidden;
}

.bio-wrapper .bio-container a {
  color: #fff;
}

.bio-wrapper .bio-container .head span {
  color: #fff;
}

.bio-wrapper .roster-sidebar .roster-list,
.bio-wrapper .roster-sidebar .roster-title {
  background: #941C1D!important;
} 

#mainbody .bio-wrap .head {background:#5B0000;color:#FFF}
#mainbody .bio-wrap .head h2 {color:#FFF;font-family:verdana, geneva;line-height:24px;white-space:nowrap;text-transform:none;padding:0;text-shadow:1px 1px 2px #333}
#mainbody .bio-wrap .head a {color:#FFF;text-decoration:underline}
#mainbody .bio-wrap .headshot {width:125px}
#mainbody .bio-wrap .biodata {padding:0 310px 0 140px}
#mainbody .bio-wrap .metadata {font-family:arial, helvetica}
#mainbody .bio-wrap .metadata .label {color:#CCC}
#mainbody .bio-wrap .tab {height:auto;border:none;width:auto;overflow:visible}

/********** BIOS OLD**********/

.bio {
    background-color: #c1c1c1;
    border: outset;
    border-width: 1px;
    padding: 5px;
    height: 210px;
    width: 50%;
}

.bio td {
  color: #FFFFFF;
}

.bio td a {
  color: #FFFFFF;
}

.bio-name {
    color: #00007c;
    font-weight: bold;
    font-size: 16px;
    padding: 3px;
}

.bio-data {
    color: #00007c;
    font-size: 12px;
}

.bio-data span{
    color: #440001;
    font-size: 10px;
}

.bio-data td{
    color: #CCCCCC;
    font-size: 10px;
}

.bio-data a {
  color: #00007c;
  text-decoration: none;
}

.bio-data a:hover {
  color:#971b1d;
}

.bio-photo {
  float: left;
  padding: 10px;
}


/********** SCHEDULE **********/
table.schedule {
  width: 970px;
  background-color: ;
}

.schedule-header {
  background-color: #990000;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
}

tr.schedule-header td {
  padding: 8px;
}

tr.schedule-row0 td {
    background-color: #;
    padding: 4px;
}
tr.schedule-row1 td {
    background-color: #c1c1c1;
    padding: 4px;
}

.home-opp {
  text-transform: uppercase;
}

.schedule-row td {
}



/************ BRIEF STANDINGS **************/
.briefstats-table {
}

.briefstats-header {
  text-align: center;
  font-weight: bold;
}

.briefstats-row0 td{
  padding: 4px;
}

.briefstats-row1 td {
  background: #e5e5e5;
  padding: 4px;
}

.briefstats-label {
  font-size: 12px;
}

.briefstats-field {
  text-align: center;
}

.briefstats-team {
  color: #990000;
  font-weight: bold;
}

/********** COMPOSITE *************/
.calendar {
  border-collapse: collapse;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  width: 100%;
}

.calendar td {
  border: 1px solid #000000;

}

.calendar td a {
  font-size: 10px;
  font-weight: bold;
}

.calendar td a:hover {
  text-decoration: underline;
}

.calendar-month  {
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}

.calendar-header td{
  background-color: #000000;
  font-weight: bold;
  color: #FFFFFF;
}

.calendar-sport {
  font-size: 10px;
  font-weight: bold;
}

.calendar-date {
  float: left;
  color: #FFFFFF;
  background-color: #505050;
  width: 15px;
}

.calendar-event {
  font-size: 10px;
}

.calendar-event td a {
  font-size: 10px;
  font-weight: bold;
}

.calendar-event td a:hover {
  text-decoration: underline;
}

/********* STATS ***********/
.stats-wrapper {
  color: #000;
  background: #FFF;
}

.stats-wrapper th {
  background: #990000;    /* set the primary color here ??? dark color required */
  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;
}


/******* TAB CONTENT **********/
#tablist {
  width: 280px;
  height: 58px;
  clear: both;
  overflow: hidden;
}

#tablist a {
  display: block;
  height: 58px;
  float: left;
  background-image: none;
  background-position: left top;
  background-repeat: no-repeat;
}

a.tab1 { width: 127px; }
a.tab2 { width: 153px; }

#tabcontentcontainer {
  width: 280px;
  background: #fff;
  overflow: hidden;
}

.tabcontent {
  display: none;
  width: 266px;
  padding: 0 6px 6px;
  margin: 0 auto;
  border-right: solid 1px #b2b2b2;
  border-left: solid 1px #b2b2b2;
  overflow: auto;
}

.tab {
  width: 264px;
  height: 598px;
  border: solid 1px #b2b2b2;
  background: #fff;
  overflow: auto;
}

#sc1 { background: url(/images/setup/sc1_foot.jpg) no-repeat left bottom #990000; }
#sc2 { background: url(/images/setup/sc2_foot.jpg) no-repeat left bottom #21207d; }


div.boxscore-row0 {
  padding: 8px 4px;
  font-size: 8pt;
  background: #E5E5E5;
}

div.boxscore-row1 {
  padding: 8px 4px;
  font-size: 8pt;
}

/********** Lightbox - Thumbnails ***********/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/setup/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/setup/overlay.png", sizingMethod="scale");
	}

/**********SLIDER***********/
#scoreboard-ticker-wrapper {
  width: 870px;
  height: 25px;
  float: left;
  padding-top: 11px;
  padding-left: 122px;
  color: #fff;
  background: url(/images/setup/ticker_bg.jpg) no-repeat left top;
  position:relative;
}

#scoreboard-ticker {
  height: 20px;
  overflow: hidden;
  color: #000;
}

#scoreboard-ticker li { 
  width: 870px;
  height: 20px;
  overflow: hidden;
}

#scoreboard-ticker span {
  color: #000;
}

#scoreboard-ticker .no-events span {
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  display: block;
}

#scoreboard-ticker a {
  color: #C41E3A;
}

#scoreboard-ticker-prev, #scoreboard-ticker-next, #scoreboard-ticker-pp { 
  position:absolute;
  right: 75px;
  top: 5px;
}

#scoreboard-ticker-pp {
  right: 45px;
}

#scoreboard-ticker-next { 
  right: 15px;
}														

#scoreboard-ticker-prev a, #scoreboard-ticker-next a, #scoreboard-ticker-pp a {  
  display: block;
  width: 28px;
  height: 28px;
  background:url(/images/setup/ticker_buttons_sprite.png) no-repeat 0 0;	
  outline: none;
}

#scoreboard-ticker-next a {
  background-position: -84px 0;
}

#scoreboard-ticker-pp .pause {
  background-position: -56px 0;
}

#scoreboard-ticker-pp .play {
  background-position: -28px 0;
}


