@charset "utf-8";
/* CSS for Sycamore Youth Baseball */

/* This element is for the hyperlink text for most of the calendar and schedule pages.  (I.E. text over grey tabs) */
#survey_steps .formElement { margin: 0 15px 0 0; } a{ color: #990000; } a:hover{ color: #000000; }

/* This element is for the 'Show Tags Menu' tab link on the calendar page */
.pageElement a { color: #000000; }

/* This element changes the month text color on the Month List View page  */
.dateImage .month { color: #FFFFFF; }

/* This element changes the score board ribbon color for the winning team from the default #666666 to #FFFFFF */
.scoreboardRibbon .game .boom{ color: #cc9900; }

/* This element changes the score board ribbon color for the losing team from the default #FFFFFF to #666666 */
.scoreboardRibbon .team { color: #666666; }

/* This element changes the heading color from default yellow to a maroon color */
.textBlockElement h3, .photoGalleryElement h3, .directorySearchElement h3, .newsTitle, .newsImageCaption, .itemDetails h2 { color: #990000; }

/* Changing left side navigation link styles */
.subNav .children a { color:#000000; }

/* Changing left side navigation link styles */
.subNav .children a:hover { color:#FFFFFF; }

/* Changing left side navigation link styles */
.subNav .children a:hover, .relatedSections li a { color:#000000; }

/* Changing left side navigation link styles */
.subNav .children a:hover, .relatedSections li a:hover { color:#FFFFFF; }

/* Removes hover element when rolling over styled area */
.surveyLinkElement:hover { background: #f2f2f2; background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#dadada)); }

/* Removes image icon when a link is added to the surveyLinkElement */
.surveyLinkElement a { background: none; padding: 0px; margin-bottom:20px; }

/* Adds padding to the bottom of the document elements */
.documentElement h3 { padding: 15px 0 10px 75px; background-position: 10px; }