p {
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    line-height: 15px;
}

h1,h2,h3,div,td {
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    line-height: 15px;
    padding: 0px;
    margin: 0px;
}

img {
  border: 0px;
}

pre {
  width: 750px;
  overflow: auto;
}

.photo {
  float: right;
  padding: 5px;
  width: 375px;
}


a {
  color: #c41230;
}

a:hover {
  color: #333333;
}

h1 {
  clear:both;
  padding-left: 10px;
  vertical-align: middle;
  color: #FFFFFF;
  background-color: #000000;
  font-size: 14px;
  line-height: 24px;
}

h2 {
  font-size: 12px;
  color: #c41230;
}

h3 {
  color: #333333;
    font-size: 10px;
}
/********* LAYOUT  ************/

body.pagebody {
  margin: 0px;
  background: #000000 url(/images/setup/page_bg.jpg) repeat-x;
}

.design {
  width: 950px;
}

#header {
  background-color: #FFFFFF;
}

#hdrContainer{
 position: relative;
}

#scoreboard {
  position: absolute;
  left: 710px;
  top: 20px;
  background: url(/images/setup/scoreboard_bg.jpg) no-repeat;
  height: 127px;
  width: 230px;
}

#mainbody {
  background: url(/images/setup/mainbody_bg.jpg) repeat-y;
  margin-left: 10px;
}

#content  {
  padding: 10px;
}

#leftcol {
  width: 170px;
}

#rightcol {
  width: 230px;
}

.section1 {
  background: url(/images/setup/section1_bg.jpg) repeat-y;
}

#footer {
  text-align: center;
  height: 100px;
}

/********* NAVIGATION ************/

.sportsNav {
  background: url(/images/setup/leftnav_bg.jpg) repeat-y;
}

.sportsNav a{
  display: block;
  padding: 2px 10px;
  background: url(/images/setup/sportsNav_bg.jpg) no-repeat;
  height: 26px;
  line-height: 26px;
  color: #FFFFFF;
  text-decoration: none;
  font-family: arial, sans-serif;
  font-size: 12px;
}

.sportsNav a:hover {
  background: url(/images/setup/sportsNav_hover.jpg) no-repeat;
  color: #FFFFFF;
}  

.sportsNav-match a {
  background: url(/images/setup/sportsNav_hover.jpg) no-repeat;
  color: #FFFFFF;
}  

.leftnav {
  background: url(/images/setup/leftnav_bg.jpg) repeat-y;
}

.leftnav a{
  display: block;
  padding: 2px 10px;
  height: 26px;
  line-height: 26px;
  color: #FFFFFF;
  text-decoration: none;
  font-family: arial, sans-serif;
  font-size: 12px;
}

.leftnav a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

#secondarynav {
  float: right;
  background: url(/images/setup/secondary_bg.gif) no-repeat;
  text-align: center;
  height: 59px;
  line-height: 59px;
  width: 637px;
}

#secondarynav a {
  padding: 4px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

#secondarynav a:hover {
  text-decoration: underline;
}

#ncaaLinks {
  padding: 10px;
}

#ncaaLinks a {
  display: block;
  padding: 2px 0px;
  color: #FFFFFF;
  text-decoration: none;
  font-family: arial, sans-serif;
  font-size: 12px;
}

#ncaaLinks a:hover {
  text-decoration: underline;
}

#rightcol a:hover {
  color: #FFFFFF;
}
/********* HEADLINES ***********/

.caption {
  clear: left;
  float: left;
  padding: 3px;
}

.topstories {
  clear: left;
  padding: 5px;
}

.topstories h2 a {
  font-size: 12px;
  color: #c41230;
  text-decoration: none;
}

.topstories h2 a:hover {
  color: #333333;
}

.archives td{
  padding-left: 5px;
  padding-bottom: 5px;
}

.archives a {
  color: #c41230;
  font-weight: bold;
  text-decoration: none;
}

.archives a:hover {
  color: #333333;
}


/**** DROP DOWN MENU ****/
.dropdownmenu {
  width: 150px;
  position: absolute;
  visibility: hidden;
  background-color: #231f20;
  border: 1px solid #c41230;
  line-height: 18px;
  z-index: 100;
}

.dropdownmenu a {
  display: block;
  text-indent: 3px;
  text-decoration: none;
  font-weight: bold;
  text-indent: 5px;
  color: #FFFFFF;
}

.dropdownmenu a:hover {
  background-color: #000000;
  color: #FFFFFF;
}


/********* ROSTERS  ************/

tr.roster-header td {
    font-weight: bold;
    color:white;
    background-color: #c41230;
    padding: 2px;
}

tr.roster-row0 a:hover, tr.roster-row1 a:hover {
    text-decoration: underline;
}

tr.roster-row0 td {
    background-color: #d1d1d1;
    font-size: 11px;
    padding: 2px;
}
tr.roster-row1 td {
    background-color: #ffffff;
    font-size: 11px;
    padding: 2px;
}

table.bio {
    background-color: #d1d1d1;
    border: ridge;
    border-width: 2px;
    padding: 5px;
    width: 400px;
}

td.bio-name {
    background-color: #c41230;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

td.bio-header {
    color: #black;
    font-weight: bold;
    white-space: nowrap;
}
td.bio-data {

}


.bio {

}

.bio-name {
  color: #c41230;
  font-weight: bold;
  font-size: 16px;
  padding: 3px;
}

.bio-data {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    padding: 5px;
}

.bio-photo {
  float: left;
  padding: 10px;
}

/********* SCHEDULES  ************/

table.schedule {
    padding: 6px;
  background-color: ;
}

.schedule-header {
  background-color: #c41230;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}

tr.schedule-header td {
  padding-left: 5px;
}

table.schedule td {
    padding: 4px;
}

tr.schedule-row0 td {
    background-color: #d1d1d1;
    font-size: 11px;
    padding: 2px;
}
tr.schedule-row1 td {
    background-color: #FFFFFF;
    font-size: 11px;
    padding: 2px;
}

.schedule-row td {
}

.inProgress {
  color: #FFCC00;
}



/********* STATS ***********/
.stats-wrapper {
color: #000;
background: #FFF;
}
.stats-wrapper th {
background: #c41230; /* 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;
}

/*** VIDEO PLAYER ***/
.jw_playlist_playlist {
  height: 160px;
}
/********* SCOREBOARD ************/

div.boxscore {
  padding: 4px;
  font-size: 8pt;
  color: #FFFFFF;
}

div.boxscore-score {
  float: right;
  font-size: 8pt;
  color: #FFFFFF;
}

div.boxscore-date {
  float: left;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

.upcoming {
  height: 500px;
  overflow: auto;
}

/********* STANDINGS ************/

.briefstats-table td{
  color: #FFFFFF;
}

.briefstats-team {
  font-weight: bold;
  color: #c41230;
}