/******** 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: #014171;
}


h3 {
  font-size: 13px;
  color: #002C4E;
}

p {
  margin-bottom: 15px;
}

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: #535353;
}

a:hover {
  text-decoration: underline;
  color: #E7880B;
}

a:active {
  outline: none;
}

a:focus {
  -moz-outline-style: none;
  outline-style: none;
}

/******* SITE COLORS **********/
.color-b { background: #0A4472; }


/******* UTILITY CLASSES *******/
.clear { clear: both; }
.block { display: block; }

/************ LAYOUT *************/
.bookmark {
  text-align: right;
  margin-bottom: 15px;
}

.spacebar {
  height: 10px;
  clear: both;
  overflow: hidden;
}

.pagebody {
  background: url(/images/setup/main_bg.jpg) repeat-x 0px 0px #010101;
}

#shadow {
  background: url(/images/setup/bg_shadow.png) repeat-y center top;
}

#header {
  width: 960px;
  height: 165px;
  margin: 0 auto;
  background: url(/images/setup/logo.png) no-repeat 0px 0px;
  position: relative;
  z-index 1;
  overflow:hidden
}

#header .index {
  width: 960px;
  height: 165px;
  background: url(/images/setup/logo.png) no-repeat 0px 0px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

#wrapper {
  padding: 10px 0;
  background: #fff;
  overflow: hidden;
}

#mainbody {

}

#footer {
  padding: 10px;
  background: #000;
  position: relative;
}

#footer p {
  font-family: arial;
  color: #fff;
  margin: 0;
}

#footer .presto {
  position: absolute;
  right: 10px;
  top: 17px;
}

#footer-logos {
  padding-left: 350px;
  position: absolute;
  left: 0;
  top: 0;
}

#footer-logos a img {
  float: left;
  margin-right: 20px;
}

.box-header {
  width: 100%;
  height: 35px;
  background: #595959;
}

.box-header span {
  display: block;
  padding: 0 15px;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 35px;
  background: url(/images/setup/box_header.png) no-repeat 0px 0px;
}

/********** NAVIGATION **********/
#global-nav {
  width: 100%;
  height: 40px;
  background: url(/images/setup/global_nav.png) no-repeat 0px 0px;
  position: relative;
  z-index: 99;
}

#global-nav ul, #global-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#global-nav li.nav {
  float: left;
  padding: 0 20px;
}

#global-nav li.dropdown-li {
  position: relative;
  z-index: 50;
}

#global-nav li.nav a {
  line-height: 40px;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

#global-nav li.nav a.current {
  text-decoration: underline;
}

#global-nav .submenu-container {
  width: 200px;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 52;
}

#global-nav .submenu-container .submenu {
}

#global-nav .submenu-container ul li a {
  display: block;
  width: 180px;
  height: 20px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}

#global-nav .submenu-container ul li a:hover,
#global-nav .submenu-container ul li.hover {
  background: #2a2a2a;
  text-decoration: underline;
}

#navbar-secondary {
  padding: 5px 10px 10px;
  color: #494949;
  background: url(/images/setup/secondary_nav_bg.png) repeat-x 0px 0px #232323;
}

#navbar-secondary a {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

#navbar-secondary h1 {
  font-family: arial;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

#navbar-info {
  padding: 10px;
  height: 195px;
  background: #000;
  overflow: auto;
}

#navbar-info a {
  font-family: arial;
  font-weight: bold;
  color: #aaa;
  display: block;
  margin-bottom: 10px;
}

#buttons-lcol .button,
#buttons-rcol .button {
  width: 100%;
  overflow: hidden;
}

/********** SCOREBOARD **********/
.upcoming {
  padding: 10px;
  margin-bottom: 10px;
  height: 415px;
  color: #fff;
  background: #000;
  overflow: auto;
}

.upcoming a {
  color: #fff;
}

.upcoming .team {
  font-weight: bold;
}

.upcoming .sep {
  height: 1px;
  margin: 10px 0;
  background: #494949;
  overflow: hidden;
}

/******** HEADLINES ************/
.story-box {
  color: #fff;
}

.story-box .title {
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #fff;
  display: block;
  margin-bottom: 2px;
}

.story-box .date {
  font-family: arial;
  display: block;
}

.story-box .leadIn {
  font-family: arial;
  font-size: 13px;
}

.story-box .readmore {
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}

#carousel-controls {
  width: 590px;
  padding: 15px;
  background: #0A4472;
  overflow: hidden;
}

#carousel-controls .control {
  width: 190px;
  float: left;
  border: solid 1px #333;
  margin-right: 7px;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  opacity: .5;
}

#carousel-controls #control2 {
  margin-right: 0;
}

#carousel-controls .hovered {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  opacity: .7;
}

#carousel-controls .active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#spotlight {
  background: #000;
  color: #ccc;
  overflow: hidden;
}

#spotlight .container {
  padding: 20px;
  height: 175px;
  overflow: auto;
}

#spotlight .headshot {
  width: 100px;
  float: left;
  margin-right: 10px;
}

#spotlight .headshot img {
  border: solid 3px #fff;
}

#spotlight .info {
  width: 150px;
  float: left;
}

#spotlight .info a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

/********* STANDINGS ***********/
#standings {
  padding: 10px;
  height: 195px;
  color: #fff;
  background: #000;
  overflow-x: hidden;
  overflow-y: auto;
}

.briefstats-header td {
  font-weight: bold;
  color: #494949;
}

/********** COMPOSITE *************/
.calendar {
  border-collapse: collapse;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  width: 940px;
}

.calendar td {
  border: 0px;

}

.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: #000;
  font-weight: bold;
  color: #fff;
}

.calendar-sport {
  font-size: 10px;
  font-weight: bold;
}

.calendar-date {
  float: left;
  color: #fff;
  background-color: #000;
  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;
}

#hidden-block {
  display: none;
}


/********** SCHEDULE **********/
table.schedule {
  width: 100%;
  background-color: ;
}

.schedule-header {
  background-color: #0A4472;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

tr.schedule-header td {
  padding: 5px;
}

tr.schedule-row0 td {
    background-color: #;
    padding: 5px;
}
tr.schedule-row1 td {
    background-color: #e1e1e1;
    padding: 5px;
}

/********** ROSTERS **********/
table.roster{
  width: 100%;
  background-color: ;
}

tr.roster-header td {
    font-weight: bold;
    color: #fff;
    background-color: #0A4472;
    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 #014171!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: #014171!important;
} 

#mainbody .bio-wrap .head {background:#004071;color:#FFF}
#mainbody .bio-wrap .head h2 {color:#FFF;font-family:verdana, geneva;line-height:24px;white-space:nowrap;text-transform:none;padding:0;text-shadow:1px 1px 3px #000}
#mainbody .bio-wrap .head a {color:#FFF;text-decoration:underline}
#mainbody .bio-wrap .headshot {width:140px}
#mainbody .bio-wrap .biodata {padding:0 310px 0 160px}
#mainbody .bio-wrap .metadata {font-family:arial, helvetica}
#mainbody .bio-wrap .metadata .label {color:#CCC}


/********** BIOS OLD**********/
.bio {
    background: #CC0000;
    height: 220px;
  border: outset;
    padding: 5px;
    height: 225px;
}

.bio-name {
    color: #0A4472;
    font-weight: bold;
    font-size: 16px;
  padding: 10px;
}

.bio-data {
    color: #0A4472;
    font-weight: bold;
    font-size: 13px;
    padding: 10px;
}

.bio-data a{
    color: #262626;
    font-weight: bold;
    padding: 5px;
}

.bio-data span{
    color: #0A4472;
    font-weight: bold;
}

.bio-photo {
  float: left;
  padding: 10px;
}

 #global-nav .submenu li { display:block; width:180px; height:20px; }
 #global-nav .submenu li:hover { background:#f2f2f2 }


/*************AOTW*****************/
#aotw-cont {
  height: 195px;
  padding: 20px 0 0 20px;
  background: #000;
  color: #fff;
}

#aotw-cont .image {
  border: 5px solid #fff;
  display: block;
  overflow: hidden;
  width: 94px;
  height: 150px;
  float: left;
  margin-right: 10px;
}

#aotw-cont .info {
  width: 132px;
  float: left;
  font-size: 95%;
  font-family: arial;
}

#aotw-cont .info .name {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

#aotw-cont .info span {
  font-size: 13px;
  display: block;
  margin-bottom: 15px;
}

#aotw-cont .info .leadin {
  font-size: 11px;
  color: #b2b2b2;
}