﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,900,700,100,500);
/*****************************************************************************/
/**** Do Not Remove - This section is needed for google maps *****************/
/*****************************************************************************/
html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
/********* Reset base classes **********/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body > #wrap {
  height: auto;
  min-height: 100%;
}
.wrapper {
  padding: 0 10px;
}
.wrapper .content {
  margin: 0 auto;
  position: relative;
  width: 990px;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body,
html {
  background: none no-repeat scroll 0 0 #000000;
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 11pt;
}
img#bgimg {
  left: 0;
  height: 100%;
  min-height: 875px;
  min-width: 990px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
.float_left,
.content,
.logo,
.signin_lbl,
.register,
.register hr,
.register h2,
.register p,
.register .row label,
.profile,
.profile .row label,
.rightSidePane,
.leftSidePane_home,
.profile h1,
.profile h2,
.profileLeftPane,
.tabBox,
.searchResults,
.result,
.image,
.info,
dt,
dd,
.actionspro {
  float: left;
}
.float_right,
.rightSidePane,
#rightColumn {
  float: right;
}
div.btns {
  text-align: right;
}
a,
a:visited {
  background-color: Transparent;
  color: #003300;  /* green */
  text-decoration: none;
}
a:hover {
  background-color: Transparent;
  color: #003300;  /* green */
  text-decoration: underline;
}
strong {
  font-weight: bold;
}
ol,
ul {
  margin-left: 10px;
}
ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
li {
  margin-left: 0.7em;
}
/* all the fieldset tags use this same style */
fieldset {
  border: solid 1px #CACACA;
  padding: 0px 12px 12px 12px;
  display: block;
}
hr {
  color: #dcdcdc;
  background-color: #dcdcdc;
  margin: 0.5em 0;
}
div.section p,
div.row,
div.register,
div.register .row,
div.register div.chkbxTerms,
div.profile .row {
  margin: 5px;
}
input[disabled],
input[readonly],
select[disabled],
select[readonly],
checkbox[disabled],
checkbox[readonly],
textarea[disabled],
textarea[readonly] {
  background-color: #E6E6E6;
  cursor: default;
}
html[xmlns] .clearfix {
  display: block;
}
.clearfix {
  clear: both;
}
.center-align,
html#HomePage,
html#HomePage body {
  text-align: center;
  margin: 0px auto;
}
.noBackground,
#noBackground {
  background: transparent none repeat scroll 0 0;
}
/********* End of Reset **********/
a {
    cursor: pointer;
}
div.container {
  margin-top: 1em;
  position: relative;
  width: 990px;
  z-index: 6000;
}
div.home_container2,
div.home_container3 {
    float: left;
    margin: 1em 0 0;
}
div.container-header {
    background-repeat: no-repeat;
    margin-top: 0;
    padding-top: 15px;
}
div.container_bottom {
  background-image: url("../images/bottom_bgd.png");
  background-repeat: no-repeat;
  float: left;
  height: 20px;
  width: 990px;
}
div.home_section {
    float: left;
    height: 250px;
    margin-right: 10px;
    width: 310px;
}
h1 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 10px;
}
h2 {
    border-bottom: 1px solid #DCDCDC;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 18px;
    padding-bottom: 8px;
    padding-top: 18px;
}
h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
}
h4 {
  font-size: 13px;
  font-weight: 700;
  padding: 5px 0;
}
div.team_LeftColumn {
  float: left;
  margin: 0 6px 6px 0;
  padding: 0;
  width: 250px;
}
div.team_RightColumn {
  float: left;
  margin: 0 0 6px;
  padding: 0;
  width: 690px;
}

/*****************************************************/
/********************** Header ***********************/
/*****************************************************/
div.header-banner {
  color: #FFFFFF;
  float: left;
  padding: 0 0 7px;
  width: 100%;
}
div.header-banner div.header-logo {
	float: left;
    margin: 0 10px;
}
div.header-banner div.header-name {
    color: #FFFFFF;
    float: left;
    font-family: Cambria;
    font-size: 3em;
    font-weight: bold;
    height: 65px;
    letter-spacing: -2px;
    overflow-y: hidden;
    text-transform: uppercase;
    width: 700px;
}
div.header-banner div.assoc-logo {
	float: right;
    margin-right: 10px;
}
div.header-banner div.header-name a,
div.header-banner div.header-name a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
div.header-banner img {
    height: 60px;
}

/*****************************************************/
/****************** Info Container *******************/
/*****************************************************/
div.info-container {
  float: left;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  text-align: left;
  width: 350px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
div.home_container2 div.info-container h3 {
    border-bottom: 1px solid #575757;
    margin-bottom: 4px;
    text-align: left;
}
div.info-body {
  height: 240px;
  line-height: 1.2; 
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0.8em;
}
div.info-body div.info-row, p {
    margin: 0.2em 0;
}
div.info-body div.info-label {
  float: left;
  padding: 0 0.8em 0 0;
  text-align: right;
  vertical-align: top;
  width: 120px;
}
div.info-body div.info-field {
  overflow: hidden;
  padding: 0;
}
div.info-body div.info-text {
  overflow: hidden;
  padding: 0;
}

/*****************************************************/
/****************** Body Container *******************/
/*****************************************************/
div.body-container {
  background-color: #ffffff;
  float: left;
  min-height: 500px;
  padding: 0 10px;
  width: 970px;
}
div.body-content {
    overflow: hidden;
}
div.body-content ul li {
  list-style-type: none;
  margin-left: 0;
  padding: 0 0.3em;
}

/*****************************************************/
/********************* Articles **********************/
/*****************************************************/
.team_MoreNews {
  font-size: .9em;
  font-weight: bold;
  text-transform: uppercase;
}
.team_article_ImgCaption a {
  color: #FFFFFF;
}
div.team_NewsArchive {
  clear: both;
  float: left;
  padding: 10px;
}
div.team_NewsArchive img {
  float: left;
  margin: 0 10px 10px 0;
  width: 90px;
}
div.team_NewsSnippet {
  float: left;
  width: 450px;
}
div.team_NewsArticle {
  padding-top: 5px;
}
div.team_NewsFullArticle {
  padding: 5px;
}
div.team_NewsFullArticle img {
  padding: 0 10px 10px 0;
  width: 200px;
}
div.team_ScheduleFilter {
  padding: 5px;
}
.team_ScheduleTable {
  padding: 5px;
}
.roster {
  padding-bottom: 10px;
}
/**************************************************/
/******************* Statistics *******************/
/**************************************************/
#sportstatistics {
  float: left;
  width: 100%;
}
#sportstatistics h3 {
  clear: both;
  padding-top: 20px;
}
#sportstatistics div.stats-note {
  clear: both;
  margin: 5px 0 10px 0;
}
#sportstatistics div.team_stats_year {
    position: absolute;
    right: 350px;
    top: 170px;
}
#sportstatistics div.league_stats_year {
    position: absolute;
    right: 150px;
    top: 160px;
}
#sportstatistics div.updated_label {
  position: absolute;
  top: 167px;
  left: 160px;
  font-size: 12px;
}
#sportstatistics select#teams {
    width: 180px;
}
#fieldingGrid {
    max-width: 450px;
}
#offenseGridNQ thead th,
#defenseGridNQ thead th {
    display: none;
}
#offenseGridNQ .baseTable,
#defenseGridNQ .baseTable {
    border-top: 1px dashed #DCDCDC;
    margin: .5em 0 0 0;
    padding: .5em 0 0 0;
}
.slideshow .control {
  color: #003300;
  cursor: pointer;
  font-size: 0.75em;
  margin-left: 2px;
  margin-right: 2px;
}
.shaded_bgd {
  background-color: #F1F1F1;
  padding: 5px;
}

/**************************************************/
/**************** Upcoming Events *****************/
/**************************************************/
.event-item {
  background-color: #EFEFEF;
}
.event-title {
  color: #575757;
  font-weight: bold;
}

/**********************************************/
/***************** Google Map *****************/
/**********************************************/
#map {
  float: left;
  height: 350px;
  margin: 0 10px 10px 0;
  width: 350px;
}

/************** News Articles ***************/
.articlesHome_container {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}
.article_left {
  float: left;
  height: 335px;
  margin-right: 7px;
  overflow: hidden;
  text-align: center;
  width: 465px;
}
.article_left img {
  height: 335px;
}
.article_left a {
  display: block;
  padding: 0;
}
div.article_ImgCaption {
  background-color: #000000;
  clear: left;
  color: #FFFFFF;
  height: 56px;
  line-height: 1;
  opacity: 0.65;
  filter: alpha(opacity=65);
  /* For IE8 and earlier */

  overflow: hidden;
  padding: 0 15px 7px;
  position: absolute;
  text-align: left;
  top: 410px;
  width: 435px;
}
div.article_detail_ImgCaption {
  background-color: #000000;
  color: #FFFFFF;
  height: 42px;
  line-height: 1;
  margin: 0;
  opacity: 0.65;
  filter: alpha(opacity=65);
  /* For IE8 and earlier */

  overflow: hidden;
  padding: 5px 10px 7px;
  text-align: left;
  top: 275px;
  width: 400px;
  z-index: 100;
}
div#articlebody div.slideshow_container div.article_detail_ImgCaption
{
    position: absolute;
}
div.article_ImgCaption a,
div.article_ImgCaption h4 {
  color: #FFFFFF;
}
.article_right {
  overflow: hidden;
  text-align: left;
}
div.article_right_thumbnail {
  float: left;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  width: 100px;
}
div.article_right img {
  float: left;
  margin: 5px 10px 0 0;
  max-height: 75px;
}
/* IE 6 hack */
* + html .article_right {
  display: inline;
}
div.article_right h3 {
  line-height: 1.2;
  margin: 0;
  padding: 5px 0;
}
div.article_subsection {
  float: left;
  height: 140px;
  margin-right: 5px;
  padding: 5px;
  text-align: left;
  width: 260px;
}
div.article_subsection img {
  padding-right: 5px;
  width: 75px;
}
div.articlesHome_container .moreNews {
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
}
.article {
  clear: left;
  padding: 0 0 13px;
}
div.article_full {
  float: left;
}
#articlebody p {
  clear: right;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0 0;
  padding: 0;
}
.article_image img,
.article_image2 img {
  width: 420px;
}
td.contentbody_newsarchive {
  border-bottom: 1px solid #DCDCDC;
}
.contentpaneopen_newsarchive img {
  float: left;
  margin: 0 10px 10px 0;
  width: 120px;
}
/************** TOP MENU TABS ***********/
div.tab-container {
    float: left;
    padding: 0 0 10px;
    text-align: center;
    width: 990px;
}
div.tab_list {
  background-color: transparent;
  display: inline-block;
  margin-top: 5px;
}
div.tab_list li a,
div.tab_list li a:visited {
  color: #FFFFFF;
  display: block;
  font: bold 1.1em Roboto;
  padding: 4px 7px 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
div.tab_list li a:hover,
div.tab_list li a.tab_active,
div.tab_list li a.tab_active:visited {
  -webkit-border-radius: 8px 8px 0 0; /* for Safari */
  -moz-border-radius: 8px 8px 0 0;  /* for Firefox */
  border-radius: 8px 8px 0 0;
  background-color: #ffffff;
  color: #336600;
  font: bold 1.1em Roboto;
  display: block;
  padding: 4px 7px 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
/************** LEFT MENU ***********/
div.menu-container {
  background-color: transparent;
  float: left;
  margin: 0 20px 0 0;
  min-width: 0;
  padding: 0;
  width: 170px;
}
div.menu-container li {
    line-height: 22px;
    margin: 0;
    width: 100%;
}
div.menu-container li a,
div.menu-container li a:visited {
    border-bottom: 1px dotted #ABABAB;
    color: #575757;
    display: block;
    font: bold 1.1em Roboto;
    margin-bottom: 1px;
    padding: 4px 0 8px 10px;
    text-decoration: none;
}
div.menu-container li a:hover,
div.menu-container li a.tab_active,
div.menu-container li a.tab_active:visited {
  background-color: #F5F5F5;
  color: #575757;
  font: bold 1.1em Roboto;
  padding: 4px 0 8px 10px;
  text-decoration: none;
}
div.menu-container li.home-link {
    list-style-type: none;
}
div.menu-container li.home-link a {
    background-color: #F5F5F5;
    border-top: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
    color: #575757;
    padding: 4px 5px 8px 5px;
}
/*********************************************/
/***********  Profile Page *******************/
/*********************************************/
div.body-content h3.playerProfile {
  font-size: 30px;
  padding: 10px;
  overflow: hidden;
  text-align: right;
}
div.body-content .profileImage {
  float: right;
}
div.body-content .profileImage img {
  border: 1px solid black;
  width: 300px;
}
div.body-content .profileInfo {
  overflow: hidden;
}
div.body-content .profileDetail_top,
div.body-content .profileDetail_middle,
div.body-content .profileDetail_bottom {
  background-color: #EBEBEB;
  padding: 5px 30px;
  text-align: right;
}
div.body-content .profileDetail_top {
  background-color: #575757;
  color: #EBEBEB;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
div.body-content .profileDetail_bottom {
  padding-top: 0;
}
div.profileDetail_biography {
  margin-bottom: 10px;
  overflow: auto;
  padding: 10px 5px 10px 10px;
  text-align: left;
}
#profile_photo div.profileDetail_biography {
  height: 247px;
}
/*********************************************/
/***********  Profile Videos *****************/
/*********************************************/
div.profileImage div.videoList_container
{
    background-color: #2F2727;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5F5F5), to(#2F2727)); /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #2F2727, #F5F5F5);/* Safari 5.1, Chrome 10+ */
    background: -moz-linear-gradient(top, #2F2727, #F5F5F5); /* Firefox 3.6+ */
    background: -ms-linear-gradient(top, #2F2727, #F5F5F5); /* IE 10 */
    background: -o-linear-gradient(top, #2F2727, #F5F5F5); /* Opera 11.10+ */
    color: #FFFFFF;
    float: none;
    margin: 6px;
    padding: 5px 0;
    position: absolute;
    top: 390px;
    width: 290px;
}
div.profileImage .videos_container h4
{
    color: #FFFFFF;
    float: left;
}
div.profileImage .videos_container
{
    padding-left: 15px;
    width: auto;
}
div.profileImage div.videos_container .videos_more
{
    float: right;
    padding: 5px 10px 0 0;
}
div.profileImage .videos_more a
{
    color: #FFFFFF;
}
div.profileImage .videos_container a.videoPlayerButton img
{
    width: 40px;
}
div.profile_returnToBio {
  float: left;
  padding: 20px 10px 0 0;
}
div.profileImage div.videos-container {
  float: none;
  position: absolute;
  top: 420px;
}
div.profileImage .thumbnaillink img {
  width: 125px;
}
div.profileImage .videos-container h4 {
  color: #FFFFFF;
  padding: 0 0 5px 10px;
}
div.profileImage .videos-container {
  padding-left: 5px;
  width: 300px;
}
div.profileImage .videos-more a {
  color: #FFFFFF;
}
div.profileImage div.videoThumbnail_container {
  clear: both;
  float: left;
  width: 100%;
}
div.profileImage div.videoThumbnail {
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  text-align: left;
  width: 125px;
}
.profileDetail_videos {
  margin-bottom: 10px;
  padding: 10px 5px 10px 10px;
  text-align: left;
  width: 555px;
}
/************************************************/
/***************** Scoreboard *****************/
/***********************************************/
.content_scoreboardBoxScoreContainer {
  clear: both;
  float: left;
  height: 85px;
  margin: 0 12px 0 0;
  padding: 0 0 15px 3px;
  text-align: left;
  width: 325px;
}
div.leaderboard_home,
div.twitter_home {
  background-repeat: no-repeat;
  height: 290px;
  margin: 5px 15px 0 5px;
  text-align: center;
  width: 475px;
}
div.twitter_home {
    -webkit-border-radius: 10px;
  /* for Safari */

  -moz-border-radius: 10px;
  /* for Firefox */

  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 10px 0 #111111;
  box-shadow: 5px 5px 10px 0 #111111;
  height: 285px;
}
div.scoreboard_home {
  background-repeat: no-repeat;
  height: 300px;
  margin: 5px 0 0;
  text-align: center;
  width: 475px;
}
div.leaderboard_home h3,
div.scoreboard_home h3,
div.standings h3 {
  color: #CCCC99;
  font-size: 1.5em;
  font-weight: bold;
  padding: 7px 10px;
  text-align: center;
  text-transform: uppercase;
}
div.scoreboard_home h3 a,
div.scoreboard_home h3 a:visited {
    color: #CCCC99;
}

div.leaderboard_home h3 .small,
div.scoreboard_home h3 .small,
div.standings h3 .small {
    font-size: 0.5em;
    color: inherit;
}

div.scoreboard_body {
  float: left;
  font-size: 1.2em;
  padding: 0 10px 5px;
  width: 440px;
}

div.boxscore_watchlive
{
    float: left;
    margin-left: 8px;
    margin-top: 20px;
    text-align: center;
}
div.content_scoreboardBoxScoreContainer div.boxscore_watchlive
{
    margin-top: 16px;
}
div.boxscore_watchlive a
{
    float: left;
    padding: 0;
}
div.boxscore_watchlive img
{
    width: 50px;
}

.team-schedule-score img.watchliveImgLg
{
    width: 50px;
    padding-left: 0px;
}

/************************************************/
/**************** RSS Widget ********************/
/************************************************/
.rssBody {
    max-height: 225px;
    overflow-y: scroll;    
}
.rssRow > h4 > a {
    font-size: 15px;
   
}
.rssRow > p {
    font-size: 13px;
}

div.rss_home {
  background-repeat: no-repeat;
  height: 300px;
  margin: 5px 0 0;
  text-align: center;
  width: 475px;
}

div.rss_body {
  float: left;
  font-size: 1.2em;
  padding: 0 10px 5px;
  width: 440px;
}

div.rss_home h3 {
  color: #CCCC99;
  font-size: 1.5em;
  font-weight: bold;
  padding: 7px 10px;
  text-align: center;
  text-transform: uppercase;
}

/************************************************/
/******************* Box Score ******************/
/************************************************/
div.content_teamBoxScoreContainer {
  float: left;
  padding: 10px 0 20px;
}
div.content_teamBoxScoreContainer .boxscore_teamName {
  clear: both;
  float: left;
  width: 210px;
}
div.content_scoreboardBoxScoreContainer .boxscore_teamName {
  clear: both;
  float: left;
  width: 250px;
}
div.content_teamBoxScoreContainer .boxscore_teamName .grid-header,
div.content_teamBoxScoreContainer .boxscore_teamName .grid-item,
div.content_teamBoxScoreContainer .boxscore_inning .grid-header,
div.content_teamBoxScoreContainer .boxscore_inning .grid-item,
div.content_scoreboardBoxScoreContainer .boxscore_teamName .grid-header,
div.content_scoreboardBoxScoreContainer .boxscore_teamName .grid-item,
div.content_scoreboardBoxScoreContainer .boxscore_inning .grid-header,
div.content_scoreboardBoxScoreContainer .boxscore_inning .grid-item {
  margin: 0;
  padding: 4px;
}
.boxscore_teamName .grid-header,
.boxscore_inning .grid-header {
  background-color: transparent;
  border-bottom: 1px solid #CCCCCC;
  color: #696158;
  height: 15px;
  margin: 0px;
  overflow: hidden;
  padding: 2px;
}
.boxscore_teamName .grid-header,
.boxscore_teamName .grid-item {
  text-align: left;
}
.boxscore_teamNameCell {    
    overflow: hidden;
}
.content_homeScoreContainer {
  float: left;
  font-size: 11px;
  height: 70px;
  margin: 0 8px 6px 0;
}
.content_homeScoreContainer .boxscore_teamName .grid-item,
.content_homeScoreContainer .boxscore_teamName .grid-altitem,
.content_homeScoreContainer .boxscore_inning .grid-item,
.content_homeScoreContainer .boxscore_inning .grid-altitem {
  height: 14px;
  margin: 0px;
  overflow: hidden;
  padding: 2px;
}
#innings {
  float: left;
}
.content_homeScoreContainer .boxscore_teamName {
  float: left;
  overflow: hidden;
  width: 150px;
}
.boxscore_inning {
  float: left;
  text-align: center;
  width: 20px;
}
.boxscore_picherName {
  color: #333333;
  font-weight: bold;
}
.content_scoreboardBoxScoreContainer .boxscore_statusBar {
  width: 310px;
}
.boxscore_statusBar {
  clear: both;
  color: #696158;
  float: left;
  font-size: .85em;
  font-weight: bold;
  text-align: left;
  width: 100%;
}
.boxscore_status {
  float: left;
  padding: 0 5px 1px 10px;
}
.boxscore_venue {
  float: left;
  height: 15px;
  overflow: hidden;
  padding: 0 5px 1px;
  width: 100px;
}
.boxscore_completeBoxLink {
  float: right;
  padding: 0 5px 1px 0;
  text-align: right;
}
.boxscore_totalRuns {
  color: #800000;
  font-weight: bold;
}
.boxscore_total {
  font-weight: bold;
}
div.boxscore_title {
  font-size: 12pt;
  font-weight: bold;
  padding: 5px 0 0;
  text-align: left;
}
.pitchers {
  clear: both;
  color: #696158;
  float: left;
  margin-left: 5px;
  margin-top: 20px;
}
div.scoreboard_container div.pitchers {
  clear: both;
  float: left;
  font-size: .9em;
  margin: 0px 5px 15px;
}
.pitchers dl dt {
  float: left;
  font-weight: bold;
  margin: 0 5px 0 0;
}
div.scoreboard_container div.pitchers dl dt {
  font-weight: normal;
}
.pitchers dl dd {
  float: left;
  font-weight: bold;
  margin: 0 20px 0 0;
}
.notes {
  clear: both;
  float: left;
  margin-top: 20px;
}
.notes p {
  clear: right;
  line-height: 18px;
  margin: 5px 0 0;
  padding: 0;
}
/************************************************/
/********* Composite box Score *****************/
/***********************************************/
td.cs_player {
  width: 120px;
}
a.cs_indent {
  float: left;
  font-style: oblique;
  padding: 0 0 0 15px;
}
td.cs_score {
  text-align: center;
  width: 22px;
}
td.cs_team {
  width: 70px;
}
td.cs_total {
  width: 104px;
}
.composite_offensiveTable,
.composite_offensiveTotals,
.composite_defensiveTable {
  width: 660px;
}
.composite_offensiveTotals {
  color: #000000;
  font-weight: bold;
}
.composite_visitorContainer,
.composite_homeContainer {
  float: left;
}
.composite_visitorContainer {
  margin-right: 5px;
}
.composite_offensiveTables {
  float: left;
  margin-right: 3px;
  padding-bottom: 10px;
}
/************************************************/
/***************** Slideshow ********************/
/************************************************/
div.scoreboard_body div.gridPager {
    float: left;
    font-size: .8em;
    margin-top: 222px;
    position: absolute;
    text-align:right;
    width: 425px;
    text-transform: capitalize;
}
div.scoreboard_body div.gridPager .currentslideitem {
    color: #800000;
    font-weight: bold;
}
/************************************************/
/****************** Schedule ********************/
/************************************************/
.team-schedule-date {
  width: 170px;
}
.team-schedule-time {
  width: 65px;
}
.team-schedule-oppenent {
  width: 160px;
}
.team-schedule-location {
  width: 80px;
}
.team-schedule-score {
  width: 75px;
}
.team-schedule-box {
  width: 30px;
}
.team-schedule-record {
  width: 50px;
}
/*****************************************************/
/***************** League Leaders ********************/
/*****************************************************/
.leaders_offense,
.leaders_pitching {
  float: left;
  font-size: 1.2em;
  padding: 0 0 5px;
  width: 223px;
}
.leaders_offense {
  margin-right: 5px;
  padding-left: 5px;
}
#hittingtabs,
#pitchingtabs {
  background: none;
  border: none;
}
#hittingtabs li a,
#pitchingtabs li a {
  line-height: 1.2;
  min-width: 20px;
  padding: 0.15em;
}
div.ui-tabs .ui-tabs-panel {
  padding: 0.5em 0.2em;
  text-align: left;
}
.ui-tabs {
  float: left;
}
div.ui-tabs ul.ui-tabs-nav {
  -webkit-border-radius: 0;
  /* for Safari */

  -moz-border-radius: 0;
  /* for Firefox */

  border-radius: 0;
  border-bottom: 1px solid #999999;
  margin: 0;
  padding: 0 0.3em;
  width: 205px;
}
div.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: -2px;
}
div.ui-tabs ul.ui-tabs-nav li {
  border-bottom: 1px solid transparent !important;
}
div.ui-tabs .ui-widget-header {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  color: #433F38;
  font-weight: bold;
}
div.leaders_offense li.ui-corner-top,
div.leaders_pitching li.ui-corner-top,
li.ui-state-default .ui-corner-top {
  -webkit-border-radius: 6px 6px 0 0;
  /* for Safari */

  -moz-border-radius: 6px 6px 0 0;
  /* for Firefox */

  border-radius: 6px 6px 0 0;
}
li.ui-state-default,
div.ui-widget-content li.ui-state-default {
  background: #666666 none;
  border: 1px solid #999999 !important;
}
li.ui-state-active,
div.ui-widget-content li.ui-state-active {
  background: url("../../../../../common/images/jqueryui/ui-bg_highlight-hard_100_fafaf4_1x100.png") repeat-x scroll 50% 50% #fafaf4;
  border: 1px solid #999999;
  color: #010066;
}
div.leaders_row,
div.leaders_row2 {
  float: left;
  width: 210px;
}
div.leaders_row2 {
  font-size: 0.7em;
}
div.leaders_row {
  border-bottom: 1px solid #DCDCDC;
  font-size: 0.9em;
  height: 85px;
}
div.leaders_row div.leaders_photo {
  float: left;
  height: 75px;
  overflow: hidden;
  text-align: center;
  width: 85px;
}
div.leaders_row div.leaders_photo img {
  width: 65px;
}
div.leaders_row div.league_leaders_name {
  float: left;
  font-weight: bold;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  width: 120px;
}
div.leaders_row div.team_leaders_name {
    float: left;
    font-weight: bold;
    overflow: hidden;
    width: 120px;
}
div.leaders_row div.leaders_team {
  float: left;
  height: 20px;
  overflow: hidden;
  padding: 0 0 0.2em 0.2em;
  white-space: nowrap;
  width: 120px;
}
div.leaders_row div.leaders_value {
  float: left;
  overflow: hidden;
  font-size: 1.2em;
  font-weight: bold;
  text-indent: 40px;
}
div.leaders_row2 div.league_leaders_name {
  float: left;
  height: 20px;
  margin-right: 0.3em;
  overflow: hidden;
  white-space: nowrap;
  width: 80px;
}
div.leaders_row2 div.team_leaders_name {
  float: left;
  height: 20px;
  font-size: 1.2em;
  margin-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  width: 165px;
}
div.leaders_row2 div.leaders_team {
  float: left;
  height: 20px;
  overflow: hidden;
  margin-right: 0.3em;
  white-space: nowrap;
  width: 85px;
}
div.leaders_row2 div.leaders_value {
  float: right;
  overflow: hidden;
  text-align: right;
  width: 35px;
}
/************************************************/
/***************** TERMS OF USE *****************/
/************************************************/
.body_container dl dt {
  margin: 2px 0;
}
.body_container dl dl dt {
  font-size: 12px;
}
.body_container .subheadline,
.content_container .legal {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.body_container .navigation {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
  padding-bottom: 12px;
}
.body_container .address {
  color: #333333;
  margin-bottom: 4px;
  padding-left: 14px;
  float: left;
}
.body_container .address dd {
  background: none repeat scroll 0 0 transparent;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  width: 100%;
}
.body_container .address dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  width: 100%;
}
.body_container ol,
.content_container dl {
  margin: 12px 0;
}
.body_container ol li {
  list-style-position: outside;
  list-style-type: decimal;
  margin: 4px 4px 4px 30px;
}
.body_container ul li {
  list-style-type: square;
  padding: 0.3em;
}
.body_container ol li em {
  display: block;
}
.body_container .address em {
  height: 1px;
  left: -9999em;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px;
}
/*************** END TERMS OF USE ***************/
.opponentcolumn {
  width: 200px;
}
/**************************************************/
/********************* Footer *********************/
/**************************************************/
div#footer_wrapper {
  padding-bottom: 50px;
  position: relative;
}
div.footer {
  color: #CCCC99;
  padding: 0 10px;
  text-align: center;
  z-index: 5000;
}
div.footer a {
  color: #CCCC99;
}
div.footer div.footerMiddle {
  /*text-align: center;*/

  text-align: left;
  /* remove this when social is hooked up */
}
div.footer div.footerContent,
div.footer div.footerLinks,
div.footer div.footerTerms {
  padding: 0 10px 2px;
}
div.footer div.footerContent {
  text-align: left;
}
div.footer div.footerTerms {
  font-size: 8pt;
  text-align: left;
}
div.footer .poweredBy_container {
  float: left;
  min-height: 90px;
  margin-right: 40px;
}
div.footer div.footerBadges {
  float: right;
  margin-left: 40px;
}
div.footer div.footerBadges a {
  background: url("/common/images/social_55x55.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 55px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 55px;
}
div.footer div.footerBadges a.social_fb {
  background-position: 0 0;
}
div.footer div.footerBadges a.social_t {
  background-position: 0 -55px;
}
div.footer div.footerBadges a.social_yt {
  background-position: 0 -110px;
}
/**************************************************/
/****************** Tables/Grids ******************/
/**************************************************/
.grid-header,
.grid-header h3 {
  color: #FFFFFF;
  font-weight: bold;
  margin: 0;
  padding: 5px;
}
.grid-header a,
.grid-header a:hover {
  padding: 4px;
}
.grid-header h3,
.grid-title {
  float: left;
}
.grid-header .grid-header-btns {
  text-align: right;
}
.grid-item,
.grid-item-selected {
  background-color: #FAFAFA;
  margin: 1px;
  padding: 5px;
}
.grid-altitem {
  background-color: #EBEBEB;
}
.roster .grid-item td,
.roster .grid-altitem td,
.roster .grid-item-unread td,
.roster .grid-item-selected td,
td.team_stats_name {
  text-align: left;
}
.roster td.r_player,
.roster td.r_ht {
  width: 150px;
}
.roster td.r_stat {
  text-align: center;
  width: 30px;
}
.grid-item td,
.grid-altitem td,
.grid-item-unread td,
.grid-item-selected td {
  padding: 3px;
  vertical-align: middle;
}
.grid-item-unread td {
  color: #000000;
  /* black */

  font-weight: bold;
  padding: 5px;
  margin: 1px;
}
.grid-item img,
.grid-altitem img,
.grid-item-unread img,
.grid-item-selected img {
  padding-left: 15px;
  width: 16px;
}
.grid-select {
  cursor: pointer;
  text-decoration: none;
}
.grid-select:hover {
  cursor: pointer;
}
.grid-item-top {
  vertical-align: top;
}
.grid-pager {
   background-color: #f5f5f5;
   margin: -15px 0 10px;
   padding: 2px 0;
   text-align: center;
   vertical-align: middle;
}
.grid-pager div.pagination-container li
{
  display: inline;
}
.grid-pager div.pagination-container li.active a,
.grid-pager div.pagination-container li.active a:hover {
  font-weight: 600;
  text-decoration: none;
}
.grid-pager div.pagination-container li a {
  background-color: transparent;
  font-weight: 400;
  padding: 4px;
}
.grid-pager div.pagination-container li a:hover {
  text-decoration: underline;
}
.grid-footer {
  background-color: #68AF0A;
  border: 1px solid #E2F0CF;
  padding: 4px;
  margin: 1px;
}
thead th {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px solid #DCDCDC;
  color: #696158;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
}
#grid {
  clear: both;
}
.baseTable {
  width: 100%;
}
.monthHeader {
  color: #575757;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 5px 0;
}
.result {
  display: block;
  background: white none repeat scroll 0 0;
  border: 1px solid #999999;
  margin-bottom: 5px;
  padding: 5px;
  width: 680px;
}
.image {
  padding: 0 9px 0 0;
  text-align: left;
}
.info {
  padding: 0;
  width: 500px;
}
.a_width {
  width: 660px;
}
/***** Team Schedule *****/
td.team-schedule-date,
td.team-schedule-oppenent,
td.team-schedule-location,
td.team-schedule-title,
td.standings-teamname {
  text-align: left;
}
/**************************************************/
/****************** Standings *********************/
/**************************************************/
.standings {
  background-color: #EFEFEF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 3px 5px 3px 0;
  /* for Safari */

  -moz-box-shadow: 3px 5px 3px 0;
  /* for Firefox */

  box-shadow: 3px 5px 3px 0;
  float: left;
  margin-right: 10px;
  text-align: center;
  padding: 0;
  width: 300px;
  min-height: 300px;
}
.standings_table {
  background-color: #EFEFEF;
  margin-top: 5px;
  min-height: 220px;
  padding: 0 5px;
  width: 300px;
}
.standings_table .grid-header th,
.standings_table .grid-header {
  background-color: transparent;
  color: #999999;
  padding: 1px;
  vertical-align: bottom;
}
.standings_table .grid-altitem,
.standings_table .grid-item {
  background-color: transparent;
  color: #666666;
}
.standings_table .grid-altitem td,
.standings_table .grid-item td {
  font-weight: bold;
  padding: 1px;
}
.standings-teamname {
  overflow: hidden;
}
.standings_table .grid-altitem td.standings-wl,
.standings_table .grid-altitem td.standings-pct,
.standings_table .grid-item td.standings-wl,
.standings_table .grid-item td.standings-pct {
  padding: 1px 5px;
  text-align: right;
}
div.standings_bottom {
  background-image: url("../images/standings_bottom.png");
  background-repeat: no-repeat;
  float: left;
  height: 15px;
  width: 300px;
}
/***** Application Forms *****/
/*div.row {
  clear: both;
  float: left;
}
.leftlabel {
  float: left;
  line-height: 3;
  margin-right: 10px;
  width: 100px;
}
.eventView_container .leftlabel {
  width: 300px;
}
.leftlabel_medium {
  float: left;
  width: 75px;
}
.leftlabel_small {
  float: left;
  width: 25px;
}
.errorcontainer {
  float: left;
  line-height: 3;
  margin-left: 20px;
  text-indent: 0;
}
div.body_container div.row img {
  margin-left: 160px;
  margin-top: -50px;
}
div.applicationSignUpBtn_container {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
div.applicationSignUpBtn_container img {
  cursor: pointer;
}
div.body_container .validation-summary-errors {
  color: #FF0000;
  font-weight: bold;
  text-indent: 0;
}
div.body_container .validation-summary-errors ul {
  padding-left: 20px;
  margin-top: 5px;
}
div.body_container .validation-summary-errors li {
  margin-top: 2px;
  font-weight: normal;
  list-style-type: decimal;
  white-space: normal;
}
div.body_container .validation-summary-errors a {
  text-decoration: underline;
}
.field-validation-error {
  color: #FF0000;
  position: relative;
}
.field-validation-valid {
  display: none;
}
.validation-summary-valid {
  display: none;
}
input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  background-color: #FFEEEE;
  border: 1px dotted red;
}
.eventView_container {
  background-color: #FFFFFF;
  float: left;
}*/

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    background-color: #FFEEEE !important;
  border: 1px dotted red !important;
}
/**********************************************/
/************** Bread Crumb *******************/
/**********************************************/
/* Float Clearing
 ---------------------------------------------------------------------*/
.module:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* float clearing for IE6 */
* html .module {
  height: 1%;
  overflow: visible;
}
/* float clearing for IE7 */
* + html .module {
  min-height: 1%;
}
/* Breadcrumb Styles
 ---------------------------------------------------------------------*/
.breadCrumb {
  background: none repeat scroll 0 0 #FFFFFF;
  display: block;
  float: left;
  height: 21px;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  width: 90%;
}
.breadCrumb ul {
  margin: 0;
  padding: 0;
  height: 21px;
  display: block;
}
.breadCrumb ul li {
  display: block;
  float: left;
  position: relative;
  height: 21px;
  overflow: hidden;
  line-height: 21px;
  margin: 0px 6px 0px 0;
  padding: 0px 10px 0px 0;
  font-size: .9167em;
  background: url(../images/Chevron.gif) no-repeat 100% 0;
}
.breadCrumb ul li div.chevronOverlay {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.breadCrumb ul li span {
  display: block;
  overflow: hidden;
}
.breadCrumb ul li a {
  display: block;
  position: relative;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
  float: left;
}
.breadCrumb ul li.first a {
  height: 16px !important;
  text-indent: -1000em;
  width: 16px;
  padding: 0;
  margin-top: 2px;
  overflow: hidden;
  background: url(../../../../../common/images/IconHome.gif) no-repeat 0 0;
}
.breadCrumb ul li.first a:hover {
  background-position: 0 -16px;
}
.breadCrumb ul li.last {
  background: none;
  margin-right: 0;
  padding-right: 0;
}
.chevronOverlay {
  display: none;
  background: url(../Images/ChevronOverlay.png) no-repeat 100% 0;
  width: 13px;
  height: 20px;
}
/**********************************************/
/****************** Videos ********************/
/**********************************************/
div.home_container2 div.videos-container {
  float: left;
  margin-right: 10px;
  padding: 0;
  text-align: center;
  width: 300px;
}
div.videos-container {
  float: left;
  width: 100%;
}
div.home_container2 div.videos-container h3 {
    border-bottom: 1px solid #575757;
    text-align: left;
}
div.videos-container h2 {
  float: left;
  width: 300px;
}
div.home_container2 a.videoPlayerButton {
  left: 135px;
  position: absolute;
  text-align: center;
  top: 95px;
  z-index: 10;
}
a.videoPlayerButton {
  left: 40px;
  position: absolute;
  text-align: center;
  top: 25px;
  z-index: 10;
}
td.contentbody_newsarchive div.videoThumbnail {
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  text-align: left;
  width: 125px;
}
div.home_container2 .thumbnaillink img {
  width: 300px;
}
div.videos-container h4 {
  float: left;
  padding: 0 0 5px;
  text-transform: uppercase;
  width: 200px;
}
div.videos-container .videos-more {
  float: right;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: -20px;
  padding: 0 10px 5px 0;
  text-transform: uppercase;
}
div.videoThumbnail-container {
  clear: both;
  float: left;
  width: 100%;
}
div.home_container2 div.videoThumbnail {
  float: left;
  margin: 0 3px 0 0;
  position: relative;
  width: 300px;
}
div.videoThumbnail .videoPlayerButton img {
  border: none;
  width: 40px;
}
.memberrow div.videoContent h3 {
  float: none;
  font-size: 16px;
  margin-right: 0;
  text-align: center;
}
div.memberrow div.section {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #cacaca;
  border-style: none none solid;
  border-width: medium medium 1px;
}
div.memberrow div.section p {
  text-align: left;
}
/**********************************************/
/******************** Ads *********************/
/**********************************************/
div.adspace {
  float: right;
  margin: 15px 0 0 10px;
  width: 300px;
}
div.adbanner {
  z-index: 6001;
}
div#SM_League_Inner3, div#SM_Team_Inner3
{
    float: left;
    margin-top: 1em;
    text-align: center;
    width: 100%;
}
/***********************************************/
/******************* Slider ********************/
/***********************************************/
#slideshow {
  float: left;
  height: 320px;
  overflow: hidden !important;
  position: relative;
  width: 420px;
}
#slideshow li:first-child {
  display: block;
  z-index: 1000;
}
#slideshow .slideActive {
  z-index: 1000;
}
#slideshow canvas {
  display: none;
  position: absolute;
  z-index: 100;
}
div#articlebody div.slideshow_container,
div#articlebody div.article_container {
  -webkit-box-shadow: 5px 5px 10px 0 #111111;
  box-shadow: 5px 5px 10px 0 #111111;
  background-color: #000000;
  float: left;
  margin: 10px 25px 20px 10px;
  position: relative;
  width: 420px;
}
div#articlebody div.slideshow_container {
    height: 330px;
}
div#articlebody div.slideshow_container .arrow {
  height: 86px;
  width: 60px;
  position: absolute;
  background-image: url('../../../../common/images/arrows.png');
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -43px;
  cursor: pointer;
  z-index: 5000;
}
div#articlebody div.slideshow_container .previous {
  background-position: left top;
  left: 10px;
}
div#articlebody div.slideshow_container .previous:hover {
  background-position: left bottom;
}
div#articlebody div.slideshow_container .next {
  background-position: right top;
  right: 10px;
}
div#articlebody div.slideshow_container .next:hover {
  background-position: right bottom;
}
/***********************************************/
/***************** Teams Page ******************/
/***********************************************/
#sportteams div.leagues-container {
    background-color: #EBEBEB;
    padding: 10px;
}
#sportteams div.teams-container h4 {
    border-bottom: 1px solid #ABABAB;
}
#sportteams div.teams-container h2,
#sportteams div.leagues-container h2 {
    border: none;
    padding-top: 0;
}
#sportteams div.leagues-container li,
#sportteams div.teams-container li {
    line-height: 22px;
    margin: 0;
}
#sportteams div.leagues-container li a,
#sportteams div.leagues-container li a:visited,
#sportteams div.teams-container li a,
#sportteams div.teams-container li a:visited{
    color: #575757;
    display: inline-block;
    font: bold 1.0em Roboto;
    margin-bottom: 1px;
    padding: 4px 0 8px 4px;
    text-decoration: none;
    width: 100%;
}
#sportteams div.leagues-container li a,
#sportteams div.leagues-container li a:visited
{
    border-bottom: 1px dotted #ABABAB;
}
#sportteams div.leagues-container li a:hover,
#sportteams div.leagues-containerli a.tab_active,
#sportteams div.leagues-container li a.tab_active:visited,
#sportteams div.teams-container li a:hover,
#sportteams div.teams-containerli a.tab_active,
#sportteams div.teams-container li a.tab_active:visited {
  background-color: #F5F5F5;
  color: #575757;
  font: bold 1.0em Roboto;
  padding: 4px 0 8px 4px;
  text-decoration: none;
}
/***********************************************/
/**************** Registration *****************/
/***********************************************/
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.uppercase {
  text-transform: uppercase;
}
.normal {
  font-weight: normal;
  font-style: normal;
}
.bold {
  font-weight: 700;
}
.block {
  display: block;
}
.zero {
  margin: 0;
  padding: 0;
}
.underline {
  text-decoration: underline;
}
.nounderline {
  text-decoration: none;
}
.debug {
  outline: 1px dashed red;
}
.hide {
  display: none;
}
.borderbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.notext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.red {
  color: Red;
}
.signups {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.signups div {
  position: relative;
}
.signups img {
  border: 0;
}

.signups a {
  text-decoration: none;
  cursor: pointer;
}
.signups input[type=submit],
.signups button[type=submit] {
  cursor: pointer;
}
.signups p {
  margin: 0;
  padding: 0;
}
.signups legend {
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 20px;
}
.signups legend.required {
  background: url(../../../../common/images/icon-required.png) no-repeat left center;
  padding-left: 15px;
}
.signups fieldset {
    border: 0 none;
    clear: left;
    margin: 0 0 40px;
    padding: 0;
    position: relative;
}
.signups fieldset > div,
.signups fieldset > div div {
  clear: left;
}
.signups fieldset > div label {
  float: left;
  width: 175px;
  margin: 7px 0 10px 10px;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 30px 4px 0;
}
.signups fieldset > div label.nodisplay {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.signups fieldset > div label.required {
  background: url(../../../../common/images/icon-required.png) no-repeat 94% 10px;
}
.signups fieldset > div input,
.signups fieldset > div textarea,
.signups fieldset > div .select {
  float: left;
  width: 200px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 27px;
  font-size: 14px;
  font-weight: 300;
  padding: 0 10px;
}
.signups fieldset > div input:focus,
.signups fieldset > div textarea:focus,
.signups fieldset > div .select:focus {
  border-color: #7a7a7a;
}
.signups fieldset > div input[type=checkbox],
.signups fieldset > div textarea[type=checkbox],
.signups fieldset > div .select[type=checkbox] {
  width: auto;
}
.signups fieldset > div .select {
  clear: none;
  overflow: hidden;
}
.signups fieldset > div .select select {
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  width: 250px;
  height: 27px;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 10px;
  margin: 0;
  background: url(../../../../common/images/icon-dropdown.png) no-repeat 200px center;
}
.signups fieldset > div textarea {
  width: 580px;
  height: 60px;
  margin: 20px 0;
  overflow: hidden;
  padding: 10px;
}
.signups fieldset > div input[type=checkbox] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 0;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 24px;
  font-weight: 400;
}
.signups fieldset > div input[type=hidden] + label {
    margin: 0 0 10px 10px;
    padding: 7px 30px 4px 0;
    width: auto;
}
.signups fieldset > div .dob div {
  width: 100px;
  float: left;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 27px;
}
.signups fieldset > div .dob div select {
  width: 200px;
  border: 0;
}
.signups fieldset > div .scroll {
    margin: 20px 0 7px;
    max-height: 130px;
    overflow: auto;
    padding-right: 20px;
    width: 600px;
}
.signups fieldset > div .scroll p {
  font-size: 14px;
  font-weight: 300;
}
.signups fieldset > div.break {
  height: 29px;
}
.signups fieldset.submit,
.signups fieldset.submit button {
  border-top: 1px solid #dcdcdc;
  clear: left;
  padding-top: 20px;
  margin-bottom: 18px;
  text-align: right;
}
.signups fieldset.submit input[type=submit],
.signups fieldset.submit input[type=button],
.signups fieldset.submit button {
  background: #010066 url(../../../../common/images/icon-arrow-submit.png) no-repeat 94% center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  padding: 0 26px 0 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.signups fieldset.submit input[type=submit]:hover,
.signups fieldset.submit input[type=button]:hover,
.signups fieldset.submit input[type=submit]:focus,
.signups fieldset.submit input[type=button]:focus,
.signups fieldset.submit button {
  opacity: .8;
}
.signups fieldset > div.amount input[type=text]
{
    color: #111111;
    font-weight: 800;
}

.signups fieldset > div .tablegrid {
    clear: both;
}
.signups fieldset > div .tablegrid tr {
    height: 25px;
}
.signups fieldset > div .tablegrid td {
    text-align:center;
}
.signups fieldset > div .tablegrid input {
    float: left;
    width: 80%;
}
/***********************************************/
/*************** Registrations List ************/
/***********************************************/
div.list-container {
  background-color: transparent;
  float: left;
  margin: 0 20px 0 0;
  min-width: 0;
  padding: 0;
  width: auto;
}
div.list-container li {
    line-height: 22px;
    margin: 0;
    width: 100%;
}
div.list-container li a,
div.list-container li a:visited {
    background: url(../images/icon-arrow.png) no-repeat 5% 8px;
    display: block;
    font: bold 1.1em Roboto;
    margin-bottom: 1px;
    padding: 4px 0 8px 30px;
    text-decoration: none;
}
div.list-container li a:hover,
div.list-container li a.tab_active,
div.list-container li a.tab_active:visited {
background: url(../images/icon-arrow.png) no-repeat 5% 8px;
  background-color: #F5F5F5;
  font: bold 1.1em Roboto;
  padding: 4px 0 8px 30px;
  text-decoration: none;
}
/***********************************************/
/*************** Registrations Home ************/
/***********************************************/
.registration-promo {
  border-bottom: 1px solid #cecece;
  padding: 10px 0 20px 390px;
  max-width: 610px;
  background: url(../images/bg-registration-1.jpg) no-repeat left bottom;
  margin-bottom: 10px;
  overflow: hidden;
}
.registration-promo h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #b40000;
}
.registration-promo p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #575757;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}
.registration-promo a {
  display: inline-block;
  background: #b40000 url(../../../../common/images/icon-arrow-right-white.png) no-repeat 92% center;
  color: #fff !important;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  line-height: 35px;
  padding: 0 30px 0 22px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  float: right;
}
.registration-promo a:hover {
  background-color: rgba(180, 0, 0, 0.7);
}
.registration-promo.v2 {
  background-position: left top;
  padding-top: 20px;
}
.registration-promo.v2 p {
  display: none;
}
.registration-promo.v2 h2 {
  float: left;
  margin: 0;
  padding: 0;
  line-height: 35px;
  font-size: 35px;
}
.registration-promo.sk2 {
  background: url(../images/bg-registration-2.jpg) no-repeat left bottom;
}
.registration-promo.sk2 h2 {
  color: #000;
}
.registration-promo.sk2 a {
  background: #d8ad00 url(../../../../common/images/icon-arrow-right-white.png) no-repeat 92% center;
}
.registration-promo.sk2 a:hover {
  background-color: rgba(216, 173, 0, 0.7);
}
/***********************************************/
/************* Validation Summary **************/
/***********************************************/
.validation-summary-errors {
    background-color: #FFEEEE;
    border: 1px solid #CDCDCD;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #FF0000;
    padding: 10px;
    }
.validation-summary-errors span {
    border-bottom-color: #D9FFB2;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    }
.validation-summary-errors ul {
    margin: 0;
    padding: 0;
    border-top: none;
    }
.validation-summary-valid span {
        display: none;
    }
/***********************************************/
/************** JQuery Overrides ***************/
/***********************************************/
.ui-widget-overlay {
  z-index: 6001 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background: none;
    background-color: #fafafa;
    border: 1px solid #eeeeee;
    color: #333333;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    background-color: #cdcdcd;
    border: 1px solid #999999;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #333333;
}
.ui-widget-content {
  background: none repeat scroll 0 0 #000000;
}
.ui-dialog {
  background-color: #000000;
  z-index: 6002 !important;
}
.ui-dialog .ui-dialog-titlebar {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
}
.ui-dialog .ui-dialog-title {
  color: #FFFFFF;
}
div.ui-dialog div.ui-dialog-content {
  background-color: #000000;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus {
  background-color: #cdcdcd;
  border: 1px solid #999999;
}

/** Tournament Brackets **/
div#tournament {
  display: flex;
  flex-direction: row;
  padding-bottom: 25px;
}
.round {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  list-style: none;
  padding: 0;
}
.round .spacer { flex-grow: 1; }
.round .spacer:first-child,
.round .spacer:last-child { flex-grow: .3; }
.round .game-spacer {
    flex-grow: .6;
}

/** Left Bracket **/
ul.left-bracket li.game {
  overflow: visible;
    padding-left: 5px;
}
ul.left-bracket li.game.winner {
    font-weight: bold;
}
ul.left-bracket li.game span {
}
ul.left-bracket li.game-top { border-bottom: 1px solid #aaa; }
ul.left-bracket li.game-spacer { 
    border-right: 1px solid #aaa;
    min-height: 50px;
    padding: 10px 0;
    text-align: center;
}
ul.left-bracket li.game-bottom { 
    border-top: 1px solid #aaa;
}
/** Right Bracket **/
ul.right-bracket li.game {
  overflow: visible;
    padding-right: 5px;
}
ul.right-bracket li.game.winner {
    font-weight: bold;
}
ul.right-bracket li.game span {
}
ul.right-bracket li.game-top { border-bottom: 1px solid #aaa; }
ul.right-bracket li.game-spacer { 
    border-left: 1px solid #aaa;
    min-height: 50px;
    padding: 10px 0;
    text-align: center;
}
ul.right-bracket li.game-bottom { 
    border-top: 1px solid #aaa;
}