/******** 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: #01301F;
}

h2 {
  font-size: 14px;
  color: #2A2A2A;
}

h3 {
  font-size: 13px;
}

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: #585858;
}

a:hover {
  text-decoration: underline;
  color: #03754B;
}

a:active {
  outline: none;
}

a:focus {
  -moz-outline-style: none;
}

/******* SITE COLORS **********/
.color-b { background: #036a44; }


/******* 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/page_bg.png) repeat-x 0px 0px #010101;
}

#shadow {
  background: url(/images/setup/bg_shadow.png) repeat-y center top;
}

#header {
  width: 960px;
  height: 205px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

#header .photo {
  width: 357px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  top: 61px;
  z-index: 12;
}

#header .photo-L {
  left: 19px;
}

#header .photo-R {
  right: 19px;
}

#header .overlay {
  width: 960px;
  height: 205px;
  background: url(/images/setup/header_green.png) no-repeat left top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 14;
}

#header-logo {
  width: 320px;
  height: 222px;
  background: url(/images/setup/logo.png) no-repeat center top;
  position: absolute;
  top: 0;
  left: 320px;
  z-index: 16;
}

#wrapper {
  padding: 10px 0;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}

#mainbody {

}

#footer {
  padding: 10px;
  background: #000;
  position: relative;
}

#footer p {
  font-family: arial;
  color: #fff;
  margin: 0;
}

#footer .presto {
  position: absolute;
  right: 10px;
  top: 26px;
}

#footer-logos {
  padding-left: 300px;
  position: absolute;
  left: 0;
  top: 13px;
}

#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;
  text-transform: uppercase;
}

#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: auto;
  padding: 0 10px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  text-transform: capitalize;
}

#global-nav .submenu-container ul li a:hover {
  background: #2a2a2a;
  text-decoration: none;
}

#global-nav #submenu-container3 {
  left: 15px;
}

#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;
}

#buttons-lcol .button,
#buttons-rcol .button {
  width: 100%;
  overflow: hidden;
}

/********** SCOREBOARD **********/
.upcoming {
  padding: 10px;
  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;
}

#scoreboard .upcoming {
  height: 307px;
}

#calendar .upcoming {
  height: 275px;
}

/******** 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: 600px;
  padding: 0 10px 10px;
  background: #036a44;
  overflow: hidden;
}

#carousel-controls .control {
  width: 112px;
  padding-top: 10px;
  float: left;
  margin-right: 10px;
}

#carousel-controls #control4 {
  margin-right: 0;
}

#carousel-controls .active {
  width: 106px;
  padding: 13px 3px 3px;
  background: url(/images/setup/control_bg.png) no-repeat 0px 0px;
}

#carousel-controls .active img {
  width: 106px;
  height: 80px;
}

#student-athlete {
  width: 300px;
  height: 199px;
  overflow: hidden;
}

#featured-athlete {
  padding: 10px;
  height: 175px;
  background: #000;
  color: #fff;
  overflow: auto;
}

#featured-athlete p { margin-bottom:0 }

#featured-athlete .headshot {
  float: left;
  margin-right: 10px;
}

#featured-athlete .headshot img {
  border: solid 3px #fff;
}

#featured-athlete .info {
/*  width: 70px;
  padding-top: 30px;
  float: left; */
}

#featured-athlete .info a.name {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

/********* STANDINGS ***********/
#standings {
  width: 200px;
  padding: 10px;
  height: 175px;
  color: #fff;
  background: #000;
  overflow-x: hidden;
  overflow-y: auto;
}

.briefstats-header td {
  font-weight: bold;
  color: #05AA6D;
}

/********** COMPOSITE *************/
.calendar {
  border-collapse: collapse;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  width: 940px;
}

.calendar td {
  border: 0px 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: #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: #01301F;
  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;
}

/********** SHAPE CALENDAR *************/
.calendar {
  border-collapse: collapse;
  background-color: #FFFFFF;
  color: #01301F;
  text-align: center;
  width: 100%;
}

.calendar td {
  border: 1px solid #036A44;

}

.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: #036A44;
  font-weight: bold;
  color: #FFFFFF;
}

.calendar-sport {
  font-size: 10px;
  font-weight: bold;
}

.calendar-date {
  float: left;
  color: #;
  background-color: #036A44;
  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;
}
/********** 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 #036A44!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: #036A44!important;
} 

/********** BIOS OLD**********/
.bio {
    background: #CC0000;
    height: 220px;
  border: outset;
    padding: 5px;
    height: 225px;
}

.bio-name {
    color: #01301F;
    font-weight: bold;
    font-size: 16px;
  padding: 10px;
}

.bio-data {
    color: #01301F;
    font-weight: bold;
    font-size: 13px;
    padding: 10px;
}

.bio-data a{
    color: #595959;
    font-weight: bold;
    padding: 5px;
}

.bio-data span{
    color: #01301F;
    font-weight: bold;
}

.bio-photo {
  float: left;
  padding: 10px;
}

#mainbody .bio-wrap .head {background:#036A44;color:#FFF}
#mainbody .bio-wrap .head h2 {color:#FFF;font-family:verdana, geneva;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}

/********** ROSTERS **********/
table.roster{
  width: 100%;
  background-color: ;
}

tr.roster-header td {
    font-weight: bold;
    color: #fff;
    background-color: #00502b;
    padding: 2px;
}

tr.roster-header a {
color: #fff;
text-decoration: underline;
}

tr.roster-header a:hover {
  text-decoration: none;
}

tr.roster-row0 td {
    background-color: #;
    font-size: 11px;
    padding: 2px;
}

tr.roster-row1 td {
    background-color: #e3e3e3;
    font-size: 11px;
    padding: 2px;
}

