/******** NEUTRALISE BROWSERS *******/
* { margin: 0; padding: 0; }
img { border: none; }

/************** HTML ELEMENTS *****************************/
body {
  font-family: verdana, geneva, sans-serif;
}

p, div, td {
    font-size: 11px;
    line-height: 15px;
}

h1, h2, h3 {
  line-height: 130%;
  margin-bottom: 10px;
}

h1 {
  color: #003468;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  color: #3B3B3B;
  text-transform: uppercase;
}

h3 {
  color: #003468;
  border: 5px;
  border-color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px;
}

h4 {
  color: #3B3B3B;
  font-size: 12px;
  text-transform: uppercase;
}

p {
  margin-bottom: 15px;
}

ol, ul {
  margin-left: 25px; 
  margin-bottom: 15px;
}

hr {
  margin-bottom: 10px;
}

pre {
  width: 730px;
 overflow: auto;
}


a {
  color: #003468;
  text-decoration: none;
}

a:hover {
  color: #222;
  text-decoration: underline;
}

a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
}

.photo {
  float: right;
  margin: 0 15px;
}

.photo img {
  margin: 4px;
  border: solid 1px #c10c03;
}

#printer {
  padding: 1px;
  font-size: 10px;
  text-align: right;
}

.bookmark {
  float: right;
  clear: both;
  margin-bottom: 15px;
}

.clear { clear: both; }
.block { display: block; }

/********** NAVIGATION **********/

body.pagebody {
  margin: 0px;
  padding: 0px;
  background: url(/images/redesign/main_bg.jpg) repeat-x left top #003468;
}

#header {
  width: 1025px;
  height: 216px;
  margin: 0 auto;
  background: url(/images/redesign/header_repeat_bg.jpg) repeat-x left top;
  position: relative;
  z-index: 55;
}

#header-logo {
  width: 294px;
  height: 205px;
  background: url(/images/redesign/logo.png) no-repeat left top;
  position: absolute;
  z-index: 56;
  left: 367px;
  top: 28px;
}

#header-logo img {
  width: 294px;
  height: 205px;
}

#main-img-right {
  width: 515px;
  height: 216px;
  background: url(/images/redesign/header_png.png) no-repeat left top;
  position: absolute;
  z-index: 52;
  right: 0px;
  top: 0px;
}

#main-img-left {
  width: 500px;
  height: 216px;
  position: absolute;
  z-index: 52;
  left: 0px;
  top: 0px;
}

#right-img {
  position: absolute;
  z-index: 12;
  left: 804px;
  top: 75px;
}

#left-img {
  position: absolute;
  z-index: 12;
  left: 640px;
  top: 63px;
}

.body-container {
  width: 1005px;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
  background: url(/images/redesign/internal_container_bg.jpg) repeat-x left top #fff; 
}

#mainbody {
  width: 980px;
  padding: 10px;
  float: left;
  overflow: hidden;
}

#midcol {
  width: 199px;
  float: left;
  color: #000;
  overflow: hidden;
}

#rightcol {
  width: 195px;
  overflow: hidden;
  float: right;
  color: #000;
}

#footer {
  width: 1025px;
  margin: 0 auto;
  overflow: hidden;
}

#footer-logo {
  width: 1025px;
  overflow: hidden;
}

#footer-logo img {
  float: left;
}

/********** NAVIGATION **********/
#global-nav {
  width: 1025px;
  height: 54px;
  margin: 0 auto;
  background: url(/images/redesign/navbar.gif) no-repeat right top;
}

#global-nav ul, 
#global-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#global-nav li.nav {
  float: left;
}

#global-nav li.dropdown-li {
  position: relative;
  z-index: 50;
}

#global-nav li.nav a {
  display: block;
  height: 54px;
  background-image: url(/images/redesign/navbar.gif); 
  background-repeat: no-repeat;
}

#global-nav li.nav1 a {
  width: 157px;
  background-position: 0px 0px;
}

#global-nav li.nav1 a:hover, #global-nav li.nav1 a.current {
  background-position: 0px -54px;
}

#global-nav li.nav2 a {
   width:  162px;
   background-position: -157px 0px;
}

#global-nav li.nav2 a:hover, #global-nav li.nav2 a.current {
  background-position: -157px -54px;
}

#global-nav li.nav3 a {
   width:  155px;
   background-position: -319px 0px;
}

#global-nav li.nav3 a:hover, #global-nav li.nav3 a.current {
  background-position: -319px -54px;
}

#global-nav li.nav4 a {
   width:  114px;
   background-position: -474px 0px;
}

#global-nav li.nav4 a:hover, #global-nav li.nav4 a.current {
  background-position: -474px -54px;
}

#global-nav li.nav5 a {
   width:  130px;
   background-position: -588px 0px;
}

#global-nav li.nav5 a:hover, #global-nav li.nav5 a.current {
  background-position: -588px -54px;
}

#global-nav li.nav6 a {
   width:  140px;
   background-position: -718px 0px;
}

#global-nav li.nav6 a:hover, #global-nav li.nav6 a.current {
  background-position: -718px -54px;
}
#global-nav li.nav7 a {
   width:  167px;
   background-position: -858px 0px;
}

#global-nav li.nav7 a:hover, #global-nav li.nav7 a.current {
  background-position: -858px -54px;
}

#global-nav .submenu-container {
  visibility: hidden;
  width: 200px;
  background: #f2bb02;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 54px;
  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;
  height: auto;
  padding: 0 10px;
  background: none;
  font-family: helvetica;
  font-size: 12px;
  color: #000;
  line-height: 20px;
  text-decoration: none;
  font-weight: bold;
}

#global-nav .submenu-container ul li span {
  font-family: helvetica;
  text-transform: uppercase;
  position: relative;
  left: 3px;
}

#global-nav .submenu-container ul li a:hover {
  background: #001C50;
  color: #fff;
}


#navbar-secondary {
  width: 990px;
  height: 65px;
  overflow: hidden;
  padding-left: 15px;
  padding-bottom: 5px;
  background-color: #ececec;
  background-repeat: no-repeat;
}

#links-container {
  margin-top: 50px;
}

#links-container a {
  font-size: 12px;
  color: #000;
  font-family: arial;
}

/*************TABS***************/
#tabs-rs {
  width: 199px;
  margin-bottom: 5px;
  overflow: hidden;
}

#tabs-rs .ui-tabs-nav {
  width: 199px;
  overflow: hidden;
  background: url(/images/redesign/midcol_results_standings_hdr.gif) no-repeat;
}

#tabs-rs #tabs-rs-state1 { background-position: 0px 0px; }
#tabs-rs #tabs-rs-state2 { background-position: 0px -43px; }

#tabs-rs .ui-tabs-nav li {
  float: left;
}

#tabs-rs .ui-tabs-nav li a {
  height: 43px;
  display: block;
}

#tabs-rs #tabs-rs-anchor1 { width: 90px; padding-left: 9px; }
#tabs-rs #tabs-rs-anchor2 { width: 91px; }

#tabs-rs .ui-tabs-panel {
  width: 199px;
  background: #000;
  overflow: hidden;
}

#tabs-rs .ui-tabs-panel .container {
  height: 288px;
  padding: 10px;
  overflow: auto;
  color: #fff;
}

#tabs-rs .ui-tabs-panel a {
  color: #ffd24f;
}

/********** HEADLINES **********/
#carousel-wrapper {
  margin-bottom: 5px;
}

#carousel-seats {
  margin-bottom: 5px;
} 

#carousel-seats .title {
  font-size: 14px;
  font-family: helvetica;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
  color: #fff;
  line-height: 20px;
}

#carousel-seats .title:hover {
  color: #ffd24f;
}

#carousel-seats .date {
  font-weight: bold;
  color: #9b9b9d;
  display: block;
  font-size: 11px;
  font-family: helvetica;
}

#carousel-seats .leadIn {
  color: #fff;
  font-size: 12px;
  font-family: helvetica;
}

#carousel-seats .readmore {
  display: none;
}

#carousel-controls {
  width: 597px;
  overflow: hidden;
  padding-left: 3px;
}

#carousel-controls .control {
  float: left;
  margin-right: 3px;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  opacity: .5;
}

#carousel-controls .control img {
  border: 1px solid #000;
}

#carousel-controls .hovered {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  opacity: .7;
}

#carousel-controls .active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#carousel-controls .active img {
  border: 3px solid #fff;
  width: 139px;
  height: 96px;
}

#carousel-controls #control3 {
  margin-right: 0;
}

#more-headline {
  width: 580px;
  height: 305px;
  padding: 10px;
  overflow: auto;
  background: #000;  
  color: #fff;
  font-family: arial;
  font-size: 11px;
}

#more-headline a {
  font-weight: bold;
  font-size: 12px;
  display: block;
  color: #fff;
}

#more-headline a:hover {
 color: #F2BB02;
}

#more-headline .sport-name {
  font-weight: bold;
}

#teamLinks {
  width: 175px;
  height: 287px;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 10px;
  background: #232122;
}

#teamLinks .container {
  height: 287px;
  overflow: auto;
}

#teamLinks a {
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

#teamLinks a:hover {
  color: #ffd24f;
}

#teamLinks span {
  padding-right: 5px;
}

#teamLinks .sep {
  height: 2px;
  margin: 5px auto;
  display: block;
  background: url(/images/redesign/line.png) no-repeat center top;
}

/********AOTW********/
#aotw {
  width: 195px;
  overflow: hidden;
  margin-bottom: 5px;
}

.aotw-caption {
  padding: 10px;
  background: #3b3b3b;
}

.aotw-caption img {
  border: 3px solid #fff;
}

#aotw-info {
  text-align: center;
  background: #000000;
  padding: 10px;
}

#aotw-info a {
  font-size: 12px;
  font-family: arial;
  font-weight:  bold;
  color: #fff;
}

/* CALENDAR */
#calendar {
  margin: 0pt auto 5px;
  width: 199px;
}

#calendar td {
  background: #D8D8D8;
  border: 1px solid #7A7A7A;
  color: #333;
  line-height: 24px;
}

#calendar .calendar-month td {
  background: #F1BB01;
  border: none;
  vertical-align: middle;
}

#calendar .calendar-month a {
  color: #000;
  text-decoration: underline;
}

#calendar .calendar-header td {
  color: #fff;
  background: none repeat scroll 0% 0% #333;
  border-right: 1px solid #333;
}

#calendar .calendar-event a {
  color: #333;
  background: #bbb;
  font-weight: bold;
}

#calendar .calendar-event a:hover,
#calendar .current a {
  background: #FFD251;
  color: #132651;
}

#calendar .event-schedule {
  background: #000;
  color: #FFFFFF;
  height: 199px;
  margin-top: 5px;
  overflow: auto;
  padding: 10px 10px 5px;
  width: 179px;
}

#calendar .event-schedule a {
  color: #FFD24F;
}

#calendar .event-info {
  margin-bottom: 12px;
}

#calendar .sport {
  font-weight: bold;
}

#calendar-prev,
#calendar-next {
  display: block;
  width: 21px;
  height: 16px;
  margin: 0 auto;
  text-indent: -999px;
  background: url(/images/redesign/calendar_buttons.png) no-repeat;
}

#calendar-prev {
  background-position: 0 0;
}

#calendar-next {
  background-position: 0 -16px;
}

#calendar-now span {
  color: #333 !important;
}

/********** ROSTERS **********/
table.roster {
  width: 960px;
  background-color: ;
}

tr.roster-header td {
    font-weight: bold;
    color: #FFCF06;
    background-color: #003468;
    padding: 5px;
}

tr.roster-header td a{
    color: #faa928;
}

tr.roster-row a{
    text-decoration: underline;
    color: #336699;
}

tr.roster-row a:hover {
    text-decoration: underline;
    color: #000000;
}

tr.roster-row0 td {
    background-color: #d1d1d1;
    font-size: 11px;
    padding: 5px;
}
tr.roster-row1 td {
    background-color: #FFFFFF;
    font-size: 11px;
    padding: 5px;
}

/********** BIOS SYSTEM PROVIDED**********/
.bio-wrapper .bio-container .head {
  padding: 20px;
  margin-bottom: 15px;
  color: #fff;
  background: url(/images/redesign/bio_bg.jpg) no-repeat right bottom #013469!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: #013469!important;
} 

#mainbody .bio-wrap .head {background:#003468;color:#FFF}
#mainbody .bio-wrap .head h2 {color:#FFCF06;font-family:arial, helvetica;line-height:24px;white-space:nowrap;text-transform:none;padding:0;text-shadow:1px 1px 5px #000}
#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}
#mainbody .bio-wrap .tab-content {background:#FFF}

/********** BIOS OLD**********/

.bio {
    background-color: #000000;
    border: outset;
    border-width: 2px;
    padding: 5px;
}

.bio td {
  color: #FFFFFF;
}

.bio td a {
  color: #FFFFFF;
}

.bio-name {
    color: #003468;
    font-weight: bold;
    font-size: 16px;
    padding: 3px;
}

.bio-data {
    color: #000000;
    font-size: 12px;
}


.bio-data span{
    color: #003468;
    font-size: 11px;
    font-weight: bold;
}

.bio-data td{
    color: #000000;
    font-size: 10px;
}

.bio-data a {
  color: #003468;
}

.bio-data a:hover {
  color:#000000;
}

.bio-photo {
  float: left;
  padding: 10px;
}

/********** SCHEDULE **********/


/* SITE SPECIFIC SHEDULE STYLES */
#mainbody .schedule-list th { background:#003468; color:#FFF }
#mainbody .schedule-list .month-title td{ background:#003468; color:#fff; }
#mainbody .schedule-list .even td { background: #; }


/********** COMPOSITE *************/
.calendar {
  border-collapse: collapse;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  width: 765px;
}

.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: #FFFFFF;
}

.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;
  color: #008265;
}


/********** 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");
	}

/* TABS */

#rs-tabs { width: 199px; margin-bottom: 5px; overflow: hidden }
#rs-tabs .tabs{ width: 199px; overflow: hidden; background: url(/images/redesign/midcol_results_standings_hdr.gif) no-repeat }

#rs-tabs .tab a { height: 43px; display: block; text-indent:-9999px; background: url(/images/redesign/midcol_results_standings_hdr.gif) no-repeat }

#rs-tabs .tab1 a { width: 99px; background-position: 0 -43px }
#rs-tabs .tab2 a { width: 100px; background-position: -99px 0 }

#rs-tabs .tab1 a.active { background-position: 0 0 }
#rs-tabs .tab2 a.active { background-position: -99px -43px }

#rs-tabs .panes { width: 199px; background: #000; overflow: hidden }
#rs-tabs .panes  .overflow { height: 288px; padding: 10px; overflow: auto; color: #fff }
#rs-tabs .panes .overflow a { color: #ffd24f }