/******** NEUTRALISE BROWSERS *******/
* { margin: 0; padding: 0; }
img { border: none; }

/************** HTML ELEMENTS *****************************/
body {
  font-family: verdana, geneva, sans-serif;
}

p, div, td {
    font-size: 11px;
    line-height: 15px;
}

h1, h2, h3 {
  line-height: 130%;
  margin-bottom: 10px;
}

h1 {
  color: #342256;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  color: #342256;
  text-transform: uppercase;
}

h3 {
  color: #342256;
  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: 930px;
 overflow: auto;
}


a {
  color: #342256;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  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;
}

.clear { clear: both; }
.block { display: block; }


/********** STRUCTURAL ELEMENTS **********/

body.pagebody {
  margin: 0px;
  padding: 0px;
  background: #d0dde5;
}

#pattern {
  background: url(/images/setup/bg_pattern.png) repeat left top;
}

#wrapper {
  background: url(/images/setup/header_bg.jpg) repeat-x left top;
}


#header {
  width: 950px;
  margin: 0px auto;
  text-align: center;
  position: relative;
  z-index: 40;
}

#header .header-logo {
  display: block;
  width: 183px;
  height: 192px;
  background: url(/images/setup/header_logo.png) no-repeat 0px 0px;
  left: -80px;
  top: 0px;
  position: absolute;
  z-index: 42; 
}

.body-container {
  width: 950px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

#mainbody {
  width: 930px;
  padding: 10px;
  float: left;
  overflow: hidden;
}

#rightcol {
  width: 270px;
  padding: 5px;
  float: right;
  color: #fff;
  background: #adafaa;
  overflow: hidden;
}

#footer {
  width: 950px;
  margin: 0 auto;
  background: #342256;
  overflow: hidden;
}

.footer-text {
  text-align: center;
  padding: 20px 0px;
  font-family: arial;
  font-size: 11px;
  text-decoration: none;
  color: #fff;
}

.footer-text span {
  color: #8c79b2;
}

#footer-logos {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
}

#footer-logos img {
  float: left;
}

/********** NAVIGATION **********/
#global-nav {
  width: 897px;
  height: 42px;
  margin: 0 auto;
  background: url(/images/setup/global_nav.gif) no-repeat left top; 
  padding-left: 53px;
}

#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: 42px;
  background-image: url(/images/setup/global_nav.gif); 
  background-repeat: no-repeat;
}

#global-nav li.nav1 a {
  width: 122px;
  background-position: -53px 0px;
}

#global-nav li.nav1 a:hover, #global-nav li.nav1 a.current {
  background-position: -53px -42px;
}

#global-nav li.nav2 a {
  width: 136px;
  background-position: -175px 0px;
}

#global-nav li.nav2 a:hover, #global-nav li.nav2 a.current {
  background-position: -175px -42px;
}

#global-nav li.nav3 a {
  width: 136px;
  background-position: -311px 0px;
}

#global-nav li.nav3 a:hover, #global-nav li.nav3 a.current {
  background-position: -311px -42px;
}

#global-nav li.nav4 a {
  width: 165px;
  background-position: -447px 0px;
}

#global-nav li.nav4 a:hover, #global-nav li.nav4 a.current {
  background-position: -447px -42px;
}

#global-nav li.nav5 a {
  width: 107px;
  background-position: -612px 0px;
}

#global-nav li.nav5 a:hover, #global-nav li.nav5 a.current {
  background-position: -612px -42px;
}

#global-nav li.nav6 a {
  width: 231px;
  background-position: -719px 0px;
}

#global-nav li.nav6 a:hover, #global-nav li.nav6 a.current {
  background-position: -719px -42px;
}

#global-nav .submenu-container {
  visibility: hidden;
  width: 200px;
  padding: 5px 0;
  background: #342256;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 42px;
  z-index: 52;
}

#global-nav .submenu-container .submenu {
}

#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 {
  font-family: helvetica;
  text-transform: uppercase;
}

#global-nav .submenu-container ul li a:hover {
  background: #4c4066;
}

#navbar-secondary {
  width: 930px;
  height: 23px;
  padding: 50px 0px 0px 20px;
}

#navbar-secondary a {
  color: #fff;
  font-size: 11px;
  font:family: arial;
  text-decoration: none;
}

#navbar-secondary a:hover {
  color: #d1dee6;
}

#navbar-secondary span {
  color: #7959ac;
}

.video-head {
  background: url(/images/setup/labels.jpg) no-repeat 0 -68px;
  height: 22px;
}

.sponsor-head {
  background: url(/images/setup/feature_sponsor.jpg) no-repeat left top;
  height: 22px;
}

.sponsor {
  width: 218px;
  float: left;
  margin-right: 8px;
}

#sponsor3 {
  margin-right: 0px;
}

#rcol-buttons a {
  margin-bottom: 5px;
}
/***** TAB STYLES *****/
#tabs-rcol {
  width: 270px;
  margin-bottom: 5px;
}

#tabs-rcol .ui-tabs-nav {
  width: 270px;
}

#tabs-rcol .ui-tabs-nav li a {
  height: 23px;
  background: url(/images/setup/labels.jpg) no-repeat;
}

/****** INACTIVE STATES *******/
#tabs-rcol .ui-state-default #tabs-rcol-anchor1 { width: 135px; background-position: 0px -136px;   }
#tabs-rcol .ui-state-default #tabs-rcol-anchor2 { width: 135px; background-position: -135px -113px; }

/***** ACTIVE STATES *******/
#tabs-rcol .ui-state-active #tabs-rcol-anchor1 { background-position: 0px -113px; }
#tabs-rcol .ui-state-active #tabs-rcol-anchor2 { background-position: -135px -136px; }

#tabs-rcol-tabs .ui-tabs-panel {
  width: 300px;
  background: #fff;
  overflow: hidden;
}

#tabs-rcol .ui-tabs-panel .container {
  height: 221px;
  padding: 10px;
  overflow: auto;
  background: url(/images/setup/rcol_tabs_bg.jpg) repeat-x left top;
}

/********** HEADLINES **********/
.news-head {
  background: url(/images/setup/labels.jpg) no-repeat 0 -23px;
  width: 665px;
  height: 22px;
  display: block;
}

#more-headlines {
  width: 643px;
  height: 318px;
  padding: 10px;
  margin-bottom: 5px;
  border: 1px solid #fff;
  background: url(/images/setup/news_bg.jpg) repeat-x left top #fff;
  overflow: auto;
}

#more-headlines a {
  display: block;
  color: #000;
  font-size: 12px;
  font:family: georgia;
  text-decoration: none;
  font-weight: bold; 
  margin-bottom: 10px;
}

#more-headlines a:hover {
  color: #553c86;
}

#more-headlines .date {
  display: block;
  color: #000;
  font-size: 11px;
  font:family: georgia;
  text-decoration: none; 
  margin-top: 10px;
  font-weight: normal;
}

.poll {
  width: 190px;
  padding: 10px 40px;
  margin-bottom: 5px;
  overflow: hidden;
  background: url(/images/setup/poll_bg.jpg) repeat-x left top #f7f7f7;
}

.poll-head {
  background: url(/images/setup/labels.jpg) no-repeat 0 -46px;
  width: 270px;
  height: 22px;
  display: block;
}

.btn {
  margin: 5px auto 5px;
  width: 68px;
  height: 30px;
  background: url(/images/setup/vote.png) no-repeat left top;
  border: none;
  display: block;
}

.poll td {
  font-family: arial;
  font-size: 11px;
  color: #000;
  padding: 5px 5px 0px 0px;
}

.poll .results {
  text-align: center;
  color: #000;
  font-size: 11px;
  font:family: arial;
  text-decoration: none; 
  display: block; 
}

.question {
  text-align: center;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 5px;
  color: #000;
}

.poll span {
  font-family: arial;
  font-size: 11px;
  color: #000;
}

.poll img {
  padding-right: 5px;
}

#sports-links {
  width: 250px;
  padding: 10px;
  background: url(/images/setup/sports_links_bg.jpg) repeat-x left top;
}

#sports-links a {
  color: #fff;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

#sports-links a:hover {
  color: #d1dee6;
}

#sports-links span {
  color: #bda2f2;
  text-decoration: none;
  margin-right: 5px;
}

#sports-links .sep {
  height: 1px;
  background: url(/images/setup/line.png) no-repeat right top;
  margin: 3px 5px 3px 0px;
}

.links-head {
  background: url(/images/setup/labels.jpg) no-repeat 0 -90px;
  width: 270px;
  height: 22px;
  display: block;
}

.caption {
  clear: left;
  float: left;
  padding: 1px;
  margin: 0px;
}

/********** ROSTERS **********/
table.roster{
  width: 925px;
  background-color: ;
}

tr.roster-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #342256;
    padding: 2px;
}

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-wrapper .bio-container .head {
  background-color: #342256;
}

.bio-wrapper .bio-container .head a {
  color: #FFF;
}

.bio-wrapper .roster-sidebar .roster-list {
  background-color: #342256;
}

.bio-wrapper .roster-sidebar .roster-title {
  background-color: #000;
}

.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;
}

#mainbody .bio-wrap .head a {color:#FFF}
#mainbody .bio-wrap .head a:hover {color:#FFF; decoration:underline}

.bio-wrap .head {background:#342357;color:#FFF}
.bio-wrap .head h2 {color:#FFF;background:#1E1033}
.bio-wrap .head .metadata .label {color:#FFF}


/********** SCHEDULE **********/
#composite-calendar table {
  width: 100%;
}

#composite-calendar td {
  border: solid 1px #342256 !important;
}

#composite-calendar .calendar-days td,
#composite-calendar .calendar-date {
  background: #342256 !important;
}

.boxscore {
  margin-bottom: 5px;
  border-bottom: solid 1px #ffffff;
}

.boxscore a{
color: #fff;
}

table.schedule {
  width: 925px;
  background-color: ;
}

.schedule-data {
  width: 500px;
}

.schedule-data td {
    padding: 5px;
}

tr.schedule-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #342256;
    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;
}

.inProgress {
  color: #000000;
  background: #FFFF00;
}

/* TABS */

#rcol-tabs { width: 270px; margin-bottom: 5px }

#rcol-tabs .tabs { width: 270px }
#rcol-tabs .tab a { height: 23px; display:block; text-indent:-9999px; background: url(/images/setup/labels.jpg) no-repeat }

#rcol-tabs .tab1 a { width: 135px; background-position: 0px -136px;   }
#rcol-tabs .tab2 a { width: 135px; background-position: -135px -113px; }

#rcol-tabs .tab1 a.active { background-position: 0px -113px; }
#rcol-tabs .tab2 a.active { background-position: -135px -136px; }

#rcol-tabs-tabs .panes { width: 300px; background: #fff; overflow: hidden }
#rcol-tabs .panes .overflow { height: 221px; padding: 10px; overflow: auto; background: url(/images/setup/rcol_tabs_bg.jpg) repeat-x left top }
