/* LESS Variables */
/* Mixins */
img {
  max-width: 100%;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
/* Grid */

.row {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  *zoom: 1;
  *zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  max-width: none;
  *zoom: 1;
  *zoom: 1;
}
.row .row:before,
.row .row:after {
  content: "";
  display: table;
}
.row .row:after {
  clear: both;
}
.row.pad {
  padding-left: 10px;
  padding-right: 10px;
}
.column,
.columns {
  position: relative;
  padding: 0 10px;
  width: 100%;
  float: left;
}
.column.full,
.columns.full {
  padding-left: 0;
  padding-right: 0;
}
.one {
  width: 8.33333%;
}
.two {
  width: 16.66667%;
}
.three {
  width: 25%;
}
.four {
  width: 33.33333%;
}
.five {
  width: 41.66667%;
}
.six {
  width: 50%;
}
.seven {
  width: 58.33333%;
}
.eight {
  width: 66.66667%;
}
.nine {
  width: 75%;
}
.ten {
  width: 83.33333%;
}
.eleven {
  width: 91.66667%;
}
.twelve {
  width: 100%;
}
.pull-left {
  margin-left: -10px;
}
.pull-right {
  margin-right: -20px;
}
@font-face {
  font-family: 'serpentinedbolregular';
  src: url('fonts/serpentine/serpentined-bold-webfont.eot');
  src: url('fonts/serpentine/serpentined-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/serpentine/serpentined-bold-webfont.woff') format('woff'), url('fonts/serpentine/serpentined-bold-webfont.ttf') format('truetype'), url('fonts/serpentine/serpentined-bold-webfont.svg#serpentinedbolregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Accessibility CSS */

* html .skip {
  display: block;
}
:root .skip {
  display: block;
}
.skip a {
  padding: 0 0.5em;
  display: inline;
  z-index: 2;
  text-decoration: none;
  position: absolute;
  width: 14em;
  left: -200em;
}
.skip a:focus,
.skip a:active {
  position: absolute;
  left: 0.5em;
  border: solid #333333 2px;
  color: white;
  background: #555555;
}
.skip a:hover {
  cursor: default;
}
h1.hide {
  display: block;
  position: absolute;
  left: -9999px;
}
.page_title h1 {
  color: black;
  font-size: 150%;
  line-height: 1.5;
  display: block;
  margin: 1em 0;
}
/* Print Settings */

@media print {
  .noprint,
  .no_print {
    display: none;
  }
}
/* Mixins */
.left {
  float: left;
}
/* .clearfix() in grid.less */
/* helper classes in grid.less */
body {
  font: 14px/20px arial, sans-serif;
  color: black;
  background: #0b0b0b url('/images/bg.jpg') no-repeat top center;
  margin: 0;
  padding: 0;
}
A,
A:link,
A:visited {
  color: #006838;
}
A:hover {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.wide .contentDiv_container {
  padding: 20px;
  width: 1000px;
}
.contentDiv_container {
  background: white;
  padding-bottom: 35px;
  width: 1000px;
  margin: 0 auto;
  display: block;
}
.contentDiv_container #top_border {
  height: 4px;
  background: url(/images/main_story_top_bar_repeater.png) left top;
  width: 100%;
}
section {
  background: white;
  position: relative;
}
/* Navigation */

header {
  height: 45px;
  background: url(/images/header_repeater.png) left top repeat-x;
  height: 215px;
}
header #evergreen_logo {
  background: url(/images/header_evergreen_logo.png) left top no-repeat;
  width: 145px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
}
header #header_text {
  background: url(/images/official_evergreen.png) left top no-repeat;
  width: 605px;
  height: 85px;
  position: absolute;
  left: 250px;
  top: 0px;
}
header #site_logo {
  background: url(/images/nav_gueduck_logo.png) left bottom no-repeat;
  width: 220px;
  height: 130px;
  position: absolute;
  left: 0px;
  z-index: 999;
  top: 60px;
}
header #social_bar {
  position: absolute;
  top: 0px;
  right: -20px;
  width: 260px;
}
header #social_bar a {
  float: left;
  font-size: 35px;
  color: white;
  margin-left: 10px;
  line-height: 40px;
  display: block;
}
header #social_bar a.social_ads:hover {
  background: #aaaaaa;
}
#top_nav {
  zoom: 1;
  position: absolute;
  right: 210px;
  top: 0px;
}
#top_nav:before {
  content: '';
  display: block;
}
#top_nav:after {
  content: '';
  display: table;
  clear: both;
}
#top_nav li {
  margin: 0px 25px;
}
#top_nav li a {
  font-family: source_sans_probold;
  font-style: italic;
  font-size: 16px;
  line-height: 45px;
}
#lower_nav {
  display: block;
  clear: both;
  line-height: 60px;
  width: 780px;
  background: url(/images/nav_repeater.png) left top repeat-x;
  zoom: 1;
  position: absolute;
  top: 110px;
  right: 10px;
  height: 60px;
}
#lower_nav:before {
  content: '';
  display: block;
}
#lower_nav:after {
  content: '';
  display: table;
  clear: both;
}
#lower_nav ul {
  zoom: 1;
  float: left;
}
#lower_nav ul:before {
  content: '';
  display: block;
}
#lower_nav ul:after {
  content: '';
  display: table;
  clear: both;
}
#lower_nav ul.accessible_nav {
  float: right;
}
#lower_nav ul.accessible_nav > li:first-child {
  margin-left: 30px;
}
#lower_nav ul.accessible_nav > li > a {
  text-transform: lowercase;
  padding: 0px 25px;
  display: block;
}
#lower_nav ul.accessible_nav > li:hover {
  background: #aaaaaa;
}
#lower_nav ul.accessible_nav > li:hover > a {
  color: #006838;
}
#lower_nav #endcap {
  width: 40px;
  height: 60px;
  background: url(/images/nav_right_cap.png) left top no-repeat;
  position: absolute;
  left: 100%;
  top: 0px;
}
#lower_nav #endcap_l {
  width: 20px;
  height: 60px;
  background: url(/images/nav_left_cap.png) left top no-repeat;
  position: absolute;
  right: 100%;
  top: 0px;
}
ul.accessible_nav {
  text-transform: uppercase;
  font-family: serpentinedbolregular;
  padding-right: 10px;
}
ul.accessible_nav > li {
  float: left;
  cursor: pointer;
}
ul.accessible_nav > li a {
  color: white;
  text-decoration: none;
  font-family: serpentinedbolregular;
  font-size: 16px;
  font-style: italic;
}
ul.accessible_nav li div {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 990;
  background: url(/images/dropnav_sport_bg.png) left top no-repeat;
  right: -20px;
  width: 1000px;
  line-height: 18px;
  padding: 33px 80px;
  height: 235px;
}
ul.accessible_nav li div ul {
  margin-right: 80px;
}
ul.accessible_nav li div .separator {
  font-size: 16px;
  color: white;
  font-family: serpentinedbolregular;
  font-style: italic;
  text-transform: lowercase;
  margin-left: 5px;
}
ul.accessible_nav li div .ad {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
ul.accessible_nav li div .ad a {
  display: block;
}
ul.accessible_nav li div .ad img {
  max-width: initial;
}
ul.accessible_nav li ul li a {
  text-decoration: none;
  padding: 5px;
  display: block;
  color: white;
  font-family: source_sans_probold;
  font-size: 16px;
  color: white;
  color: white;
  font-style: normal;
  text-transform: uppercase;
}
ul.accessible_nav li ul li a:hover {
  color: #006838;
}
ul.accessible_nav li:hover div {
  display: block;
}
.sidebars {
  zoom: 1;
  background: #a7a9ac;
  line-height: 40px;
  position: relative;
  margin-top: 10px;
}
.sidebars:before {
  content: '';
  display: block;
}
.sidebars:after {
  content: '';
  display: table;
  clear: both;
}
.sidebars > ul {
  float: right;
  zoom: 1;
  margin-right: 70px;
}
.sidebars > ul:before {
  content: '';
  display: block;
}
.sidebars > ul:after {
  content: '';
  display: table;
  clear: both;
}
.sidebars > ul > li {
  margin: 0px 10px;
}
.sidebars > ul li {
  float: left;
}
.sidebars > ul li.sport-home {
  position: absolute;
  left: 100px;
}
.sidebars > ul li.sport-home a {
  font-size: 20px;
}
.sidebars > ul li a {
  text-decoration: none;
  color: white;
  font-family: source_sans_probold;
  font-size: 16px;
  text-transform: uppercase;
}
.sidebars > ul li a:hover {
  color: #006838;
}
.sidebars > ul .parent {
  position: relative;
  cursor: pointer;
}
.sidebars > ul .parent ul {
  display: none;
  position: absolute;
  top: 100%;
  right: -80px;
  background: #a7a9ac;
  width: 265px;
  padding-bottom: 20px;
  z-index: 9999;
}
.sidebars > ul .parent ul li {
  float: none;
  border-bottom: 1px solid #444444;
  padding-left: 55px;
  line-height: 25px;
}
.sidebars > ul .parent:hover ul {
  display: block;
}
.upcoming_group_showing_all_events {
  display: none;
}
/* TV */

.divTopStory_TV_container_bigmedia {
  height: 440px;
  width: 745px;
  position: relative;
  background: url(/images/wallpaper.png) left top no-repeat;
}
.divTopStory_TV_container_bigmedia div.divTopStory_link_container {
  position: absolute;
  top: 100%;
}
.divTopStory_TV_container {
  background: white;
  padding: 15px 20px 15px 30px ;
  width: 745px;
  height: 120px;
}
.divTopStory_TV_container a {
  display: block;
}
.divTopStory_TV_container a.topstory_headline {
  font-family: source_sans_problack;
  font-size: 28px;
  text-decoration: none;
  font-style: italic;
  text-transform: uppercase;
  line-height: 25px;
  margin-left: -5px;
}
div.rptHeadlines_TV_container {
  position: absolute;
  right: -20px;
  top: 0px;
  width: 255px;
}
.divTopStory_TV_Headlines {
  height: 110px;
  background: #a7a9ac;
  padding: 20px;
  font-family: source_sans_proregular;
  font-size: 12px;
  cursor: pointer;
}
.divTopStory_TV_Headlines .divTopStory_sport_container {
  font-size: 12px;
}
.divTopStory_TV_Headlines div.divTopStory_summary {
  height: 70px;
  overflow: hidden;
}
.divTopStory_TV_Headlines div.divTopStory_summary p {
  margin: 0px;
}
.divTopStory_Rotate_TV_Headlines_selected .divTopStory_TV_Headlines {
  background: #006838;
  color: white;
}
.divTopStory_Rotate_TV_Headlines_selected .divTopStory_TV_Headlines .divTopStory_summary p {
  color: white;
  font-family: source_sans_proregular;
  font-size: 12px;
  margin: 0px;
}
.divTopStory_Rotate_TV_Headlines_selected .divTopStory_TV_Headlines a {
  color: white;
  font-size: 12px;
}
/* Upcoming */

.row.second {
  background: white;
}
#upcoming_container {
  padding: 20px 0px;
  border-top: 1px solid #888888;
  margin-left: 10px;
  width: 715px;
  height: 480px;
  margin-right: 10px;
}
#upcoming_container .upcoming_group_container {
  background: url(/images/events_bg.png);
}
#upcoming_container .divUpcoming_Item_Container {
  zoom: 1;
  padding: 20px 40px;
  text-transform: uppercase;
  color: white;
  font-family: source_sans_proregular;
  font-size: 16px;
}
#upcoming_container .divUpcoming_Item_Container:before {
  content: '';
  display: block;
}
#upcoming_container .divUpcoming_Item_Container:after {
  content: '';
  display: table;
  clear: both;
}
#upcoming_container .divUpcoming_Item_Container .divUpcoming_sport {
  font-family: source_sans_probold;
  font-size: 16px;
  font-style: italic;
}
#upcoming_container .divUpcoming_Item_Container div.divUpcoming_opponent {
  width: 240px;
}
#upcoming_container .divUpcoming_Item_Container .left {
  line-height: 24px;
}
#upcoming_container .divUpcoming_Item_Container .left:first-child {
  margin-right: 10px;
}
#upcoming_container .divUpcoming_Item_Container .left:first-child + .left {
  width: 220px;
}
#upcoming_container .divUpcoming_Item_Container {
  border-top: 2px solid #a7a9ac;
}
#upcoming_container .divUpcoming_Item_Container:first-child {
  border-top: none;
}
#upcoming_container .divUpcoming_datetime {
  font-family: source_sans_probold;
  font-size: 16px;
  font-style: italic;
}
#upcoming_container .upcoming_group_date {
  background: #a7a9ac;
  font-family: source_sans_probold;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 20px;
}
#upcoming_container > div {
  clear: both;
}
#upcoming_container #upcoming,
#upcoming_container #recent {
  height: 445px;
  background: #444444;
}
#upcoming_container .divRecent_result {
  font-family: source_sans_probold;
  font-size: 28px;
}
.divUpcoming_extra div {
  float: left;
}
#upcoming_container i {
  float: left;
  font-size: 20px;
  color: white;
  margin: 0px 4px;
  float: left;
  padding: 5px 0px;
  font-size: 30px;
}
#upcoming_container i span {
  text-indent: -700px;
  display: block;
  overflow: hidden;
  position: absolute;
}
#upcoming_container a i {
  color: black;
}
#upcoming_container .upcoming_group_container {
  background: url(/images/events_bg.png);
}
#upcoming_container .upcoming-item.recent {
  zoom: 1;
  padding: 20px 40px;
  text-transform: uppercase;
  color: white;
  font-family: source_sans_proregular;
  font-size: 16px;
}
#upcoming_container .upcoming-item.recent:before {
  content: '';
  display: block;
}
#upcoming_container .upcoming-item.recent:after {
  content: '';
  display: table;
  clear: both;
}
#upcoming_container .upcoming-item.recent .divRecent_sport {
  font-family: source_sans_probold;
  font-size: 16px;
  font-style: italic;
}
#upcoming_container .upcoming-item.recent div.divUpcoming_opponent {
  width: 250px;
}
#upcoming_container .upcoming-item.recent .left {
  line-height: 24px;
}
#upcoming_container .upcoming-item.recent .left:first-child + .left {
  width: 220px;
}
#upcoming_container .upcoming-item.recent div.divRecent_opponent {
  padding-right: 10px;
  box-sizing: border-box;
  width: 250px;
}
#upcoming_container .divUpcoming_datetime {
  font-family: source_sans_probold;
  font-size: 16px;
  font-style: italic;
}
#upcoming_container .upcoming_group_date {
  background: #a7a9ac;
  font-family: source_sans_probold;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 20px;
}
#upcoming_container > div {
  clear: both;
}
.tabs ul {
  zoom: 1;
  padding-left: 20px;
}
.tabs ul:before {
  content: '';
  display: block;
}
.tabs ul:after {
  content: '';
  display: table;
  clear: both;
}
.tabs ul li {
  float: left;
  width: 200px;
  margin: 0px 10px;
  text-align: center;
  background: #a7a9ac url(/images/events_tab.png) left top no-repeat;
}
.tabs ul li.ui-state-active {
  background: #006838 url(/images/events_tab_a.png) left top no-repeat;
}
.tabs ul li.ui-state-active a {
  color: white;
}
.tabs ul a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: source_sans_problack;
  font-style: italic;
  font-size: 20px;
  color: #404244;
  line-height: 29px;
  display: block;
}
a.composite_link {
  float: left;
  width: 200px;
  margin: 0px 10px;
  text-align: center;
  background: #a7a9ac url(/images/events_tab.png) left top no-repeat;
  display: block;
  height: 29px;
  line-height: 29px;
  text-decoration: none;
  text-transform: uppercase;
  color: #404244;
  font-family: source_sans_problack;
  font-style: italic;
  font-size: 20px;
}
.divUpcoming_sport_ddl {
  display: none;
}
.divTopStory_sport a {
  font-family: source_sans_proregular;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}
a.divTopStory_ReadMore {
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  font-family: source_sans_prosemibold;
  font-size: 12px;
  border-bottom: 2px solid #cccccc;
  width: 70px;
}
.story_wrapper {
  zoom: 1;
}
.story_wrapper:before {
  content: '';
  display: block;
}
.story_wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.story_wrapper .story_image {
  float: left;
}
.story_wrapper .story_date {
  font-family: source_sans_probold;
  font-size: 16px;
  text-transform: uppercase;
}
.story_wrapper .related {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  width: 210px;
  height: 485px;
  margin-bottom: 20px;
}
.story_wrapper .related .related_inner_wrapper {
  height: 485px;
}
.story_wrapper .related .related_inner_wrapper .sport_title {
  font-family: source_sans_probold;
  font-size: 14px;
  font-style: italic;
  color: white;
  text-transform: lowercase;
}
.story_wrapper div.story_inner_wrapper {
  padding: 20px;
  width: 745px;
  font-family: source_sans_proregular;
  font-size: 16px;
  float: left;
}
.story_wrapper div.story_inner_wrapper .story_headline {
  font-family: source_sans_problack;
  font-size: 26px;
  text-decoration: none;
  font-style: italic;
  text-transform: uppercase;
  line-height: 25px;
  margin-left: -5px;
  color: #006838;
  margin-bottom: 30px;
  display: block;
}
.story_wrapper .related > h1 {
  font-family: source_sans_probold;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  background: #444444;
  color: white;
  line-height: 35px;
}
.story_wrapper .highlights_story_overall {
  border-bottom: 1px solid white;
  text-transform: lowercase;
}
.story_wrapper div.highlights_story_text_container {
  height: 150px;
  background: #a7a9ac;
  padding: 20px;
}
.story_wrapper div.highlights_story_text_container a {
  color: white;
  font-family: source_sans_proregular;
  font-size: 14px;
  text-decoration: none;
}
.story_wrapper div.highlights_story_text_container a:hover {
  text-decoration: underline;
}
/* Panel Code */

.tabs .ui-tabs-hide {
  display: none;
}
/* AOW */

div#aow_div {
  width: 215px;
  height: 650px;
  float: right;
  margin-top: -100px;
  margin-right: 10px;
  position: relative;
}
div#aow_div .aow {
  background: url(/images/aotw_bg.png) left top no-repeat;
  padding-top: 50px;
  width: 215px;
}
div#aow_div .aow_title {
  display: none;
}
div#aow_div div.aow_player {
  position: absolute;
  top: 100px;
  left: 90px;
}
div#aow_div div.aow_player a {
  color: white;
  text-decoration: none;
  font-family: source_sans_probold;
  font-size: 16px;
  text-transform: uppercase;
}
.aow_full_name {
  font-size: 16px;
  display: block;
  margin-bottom: 2px;
  font-weight: bold;
}
.aow_full_sport {
  display: block;
  margin-bottom: 5px;
}
.aow_full_link {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.aow_full_container {
  padding-left: 20px;
}
.aow_full_previous {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.aow_full_highlights {
  margin-top: 20px;
}
.aow_dgrd {
  width: 60%;
}
/* Carousel */

.stepcarousel {
  overflow: hidden;
  width: 215px;
  height: 205px;
  margin: 20px 0px 15px 0px;
  white-space: nowrap;
  font-size: 0;
  position: relative;
}
.stepcarousel .belt {
  width: auto;
}
.stepcarousel div.ui-carousel-pager {
  position: absolute;
  width: 100%;
  height: 30px;
  background: white;
  bottom: 0px;
  text-align: center;
}
.stepcarousel .ui-carousel-pager-button {
  width: 18px;
  height: 18px;
  background: url(/images/ad_rotator.png) left top no-repeat;
  display: inline-block;
  margin: 10px 4px;
}
.stepcarousel .ui-carousel-pager-button.active {
  background: url(/images/ad_rotator_b.png) left top no-repeat;
}
/* Ads */

.aow_ad2 {
  margin-bottom: 15px;
}
/* vertical scrollbar */

.mCSB_container {
  width: auto;
  overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}
.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}
.mCustomScrollBox > .mCSB_scrollTools {
  width: 10px;
  height: 100%;
  top: 0;
  right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  background-color: #444444;
  border-left: 1px solid #a7a9ac;
  width: 10px;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.related .mCSB_dragger {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 10px;
  height: 30px;
  background-color: #006838;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}
/* Default datagrid Items */

.default_dgrd_header {
  background-color: #006838;
  color: white;
}
.default_dgrd TR TH {
  padding: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.default_dgrd {
  width: 100%;
}
.default_dgrd TR TD,
.default_dgrd TR TH {
  padding: 5px;
}
.default_dgrd_header A {
  text-decoration: none;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.default_dgrd_item TD {
  background-color: white;
}
.default_dgrd_alt TD {
  background-color: #efefef;
}
/* Roster Grid */

.roster_pastrosters_ddl {
  font-size: 8pt;
}
.roster_team_photo_container {
  width: 100%;
  margin-bottom: 10px;
}
/* Staff Grid */

.staff_dgrd_category {
  font-weight: bold;
  background-color: black;
  color: white;
}
/* Coaches Grid */

.coaches_dgrd_category {
  font-weight: bold;
  background-color: black;
  color: white;
}
.roster_coaches_title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.roster_coaches_dgrd {
  width: 50%;
}
.roster_coaches_dgrd_category {
  font-weight: bold;
  background-color: black;
  color: white;
}
/* Schedule Grid */

.schedule_home {
  font-weight: bold;
}
.schedule_neutral {
  font-style: italic;
}
.schedule_conference_denotation {
  width: 20px;
  height: 20px;
  background-color: red;
}
.schedule_key_symbol {
  font-weight: bold;
}
.schedule_key_box TR TH {
  font-weight: bold;
}
.schedule_tournament_title {
  background-color: #222222;
  color: white;
}
.schedule_tournament_game TD {
  background-color: #efefef;
}
A.schedule_tournament_link,
A.schedule_tournament_link:visited {
  color: white;
  text-decoration: none;
}
A.schedule_tournament_link:hover {
  color: white;
  text-decoration: underline;
}
/* Media Objects */

.media_object_image {
  background-color: #e6e6e6;
  text-align: center;
  width: auto;
}
.media_object_image_left {
  float: left;
  margin-right: 10px;
}
.media_object_caption {
  background-color: #e6e6e6;
  text-align: center;
  padding: 3px;
}
.media_object_rotator_controls {
  width: 100%;
  text-align: right;
  margin-top: 4px;
}
.rotator_container {
  text-align: center;
  border: solid 1px black;
  padding: 3px;
  background-color: #e6e6e6;
}
/* Schedule Record Boxes (front and backend) */

.record_header_text {
  font-weight: bold;
  padding: 3px;
}
.record_table {
  width: 440px;
  background-color: #e6e6e6;
  margin: 10px;
}
.record_header TD {
  background-color: #c2c2c2;
  font-weight: bold;
  text-align: center;
}
.record_data TD {
  text-align: center;
}
/* SmartPlayerView Box */

#smartBox {
  background-color: white;
  padding: 5px;
  display: none;
  position: absolute;
  border: 1px solid black;
  width: 250px;
  top: 10px;
  z-index: 999;
}
/* Composite Calendar */

.composite_cal_item {
  margin-bottom: 7px;
}
.composite_cal_title {
  background-color: #006838;
  border: 0px;
}
.composite_cal_title TR TD {
  color: white;
  padding: 2px;
  font-weight: bold;
  text-align: left;
}
.composite_cal_title TR TD A {
  color: white;
}
.composite_cal_dayheader {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  background-color: white;
  color: black;
  font-weight: bold;
  border: 1px solid #505050;
}
.composite_cal_othermonth {
  background-color: #71101b;
  text-decoration: none;
  border: 1px solid #505050;
}
.composite_cal_selected {
  border: solid 1px white;
  background-color: #4f0000;
}
.composite_cal_day {
  background-color: white;
  text-decoration: none;
  border: 1px solid #505050;
  text-align: left;
  font-weight: bold;
}
.composite_cal_day A {
  text-decoration: none;
  font-weight: normal;
}
.composite_cal_day A:hover {
  text-decoration: underline;
}
.composite_cal_today {
  background-color: white;
}
/* Newsletter Stuff */

.newsletter_story_container {
  padding-left: 10px;
  padding-right: 10px;
}
.newsletter_story_sport_container {
  margin-bottom: 10px;
  margin-top: 5px;
}
.newsletter_story_headline {
  font-weight: bold;
}
.newsletter_signup_container {
  border: solid 1px red;
  padding: 3px 10px 3px 10px;
}
/* Hall of Fame */

.hof_table TR TD {
  padding: 5px;
}
.hof_header {
  background-color: #006838;
  font-weight: bold;
  color: white;
}
.hof_item {
  background-color: #efefef;
}
footer {
  width: 1000px;
  margin: auto;
  background: url(/images/footer_bg.png);
  padding: 20px;
  margin-bottom: 45px;
  height: 300px;
  text-align: center;
  position: relative;
}
footer .footer_ad {
  float: left;
  margin-right: 55px;
  margin-top: 50px;
}
footer #sidearm_logo {
  background: url(/images/footer_sprite.png) right top no-repeat;
  height: 200px;
  width: 200px;
  float: left;
  margin-top: 50px;
}
footer h2 {
  text-transform: uppercase;
  display: inline-block;
  width: 280px;
  position: absolute;
  left: 50%;
  margin-left: -140px;
  bottom: 50px;
  font-family: source_sans_probold;
  font-size: 15px;
}
footer #bottom_border {
  height: 4px;
  background: url(/images/main_story_trans_line.png) left top;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 900;
  left: 0px;
}
.story_inner_wrapper ul {
  list-style-type: disc;
}
.story_inner_wrapper ol {
  list-style-type: decimal;
}
.story_inner_wrapper li {
  margin-left: 30px;
}
