/*********** NEUTRALISE BROWSERS *****************/
* { margin:0; padding:0; }
img { border:none; }

/*********** HTML ELEMENTS *****************/
body {
  background: #333;
  padding: 58px 0;
}

h1,h2,h3,div,td {
    font-family: verdana, geneva, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

p {
    font-family: verdana, geneva, sans-serif;
    font-size: 12px;
}

.rich p {
 margin: 12px 0px;
}

form {
  margin: 0px;
}

.photo {
  float: right;
  border: 2px solid #790000;
  margin: 5px;
}

a {
  color: #790000;
}

a:hover {
  color: #2b2b2b;
}

#printer {
  padding: 1px;
  font-size: 10px;
  color: #;
  text-align: right;
}

h1 {
  color: #790000;
  line-height: 130%;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  color: #2b2b2b;
  text-transform: uppercase;
}

.clear { clear: both; }

/********** STRUCTURAL ELEMENTS ************/

#header {
  width: 1000px;
  height: 181px;
  margin: 0 auto 5px;
  position: relative;
  z-index: 10;
}

a.index-link {
  display: block;
  width: 1000px;
  height: 181px;
  background: url(/info/images/spacer.gif) repeat;
}

.design {
  width: 990px;
  padding: 5px;
  margin: 0 auto;
  background: url(/images/setup/design_cap.gif) no-repeat left top #fff;
  overflow: hidden;
}

#mainbody {
  width: 970px;
  padding: 10px;
  overflow: hidden;
}

#rightcol {
  width: 385px;
  float: right;
  overflow: hidden;
}

#footer {
  width: 990px;
  padding: 0 5px 5px;
  margin: 0 auto;
  background: url(/images/setup/design_foot.gif) no-repeat left bottom #fff;
  overflow: hidden;
}

.footer {
  width: 990px;
  height: 84px;
  background: url(/images/setup/footer_bg.gif) repeat-x left top;
  overflow: hidden;
}

.footer-text {
  display: block;
  width: 614px;
  float: left;
  text-align: center;
  overflow: hidden;
}

.footer-text p {
  font-family: arial;
  font-size: 11px;
  color: #fff;
}

.footer-text a {
  color: #fff;
  text-decoration: underline;
}

.footer-text a:hover {
  text-decoration: none;
}

.youcastr {
  margin-bottom: 5px;
  background: #333;
  text-align: center;
}


/*********** GLOBAL NAV ******************/
#global-nav {
  width: 985px;
  height: 31px;
  background: #8c8c8c;
  position: absolute;
  left: 9px;
  bottom: 10px;
  z-index: 50;
}
#global-nav ul, #global-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
#global-nav li {
  position: relative;
  z-index: 52;
}
#global-nav ul li a {
  display: block;
  height: 31px;
  background: url(/images/setup/global_nav.jpg) no-repeat;
}
#global-nav li.nav1 a {
  width: 109px;
  background-position: 0px 0px;
}
#global-nav li.nav1 a:hover, #global-nav li.nav1 a.current {
  background-position: 0px -31px;
}
#global-nav li.nav2 a {
  width: 131px;
  background-position: -109px 0px;
}
#global-nav li.nav2 a:hover, #global-nav li.nav2 a.current {
  background-position: -109px -31px;
}
#global-nav li.nav3 a {
  width: 129px;
  background-position: -240px 0px;
}
#global-nav li.nav3 a:hover, #global-nav li.nav3 a.current {
  background-position: -240px -31px;
}
#global-nav li.nav4 a {
  width: 117px;
  background-position: -369px 0px;
}
#global-nav li.nav4 a:hover, #global-nav li.nav4 a.current {
  background-position: -369px -31px;
}
#global-nav li.nav5 a {
  width: 133px;
  background-position: -486px 0px;
}
#global-nav li.nav5 a:hover, #global-nav li.nav5 a.current {
  background-position: -486px -31px;
}
#global-nav li.nav6 a {
  width: 73px;
  background-position: -619px 0px;
}
#global-nav li.nav6 a:hover, #global-nav li.nav6 a.current {
  background-position: -619px -31px;
}
#global-nav li.nav7 a {
  width: 145px;
  background-position: -692px 0px;
}
#global-nav li.nav7 a:hover, #global-nav li.nav7 a.current {
  background-position: -692px -31px;
}
#global-nav li.nav8 a {
  width: 79px;
  background-position: -837px 0px;
}
#global-nav li.nav8 a:hover, #global-nav li.nav8 a.current {
  background-position: -837px -31px;
}
#global-nav li.nav9 a {
  width: 69px;
  background-position: -916px 0px;
}
#global-nav li.nav9 a:hover, #global-nav li.nav9 a.current {
  background-position: -916px -31px;
}
#submenu-container{
  width: 180px;
  position:absolute;
  left: 0;
  top: 31px;
  z-index: 54;
  background: #333;
  display:none;
  overflow: hidden;
}
#submenu-container .submenu {
  border: solid 2px #222;
}
#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;
  float: none;
  width: 166px;
  height: auto;
  padding: 2px 5px;
  background: none;
  color: #ccc;
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}
#submenu-container .submenu ul li a:hover {
  color: #fff;
  background: #222;
}

/*********** NAVIGATION *******************/
#navbar-buttons-rcol,
#navbar-social-buttons {
  width: 369px;
  padding: 8px;
  background: url(/images/setup/rcol_buttons_cap.jpg) no-repeat left top #2b2b2b;
  overflow: hidden;
}

#navbar-buttons-rcol a {
  float: left;
}

#navbar-buttons-rcol #slideshow {
  float: right;
}


#navbar-social-buttons a {
  display: block;
  margin-bottom: 8px;
  text-align: center;
}

.navbar-buttons {
  padding: 10px;
  text-align: center;
  background: #2b2b2b;
}


/********** HEADLINES *************/
#more-headlines, 
#standings {
  width: 385px;
  margin-bottom: 5px;
  background: url(/images/setup/red_gradient.jpg) repeat-x left top #350e11;
  overflow: auto;
}
#more-headlines .container {
  width: 345px;
  height: 280px;
  padding: 10px 10px 10px;
}
#more-headlines span {
  display: block;
  font-family: arial;
  font-size: 10px;
  color: #ffcc00;
  line-height: 13px;
}
#more-headlines a {
  display: block;
  margin-bottom: 10px;
  font-family: arial;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
}
#more-headlines a:hover {
  color: #f2e6b6;
}

#standings .container {
  padding: 10px;
}
#standings table {
  width: 100%;
}
#standings td {
  font-family: arial;
  font-size: 11px;
  color: #fff;
}
#standings .stats-header td {
  font-weight: bold;
  color: #ffcc00;
}

/********** CHAMPIONSHIPS *************/

#championships {
  width: 297px;
  float: left;
  background: url(/images/setup/gray_gradient.jpg) repeat-x left bottom #ddd;
}

#championships .container {
  padding: 10px;
  height: 309px;
  color: #333;
  overflow: auto;
}

#championships p {
  display: block;
  font-family: arial;
  margin: 0;
}

#championships-sport {
  width: 297px;
  float: left;
  background: url(/images/setup/gray_gradient.jpg) repeat-x left bottom #ddd;
}

#championships-sport .container {
  padding: 10px;
  height: 560px;
  color: #333;
  overflow: auto;
}

#championships-sport p {
  display: block;
  font-family: arial;
  margin: 0;
}

/********** POLL*************/

#poll {
  width: 298px;
  float: right;
  background: url(/images/setup/gray_gradient.jpg) repeat-x left bottom #ddd;
}

#poll .container {
  padding: 10px;
  height: 309px;
  overflow: auto;
}

#poll td {
  padding-bottom: 5px;
}

#poll span {
  font-family: arial;
  font-size: 12px;
  color: #000;
  line-height: 14px;
}

#poll span.question {
  display: block;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

/******* SPORT LINKS **********/

#navbar-sportlinks {
  width: 365px;
  padding: 10px;
  margin-bottom: 5px;
  background: url(/images/setup/red_gradient.jpg) repeat-x left top #350e11;
  overflow: hidden;
}
#navbar-sportlinks a {
  display: block;
  margin-bottom: 5px;
  padding-left: 10px;
  font-family: arial;
  font-size: 12px;
  color: #fff;
  background: url(/images/setup/bullet.gif) no-repeat left center;
  text-decoration: none;
}
#navbar-sportlinks a:hover {
  color: #ffcc00;
}
#navbar-sportlinks .sep {
  display: block;
  width: 162px;
  height: 1px;
  margin-left: 10px;
  margin-bottom: 5px;
  background: url(/images/setup/sportlinks_sep.jpg) no-repeat left top;
  overflow: hidden;
}

/******* TAB CONTENT **********/

#tablist {
  width: 250px;
  height: 25px;
  clear: both;
  overflow: hidden;
}

#tablist a {
  display: block;
  height: 25px;
  float: left;
  background-image: none;
  background-position: left top;
  background-repeat: no-repeat;
}

#tablist a:hover { background-position: 0px -25px; }

#tablist a.tab1 { width: 124px; }
#tablist a.tab2 { width: 126px; }

.tabcontentcontainer{
  width: 250px;
  background: url(images/setup/rightcol_blue_grad.jpg) repeat-x left top #175291;
  overflow: hidden;
}

.tabcontent {
  display: none;
  width: 230px;
  height: 175px;
  padding: 10px;
  color: #fff;
  overflow: auto;
}

/********** ROSTERS **********/

tr.roster-header td {
    font-weight: bold;
    color:#cbcb99;
    background-color: #730101;
    padding: 2px;
}
tr.roster-row a{
    text-decoration: underline;
    color: white;
}
tr.roster-row a:hover {
    text-decoration: underline;
    color: white;
}

tr.roster-row0 td {
    background-color: #cbc999;
    font-size: 11px;
    padding: 2px;
}
tr.roster-row1 td {
    background-color: #FFFFFF;
    font-size: 11px;
    padding: 2px;
}

tr.roster-row td {
    background-color: #720100;
    font-size: 11px;
    padding: 2px;
    color: white;
}

table.bio {
    background-color: #161616;
    border: ridge;
    border-width: 9px;
    padding: 5px;
}
.bio-name {
    background-color: #6b0100;
    color: #CBCB99;
    font-weight: bold;
    font-size: 13px;
    padding: 3px;
    text-align: center;
}

.bio-data {
    color: #CBCB99;
    font-weight: bold;
    font-size: 13px;
    padding: 5px;
    text-align: center;
}

.bio-data a:hover {
  color:#FFFFFF;
}




/*********** CROSS BROWSABILITY CLASSES *******************/
.block {
  display: block;
}
.c-block {
  display: block;
  margin: 0 auto;
}

/********** 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");
	}


