/******** NEUTRALISE BROWSERS *******/
* { margin: 0; padding: 0; }
img { border: none; }

/******** HTML ELEMENTS *********/

body {
  font-family: verdana, geneva, sans-serif;
  padding-bottom: 50px;
}

p, div, td {
    font-size: 11px;
    line-height: 15px;
}

h1, h2, h3 {
  line-height: 130%;
  margin-bottom: 10px;
}

h1 {
  font-size: 16px;
  color: #002c4e;
}

h2 {
  font-size: 14px;
  color: #004735;
}

h3 {
  font-size: 13px;
}

p {
  margin-bottom: 15px;
}

pre {
  width: 100%;
 overflow: auto;
}

ol, ul {
  margin-left: 25px; 
  margin-bottom: 15px;
}

hr {
  display: block;
  height: 0;
  border-top: solid 1px #333;
  margin-bottom: 10px;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #00392b;
}

a:hover {
  text-decoration: underline;
}

a:active {
  outline: none;
}

a:focus {
  -moz-outline-style: none;
  outline-style: none;
}

/******* UTILITY CLASSES *******/
.clear { clear: both; }
.block { display: block; }


/********** LAYOUT **********/
body.pagebody {
  background: url(/images/redesign/main_bg.jpg) repeat-x left top #000;
}

#header {
  width: 958px;
  height: 179px;
  margin: 35px auto 5px;
  position: relative;
  z-index: 10;  
}

.spacer {
  width: 958px;
  height: 179px;
  background: url(/info/images/spacer.gif) repeat;
  position: absolute;
  z-index: 12;
}


#body-container {
  width: 949px;
  margin: 0 auto;
  background: url(/images/redesign/body_container_cap.jpg) no-repeat left top #FFF;
  padding: 5px 5px 0;
  overflow: hidden;
}

#leftcol {
  width: 200px;
  float: left;
  overflow: hidden;
  background: #004735;
  margin-right: 5px;
}

#leftcol a {
  color: #FFF;
}

#mainbody {
  width: 734px;
  padding: 5px;
  float: left;
  overflow: hidden;
}

#rightcol {
  width: 242px;
  padding: 4px 4px 0;
  float: right;
  overflow: hidden;
  background: url(/images/redesign/rcol_cap.jpg) no-repeat left top #9c9c9c;
}

#footer-logos {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

#footer-logos a img {
  float: left;
}

.footer-text {
  text-align: center;
  color: #fff;
}

.footer-text a {
  color: #fff;
}

/********** NAVIGATION **********/
#leftnav-wrapper {
  width: 200px;
  margin-bottom: 3px;
  overflow: hidden;
}

#leftnav-wrapper img {
  display: block;
}

#leftnav-wrapper .leftnav-pane {
  width: 200px;
  padding: 5px 0;
  background: url(/images/redesign/leftnav_bg.jpg) repeat-x left top #004735;
  overflow: hidden;
}

#leftnav-wrapper .leftnav-pane a {
  display: block;
  width: 180px;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  line-height: 20px;
}

#leftnav-wrapper .leftnav-pane a:hover {
  background: #004131;
}

#leftnav-wrapper .leftnav-pane a.matched {
  font-weight: bold;
}

#navbar-rcol-links {
  width: 222px;
  padding: 5px 10px;
  margin-bottom: 5px;
  background: url(/images/redesign/rcol_gator_links_bg.jpg) no-repeat left bottom #141414;
  overflow: hidden;
}

#navbar-rcol-links a {
  font-family: arial;
  color: #fcfcfc;
}

#navbar-rcol-links span {
  color: #009770;
}

#navbar-rcol-links .sep {
  display: block;
  margin: 3px 0;
}

#navbar-secondary {
  width: 722px;
  padding: 0 10px;
  margin-bottom: 10px;
  color: #95d6c5;
  background: url(/images/redesign/secondary_nav_bg.jpg) no-repeat left top #006b4f;
}

#navbar-secondary a {
  color: #fff;
  line-height: 22px;
}

/***** TAB STYLES *****/
#tabs-su {
  width: 242px;
  margin-bottom: 5px;
  overflow: hidden;
}

#tabs-su .ui-tabs-nav {
  width: 242px;
  background: url(/images/redesign/rcol_scoreboard_hdr.jpg) no-repeat;
  margin-bottom: 1px;
  overflow: hidden;
}

#tabs-su #tabs-su-state1 { background-position: 0px -0px; }
#tabs-su #tabs-su-state2 { background-position: 0px -23px; }

#tabs-su .ui-tabs-nav li a {
  display: block;
  height: 23px;
}

#tabs-su #tabs-su-anchor1 { width: 105px; }
#tabs-su #tabs-su-anchor2 { width: 137px; }

#tabs-su .ui-tabs-panel {
  width: 234px;
  padding: 4px;
  background: url(images/redesign/rcol_tabs_foot.jpg) no-repeat left bottom #3b4b47;
  overflow: hidden;
}

#tabs-su .ui-tabs-panel .container {
  color: #373636;
  height: 350px;
  overflow: auto;
 }

#tabs-su .row0 {
  background: url(/images/redesign/tabs_row1_bg.jpg) repeat-x left top #9d9d9d;
  overflow: hidden;
}

#tabs-su .row1 {
  background: url(/images/redesign/tabs_row0_bg.jpg) repeat-x left top #82948f;
  overflow: hidden;
}

#tabs-su .sep {
  height: 1px;
  background: #283330;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  overflow: hidden;
}

#rcol-buttons img {
 display: block;
 margin-bottom: 5px;
}

/********** HEADLINES **********/
#carousel-wrapper {
  margin-bottom: 5px;
}

#carousel-seats {
  margin-bottom: 5px;
} 

#carousel-seats .title {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
  color: #fff;
  line-height: 20px;
}

#carousel-seats .title:hover {
  text-decoration: underline;
}

#carousel-seats .date {
  font-weight: bold;
  color: #9b9b9d;
  display: block;
  font-style: italic;
}

#carousel-seats .leadIn {
  color: #fff;
}

#carousel-seats .readmore {
  display: none;
}

#carousel-controls {
  width: 478px;
  padding: 0 1px;
  overflow: hidden;
}

#carousel-controls .control {
  width: 90px;
  float: left;
  margin-right: 7px;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  opacity: .5;
}

#carousel-controls .hovered {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  opacity: .7;
}

#carousel-controls .active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#carousel-controls #control4 {
  margin-right: 0px;
}

#more-headlines {
  width: 472px;
  padding: 4px;
  background: #00271d;
}

#more-headlines .container {
  height: 505px;
  overflow: auto;
}

#more-headlines .row0 {
  background: #c6c6c6;
  padding: 10px;
  overflow: hidden;
}

#more-headlines .row1 {
  background: #d8d8d8;
  margin-top: 1px;
  padding: 10px;
  overflow: hidden;
}

#more-headlines a {
  font-size: 14px;
  font-family: times new roman;
  color: #000;
  line-height: 20px;
  font-weight: bold;
  display: block;
}

#more-headlines .image {
  width: 100px;
  height: 72px;
  float: left;
  margin-right: 5px;
  display: block;
}

#more-headlines span {
  font-size: 11px;
  font-family: times new roman;
  color: #000;
  display: block;
  font-style: italic;
  line-height: 18px;
}

#more-headlines .leadin {
  font-size: 12px;
  font-family: times new roman;
  color: #000;
  line-height: 16px;
  font-style: normal;
  display: inline;
}

#more-headlines .more {
  font-size: 12px;
  font-family: times new roman;
  color: #000;
  line-height: 16px;
  font-style: normal;
  display: inline;
}

#team-cont {
  width: 250px;
  background: url(/images/setup/more_info_bg.jpg) no-repeat left top;
}

#team-info {
  width: 240px;
  padding: 5px;
  overflow: auto;
}

#team-info span {
  color: #fff;
  padding-right: 5px;
}

#team-info a {
  font-size: 12px;
  font-family: times new roman;
  color: #fff;
}

#team-info .sep {
  height: 2px;
  background: url(/images/setup/line.png) no-repeat left top;
  display: block;
  text-align: center;
  margin: 5px 0;
}

#spotlight {
  width: 230px;
  padding: 6px 6px 20px;
  color: #fcfcfc;
  background: url(/images/redesign/athlete_spotlight_bg.jpg) no-repeat left bottom #282828;
  overflow: hidden;
}

#spotlight .headshot {
  width: 85px;
  float: left;
  margin-right: 10px;
}

#spotlight .headshot img {
  border: solid 1px #fff;
}

#spotlight .info {
  padding-top: 10px;
}

#spotlight .info a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

#spotlight span {
  display: block;
}

/********** ROSTERS **********/
table.roster{
  width: 745px;
  background-color: ;
}

tr.roster-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #004735;
    padding: 2px;
}


tr.roster-row0 a:hover, tr.roster-row1 a:hover {
    text-decoration: underline;
    color: #FDBB31;
}

tr.roster-row0 td {
    background-color: #;
    font-size: 11px;
    padding: 2px;
}

tr.roster-row1 td {
    background-color: #C1C1C1;
    font-size: 11px;
    padding: 2px;
}
/********** 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 #004735!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: #004735!important;
} 

#mainbody .bio-wrap .head {background:#055437;color:#FFF}
#mainbody .bio-wrap .head h2 {color:#CCC;font-family:arial, helvetica;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}

/********** BIOS OLD**********/
.bio {
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
  background: url(/images/setup/bio_bg.jpg) no-repeat right bottom #004735;
}

.bio a {
  color: #fff;
  text-decoration: underline;
}

.bio a:hover {
  color: #89e7c0;
}

.bio .bio-name {
  font-size: 16px;
  font-weight: bold;
}

.bio .headshot {
  float: left;
  margin-right: 10px;
}

.bio-data {
  width: 100%;
  overflow: hidden;
}

.bio-data td, .bio-data th {
  text-align: left;
}



/********** SCHEDULE **********/
.boxscore {

}

.scorebox {
  background: none;
}

table.schedule {
  width: 745px;
  background-color: ;
}

.schedule-data {
  width: 500px;
}

.schedule-header {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #004735;
    padding: 2px;
}

tr.schedule-header td {
  padding: 5px;
}

tr.schedule-row0 td {
    background-color: #C1C1C1;
    padding: 2px;
}
tr.schedule-row1 td {
    background-color: #;
    padding: 2px;
}

.inProgress {
  color: #000000;
  background: #FFFF00;
}

/********* STATS ***********/
.stats-wrapper {
color: #000;
background: #FFF;
}

.stats-wrapper th {
background: #004735; /* 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;
}

/* TABS */

#su-tabs { width: 242px; margin-bottom: 5px; overflow: hidden }

#su-tabs .tabs { width: 242px; margin-bottom: 1px; overflow: hidden }
#su-tabs .tab a { display: block; height: 23px; text-indent:-9999px; background: url(/images/redesign/rcol_scoreboard_hdr.jpg) no-repeat }

#su-tabs .tab1 a { width: 105px; background-position: 0 -23px }
#su-tabs .tab2 a { width: 137px; background-position: -105px 0 }

#su-tabs .tab1 a.active { background-position: 0 0 }
#su-tabs .tab2 a.active { background-position: -105px -23px }

#su-tabs .panes { width: 234px; padding: 4px; background: url(images/redesign/rcol_tabs_foot.jpg) no-repeat left bottom #3b4b47; overflow: hidden }

#su-tabs .panes .overflow { color: #373636; height: 350px; overflow: auto }
#su-tabs .row0 { background: url(/images/redesign/tabs_row1_bg.jpg) repeat-x left top #9d9d9d; overflow: hidden }
#su-tabs .row1 { background: url(/images/redesign/tabs_row0_bg.jpg) repeat-x left top #82948f; overflow: hidden }
#su-tabs .sep { height: 1px; background: #283330; border-top: solid 1px #fff; border-bottom: solid 1px #fff; overflow: hidden }

.no-events { color:#fff }