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;
  margin: 5px;
  background-color: #cc0001;
  color:#fff;
  font-style:italic;
}

a {
  color: #8C0000;
}

a:hover {
  color: #000000;
}

h1 {
  color: #cc0001;
  line-height: 130%;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  color: #000000;
  text-transform: uppercase;
}

h3 {
  color: #000000;
  font-size: 12px;
  padding: 2px;
}

.block { display: block; }
.clear { clear: both; }

/********** LAYOUT **********/
body.pagebody {
  margin: 0px;
  padding: 0px;
  background: url(/images/setup/page_bg.png) repeat-x left top #d2d3d5;
}

#header {

}

#wrapper {
  width: 1020px;
  padding: 0 3px;
  margin: 0 auto;
  background: url(/images/setup/wrapper_bg.gif) no-repeat left top;
}

.body-container {
  width: 1020px;
  padding-top: 2px;
  border-bottom: solid 10px #ff0000;
  background: #fff;
  overflow: hidden;
}

#mainbody {
  width: 1000px;
  padding: 10px;
  overflow: hidden;
}

#centercol {
  width: 300px;
  float: left;
  overflow: hidden;
}

#rightcol {
  width: 158px;
  padding: 1px 11px;
  float: right;
  overflow: hidden;
}

#footer {
  width: 990px;
  padding: 15px 15px;
  background: #fff;
  overflow: hidden;
}

#videoplaylist {
  margin-bottom: 1px;
}

#bottom-ad {
  width: 728px;
  height: 110px;
  overflow: hidden;
  margin: 0 auto;
  z-index: 16;
  top: 152px;
  left: 130px;
}

/********** NAVIGATION **********/
#navbar-secondary {
  width: 1018px;
  border-left: solid 1px #fff;
  margin-bottom: 2px;
  background: url(/images/setup/secondary_nav_bg.gif) repeat-x left top #060606;
  overflow: hidden
}

#navbar-secondary .links {
  width: 1008px;
  padding: 0 5px;
  color: #686868;
}

#navbar-secondary a {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 25px;
}

#navbar-secondary a:hover {
  color: #ff0000;
}

#footer-logos a img {
  float: left;
  margin-right: 10px;
}

/********** GLOBAL NAV ************/
#global-nav {
  width: 1020px;
  height: 18px;
  margin: 0 auto;
}
#global-nav ul, #global-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#global-nav li {
  float: left;
  position: relative;
  z-index: 50;
}
#global-nav ul li a {
  display: block;
  height: 18px;
  background: url(/images/setup/global_nav.gif) no-repeat;
}
#global-nav li.nav1 a {
  width: 84px;
  background-position: 0px 0px;
}
#global-nav li.nav1 a:hover, #global-nav li.nav1 a.current {
  background-position: 0px -18px;
}
#global-nav li.nav2 a {
  width: 84px;
  background-position: -84px 0px;
}
#global-nav li.nav2 a:hover, #global-nav li.nav2 a.current {
  background-position: -84px -18px;
}
#global-nav li.nav3 a {
  width: 123px;
  background-position: -168px 0px;
}
#global-nav li.nav3 a:hover, #global-nav li.nav3 a.current {
  background-position: -168px -18px;
}
#global-nav li.nav4 a {
  width: 111px;
  background-position: -291px 0px;
}
#global-nav li.nav4 a:hover, #global-nav li.nav4 a.current {
  background-position: -291px -18px;
}
#global-nav li.nav5 a {
  width: 178px;
  background-position: -402px 0px;
}
#global-nav li.nav5 a:hover, #global-nav li.nav5 a.current {
  background-position: -402px -18px;
}
#global-nav li.nav6 a {
  width: 149px;
  background-position: -580px 0px;
}
#global-nav li.nav6 a:hover, #global-nav li.nav6 a.current {
  background-position: -580px -18px;
}
#global-nav li.nav7 a {
  width: 140px;
  background-position: -729px 0px;
}
#global-nav li.nav7 a:hover, #global-nav li.nav7 a.current {
  background-position: -729px -18px;
}
#global-nav li.nav8 a {
  width: 151px;
  background-position: -869px 0px;
}
#global-nav li.nav8 a:hover, #global-nav li.nav8 a.current {
  background-position: -869px -18px;
}
#submenu-container{
  width: 180px;
  position:absolute;
  left: 0;
  top: 18px;
  z-index: 52;
  background: #4d4d4f;
  display:none;
  overflow: hidden;
}
#submenu-container .submenu {
}

#submenu-container .submenu ul, 
#submenu-container .submenu li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: none;
}

#submenu-container .submenu ul li {
  position: static;
}

#submenu-container .submenu ul li a {
  display: block;
  width: 170px;
  height: auto;
  padding: 0 5px;
  background: none;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  text-decoration: none;
}

#submenu-container .submenu ul li a.underline {
  border-bottom: solid 1px #7a7a7c;
}

#submenu-container .submenu ul li a:hover {
  background: #cc0000;
}

/********** HEADLINES **********/
.more-headlines a {
  color: #b70000;
  text-decoration: none;
}

.more-headlines a:hover {
  color: #ff0000;
}

#global-featured {
  width: 520px;
  padding: 5px;
  background: #cbc9ca;
  overflow: hidden;
}

#global-featured .container {
  float:left;
  margin-right:5px;
  text-align:center;
  width:257px;
}

#global-featured #container2 {
  margin-right: 0;
}

#global-featured a {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

#global-featured a:hover {
  color: #cc0000;
}

.photo-gallery img {
  border: solid 1px #000;
}

.poll {
  width: 280px;
  padding: 10px;
  background: #cc0000;
  color: #fff;
  overflow: hidden;
}

.poll table {
  margin: 5px 0;
}

.poll .buttons {
  padding-left: 60px;
  overflow: hidden;
}

.poll .vote-button {
  width: 68px;
  height: 31px;
  float: left;
  border: none;
  background: url(/images/setup/vote_button.png) no-repeat left top;
}

.poll .view-results {
  font-family: arial;
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
}

.centercol {
 margin-bottom: 1px;
}

.rightcol{
 margin-bottom: 1px;
}

#rcol-button a {
display:block;
margin-bottom:1px
}


/******* TAB CONTENT **********/
#tablist {
  width: 300px;
  height: 34px;
  overflow: hidden;
}

#tablist a {
  display: block;
  width: 150px;
  height: 34px;
  float: left;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left top;
}

#tabcontentcontainer{
  width: 298px;
  padding: 1px;
  margin-bottom: 1px;
  background: #cc0000;
  overflow: hidden;
}
.tabcontent {
  display: none;
  height: 211px;
  padding: 10px;
  color: #fff;
  overflow: auto;
}

.scoreboard {
  color: #FFFFFF;
}

.upcoming {
  color: #FFFFFF;
}

.upcoming a {
  color: #CCCCCC;
}

.upcoming a:hover{
  color: #FFFFFF;
}

#midcol-btn {
  width: 530px;
  overflow: hidden;
  margin-bottom: 1px;
  margin-top:1px
}

#sp_ads {
  float: left;
}

#sponsor-right {
  float: right;
}

/********** SCHEDULE **********/
table.schedule {
  width: 100%;
  background-color: ;
}

.schedule-data {
  width: 500px;
}

.schedule-data td {
    padding: 5px;
}

tr.schedule-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #cc0001;
    padding: 5px;
}

tr.schedule-row0 td {
    background-color: #CCCCCC;
    font-size: 11px;
    padding: 5px;
}

tr.schedule-row1 td {
    background-color: #;
    font-size: 11px;
    padding: 5px;
}

/********* STATS ***********/
.stats-wrapper {
color: #000;
background: #FFF;
}
.stats-wrapper th {
background: #cc0001; /* 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;
}


/********** ROSTERS **********/
.roster {
  width: 100%;
}

tr.roster-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #cc0001;
    padding: 2px;
}


tr.roster-row0 td {
    background-color: #CCCCCC;
    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;
}

.bio {
    background-color: #cc0001;
    border: outset;
    border-width: 1px;
    padding: 5px;
    height: 210px;
    width: 500px;
}

.bio td {
  color: #FFFFFF;
}

.bio td a {
  color: #FFFFFF;
}

.bio-name {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    padding: 3px;
}

.bio-data {
    color: #c1c1c1;
    font-size: 12px;
}

.bio-data span{
    color: #ffffff;
    font-size: 10px;
}

.bio-data td{
    color: #CCCCCC;
    font-size: 10px;
}

.bio-data a {
  color: #FFFFFF;
}

.bio-data a:hover {
  color:#000000;
}

.bio-photo {
  float: left;
  padding: 10px;
}

/********** DATEBOOK *************/
#calendar {
  width: 286px;
  padding: 7px;
  margin-bottom: 1px;
  background: #cc0000;
  overflow: hidden;
}

#calendarView {
  border-collapse: collapse;
}

#calendarView td {
  border: solid 1px #000;
  background: #b70000;
  text-align: center;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  height: 20px;
  line-height: 20px;
}

#calendarView td a {

}

#calendarView .calendar-month td {
}

#calendarView .calendar-month td a {
  color: #fff;
  text-decoration: underline;
}

#calendarView .calendar-month td a:hover {
  text-decoration: none;
}

#calendarView .calendar-header td {
  color: #000;
  background: #d6d4d4;
}

#calendarView td.calendar-event-cell {
}

#calendarView a.calendar-event {
  background: #fff;
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

#calendarView a.calendar-event:hover, #calendarView a.highlight {
  background: #ff0000;
  color: #fff;
}

.event-schedule {
  width: 276px;
  height: 90px;
  padding: 5px;
  background: #b70000;
  color: #fff;
  overflow: auto;
}

.event-schedule a {
  color: #fff;
  text-decoration: underline;
}

.event-schedule a:hover {
  text-decoration: none;
}

.event-schedule h2 {
  display: block;
  margin: 0 0 6px;
  color: #fff;
  text-transform: uppercase;
}

.event-info {
  margin-bottom: 12px;
}

.gallery-album { float:left; width:175px; text-align:center; margin-bottom:10px  }



/********** 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");
	}

