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: 5px;
  width: 619px;
  background-color: #FFFFFF;
}


a {
  color: #9C0D11;
}

a:hover {
  color: #031228;
}

#printer {
  padding: 1px;
  font-size: 10px;
  color: #;
  text-align: right;
}

h1 {
  color: #9C0D11;
  line-height: 130%;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  color: #031228;
  text-transform: uppercase;
}


/********** LAYOUT **********/

body.pagebody {
  margin: 0px;
  padding: 0px;
  background: url(/images/setup/page_bg.jpg) repeat-x left top #9c0d11;
}

#bannerAd {
  margin: auto;
  position: relative;
  width: 730px;
  margin-bottom: 5px;
}


#eduHeader{
  height: 58px;
  background: #fff url(/images/setup/navbarEdu_bg.jpg) repeat-x;
  width: 816px;
}


.design {
  width: 960px;
  background: #535353;
}

.content {
  width: 946px;
  background: url(/images/setup/content_cap.jpg) no-repeat left top #fff;
}

#search {
  width: 312px;
  height: 33px;
  float: right;
  background: url(/images/setup/search_bg.jpg) no-repeat right top;
  overflow: hidden;
}

#search-form  {
  background: url(/images/setup/searchTitle.jpg) no-repeat left top;
  padding-left: 140px;
  overflow: hidden;
}

#search-form .submit {
  display: block;
  border: none;
  width: 68px;
  height: 21px;
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  background: url(/images/setup/search-go.gif) no-repeat left top;
}

#search-form .query {
  float: left;
  margin-top: 5px;
}

#ticker {
  background: url(/images/setup/ticker_bg.gif) repeat-x left top;
  height: 33px;
}

#header {
  height: 100px;
  text-align: center;
}

#mainbody {
  padding: 10px;
}

#rightcol {
  width: 303px;
  padding: 0px;
}

.poll {
  padding: 10px;
}

#footer {
  width: 960px;
  background-color: #fff;
}

#footerLinks {
  width: 960px;
  background: url(/images/setup/footerLinks_bg.jpg) no-repeat bottom;
  height: 20px;
  padding: 5px 10px;
  color: #FFFFFF;
}

#footerLinks a {
  color: #FFFFFF;
  text-decoration: none;
}

#footerLinks a:hover {
  color: #000000;
}

#corporate-partners {
  height: 154px;
  padding-top: 4px;
  background: url(/images/setup/cp_bg.jpg) no-repeat left top;
}


/********** NAVIGATION **********/
#eduHeader img {
  margin: -14px 0px;
}

#eduHeader a {
 text-decoration: none;
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #535353;
  padding: 10px;
}

#eduHeader a:hover {
  color: #9C0D11;
}

.leftnav a {
  color: #FFFFFF;
  text-decoration: none;
  padding-left:5px;
}

.leftnav a:hover {
  color: #D00000;
}

#rightcol a {
  color: #9C0D11;
  text-decoration: none;
}

#rightcol a:hover {
  color: #031228;
}

#navbar-secondary {

}

#navbar-buttons-rcol a {
  display: block;
  margin-bottom: 8px;
}

#fanzone {
  height: 141px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
}

#fanzone .container {
  padding: 5px 10px;
  height: 131px;
  overflow: auto;
}

#fanzone a {
  display: block;
  text-align: right;
  margin-bottom: 5px;
  font-family: arial;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
}

#fanzone a:hover {
  color: #e81536;
}

#multimedia {
  height: 92px;
  padding: 15px 10px;
  background: url(/images/setup/multimedia_bg.jpg) no-repeat left top;
}

#multimedia a {
  display: block;
  padding-left: 20px;
  background: url(/images/setup/arrow_bullet.jpg) no-repeat left center;
  margin-bottom: 5px;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

#multimedia a:hover {
  color: #ffb368;
}

#teaminfo {
  height: 118px;
  background: url(/images/setup/team_info_bg.jpg) no-repeat left top;
}

#teaminfo .container {
  padding: 5px 10px;
  height: 108px;
  overflow: auto;
}

#teaminfo a {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  text-decoration: none;
  font-family: arial;
  font-size: 12px;
}

#teaminfo a:hover {
  color: #e81536;
}
/************ J-QUERY DROPDOWN ************/

.float-clear{
	clear:both;
	float:none;
}
div.nav{
	height: 33px;
        background-color: #05090e;
        position: relative;
   z-index: 200;
}
div.nav ul, div.nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
div.nav ul li a{
      display:block;
      height:33px;
      text-decoration:none;
      background: url(/images/setup/globalNav_bg.jpg) no-repeat left top;
      position: relative;
}
div.nav ul li a.nav1 {
  width: 170px;
  background-position:0px 0px;
}
div.nav ul li a.nav2 {
  width: 170px;
  background-position:-170px 0px;
}
div.nav ul li a.nav3 {
  width: 180px;
  background-position:-340px 0px;
}
div.nav ul li a.nav4 {
  width: 120px;
  background-position:-520px 0px;
}
div.nav ul li a.nav5 {
  width: 100px;
  background-position:-640px 0px;
}
div.nav ul li a.nav6 {
  width: 95px;
  background-position:-740px 0px;
}
div.nav ul li a.nav7 {
  width: 111px;
  background-position:-835px 0px;
}
div.nav ul li a.nav1:hover {
  background-position:0px -33px;
}
div.nav ul li a.nav2:hover {
  background-position:-170px -33px;
}
div.nav ul li a.nav3:hover {
  background-position:-340px -33px;
}
div.nav ul li a.nav4:hover {
  background-position:-520px -33px;
}
div.nav ul li a.nav5:hover {
  background-position:-640px -33px;
}
div.nav ul li a.nav6:hover {
  background-position:-740px -33px;
}
div.nav ul li a.nav7:hover {
  background-position:-835px -33px;
}
div.nav ul li #submenu-container{
	position:absolute;
        top: 31px;
        background: url(/images/setup/submenu_container_bg.jpg) repeat-x left top #350000;
        width: 566px;
        padding: 0 10px 10px 0;
	display:none;
       overflow: hidden;
       z-index: 9999;
}
div.nav ul li #submenu-container .logo {
  width: 66px;
  height: 229px;
  background: url(/images/setup/submenu_container_bglogo.jpg) no-repeat left top;
  float: left;
}
div.nav ul li #submenu-container .submenu {
  width: 140px;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  overflow: hidden;
}

div.nav ul li #submenu-container .submenu ul, 
div.nav ul li #submenu-container .submenu li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: none;
}

div.nav ul li #submenu-container .submenu ul li {
  display: block;
  margin-bottom: 2px;
  padding: 2px;
  background: #9C0D11;
  position: static;
}

div.nav ul li #submenu-container .submenu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  background-image: none;
  height: auto;
  padding: 2px;
}

div.nav ul li #submenu-container .submenu ul li a:hover {
  color: #ffffff;
  background: #031228;

}

div.nav ul li #submenu-container .ad {
  width: 200px;
  float: left;
  margin-top: 10px;
  overflow: hidden;
}

/********** HEADLINES **********/
.featuredstory {
  color: #fff;
}

.featuredstory a {
  color: #fff;
  line-height: 120%;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.featuredstory a:hover {
  color: #9C0D11;
}


.headline a {
  color: #9C0D11;
  font-weight: bold;
  text-decoration: none;
}

.headline a:hover {
  color: #031228;
  text-decoration: underline;
}

.caption {
  clear: left;
  float: left;
  padding: 1px;
  margin: 0px;
}

.aotw-caption {
  float: left;
  padding: 0px 3px;
}

.aotw-title a {
  color: #FFFFFF;
  font-size: 10px;
  text-decoration: none;
}

.aotw-title a:hover {
  text-decoration: underline;
}
/********** ROSTERS **********/
.roster {
 width: 910px;
}
tr.roster-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #9C0D11;
    padding: 2px;
}

tr.roster-row a{
    text-decoration: underline;
    color: #9C0D11;
}

tr.roster-row a:hover {
    text-decoration: underline;
    color: #031228;
}

tr.roster-row0 td {
    background-color: #;
    font-size: 11px;
    padding: 2px;
}
tr.roster-row1 td {
    background-color: #;
    font-size: 11px;
    padding: 2px;
}

tr.roster-row td {
    background-color: #E8E8E8;
    font-size: 11px;
    padding: 2px;
    color: #000000;
}


/***************** BIOS ***************/

#bio-wrapper {
  width: 910px;
  height: 225px;
  padding: ;
  background: url(/images/setup/bio_bg.jpg) no-repeat left top;
  margin: 0 auto;
  overflow: hidden;
}

.bio {
    padding: 5px;
}

.bio-name {
    background-color: #;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    padding: 3px;
}

.bio-data {
    float: left;
  width: 500px;
  color: #;
  font-weight: bold;
}

.bio-name {
  color: #;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

.bio-data .label {
  color: #;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
}

.bio-data .value {
  color: #;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
}

.bio-photo {
  width: 150px;
  height: 225px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}


/******* TAB CONTENT **********/
#tablist {
  width: 619px;
  height: 26px;
  margin-bottom: 1px;
  background: url(/images/setup/global_tab_header.jpg) no-repeat left top;
  overflow: hidden;
}
#tablist a {
  display: block;
  height: 26px;
  float: left;
}
#tablist a.gt1 {
  width: 126px;
}
#tablist a.gt2 {
  width: 115px;
}
#tablist a.gt3 {
  width: 116px;
}
#tablist a.gt4 {
  width: 98px;
}
.tab {
  color: #FFFFFF;
  background-color: #8C8C8C8;
  padding: 0px;
  height: 580px;
  overflow: auto;
}

.scoreboard {
  background-color: #E8E8E8;
  height: 200px;
  overflow: auto;
  color: #000000;
}

.scoreboard a {
  color: #000000
}

#upcoming {
  background-color: #8C8C8C;
  height: 200px;
  overfloW: auto;
  color: #FFFFFF;
}

#tabcontentcontainer{
width: 619px;
background: url(/images/setup/headline_yui_footer.jpg) bottom no-repeat #031228;
height: 600px;
}

.tabcontent {
  display: none;
}


/********** SCHEDULE **********/
.schedule {
  width: 910px;
  background-color: ;
}

.schedule-header {
  background-color: #9C0D11;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}

tr.schedule-header td {
  padding-left: 5px;
}

tr.schedule-row0 td {
    background-color: #;
    padding: 2px;
}
tr.schedule-row1 td {
    background-color: #;
    padding: 2px;
}

.schedule-row td {
}

/********* STATS ***********/
.stats-wrapper {
 color: #000;
 background: #FFF;
}

.stats-wrapper th {
 background: #9C0D11;    /* set the primary color here */
 color: #fff;
}

.stats-wrapper a {    /* set the link color here */
 color: #000;
 text-decoration: underline;
  font-weight: normal;
}

.stats-wrapper a:hover {    /* set the link color here */
 color: #333;
}


/********** RESULTS & CALENDAR **********/

table.scheduleDaily {
  width: 600px;
}

tr.scheduleDaily-row0 td {
    background-color: #;
    padding: 2px;
   color: #FFFFFF;
}

tr.scheduleDaily-row1 td {
    background-color: #;
    padding: 2px;
   color: #FFFFFF;
}

.sport {
  color: #9C0D11;
  font-weight: bold;
}


/********** DATEBOOK *************/
table.calendar {
border-collapse: collapse;
  background: #;

}

table.calendar td {
  border: 1px solid #000000;
  font-weight: bold;
  color: #9C0D11;
}

table.calendar td a{

}

.calendar {
  background-color: #FFFFFF;
  color: #9C0D11;
  text-align: center;
}

.calendar-month  {
  color: #9C0D11;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}


.calendar-month a {
  color: #9C0D11;
}

.calendar-month a:hover {
  color: #9C0D11;
}

.calendar-header {
  background-color: #000000;
  font-weight: bold;
  color: #FFFFFF;
}

.calendar-sport {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.calendar-date {
  float: left;
  color: #000000;
  background-color: #d9d9d9;
  width: 15px;
}

.calendar-event {
  font-size: 10px;
  background-color: #9C0D11;
  color: #FFFFFF;
}

.calendar-event a {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.calendar-event a:hover {
  color: #000000;
  cursor: pointer;
  cursor: hand;
}

.event {
  background-color: #464646;
  color: #FFFFFF;
}

.event a {
  font-weight: bold;
}

.event a:hover {
  color: #FFFFFF;
}

.event-schedule {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
  width: 196px;
  margin-left: 14px;
}

.event-schedule h1 {
  padding: 0px;
}

.event-info {
  padding: 5px;
}

/********** PROMO AREA *****************/

.headline-left {
  width: 306px;
  float: left;
  overflow: hidden;
}

.headline-right {
  width: 304px;
  float: right;
  overflow: hidden;
}

.headline-left .container, .headline-right .container {
  height: 137px;
  background: url(/images/setup/promo_container_bg.jpg) no-repeat left top #010101;
  position: relative;
  overflow: hidden;
}

a.learn-more-left {
  display: block;
  width: 306px;
  height: 25px;
  background: url(/images/setup/learn_more_left.jpg) no-repeat left top;
}

a.learn-more-right {
  display: block;
  width: 304px;
  height: 25px;
  background: url(/images/setup/learn_more_right.jpg) no-repeat left top;
}

a:hover.learn-more-left, a:hover.learn-more-right, a:hover.vote-button {
  background-position: left -25px;
}

.container .vote-button {
  position: absolute;
  left: 0;
  bottom: 0;
}


.vote-button {
  display: block;
  width: 304px;
  height: 25px;
  background: url(/images/setup/vote_button.jpg) no-repeat left top;
  border: none;
}

#hnt a {
  color: #fff;
}

#hnt a:hover {
  text-decoration: none;
}

/********** 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");
	}

