﻿/*Moved from Default.asp*/
.widget {
	min-width: 250px;
	width: 250px;
	margin: 0px 0px 10px 0px;
	float: left;
	overflow: visible;
}

/*Moved from LAContent.css*/
td.RightColWidget,
div.RightColWidget {	
	border: 2px solid #e6e6e6;
    font-family: Arial;
	width: 262px;
	color: #000000; 
	background-color:#FFFFFF; 
	/*text-align:center;*/
}

/* Start Widget Styling...  */

/*Register Now Button*/
.RegNowBtn {
    width:250px;
    height: 50px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.50) 0%, rgba(255,255,255,0) 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.50)), color-stop(50%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.50) 0%,rgba(255,255,255,0) 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.50) 0%,rgba(255,255,255,0) 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.50) 0%,rgba(255,255,255,0) 50%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.50) 0%,rgba(255,255,255,0) 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
}

.RegNowText {
    margin:auto;
    text-align:center;
    font-size:18px;
    line-height:50px;
    text-transform: uppercase;
}

/*News SlideShow*/
#myCarousel,
.carousel-inner,
.item {
    height:350px;
    min-width: 492px;
}

.carousel-inner {
    /*border: 1px solid #f3f3f3;*/
}

a.carousel-control {
    display: none;
}

.carousel-control.right {
    right: 0;
}

.carousel-control {
    left: 0;
}

.carousel-caption {
    color:#FFFFFF;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.53);
}

/*News Headlines*/
.listitem {
    border-bottom: 1px solid #e6e6e6;
    padding: 5px;
}

div.listitem:last-child {
    border-bottom: 0px;
}

.news_headline_img_cell {
    vertical-align:top;
    height: 45px;
    width: 45px;
    background-size: cover;
    background-position: center top;
    background-color: #fff;
}

.news_headline_text_cell {
    vertical-align:top;
    padding-left:5px;
}

.news_headline_date {
    font-size: 9px;
}

.NewsHeadline {
    clear: both;
    max-height: 300px;
    overflow: auto;
}

/*External RSS Feed*/
.RssFeed {
    overflow: auto;
    max-height: 200px;
}

.Rsslist {
    margin-left: .7em;
    margin-right: .7em;
    padding-left: 0;
    list-style: none;
    margin-top: 4px;
    margin-bottom: 4px;
}

.Rssitem {
    margin-bottom: 2px;
}

.Rsslink {
    font-family: Arial;
    font-size: 10px;
}

/*Exchange*/
.Exchangelink,
.Exchangelink:hover {
    text-decoration:none;
}

/*Freeform Widget*/
.Freeform {
    position: relative;
    min-height: 50px;
}

/*Calendar*/
.Calendar {
    overflow: hidden;
    clear:both;
    /*border:1px solid #e6e6e6;*/
    background-color:#FFFFFF;
    width:100%;
}

.CalendarArrow {
    overflow: hidden;
    width:50px;
    height: 30px;
    text-align:center;
}

.CalendarMonth {
    text-align:center;
}

.CalendarMonthText {
    text-transform:uppercase;
}

.CalendarDayText {
    width: 14%;
    text-align: center;
    font-size:10px;
}

.CalendarDayBox {
    border:1px solid #e6e6e6;
    vertical-align:top;
    text-align:right;
    height:25px;
}

.CalendarDayLink {
    display: block;
    text-decoration: none;
    font-size: 10px;
    padding: 0px 2px 4px 2px;
}

/*Link Logo List*/
.Logoimg {
    max-width:246px;
    height:auto;
}

.Logolist {
    text-align:center;
}

/*Sponsor Slideshow*/
.Sponsorslide {
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    height: 250px;
    width: 250px;
    text-align:center;
    vertical-align:bottom;
}

/*Sponsor List*/
.SponsorListImg {
    max-width:246px;
    height:auto;
    border:0;
}

.SponsorList {
    text-align:center;
}

/*online store*/
.Storelink,
.Storelink:hover {
    text-decoration:none;
}

.StoreItemName {
    text-align:center;
    padding:5px;
}

.StoreItemImg {
    text-align:center;
}

.StoreItemDescrip {
    padding:5px;
}

/*Weather Widget*/
.WeatherContainer {
    overflow: hidden;
    clear: both;
    text-align:center;
}

/*Upcoming Games Scrolling*/
#ug-wrapper .bx-wrapper{
    min-width: 200px;
    margin-bottom: 0;
    float: none;
}

#ug-wrapper .bx-wrapper .bx-viewport{
    left: 0;
}

#ug-wrapper .slide{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    height: 105px;
}

#ug-wrapper .slide-inner{
    background: #fff;
    line-height: 20px;
}

#ug-wrapper .ug-slide-body{
    padding: 0 5px;
}

#ug-wrapper .ug-slide-body a{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    border-bottom: 1px dotted;
}

#ug-wrapper .type,
#ug-wrapper .start{
    width: 50%;
    display: inline-block;
}

#ug-wrapper .type{
    font-weight: 400;
}

#ug-wrapper .start{
    text-align: right;
}

#ug-wrapper .division,
#ug-wrapper .status{
    display: inline-block;
}

#ug-wrapper .division{
    width: 70%;
}

#ug-wrapper .status{
    width: 30%;
    text-align: right;
}

#ug-wrapper .team a{
    font-weight: 400;
}

#ug-wrapper .status > .badge{
    font-weight: 300;
}

#ug-wrapper .location{
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
}

#ug-wrapper .location a{
    border: 0;
}

#ug-wrapper .more-info{
    width: 20%;
    text-align: right;
}

#ug-wrapper .more-info a{
    border: 0;
}

#ug-wrapper .location,
#ug-wrapper .more-info{
    display: inline-block;
}

.LeagueName {
    background-color: #FFFFFF;
}

.LeagueDivider {
    height:3px;
}

.UGfacilityCell {
    padding-left:16px;
}

.UGfacilityLink {
    font-size: 10px;
}

.UGzoom-icon {
    font-size:11px;
    vertical-align:top;
    padding-right: 4px;
    border-bottom-style: solid;
    border-bottom-width:1px;
    border-left-style:none;
    border-right-style:none;
    border-top-style:none;
}

.UGteamtop {
    width:90%;
    font-size:14px;
    vertical-align:top;
    border-bottom-style:none;
    border-left-style:none;
    border-right-style:none;
    border-top-style:none;
}

.UGtype {
    vertical-align:top;
    text-align:right;
    font-size:14px;
    padding-right: 4px;
    border-bottom-style:none;
    border-left-style:none;
    border-right-style:none;
    border-top-style:none;
}

.UGteambottom {
    font-size:14px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style:none;
    border-right-style:none;
    border-top-style:none;
}

.UGdate {
    vertical-align:top;
    text-align:right;
    font-size:14px;
    padding-right: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style:none;
    border-right-style:none;
    border-top-style:none;
}

/*Scrolling Game Results (Also apply to static results)*/
.ResultsDate {
    padding-left:2px;
}

.ResultsIconComment {
    vertical-align:top;
    padding-right: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style:none;
    border-right-style:none;
    border-top-style:none;
}

.ResultsTopTeam {
    width:90%;
    border-bottom-style:none;
    border-left-style:none;
    border-right-style:none;
    border-top-style:none;
}

.ResultsTopScore {
    vertical-align: top;
    text-align:right;
    border-left-style:none;
    border-right-style:none;
    border-top-style:none;
    padding-right: 4px;
}

.ResultBottomTeam {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style:none;
    border-right-style:none;
    border-top-style:none;
}

.ResultsBottomScore {
    vertical-align: top;
    text-align:right;
    padding-right: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style:none;
    border-right-style:none;
    border-top-style:none;
}

/*Upcoming Events*/
.UElink,
.UElink:hover {
    text-decoration:none;
}

.UE_SingleEvent {
    width:100%;
    border-bottom:1px dotted #e6e6e6;
}

.UE_SingleEvent:last-child {
    border-bottom: none;
}

.UE_CalendarCell {
    vertical-align:top;
    padding:5px;
    width:45px;
}

.UE_MiniCalendar_link,
.UE_MiniCalendar_link:hover {
    color: #000000;
    text-decoration:none;
}

.UE_MiniCalendar {
    width:45px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.5);
}

.UE_MiniCalendar_Month {
    text-align:center;
    font-size: 9px;
    padding:2px;
    font-weight: 700;
    letter-spacing:1px;
    text-transform: uppercase;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.UE_MiniCalendar_Day {
    text-align:center;
    padding:4px;
    font-size:14px;
    background-color:#FFFFFF;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 82%, rgba(225,225,225,1) 99%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(82%,rgba(241,241,241,1)), color-stop(99%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 82%,rgba(225,225,225,1) 99%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 82%,rgba(225,225,225,1) 99%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 82%,rgba(225,225,225,1) 99%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 82%,rgba(225,225,225,1) 99%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.UE_Details {
    vertical-align:top;
    padding:5px;
    text-align:left;
}

.UE_Details_link {
    /*font-size: 14px;*/
}

.UE_more {
    width:245px;
    text-align: center;
    font-size: 12px;
}

/*Countdown clock*/
.clock {
    font-size:24px; 
}

.countingHead {
    font-size:10px;
    color:#a5a5a5;
    font-weight: bold;
}

.countingTitle,
.countingDate {
    font-size: 16px;
    text-transform:uppercase;
    color:#FFFFFF;
    font-weight:bold;
}

.countingTitle {
    text-shadow:0px 0px 2px #FFFFFF;
}

.dayAmt {
    font-size:50px;
    color:#FFFFFF;
    font-weight:bold;
}

.dayLabel {
    font-size:20px;
    color:#a5a5a5;
    font-weight: bold;
    text-transform:uppercase;
    padding-bottom:30px;
}

#Days {
    vertical-align:top;
}

.time {
    color:#ffffff;
    font-size: 20px;
    font-weight:bold;
}

/*Picture slide show*/
.galleria-widget .galleria-stage {
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}

.Pictureslide {
    text-align:center;
}

.Pictureslide_table {
    width:100%;
    border:0;
}

.Pictureslide_img_cell {
    text-align:center;
    vertical-align:middle;
    height:200px;
}

.Pictureslide_img_table {
    border:0;
    text-align:center;
    width:100%;
}

.Pictureslide_img_cell_1 {
    text-align:center;
}

.Pictureslide_div {
    margin-left:auto;
    margin-right:auto;
    width:100%;
    text-align:center;
}

.Pictureslide_img {
    text-align:center;
}

.Pictureslide_caption {
    text-align:center;
    vertical-align:top;
     font-size: 10px;
}

/*Field Status*/
.FieldStatus_container {
    table-layout:fixed;
    white-space:nowrap;
    overflow:hidden;
    width:100%;
}

.FieldStatus_container tr:last-child>td{
    border-bottom: 0;
}

.FieldStatus_name_city {
    border-bottom: 1px solid #e6e6e6;
    font-size: 9px;
    overflow:hidden;
    width:150px;
    padding: 5px 3px;
    white-space: nowrap;
}

.FieldStatus_name_city a:hover{
    text-decoration: none;
}

.FieldStatus_status {
    font-size: 9px;
    max-width:85px;
    text-align: center;
    color:#FFFFFF;
}

.FieldStatus_NA {
    border-bottom: 1px solid #C0C0C0;
    font-size: 9px;
    text-align:center;
    color:#000000;
}

.closed{
	background-color: #DD514C;
    background-image: linear-gradient(to bottom, #EE5F5B, #C43C35);
}

td.open{
	background-color: #5EB95E;
    background-image: linear-gradient(to bottom, #62C462, #57A957);
}

.tbd{
	background-color: #FAA732;
    background-image: linear-gradient(to bottom, #FBB450, #F89406);
}

/*Twitter Feed*/
.Twitter_table {
    border:0;
    width:250px;
    height:305px;
}

/*Youtube Widget*/
.YoutubeWidget {
    /*border:1px solid #e6e6e6;*/
}

/*Carousel*/
.carouselTitle {
    font-size: 18px;
    font-weight:bold;
    text-shadow: 0 1px 0 #000000;
}

/* Upcoming Games Scroller */
.ug_facility_link,
.ug_team_cell {
    font-size:12px;
}

.ug_team_cell {
    padding: 3px;
}

.ug-map-marker {
    color: #DA4F49;
}

.ug_event_table {
    width:100%;
    margin-bottom:8px;
    border: 1px solid #999;
}

.ug_th {
    text-align:left;
    padding: 4px;
    font-size: 12px;
}

.ug_info_btn_cell {
    padding: 4px;
}

.ug_status_cell {
    padding: 4px;
}

.ug_team_link {
    border-bottom: 1px dotted;
}

/* Recent Results */
.rr_event_table {
    width:100%;
    margin-bottom: 4px;
    border: 1px solid #999;
    background-color: #fff;
}

.rr_th {
    text-align:left;
    padding: 4px;
    border-bottom: 0;
}

.rr_team_cell {
    font-size:12px;
    padding: 3px;
}

.rr_pts_cell {
    font-size: 12px;
    text-align: right;
}

.rr_icon_comment {
    font-size: 12px;
    color: #999;
}

.rr_team_link {
    border-bottom: 1px dotted;
}

/* Get Social */
.btn-club {
    background-image: none !important;
    border-bottom: 1px solid;
    text-shadow: 0 0 0;
}

.btn-club > i {
    font-size: 16px;
    text-shadow: 0 0 0;
}