body {
  padding-top: 30px;
}

a {
  color: #6f4f8d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #000000;
}

h1 {
  color: #4f2170;
}

h2 {
  color: #6f4f8d;
}

#wrapper {
  width: 1073px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

header {
  width: 1073px;
  height: 195px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  background: url(/images/redesign/secondary_sprite.jpg) no-repeat 0 0;
}

.header-logo {
  width: 239px;
  height: 205px;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 12;
  left: 5px;
  bottom: -15px;
  background: url(/images/redesign/main_sprite.png) no-repeat -355px -155px;
}

.header-logo img {
  width: 239px;
  height: 205px;
}

#body-container {
  background: url(/images/redesign/body_bg.jpg) no-repeat center top #070707;
  width: 1061px;
  padding: 3px 3px;
  padding-bottom: 3px;
  border: 3px solid #cfcfcf;
  border-top: none;
}

.two-column {
  padding: 3px 0 3px !important;
  width: 1067px !important;
}

#mainbody {
 background: #fff;
  width: 1041px;
  padding: 10px;
}

.two-column #mainbody {
  width: 763px;
  float: left;
  padding: 0 0 0 5px;
  overflow: hidden;
  background: none;
}

.inner-cont {
  background: #fff;
  overflow: hidden;
}

.two-column .inner-cont {
  background: none;
}

#rightcol {
  width: 290px;
  padding-right: 5px;
  float: right;
   overflow: hidden;
}

footer {
  width: 1073px;
  overflow: hidden;
}

#footer-logos {
  width: 1073px;
  padding-top: 20px;
  overflow: hidden;
}

#footer-logos .logo {
  width: 266px;
  text-align: center;
  display: block;
  float: left;
}

#footer-logos .logo img {
  display: block;
  margin: 0 auto;
}

.footer-text {
  color: #fff;
  width: 600px;
  display: block;
  margin: 0 auto;
}

.footer-text span {
  padding-right: 30px;
  font-weight: bold;
}

#footer-links {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

#footer-links a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

#video-cont {
  width: 290px;
  overflow: hidden;
  margin-bottom: 5px;
}

.more-video {
  width: 290px;
  height: 32px;
  overflow: hidden;
  display: block;
  background: url(/images/redesign/main_sprite.png) no-repeat 0 -123px;
}

#ss {
  width: 394px;
  height: 244px;
  overflow: hidden;
  float: left;
}

.mrkpl_butn {
  background-color: #4f2170;
}

.mrkpl_text-buttons a {
  background-color: #9d85b4 !important;
}

.mrkpl_text-buttons a:hover {
  color: #fff !important;
  background-color: #431c5e !important;
}
/********** NAVIGATION **********/
#global-nav {
  width: 826px;
  height: 33px;
  padding-left: 247px;
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 0;
  background-image: url(/images/redesign/secondary_sprite.jpg); 
  background-repeat: no-repeat;
  background-position: 0 -748px;
}

#global-nav ul, 
#global-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#global-nav li.nav {
  float: left;
}

#global-nav li.dropdown-li {

}

#global-nav li.nav a {
  display: block;
  height: 33px;
  background-image: url(/images/redesign/secondary_sprite.jpg); 
  background-repeat: no-repeat;
}

#global-nav li.nav1 a {
  width: 72px;
  background-position: -247px -748px;
}

#global-nav li.nav1 a:hover, #global-nav li.nav1 a.current {
  background-position: -247px -781px;
}

#global-nav li.nav2 a {
   width:  88px;
   background-position: -319px -748px;
}

#global-nav li.nav2 a:hover, #global-nav li.nav2 a.current {
  background-position: -319px -781px;
}

#global-nav li.nav3 a {
   width:  164px;
   background-position: -407px -748px;
}

#global-nav li.nav3 a:hover, #global-nav li.nav3 a.current {
  background-position: -407px -781px;
}

#global-nav li.nav4 a {
   width:  119px;
   background-position: -571px -748px;
}

#global-nav li.nav4 a:hover, #global-nav li.nav4 a.current {
  background-position: -571px -781px;
}

#global-nav li.nav5 a {
   width:  82px;
   background-position: -690px -748px;
}

#global-nav li.nav5 a:hover, #global-nav li.nav5 a.current {
  background-position: -690px -781px;
}

#global-nav li.nav6 a {
   width:  122px;
   background-position: -772px -748px;
}

#global-nav li.nav6 a:hover, #global-nav li.nav6 a.current {
  background-position: -772px -781px;
}
#global-nav li.nav7 a {
   width:  163px;
   background-position: -894px -748px;
}

#global-nav li.nav7 a:hover, #global-nav li.nav7 a.current {
  background-position: -894px -781px;
}

#global-nav .submenu-container {
  visibility: hidden;
  width: 831px;
  height: 185px;
  background: url(/images/redesign/secondary_sprite.jpg) no-repeat 0 -195px;
  overflow: hidden;
  position: absolute;
  left: 239px;
  top: 33px;
  z-index: 52;
}

#global-nav .submenu-container .submenu {
  padding-top: 20px;
  float: left;
}

#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: 14px;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
}

#global-nav .submenu-container ul li span {
  font-family: helvetica;
  text-transform: uppercase;
  position: relative;
  left: 3px;
}

#global-nav .submenu-container ul li a:hover {
  color: #fff !important;
}

#global-nav .label {
  width: 48px;
  height: 185px;
  overflow: hidden;
  float: left;
  background: url(/images/redesign/main_sprite.png) no-repeat;
}

#global-nav #label2 {
  background-position: -48px -155px;
}

#global-nav #label3 {
  background-position: -96px -155px;
}

#global-nav #label4 {
  background-position: -144px -155px;
}

#global-nav #label5 {
  background-position: -192px -155px;
}

#global-nav #label6 {
  background-position: -240px -155px;
}

#global-nav #label7 {
  background-position: -288px -155px;
}

#social-buttons {
  width: 241px;
  height: 38px;
  overflow: hidden;
  padding-left: 49px;
  padding-top: 2px;
  margin-bottom: 5px;
  background: url(/images/redesign/secondary_sprite.jpg) no-repeat -364px -611px;
}

#social-buttons .button {
  width: 34px;
  height: 34px;
  overflow: hidden;
  display: block;
  float: left;
  margin-right: 25px;
  background-image: url(/images/redesign/main_sprite.png);
  background-repeat: no-repeat;
} 

#social-buttons #sb1 {
  background-position: -2px -349px;
}

#social-buttons #sb2 {
  background-position: -41px -349px;
}

#social-buttons #sb3 {
  background-position: -81px -349px;
}

#social-buttons #sb4 {
  background-position: -120px -349px;
}

#rcol-buttons {
  width: 290px;
  overflow: hidden;
}

#rcol-buttons .button {
  width: 290px;
  display: block;
  overflow: hidden;
}

#rcol-buttons #rb1 {
  margin-bottom: 5px;
}

#navbar-secondary {
  width: 1067px;
  height: 83px;
  overflow: hidden;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position:relative;
}

#navbar-secondary .wiki { position:absolute; right:0; bottom:0; }

#links-container {
  float: right;
  padding-right: 10px;
  padding-top: 30px;
}

#links-container a {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

/***************TABS***************/
#tabs-rcol {
  width: 290px;
  overflow: hidden;
  margin-bottom: 5px;
}

#tabs-rcol .ui-tabs-nav {
  width: 290px;
  background: url(/images/redesign/main_sprite.png) no-repeat;
  overflow: hidden;
}

#tabs-rcol #tabs-rcol-state1 { background-position: -372px -83px; }
#tabs-rcol #tabs-rcol-state2 { background-position: -372px -117px; }

#tabs-rcol .ui-tabs-nav li {
  float: left;
}

#tabs-rcol .ui-tabs-nav li a {
  display: block;
  height: 34px;
}

#tabs-rcol #tabs-rcol-anchor1 { width: 186px; }
#tabs-rcol #tabs-rcol-anchor2 { width: 104px; }

#tabs-rcol .ui-tabs-panel {
  width: 290px;
  color: #fff;
  background: url(/images/redesign/secondary_sprite.jpg) no-repeat -762px -380px;
  overflow: hidden;
}

#tabs-rcol .ui-tabs-panel .container {
  overflow: auto;
  height: 246px;
  padding: 10px;
}



/*********HEADLINES***********/
.headline-hdr {
  width: 763px;
  height: 40px;
  overflow: hidden;
  display: block;
  background: url(/images/redesign/main_sprite.png) no-repeat 0 0;
}

#top-stories {
  width: 763px;
  margin-bottom: 3px;
  background: #000;
  overflow: hidden;
}

.headline {
  width: 251px;
  float: left;
  margin-right: 5px;
}

#headline3 {
  margin-right: 0px;
}

.headline .image {
  width: 251px;
  height: 315px;
  overflow: hidden;
  display: block;
}

.headline-info {
  background: url(/images/redesign/secondary_sprite.jpg) no-repeat -364px -544px;
  height: 57px;
  width: 241;
  padding: 5px 5px;
  overflow: hidden;
}


.headline-info .date {
  color: #a29cc0;
  font-family: arial;
  display: block;
  font-size: 11px;
  font-weight: bold;
}

.headline-info .article {
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  display: block;
}

.headline-info .article:hover {
  color: #acacac;
}

.more-headline-hdr {
  width: 763px;
  height: 40px;
  overflow: hidden;
  display: block;
  margin-bottom: 3px;
  background: url(/images/redesign/main_sprite.png) no-repeat 0 -40px;
}

#more-headlines {
  width: 742px;
  height: 144px;
  padding: 10px;
  background: url(/images/redesign/secondary_sprite.jpg) no-repeat 0 -380px;
  overflow: auto;
  margin-bottom: 5px;
}

#more-headlines .row0,
#more-headlines .row1 {
  padding: 5px;
}

#more-headlines a {
  color: #000;
  font-size: 12px;
  font-weight: bold;
}

#more-headlines .date {
  color: #4f2170;
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
}

/*********AOTW********/
.aotw-hdr {
  width: 364px;
  height: 40px;
  overflow: hidden;
  display: block;
  float: right;
  background: url(/images/redesign/main_sprite.png) no-repeat -1px -83px
}

.aotw-cont {
  width: 364px;
  height: 204px;
  overflow: hidden;
  background: url(/images/redesign/secondary_sprite.jpg) no-repeat 0 -544px;
  float: right;
}

.aotw {
  padding: 15px 0 0 15px;
}

.aotw-photo {
  float: left;
  margin-right: 10px;
}

.aotw-data {
  float: left;
  color: #fff;
  line-height: 18px;
  font-size: 11px;
}

.aotw-data .name {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  color: #fff;
}

/*********UPCOMING EVENTS/RESULTS********/
.boxscore a {
 color: #FFFFFF;
}

.boxscore a hover{
 color: #FFFFFF;
}

.boxscore .date {
  width: 250px;
  padding: 5px;
  font-family: arial;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  height: 10px;
  display: block;
  background: #6f4f8d;
}

.boxscore .date {
  width: 250px;
  padding: 5px;
  font-family: arial;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  height: 10px;
  display: block;
  background: #;
}

.boxscore .time{
float: right;
}

/******** ROSTERS **********/

.roster {
  border: none !important;
 width: 1050px;
}

tr.roster-header td {
    font-weight: bold;
    color:white;
    background-color: #4f2170;
    padding: 2px;
    line-height: 15px;
}

tr.roster-header td a {
    color:white;
    text-decoration: underline;
}

tr.roster-row0 td {
    background-color: #d2d2d2;
    font-size: 11px;
    padding: 2px;
    line-height: 25px;
}
tr.roster-row1 td {
    background-color: #FFFFFF;
    font-size: 11px;
    padding: 2px;
    line-height: 25px;
}

/********** SCHEDULE **********/
table.schedule {
  width: 1050px;
  background-color: ;
  border: none !important;
}

.schedule-data {
  width: 1050px;
   color: #000;
}

.schedule-data td {
    padding: 5px;
    color: #000;
}

tr.schedule-header td {
    font-weight: bold;
    color: #fff;
    background-color: #4f2170;
    padding: 5px;
}

tr.schedule-row td {
    background-color: #4f2170;
    font-size: 13px;
    padding:5px;
    color: #ffffff;
}

tr.schedule-row0 td {
    background-color: #d2d2d2;
    font-size: 12px;
    padding: 5px;
color: #000;
}

tr.schedule-row1 td {
    background-color: #;
    font-size: 12px;
    padding: 5px;
color: #000;
}

.home-opp {
  text-transform: uppercase;
}
/********** 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 #000000!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: #000000!important;
} 

#mainbody .bio-wrap .head {background:url(/images/setup/bio_bg.jpg) repeat;color:#FFF}
#mainbody .bio-wrap .head a {color: #FFF} 
#mainbody .bio-wrap .head h2 {background:#502171;color:#FFF}
#mainbody .bio-wrap .biodata .lbl {color:#CCC}

/********** BIOS OLD**********/
.bio {
  width: 1050px;
  height: 190px;
  padding: 16px 20px;
  border: none !important;
  background: url(/images/setup/bio_bg.jpg) no-repeat left top;
  margin: 0 auto;
  overflow: hidden;
}

.bio-data {
  float: left;
  width: 500px;
  color: #000;
  font-weight: bold;
}

.bio-name {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
 line-height: 20px;
}

.bio-data {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}

.bio-data span {
  color: #00000;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}

.bio-photo {
  width: 150px;
  height: 200px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  margin-top: 0px;
}

.ie6 body {
  background: url(/images/redesign/page_bg.png) repeat-x left top #454545;
}

.ie6 .pattern-bg {
  display: none;
}
