/************** NEUTRALISE THE BROWSERS *******************/
* { margin: 0; padding: 0; }
img { border: none; }

/************** HTML ELEMENTS *****************************/
h1,h2,h3,div,td {
    font-family: arial, helvetica,sans-serif;
    font-size: 11px;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
}

h5 {
  font-size:12px;
}

img {
   border: 0px;
   margin: 0px;
}

p {
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
}

ul { list-style-position:inside }
ul li p { display:inline-block }

pre {
 width: 925px;
 overflow: auto;
}


form {
  margin: 0px;
}

.photo {
  float: right;
  padding: 5px;
  background-color: #FFFFFF;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #fac303;
  text-decoration: none;
}

h1 {
  color: #000000;
  line-height: 130%;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin:0 0 5px 0;
}

h2 {
  color: #336699;
  text-transform: uppercase;
}

.block { display: block; }
.clear { clear: both; }


/********** LAYOUT **********/

body.pagebody {
  margin: 0px;
  padding: 0px;
  background: #FFF;
}

#header {
  width: 960px;
  padding: 0;
  margin: 65px auto 8px auto;
  text-align: center;
  background: #FFF;
  position:relative
}
#header .header{
  display:block;
  margin:0 0 0 160px;
}
#body-container {
  width: 945px;
  margin: 0 auto 10px;
  background: #FFFFFF;
  overflow: hidden;
}


#mainbody {
  width: 935px;
  padding: 10px;
  float: left;
  overflow: hidden;
}

#rightcol {
  width: 300px;
  float: right;
  overflow: hidden;
}

#footer {
background-color:#EAEAEA;
border-top:2px dotted #999999;
float:left;
width:100%;
}
#logo{
  position:absolute;
  top:-22px;
  left:-30px;
  z-index:100;
}
#logo-footer {
  width: 960px;
  margin: 5px auto;

  text-align: center;
  background: #FFF;
  overflow: hidden;
}

#logo-footer a{
  display:block;
  margin:10px 12px 0 13px;
  float:left;
}
#logo-footer a.last{
  margin-left:0;
  margin-right:0;
}


/********** NAVIGATION **********/
#global-nav {
  width: 960px;
  padding:0px;
  height: 30px;
  margin: 30px auto 0 auto;
}

#global-nav ul, 
#global-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#global-nav ul.first{
  margin-left:55px;
}
#global-nav li.nav {
  float: left;
}

#global-nav li.dropdown-li {
  position: relative;
  z-index: 50;
}

#global-nav li.nav a {
  display: block;
  height: 30px;
  background-image: url(/images/setup/global_nav.jpg); 
  background-repeat: no-repeat;
}

#global-nav li.nav1 a {
  width: 140px;
  background-position: 0px 0px;
}

#global-nav li.nav1 a:hover, #global-nav li.nav1 a.current {
  background-position: -0px -30px;
}

#global-nav li.nav2 a {
  width: 140px;
  background-position: -140px 0px;
}

#global-nav li.nav2 a:hover, #global-nav li.nav2 a.current {
  background-position: -140px -30px;
}

#global-nav li.nav3 a {
  width: 140px;
  background-position: -280px 0px;
}

#global-nav li.nav3 a:hover, #global-nav li.nav3 a.current {
  background-position: -280px -30px;
}

#global-nav li.nav4 a {
  width: 150px;
  background-position: -420px 0px;
}

#global-nav li.nav4 a:hover, #global-nav li.nav4 a.current {
  background-position: -420px -30px;
}

#global-nav li.nav5 a {
  width: 100px;
  background-position: -570px 0px;
}

#global-nav li.nav5 a:hover, #global-nav li.nav5 a.current {
  background-position: -570px -30px;
}

#global-nav li.nav6 a {
  width: 130px;
  background-position: -670px 0px;
}

#global-nav li.nav6 a:hover, #global-nav li.nav6 a.current {
  background-position: -670px -30px;
}

#global-nav li.nav7 a {
  width:105px;
  background-position: -800px 0px;
}

#global-nav li.nav7 a:hover, #global-nav li.nav7 a.current {
  background-position: -800px -30px;
}


#global-nav .submenu-container {
  visibility: hidden;
  width: 200px;
  padding: 5px 0px;
  background: #000;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 30px;
  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;
  margin: 0 auto;
  padding: 2px 10px;
  height: auto;
  background: none;
  font-family: arial;
  font-size: 12px;
  color: #fff;
  line-height: 17px;
  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: #FFCC1B;
  color:#000;
}

#global-nav #submenu-container7{
  left:-90px;
}

.navbar-secondary {
text-align:center
}

/********** HEADLINES **********/

.caption {
  clear: left;
  float: left;
  padding: 1px;
  margin: 0px;
}

/********** ROSTERS **********/
table.roster {
  width: 940px;
  background-color: ;
}

tr.roster-header td {
    font-weight: bold;
    color: #fac303;
    background-color: #000;
    padding: 2px;
}

tr.roster-header a {
    font-weight: bold;
    color: #fac303;
    background-color: #000;
    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 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 #353535!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: #353535!important;
} 

#mainbody .bio-wrap .head {background:#333333;color:#FFF}
#mainbody .bio-wrap .head h2 {color:#FFF;font-family:arial, helvetica;line-height:24px;white-space:nowrap;text-transform:none;padding:0}
#mainbody .bio-wrap .head a {color:#FFF;text-decoration:underline}
#mainbody .bio-wrap .headshot {width:130px}
#mainbody .bio-wrap .biodata {padding:0 310px 0 150px}
#mainbody .bio-wrap .metadata {font-family:arial, helvetica;font-size:11px}
#mainbody .bio-wrap .metadata .label {color:#CCC}

/********* BIOS OLD ***********/
.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: #fac303;
    font-weight: bold;
    font-size: 13px;
    padding: 5px;
}

.bio-data span{
    color: #;
    font-weight: bold;
}

.bio-photo {
  float: left;
  padding: 10px;
}

/*
#mainbody .bio-wrap .head {
  background: #333;
}

#mainbody .bio-wrap .head h2 {
  background: #000
}

#mainbody .bio-wrap .metadata .label {
  color: #FFF
}
*/


/********** SCHEDULE **********/
table.schedule {
  width: 960px;
  background-color: ;
}

.schedule-data {
  width: 500px;
}

.schedule-header {
    font-weight: bold;
    color: #fac303;
    background-color: #000;
    padding: 2px;
}

tr.schedule-header td {
  padding: 5px;
}

tr.schedule-row0 td {
    background-color: #e3e3e3;
    padding: 2px;
}
tr.schedule-row1 td {
    background-color: #;
    padding: 2px;
}

.inProgress {
  color: #000000;
  background: #FFFF00;
}

.home-opp {
  text-transform: uppercase;
}

/********** COMPOSITE *************/
.calendar {
  border-collapse: collapse;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
}

.calendar td {
  border: 1px solid #000000;

}

.calendar td a {
  font-size: 10px;
  font-weight: bold;
}

.calendar td a:hover {
  text-decoration: underline;
}

.calendar-month  {
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}

.calendar-header td{
  background-color: #000000;
  font-weight: bold;
  color: #fac303;
}

.calendar-sport {
  font-size: 10px;
  font-weight: bold;
}

.calendar-date {
  float: left;
  color: #FFFFFF;
  background-color: #505050;
  width: 15px;
}

.calendar-event {
  font-size: 10px;
}

.calendar-event td a {
  font-size: 10px;
  font-weight: bold;
}

.calendar-event td a:hover {
  text-decoration: underline;
}
#more-headlines{
  float:left;
  width:640px;
}
#more-headlines .container{
  overflow:auto;
  height:610px;
  border:2px solid #5c5c5c;
}
#more-headlines .row{
  padding:10px;
  height:55px;
  border-bottom:1px solid #5c5c5c;
  background:#e5e5e5;
}
#more-headlines .rowAlt{
  background:#cdcdcd;
}
#more-headlines .row .date{
  font-size:10px;
}
#more-headlines .row a{
  color:#000;
  text-decoration:none;
  font-weight:bold;
}
#more-headlines .row a:hover{
  color:#002F71;
  text-decoration:underline;
}
#tabs-content {
   margin:5px 0 0 0;
}
#tabs-content #tabs-content-anchor1{
  width:131px;
}
#tabs-content #tabs-content-anchor2{
  width:120px;
}

#tabs-content .container:first-child{
  overflow:auto;
  height:325px;
  background:#e6e6e6;
  color:#000;
  border:1px solid #ccc;
}
.upcoming .boxscore{
  border-top:1px solid #fff;
  border-bottom:1px solid #a6a6a6;
  padding:5px;
}
#poll{
  margin:5px 0 0 0;
}
#poll .poll{
  height:191px;
  background:url(/images/setup/fan_pool.jpg) no-repeat;
  overflow:hidden;
  padding:10px;
}
#poll .poll .question{
  text-align:center;
}
.calendar{
  margin:5px 0 0 0;
  display:block;
}
#navbar-buttons-right{
  margin:5px 0 0 0;
}
#navbar-buttons-right a{
  margin:3px 0 0 0;
  display:block;
 
}

#navbar-secondary-right {

}
#navbar-secondary-right .container{
  height:171px;
  padding:20px;
  background:url(/images/setup/secondary_nav_bg.jpg) no-repeat 0px 0px;
  overflow: auto;
}
#navbar-secondary-right a{
  display:block;
  margin:0 0 5px 0;
  color:#fff;
  text-decoration:none;
}
#navbar-secondary-right a:hover{
  color:#FEC81E;
}
#navbar-secondary-right a span{
  color:#FEC81E;
}
#footer .crest{
  float:left;
  margin:0 30px 0 0;
}
.footer-text{
color:#666666;
height:17em;
margin-top:5em;
margin:5em auto 0 auto;
width:960px;
}
#footer1{
float:left;
width:180px;
}
#footer2, #footer3, #footer4, #footer5 {
float:left;
width:155px;
}
#footer6 {
float:right;
width:150px;
}
.footer-text a {
color:#666666;
font-size:10px;
font-weight:normal;
  text-decoration:none;
}
#footer h5 {
font-weight:bold;
padding-bottom:0.5em;
}
#footer h6 a{
  font-size:12px;
}
#footer ul {
padding-left:0;
list-style:none;
}
.footer-text li {
border:medium none;
line-height:1.6em;
list-style-image:none;
padding-bottom:0;
}
#leopard {
padding-top:3.5em;
}
#leopard img {
float:right;
margin-top:-2.5em;
padding-right:1.6em;
}
#outerfooter {
background-color:#0E0E0E;
float:left;
width:100%;
}
#outerfooter p {
color:#999999;
font-size:8.5px;
letter-spacing:0.05em;
margin:0 auto;
padding-top:0.8em;
width:960px;
line-height:1.5em;
padding-bottom:1.1em;
position:relative;
}
#edu-header{
background:url("/images/setup/headerbar.png") repeat-x;
height:36px;
left:0;
position:fixed;
top:0;
width:100%;
z-index:999;
}
#edu-header-text{
color:#CCCCCC;
font-size:11px;
font-weight:bold;
margin:0 auto;
width:960px;
}
#edu-header ul, #edu-header li{
padding: 0;
margin: 0;
list-style:none;
}
#edu-header-text li{
float:left;
margin-right:5em;
}
#edu-header-text #icon {
padding-top: 5px;
}
#edu-header-text li a {
color:#DADADA;
text-decoration:none;
font-weight:bold;
line-height: 28px;
}
#edu-header-text li a:hover{
  color:#FAC303;
}
#edu-header-text li.last {
margin-right:0;
padding-right:0;
}
.bookmark{
  float:right;
}
.navbar-secondary{
  text-align:center;
  background:#000;
  color:#fff;
  margin:5px 0;
  padding:5px 0;
}
.navbar-secondary a{
  color:#FAC303;
  text-decoration:none;
  font-weight:bold;
}
.navbar-secondary a:hover{
  color:#fff;
}


/********* STATS ***********/
.stats-wrapper {
color: #000;
background: #FFF;
}

.stats-wrapper th {
background: #000; /* 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;
}
.multipart { height:400px !important }

#view-mode {position:absolute; right:0; top:6px; }

#view-mode a { color:#fff }

.rich ul {  list-style-position: inside; }