@import url(base/screen.css);

/*

  Author: Ife Okwumabua

======[Global xHTML Elements]======*/

	html {
		background-color: #000;/*6d6e72; / *#0c0c0c; / *#e9eaeb; */
		background-image: url("images/background/hardwood.jpg");
/*	background-image: url("images/background/bg-three.jpg");
    background-image: url("images/background/translucent.png");*/
		text-align: center;
		overflow: auto;
	}

	body {
		margin: 0 auto;
		padding: 0;
		/*background: transparent url("images/background/bodyOP90.png") center 10px no-repeat;* /
        background: transparent url("images/background/fingerprint4.png") center center no-repeat;
        background: transparent url("images/background/gradient2.png") center center repeat-x;*/
    background: transparent url("images/background/gradient_WE.png") 0 0 repeat-y;
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		width: auto;
		height: auto;
		min-height: 100%;
		position: relative;
		border: none;
		}
		body.intro {
		  background-position: 0 0;
	}

	h2.subTitle {
		margin-top: 10px;
		margin-left: 10px;
	}

	#containerWrapper {
		min-height: 600px;
	}
	.contentContainer {
		width: 98%;
		text-align: center;
		overflow: hidden;
	}

	.header, .viewPort, .promotional, .footer {
		/*margin: 0 auto;
		width: 972px;*/
	}

.header, .footer {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  text-align: center;
	vertical-align: middle;
  text-transform: uppercase;
	color: #8e8d8d;
	font-size: 90%;
	}
	.header a, .footer a {
		outline: none;
		text-decoration: none;
		color: #f1f1f1;
		letter-spacing: 1px;
		}
		.header a:hover, .footer a:hover {
			text-decoration: underline;
		}
		.header a.burntSienna, .footer a.burntSienna {
			/*margin: 0;*/
			color: #c15b0b;
	}
	.header {
	  top: 10px;
	  margin: 0;
    padding: 5px 5px 8px;
    /*height: 28px;
    background: transparent url("images/background/header.png");
    width: 530px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #E26425;*/
      }
      .header h1 {
        margin: 0 0 5px;
        padding: 0 0 0 50px;
        color: #fff;
        text-align: center;
        text-transform: all-caps;
        font-size: 1.5em;
        }
        .header .titleNav {
          position: relative;
          display: inline-block;
          margin: 0 auto;
          padding: 0;
          background-color: #000;
          }
          .header .titleNav:before,
          .header .titleNav:after {
            position: absolute;
            bottom: 0;
            display: inline-block;
            margin: 0;
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            vertical-align: middle;
            }
            .header .titleNav:first-of-type:before {
              right: 100%;
              border-width: 0 10px 45px 0;
              border-color: transparent #000 transparent transparent;
            }
            .header .titleNav:last-of-type:after {
              left: 100%;
              border-width: 45px 10px 0 0;
              border-color: #000 transparent transparent transparent;
        }
        .header .titleNav a {
          position: relative;
          display: inline-block;
          margin: 0;
          padding: 13px 0 12px;
          border-bottom: 4px solid transparent;
          font-size: 2em;
          vertical-align: middle;
          font-family: "Trebuchet MS";
          }
          .header .titleNav a span {
            display: block;
            margin: 0;
            padding: 0 10px;
            border-right: 1px solid #ddd;
            }
            .header .titleNav a:first-child span, .header .titleNav a:last-child span {
              border-right: 0;
          }
          .header a:hover, .header a.active, .footer a.active {
            text-decoration: none;
            border-bottom-color: #E26425;
            /*color: #E26425; / *c15b0b;*/
            }
            .header a.active:hover, .footer a.active:hover {
              border-bottom-color: #fff; /*E26425;*/
          }
          .header a.siteLogo {
            padding: 5px 10px;
            vertical-align: middle;
            }
            .header a.siteLogo:hover {
              border-bottom-color: transparent;
            }
            .header .siteLogo img {
        }
        .header hr {
          margin: 8px 0 0 -30px;
          border-top: 2px solid #e26425;
          clear: none;
          display: none;
        }
        .header hr.top {
          margin: 4px 0 8px 30px;
        }
        .header li {
          padding: 20px 0;
	}
	.footer {
    top: 90px;
		padding: 0;
		border-top-width: 0;
		border-top-style: solid;
    border-color: #0e76bc;
    font-weight: normal;
    font-size: 100%;
    color: #000;
		text-align: center;
        }
        .footer a {
          }
          .footer a#termsconditions {
            float: right;
          }
          .footer a#privacypolicy {
            float: left;
        }
        .footer span {
          /*color: #222;
          display: inline-block;
          padding: 15px 10px 15px 55px;
          background: transparent url("images/logos/badge.png") left center no-repeat;*/
        }
        .footer #cartItems {
            margin-left: 8px;
            font-size: 0.8em;
            text-transform: capitalize;
    }


	.sideNav {
		display: none;
		float: right;
		margin-left: 10px;
		margin-right: 0;
		padding: 15px 0 0;
		height: 415px;
		width: 180px;
		background: transparent url("images/logos/badge.png") bottom center no-repeat;
		text-align: left;
		}
		.sideNav a {
			display: block;
			font-weight: bold;
			color: #555; /*8e8d8d;*/
			letter-spacing: 1px;
		}
		.sideNav img {
			width: 98%;
	}

	.viewPort {
    margin: 0 auto;
    padding: 0;
		position: relative;
		/*width: 80%;
		overflow: hidden;*/
    background: transparent url("images/background/gradient_EW.png") top right repeat-y;
		/*border-left: 2px solid #ff7200;
		border-right: 2px solid #ff7200;*/
		min-height: 100%;
		}
		body.intro .viewPort {
		  background-position: 100% 0;
		  height: 100%;
      }
      body.intro .viewPort a.jump {
        display: block;
        padding-bottom: 30px;
        text-align: center;
        font-size: 4em;
        font-weight: bold;
        color: #000;
        }
        body.intro .viewPort a.jump img {
          display: block;
          margin: 0 auto 30px;
          width: 300px;
		}
		.viewPort .content {
		  margin: 0 2.5%;
      padding: 135px 0 0;
      min-height: 650px;
			/*height: 100%; / *363px;
			background: blue;
			height: 424px;
			overflow: hidden; * /
			background-color: #0c0c0c;
      background: transparent url("images/background/flarebg2.png") 145px 81px no-repeat;* /
      background: url("images/background/flarebg2.png") no-repeat fixed center 143px transparent; */
			color: #fff;
			}
			.viewPort .content .category {
          margin: 0 auto;
			    border-top: 1px solid transparent;
			    overflow: auto;
			    width: 90%;
			    /*
			}
			.viewPort .content img.splash {
				margin-top: 10px;
				height: 315px;
				width: 98%;*/
			}
			.viewPort .content ul.carousel {
				height: 315px;
				width: 98%;
				margin: 10px auto 0;
				padding: 0;
				overflow: hidden;
				list-style: none;
                }
                .viewPort .content ul.carousel li {
                    margin: 0;
                    padding: 0;
                    }
                    .viewPort .content ul.carousel li a {
                        }
                        .viewPort .content ul.carousel li a img {
                            height: 315px;
                            width: 953px;
	}

.burntSienna {
	color: #c15b0b;
}


.pane {
    padding-left: 0;
    width: 100%;
    list-style-position: inside;
    float: left;
    overflow-y: auto;
}

.gameContainer {
  padding-left: 0;
  list-style-position: inside;
  list-style: none;
  background: teal;
}

.gameTimes {
/*  float: left;*/
}

.twoStages, .threeStages, .fourStages {
    overflow: hidden;
    }
    .twoStages {
        width: 1970px;
    }
    .threeStages {
        width: 2955px;
    }
    .fourStages {
        width: 3940px;
}


/* Product View */
.productView {
	margin: 15px 10px 0;
	padding: 15px;
	-moz-border-radius: 10px;
	overflow: auto;
	/*font-size: 120%;
	background:url(/themes/images/background/overlay-fff-70.png);*/
	}
	.productView .bigImage {
			float: left;
			padding: 10px 0 0;
			width: 34%;
			text-align: center;
			}
			.productView .bigImage img {
				width: 400px;
			}
			.productView .bigImage b {
				 display: block;
				padding-top: 10px;
				font-size: 140%;
	}
	.productView .details {
		margin-left: 45%;
		text-align: left;
		position: relative;
		}
		.productView .details h1 {
			font-size: 400%;
			text-transform: uppercase;
		}
		.productView .details hr {
			border: 1px solid #0e76bc;/*c15b0b;*/
		}
		.productView .details .callToAction {
			padding: 0 0 5px;
			overflow: auto;
			color: #eee;
		}
		.productView .details .callToAction .trigger {
			/*float: left;
			width: 34%;*/
			font-size: 120%;
			position: relative;
			margin-left: 1%;
			padding-top: 10px;
		}
		.productView .details .callToAction .trigger strong {
			font-size: 200%;
			line-height: 100%;
			/*color: #c15b0b;*/
			vertical-align: middle;
		}
		.productView .details .callToAction .trigger input.text, .productView .details .callToAction .trigger select {
			font-size: 135%;
			background-color: transparent;
			border: 1px solid #8E8D8D;
			color: #fff;/*0e76bc;*/
            }
            .productView .details .callToAction .trigger input.text {
                padding: 0 4px 0 8px;
		}
		.productView .details .callToAction hr {
			margin: 5px 0;
			width: 80%;
		}
		.productView .details .callToAction .trigger .buy {
			font-size: 130%;
			/*color: #c15b0b;*/
			font-weight: bold;
			cursor: pointer;
			background: transparent;
			text-decoration: none;
			margin-left: 20px;
		}
		.productView .details .callToAction .trigger ul {
			padding-left: 19px;
			/*color: #8B3C00;*/
			padding-top: 5px;
			list-style: square;
			list-position: inside;
		}
		.productView .details .callToAction .info {
			margin-left: 36%;
			padding: 15px 10px 10px;
			background:url(/themes/images/background/header.png);/* overlay-c15b0b-50 */
			position: relative;
			height: 280px;
			overflow: auto;
			-moz-border-radius-bottomleft: 15px;
			-moz-border-radius-bottomright: 15px;
			border: 2px solid #0e76bc; /*c15b0b;*/
			border-top: none;
	}
	.productView {
        }
        .productView .images {
            float: left;
            width: 49%;
            position: relative;
            /*padding-top: 13px;*/
            text-align: left;
            }
            .productView .images a.stage {
                text-decoration: none;
                color: #fff;
                }
                .productView .images a.stage:hover {
                    text-decoration: underline;
            }
            .productView .images img {
                border: 1px solid #000;
                background-color: #fff;
                -moz-border-radius: 5px;
                }
                .productView .images img.hero {
                    margin-top: 10px;
                    padding: 22px 5px;
                    width: 340px;
                    float: left;
            }
            .productView .images .small {
                margin-left: 5px;
                margin-top: 10px;
                float: left;
                }
                .productView .images .small img {
                    display: block;
                    margin-bottom: 5px;
                    width: 80px;
                    padding: 5px 3px;
                    opacity: 0.2;
                    }
                    .productView .images .small img:hover {
                        opacity: 0.5;
                    }
                    .productView .images .small img.active, .productView .images .small img:focus {
                        opacity: 1;
                        /*background-color: #0e76bc;
                        border-color: #0e76bc;*/
        }
        .productView .details {
            margin-left: 50%;
            padding-bottom: 10px;
            }
            .productView .details .callToAction {
                padding: 5px 0 0;
                border-left: 2px solid #0e76bc;
                }
                .productView .details .callToAction hr {
                    margin: 15px 0;
                }
                .productView .details .callToAction img {
                    vertical-align: text-bottom;
                }
                .productView .details .callToAction p {
                    margin: 0;
                    padding: 0 15px;
                }
                .productView .details .callToAction .trigger {
                    margin-left: 0;
                    padding-top: 0;
                }
                .productView .details input.stage {
                    /*display: block;
                    margin: 0 0 0 25px;*/
                    -moz-border-radius: 2px;
                    margin-bottom: 2px;
                    font-size: 130%;
                    padding: 2px 5px;
                    background-color: #0e76bc;
                    color: #fff;
                    vertical-align: middle;
}

/* <Promo Banners> - An ordered list akin to a tag cloud */
.promotional {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20%;
/*	margin-top: -170px;
	height: 100px;*/
	padding: 2px 0;
	overflow: visible;
	}
	.promotional .banner, .promotional .column {
		position: relative;
		height: 100%;
		/*background-image: url('images/background/overlay80.png');*/
    overflow: visible;
}
/* </Promo Banners>*/

	.electricBlue .header, .electricBlue .footer, .electricBlue .productView .details .callToAction .info, .electricBlue .productView .details hr, .electricBlue .productView .details .callToAction .trigger input.text {
	    border-color: #0e76bc;
	}

    .electricBlue .productView .details .callToAction .trigger strong, .electricBlue .productView .bigImage b, .electricBlue .productView .details .callToAction .trigger ul {
        color: #0e76bc;
    }

table.cart, div.buttons {
	margin: 0 auto;
	width: 90%;
}
table.cart {
	margin: 10px auto;
}
table.cart thead th {
    padding-bottom: 8px;
}
table.cart th {
	background: none;
	font-size: 135%;
}
table.cart th.product {
    width: 68%;
}
table.cart th.quantity {
    width: 8%;
}
table.cart th.price {
    width: 8%;
}
table.cart th.subtotal {
    width: 8%;
}
table.cart th.action {
    width: 8%;
}
table.cart tbody {
	font-size: 120%;
	height: 300px;
	overflow: auto;
}
table.cart tbody tr {
    padding-bottom: 8px;
}
table.cart td {
	padding-left: 15px;
}
table.cart td.product {
}
table.cart td.product a {
    font-size: 120%;
    text-decoration: none;
    color: #fff;
}
table.cart td.product a img {
    margin-right: 15px;
    vertical-align: middle;
    width: 40px;
}
table.cart td.product h3 {
    display: inline;
}
table.cart td.quantity {
}
table.cart td.quantity input {
    font-size: inherit;
    text-align: center;
}
table.cart td.price {
}
table.cart td.subtotal {
}
table.cart td.action {
}
table.cart tfoot {
    /*background-image: url("images/background/modal.png");*/
	font-size: 120%;
	font-style: normal;
    }
    table.cart tfoot td {
        padding: 5px 0;
}
div.buttons {
	}
	div.buttons table {
		margin: 0 auto;
}
div.buttons .checkout {
	margin-left: 20px;
	}
	#payment div.buttons {
		width: 97%;
	}
	#payment div.buttons table {
		margin: 0 auto 5px;
		width: 100%;
}
.mf{visibility: hidden; z-index:1; color:#fff; font-size:14px}
.mf * {
	outline:none;
	border:none;
	padding:0;
	margin:0;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select:none;
	-o-user-select:none
}
.mf div.loader{
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:0 auto;
	top:45%;
	width:100%;
	background:url(skin/ajax_loader.gif) no-repeat 50% 0;
	padding:50px 0;
}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:98;
	margin:1em auto;
	/*bottom:50px;*/
	width:100%;
	font-size: 100%;
}
.mf div.caption h2 {
  font-size: 150%;
}
.mf div.caption h3 {
  margin: 5px 0;
  font-size: 120%;
}
.mf div.caption a {
  color: #C15B0B;
}
.mf div.mfNav{
	position:absolute;
	z-index:99;
	margin:0 auto;
	text-align:center;
	width:100%;
	bottom:20px;
	font-size:1px;
	line-height:1px;
	width:100%;
}
.mf div.autoPlayCon{
	float:left;
	width:10%;
	padding-left:3%;
	height:24px;
}
.mf a.play, .mf a.stop{
	width:27px;
	height:24px;
	float:left;
	cursor:pointer;
}
.mf a.play{
	background:url(skin/play.gif) no-repeat;
}
.mf a.stop{
	background:url(skin/stop.gif) no-repeat;
}
.mf div.sliderCon{
	margin-top:5px;
	float:left;
	width:74%;
}
.mf a.sliderNext{
	background:url(skin/left.gif) no-repeat;
}
.mf a.sliderPrev{
	background:url(skin/right.gif) no-repeat;
}
.mf a.sliderNext, a.sliderPrev{
	text-decoration:none;
	width:25px;
	height:16px;
	cursor:pointer;
	float:left;
}
.mf div.resizeCon{
	float:right;
	width:10%;
	padding-right:3%;
	height:24px;
}
.mf a.resize{
	width:34px;
	height:24px;
	float:right;
	cursor:pointer;
	background:url(skin/resize.gif) no-repeat;
}
.mf div.slider{
	background:url(skin/middle.gif) repeat-x;
	height:16px;
	position:relative;
	text-align:left;
	float:left;
}
.mf div.knob{
	height:16px;
	background:url(skin/middle-slider.gif) repeat-x right center;
}
.mf div.knobleft{
	background:url(skin/left-slider.gif) repeat-x center;
	width:8px;
	height:16px;
}

		#splashPane {
			/*background: transparent url(../images/bisons-hfsl-2-time-champions.jpg) 50% 35% no-repeat;* /
			background: transparent url(../images/trophy.png) 50% 35% no-repeat;*/
			}
      #splashPane .splash {
        display: none;
		}
/*		#menPane {
			background-color: blue;
		}
		#womenPane {
			background-color: pink;
		}
		#eventsPane {
			background-color: yellow;
		}
		#aboutPane {
			background-color: orange;
		}
		#contactPane {
			background-color: white;
		}*/
    .burntSienna {
	    color: #0e76bc !important;
    }


.columns.oneThirds {		}
.columns.oneThirds .column, .columns .column .column.oneThirdsCol {	width: 32%;	}
    .columns.oneThirds .control, .columns .column .control.oneThirdsCol {
        margin-left: 34%;
        text-align: left;
        display: block;
}




/*
Date Picker Input Stylings
.datepicker start
*/

/* ife */
.datepicker_vista {
	position: absolute;
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	color: #000;
	line-height: normal;
	width: 172px;
	height: 135px;
	padding: 14px;
	background: url(images/datepicker/frame.png) no-repeat;
}

/* header
********************************************************/
.datepicker_vista .header {
	position: relative;
	height: 15px;
	margin-bottom: 5px;
	padding-top: 1px;
}

.datepicker_vista .header .title {
	text-align: center;
	margin: 0 18px 0 18px;
}

.datepicker_vista .header .titleText {
}

.datepicker_vista .header .previous,
.datepicker_vista .header .next,
.datepicker_vista .header .closeButton {
	position: absolute;
	cursor: pointer;
	text-indent: -40px;
	overflow: hidden;
	width: 12px;
	height: 12px;
	top: 2px;
	background-image: url(images/datepicker/buttons.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.datepicker_vista .header .previous {
	left: 4px;
}
.datepicker_vista .header .previous:hover {
	background-position: left bottom;
}
.datepicker_vista .header .next {
	right: 4px;
	background-position: -13px top;
}
.datepicker_vista .header .next:hover {
	background-position: -13px bottom;
}
.datepicker_vista .header .closeButton {
	display: none;
	right: 0px;
	top: 0px;
	background-position: right top;
}
.datepicker_vista .header .closeButton:hover {
	background-position: right bottom;
}

/* body
********************************************************/
.datepicker_vista .body {
	position: relative;
	top: 0px;
	left: 2px;
	width: 168px;
	height: 112px;
	overflow: hidden;
}

/* time
********************************************************/
.datepicker_vista .time {
	position: relative;
	width: 100%;
	height: 100%;
}

.datepicker_vista .time .hour,
.datepicker_vista .time .separator,
.datepicker_vista .time .minutes {
	border: 1px solid #ccc;
	background: #fff;
	width: 50px;
	font-size: 32px;
	position: absolute;
	top: 10px;
	text-align: center;
	padding: 2px;
}

.datepicker_vista .time .hour {
	left: 15px;
}
.datepicker_vista .time .separator {
	background: transparent;
	border: 0px;
	width: 10px;
	left: 76px;
}

.datepicker_vista .time .minutes {
	left: 95px;
}
.datepicker_vista .time .ok {
	position: absolute;
	top: 65px;
	width: 136px;
	left: 15px;
	font-size: 20px;
}

/* days-grid
********************************************************/
.datepicker_vista .days .day {
	float: left;
	text-align: center;
	overflow: hidden;
	width: 23px;
	height: 15px;
	margin: 0 1px 1px 0;
}
.datepicker_vista .days .titles {
	height: 15px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 1px;
}
.datepicker_vista .days .day0 {
	margin-right: 0;
}

.datepicker_vista .days .week5 .day {
	margin-bottom: 0;
}

/* days-colors
********************************************************/
.datepicker_vista .days .week .day {
	cursor: pointer;
}
.datepicker_vista .days .week .day:hover {
	background: url(images/datepicker/days.png) left top no-repeat;
	color: #0084AA;
}

.datepicker_vista .days .otherMonth {
	color: #aaa;
}

.datepicker_vista .days .selected {
	background: url(images/datepicker/days.png) left bottom no-repeat;
	color: #316879;
}

/* months-grid
********************************************************/
.datepicker_vista .months .month {
	float: left;
	cursor: pointer;
	text-align: center;
	padding-top: 6px;
	width: 55px;
	overflow: hidden;
	height: 21px;
	margin: 0 1px 1px 0;
}

.datepicker_vista .months .month3,
.datepicker_vista .months .month6,
.datepicker_vista .months .month9,
.datepicker_vista .months .month12 {
	margin-right: 0;
}

.datepicker_vista .months .month10,
.datepicker_vista .months .month11,
.datepicker_vista .months .month12 {
	margin-bottom: 0;
}

/* months-colors
********************************************************/
.datepicker_vista .months .month:hover {
	background: url(images/datepicker/months.png) left top no-repeat;
	color: #0084AA;
}

.datepicker_vista .months .selected {
	background: url(images/datepicker/months.png) left bottom no-repeat;
	color: #316879;
}

/* years-grid
********************************************************/
.datepicker_vista .years .year {
	float: left;
	cursor: pointer;
	text-align: center;
	padding-top: 6px;
	width: 32px;
	overflow: hidden;
	height: 21px;
	margin: 0 1px 1px 0;
}

.datepicker_vista .years .year4,
.datepicker_vista .years .year9,
.datepicker_vista .years .year14,
.datepicker_vista .years .year19 {
	margin-right: 0;
}

.datepicker_vista .years .year15,
.datepicker_vista .years .year16,
.datepicker_vista .years .year17,
.datepicker_vista .years .year18,
.datepicker_vista .years .year19 {
	margin-bottom: 0;
}

/* years-colors
********************************************************/
.datepicker_vista .years .year:hover {
	background: url(images/datepicker/years.png) left top no-repeat;
	color: #0084AA;
}

.datepicker_vista .years .selected {
	background: url(images/datepicker/years.png) left bottom no-repeat;
	color: #316879;
}

/* global
********************************************************/
.datepicker_vista .unavailable {
	background: none !important;
	color: #fbb !important;
	cursor: default !important;
}

.datepicker_vista table {
	border-spacing: 0;
}

.datepicker_vista th,
.datepicker_vista td {
	padding: 0;
}


.datepicker_vista {
	background: url(images/datepicker/frame.png) no-repeat;
}
.datepicker_vista .header {
	position: relative;
  margin: 0 auto 5px;
  padding: 3px 0 0;
	height: 15px;
  min-width: inherit;
  width: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  border: none;
  color: #fff;
  font-weight: bold;
  opacity: 1;
}

.datepicker_vista .header .title {
  margin: 0 18px;
	text-align: center;
}

#shit[style*="opacity: 0;"] {
  display: none;
}



/*
  .datepicker end
*/

	.entry table {
		margin: 0 auto;
		text-align: center;
		background: url(images/background/modal2.png);
		}
		.entry table caption {
			background: url(images/background/header.png);
		}
		.entry table thead {
			font-size: 1.1em;
			border-bottom: 2px solid #000;
		}
		.entry table tfoot {
			font-size: 0.9em;
			/*background: url(images/background/header.png);*/
			background-image: url(images/background/modal2.png);
		}
		.entry table tr {
		}
		.entry table tr th, .entry table tr td {
			padding: 5px 0 5px 7px;
			background-color: transparent;
			}
			.entry table tr th {
        background-image: url(images/background/header.png);
        }
        .entry table tr th label {
          color: #fff;
        }
        .entry table tr th input.text {
          border: 2px solid orange;
          color: #fff;
          background-color: transparent;
			}
			.entry table tr td {
				padding-left: 14px;
			}
			table.standings {
				}
				table.standings tr td {
					font-size: 1.3em;
			}
			table.stats.standings tbody th:nth-child(2) {
        padding: 0 0 0 50px;
        text-align: left;
        width: 200px;
      }
			table.schedule {
				background: none;
				}
				table.schedule tr {
					background-image: url(images/background/modal2.png);
					}
					table.schedule tr td {
						/*background: url(images/background/modal2.png);
						/ *padding: 5px 0;*/
						padding-left: 15px;
						}
						table.schedule tr td.gametime {
							/*width: 25px;*/
							padding: 2px 7px;
							text-align: center;
							font-size: 1.1em;
							font-weight: bold;
							color: #fff;
							vertical-align: middle;
							background-image: url(images/background/header.png);
						}
						table.schedule tr td.opponent, table.schedule tr td.homeAway {
							font-size: 1.2em;
							background-image: url(images/background/modal2.png);
	}
	.contentContainer {
		position: relative;
		margin: 0 auto;
		height: 98%;
		width: 95%;
		}
		.contentContainer .header {
			height: 6%;
			/*background: red;*/
		}
		.contentContainer .leftContent {
			padding-top: 10px;
			float: left;
			width: 250px;
			}
			.contentContainer .leftContent .siteLogo {
				display: block;
				margin-bottom: 15px;
				}
				.contentContainer .leftContent .siteLogo h1.title {
			}
			/*.contentContainer .leftContent */ul.menuNav {
				margin: 0;
				padding-top: 5px;
				list-style: none;
				overflow: auto;
				/*margin-left: 180px;
				/ *width: 70%;*/
				}
				/*.contentContainer .leftContent */ul.menuNav li {
					}
					/*.contentContainer .leftContent */ul.menuNav li a {
						display: block;
						padding: 4px;
						margin: 0 5px 5px;
						color: #fff;
						background: transparent url(images/background/header.png);
						opacity: 75%;
						font-weight: bold;
						}
						/*.contentContainer .leftContent*/ ul.menuNav li a:hover {
							color: #c8521e;
							/*background: #d8d8d8;* /
							background-image: url(images/background/modal2.png);*/
			}
			.contentContainer .leftContent ul.subMenu {
				margin-top: 0px;
				margin-left: 0px;
				padding: 0px;
				background: grey;
				list-style: none;
				}
				.contentContainer .leftContent ul.subMenu li {
					font-size: 0.8em;
					background: yellow;
			}
			.contentContainer .leftContent .userBlock {
				position: absolute;
				left: 6px;
				bottom: 0px;
		}
		.contentContainer .mainContent {
			position: relative;
			margin-left: 260px;
			height: 99%;
			text-align: left;
/*			background-color: #fcfcfc;*/
			background: url(images/background/header.png);
			border: 1px outset;
			color: #fff;
			}
			.contentContainer .mainContent h1.breadCrumb {
				margin-left: -10px;
				padding: 0px 0px 10px;
				font-size: 2em;
				text-align: left;
				font-weight: bold;
			}
			.contentContainer .mainContent .section {
				padding: 15px 10px 0px 20px;
				text-align: left;
				height: 97%;
				overflow: auto;
				position: relative;
				/*background-image: url(images/background/modal2.png);*/
			}
			.ie6 .contentContainer .mainContent .section {
				height: 98%;
	}

	.legend {
		margin: 0px;
		padding: 8px;
		text-align: center;
		background-image: url(images/background/modal2.png);
		/*#d8d8d8;
		color: #333;
		width: 50%;*/
		}
		.legend .date {
			vertical-align: middle;
			height: 15px;
			width: 15px;
	}

/* <Columns> */
	div.columns, .columns {
		padding-left: 10px;
		/*min-height: 200px;
		background: red;*/
		}
		div.columns div.column, .columns li {
			float: left;
		}
		.two.columns {
			padding-left: 0px;
			}
			.two.columns div.column {
				margin-right: 1%;
				width: 48%;
				padding-left: 0px;
		}
		.three.columns {
			padding-left: 0px;
			}
			.three.columns .column {
				float: left;
				/*margin: 0;
				margin-right: 2.9%;
				padding-left: 10px;
				color: #fff;
				width: 30%;*/
				}
				.three.columns .column.control {
					margin-right: 0px;
			}
			.three.columns ul.services {
				float: left;
				margin: 0px;
				margin-right: 2.9%;
				padding-left: 10px;
				width: 30%;

				}
				div.three.columns ul.services li {
					padding: 0px;
				}
				div.three.columns ul.services.control {
					margin-right: 0px;
		}
		.four.columns {
			padding-left: 0px;
			}
			.four.columns .column {
				float: left;
				margin: 0px;
				margin-right: 1%;
				width: 24%;
				/*background-color: orange;*/
				}
				.four.columns .column.control {
					margin-right: 0px;
		}
		div.six.columns, ul.six.columns {
			padding-left: 0px;
			}
			div.six.columns div.column, .six.columns li {
				margin-right: 3%;
				width: 13%;
				padding-left: 0px;
	}
/* </Columns> */
	.splashBanner {
		margin: 2.5% 5% 0;
		overflow: auto;
		color: #fff;
		}
		.splashBanner img {
			float: left;
		}
		.splashBanner h1 {
			font-size: 2.5em;
		}
		.splashBanner h2 {
		}
		.splashBanner div {
			padding-top: 190px;
			font-size: 1.2em;
		}
		.splashBanner div a {
			color: #000;
	}


	.infoGroup {
		margin: 0px;
		/*margin-bottom: 25px;*/
		padding: 0px 0px 10px 15px;
		}
		.infoGroup .inputRow {
			height: 26px;
			padding-top: 5px;
			padding-bottom: 5px;
			font-size: 1.3em;
			/*text-align: right;
			background: orange;*/
			}
			.infoGroup .inputRow code {
				margin-left: 5px;
				color: red;
				vertical-align: top;
			}
			.infoGroup .inputRow label {
			}
			.infoGroup .inputRow select {
				border: none;
				height: 30px;
				width: 160px;
				vertical-align: middle;
				font-size: 1em;
			}
			.infoGroup .inputRow input.text.small, .infoGroup .inputRow input.text.medium, .infoGroup .inputRow select {
				margin-left: 15px;
	}
	form.browse {
		}
		form.browse input.text, form.browse select {
			background: transparent;
			color: #fff;
		}
		form.browse .buttonRow {
			display: none;
	}

	.expenseTotalAmount {
		color: #2f7a36;
		font-size: 1.4em;
	}

	.totalAmount {
		font-size: 2em;
		}
		.work .totalAmount {
			color: #2f7a36;
		}
		.unrealized .totalAmount {
			color: #d12b2b;
		}
		.confirmed .totalAmount {
			color: #eae673;
	}
	.active.month {
		padding: 0px 6px;
		text-decoration: none;
	}
	.contactUs {
		color: #fff;
		background-image: url(images/background/modal.png);
		}
		.contactUs h3 {
			padding: 5px;
			background-image: url(images/background/modal2.png);
	}

	.gameResult {
		margin: 0px auto 15px;
		padding: 4px;
		width: 40%;
		text-align: center;
		background-image: url(images/background/header2.png);
		}
		.gameResult h4 {
			margin-bottom: 8px;
			padding: 8px;
			background-image: url(images/background/modal2.png);
		}
		.gameResult a {
			font-weight: bold;
			color: #fff;
		}
		.gameResult .teams {
			overflow: auto;
		}
		.gameResult .homeTeam, .gameResult .awayTeam {
			font-size: 1.3em;
			float: left;
			width: 42%;
			font-weight: bold;
		}
		.gameResult .homeTeam img, .gameResult .awayTeam img {
			vertical-align: middle;
			display: none;
			}
			.gameResult .homeTeam img {
				margin-right: 10px;
			}
			.gameResult .awayTeam img {
				margin-left: 10px;
		}
		.gameResult .versus {
			margin: 0px 15px 0;
			font-size: 1.4em;
			vertical-align: bottom;
			float: left;
		}
		.gameResult .status {
			margin-top: 8px;
			padding: 6px;
			background-image: url(images/background/modal2.png);
			clear: left;
		}
		.gameResult .homeScore, .gameResult .awayScore {
			font-size: 2.2em;
			vertical-align: middle;
		}
		.gameResult .gameTime {
			margin: 0 30px;
			vertical-align: middle;
	}
	.mapContainer {
		margin: 0 auto;
		width: 85%;
		height: 200px;
		background-image: url(images/background/modal.png);
		color: #000;
		text-align: center;
		display: none;
	}
	.staffBio {
		margin-bottom: 40px;
		}
		.staffBio .staffPicture {
		}
		.staffBio ul.bullets {
			margin-left: 20px;
		}
		.staffBio .staffName {
			font-size: 1.7em;
			border-bottom: 1px solid #ffcc07;
		}
		.staffBio .staffTitle {
			font-size: 0.8em;
			text-transform: italic;
		}
		.staffBio .staffPersonal {
			margin-top: 15px;
			margin-right: 15px;
			padding: 5px;
			width: 200px;
			text-align: center;
			background: #7b43a2;
			float: right;

		}
		.staffBio .staffPicture {
			margin-bottom: 5px;
			height: 80px;
			width: 80px;
			/*float: left;*/
		}
		.staffBio .personalQuote {
			display: block;
			font-size: 0.9em;
			padding: 8px;
			font-style: italic;
			font-weight: bold;
	}


/* Playoffs */

table.playoffs {
  margin: 0 auto;
  width: 80%;
}
table.playoffs th {
  padding: 0;
}
table.playoffs td {
  padding: 0;
}
table.playoffs a {
  text-decoration: none;
}
table.playoffs .rightDraw {
  text-align: right;
}
table.playoffs .rightDraw {
  text-align: left;
}
table.playoffs .team a {
  display: inline-block;
}
table.playoffs .team a img {
  display: block;
  width: 50px;
}
table.playoffs .gameInfo a {
  display: inline-block;
}
table.playoffs .gameInfo img {
  display: block;
  width: 35px;
}



/* Playoff Bracket */
ol.bracket, ol.bracket ol {
  margin: 0;
  padding: 0;
  list-style: none;
  position: inside;
  }
  ol.bracket {
    /*display: inline-block;
    float: left;*/
  }
  ol.bracket.rightDraw {
    text-align: left;
  }
  ol.bracket a {
    text-decoration: none;
    color: #fff;
  }
  ol.bracket h3 {
    display: block;
    margin: 0 0 30px;
    padding: 10px 0;
    border-top: 1px solid #E26425;
    border-bottom: 1px solid #E26425;
    background-image: url("images/background/header.png");
    color: #fff;
  }
  ol.bracket li {
    margin: 0;
    padding: 0;
  }
  ol.bracket .round {
    display: inline-block;
    vertical-align: top;
    }
    ol.bracket .first.round h3 {
      margin-bottom: 15px;
    }
    ol.bracket .round h3 {
      text-align: center;
    }
    ol.bracket .second {
      /*margin-left: -4px;*/
      }
      ol.bracket .second h3 {
        margin: 0 5px 70px;
        }
        ol.bracket .second .rightDraw h3 {
          /*margin-left: 2px;*/
  }
  ol.bracket .rightDraw {
    margin-left: -5px;
    position: absolute;
    width: 15%;
  }
  ol.bracket .first .rightDraw {
    right: 0;
  }
  ol.bracket .second .rightDraw {
    right: 15%;
  }
  ol.bracket .games {
    text-align: right;
  }
  ol.bracket .games.rightDraw {
    text-align: left;
  }
  ol.bracket .game {
    margin-bottom: 30px;
    font-size: 14px;
    }
    ol.bracket .game:last-child {
      margin-bottom: 0;
    }
    ol.bracket .game fieldset {
      display: block;
    }
    ol.bracket .game .top {
      padding: 10px 10px 5px;
    }
    ol.bracket .game .info {
      display: block;
      padding: 20px 10px;
      border: 2px solid #000;
      border-left-width: 0;
      text-align: center;
      background-color: transparent;
    }
    ol.bracket .rightDraw .game .info {
      border-left-width: 2px;
      border-right-width: 0;
      padding-right: 0;
      }
      ol.bracket .game .info a {
      }
      ol.bracket .game .info .vs {
        margin: 6px 10px 0 0;
        width: 35px;
        display: inline-block;
        }
        ol.bracket .first .game .info .vs {
          /*display: none;*/
        }
        ol.bracket .third .game .info .vs {
          margin-top: 0;
          margin-right: 0;
          float: none;
      }
      ol.bracket .game .info .gametime {
        display: inline-block;
        color: #fff;
    }
    ol.bracket .second .game .info {
      height: 130px; /*140px;*/
      padding: 80px 10px 0;
    /* Use when you bring in editable byes}
    ol.bracket .second .game .info {
      height: 155px;
      padding: 105px 10px 0;*/
    }
    ol.bracket .game .first .info .gametime {
      padding-top: 0;
      }
      ol.bracket .game .info .gametime {
        padding-top: 10px;
        font-size: 0.7em;
    }
    ol.bracket.unranked .second .game .info {
      padding-top: 75px;
      height: 130px;
    }
    ol.bracket .game .bottom {
      padding: 5px 10px 10px;
    }
    ol.bracket .game .team {
      display: inline-block;
      color: #222;
      text-decoration: none;
      }
      ol.bracket .first.round div.playoff_game {
        margin-bottom: 30px;
        padding-top: 10px;
      }
      ol.bracket .third.round div.playoff_game {
        margin-top: 20px;
      }
      ol.bracket form.playoff_game input[type=button],
      ol.bracket form.playoff_game input[type=submit] {
        padding: 2px;
        font-size: 0.6em;
        line-height: inherit;
      }
      ol.bracket form.playoff_game select {
        padding: 0;
        height: auto;
        font-size: 0.6em;
        }
        ol.bracket form.playoff_game .info .gametime select {
          font-size: 0.9em;
      }
      ol.bracket form.playoff_game .logod {
        display: inline-block;
        line-height: inherit;
      }
      ol.bracket .third.round form.playoff_game fieldset {
        position: absolute;
        bottom: -60px;
        left: 0;
        right: 0;
        }
        ol.bracket .third h3 + li form.playoff_game {
          margin-top: -30px;
      }
      ol.bracket .game span.team {
        display: block;
        line-height: 39px;
        /*font-weight: bold;*/
        text-align: center;
        vertical-align: middle;
        padding: 5px 0;
        color: #fff;
        width: auto;
        }
        ol.bracket .first .game span.team {
        }
        ol.bracket .second .game span.team {
          line-height: inherit;
          }
          ol.bracket .second .game span.team.top {
            padding-top: 15px;
        }
        ol.bracket .game span.team abbr {
          font-size: 0.6em;
          vertical-align: super;
        }
        ol.bracket .game b {
          display: inline-block;
          margin-left: 10px;
          padding: 3px 5px;
          font-size: 1.1em;
          line-height: 1.1em;
          color: #fff;
          }
          ol.bracket .rightDraw b {
            margin-left: 0;
            margin-right: 10px;
          }
          ol.bracket .game b.wins, ol.bracket .game b.winning.score {
            background-color: #168616;
      }
      ol.bracket .game .team .teamName {
        display: inline-block;
      }
      ol.bracket .game .team .logo {
        display: inline-block;
        margin: 0 7px 0 0;
        max-height: 30px;
      }
      ol.bracket .game .top .logo {
        vertical-align: middle;
      }
      ol.bracket .game .bottom .logo {
        vertical-align: middle;
    }
    ol.bracket .third h3 {
      margin-bottom: 10px;
      }
      ol.bracket .third h3 + li {
        margin-top: 160px;
        }
        ol.bracket .third h3 + li .info[title=""] .vs {
          /*visibility: hidden;*/
    }
    ol.bracket .third .games {
    }
    ol.bracket .third .game {
      position: relative;
      display: block;
      margin-bottom: 0;
      text-align: center;
      }
      ol.bracket .third .game {
      }
      ol.bracket .third .game .team {
        padding: 0 15px 5px;
        border-bottom: 2px solid #000;
        vertical-align: bottom;
        position: absolute;
        bottom: 70px;
        line-height: inherit;
        min-width: 10%;
        /*top: 208px;*/
        }
        ol.bracket.unranked .third .game .team {
          bottom: 0;
        }
        ol.bracket .third .game .top {
          left: 0;
        }
        ol.bracket .third .game .bottom {
          right: 0;
        }
        ol.bracket .third .game .bottom .logo {
          vertical-align: text-bottom;
        }
        ol.bracket .third .game .logo {
          margin: 0 0 0 2px;
        }
        ol.bracket .third .game .info {
          display: inline-block;
          padding: 0;
          border: none;
          vertical-align: bottom;
          }
          ol.bracket .third .game .info .gametime {
            margin-bottom: 5px;
            display: block;
    }
    ol.bracket {
      position: relative;
      width: 100%;
    }
    ol.bracket .round {
      /*position: relative;*/
      width: 15%;
    }
    ol.bracket .first {
      /*background-color: red;*/
    }
    ol.bracket .second {
    }
    ol.bracket .third {
      position: relative;
      width: 40%;
    }
    ol.bracket .first .games {
      /*background-color: red;*/
    }
    ol.bracket .second .games {
      /*background-color: green;*/
    }
    ol.bracket .third .games {
      /*background-color: blue;*/
      text-align: center;
      }
      ol.bracket .third .games .game {
        display: block;
        margin: 5px 0 30px;
    }
    ol.bracket .champs {
      display: block;
      margin-bottom: 40px;
      /*padding-top: 15px;
      height: 190px;*/
      height: 85px;
      text-align: center;
      font-size: 170%;
      font-weight: bold;
      /*background: orange;*/
      }
      .optionBlocks ol.bracket .champs {
        height: 125px;
      }
      ol.bracket.unranked .champs {
        margin-bottom: 20px;
      }
      ol.bracket .champs img {
        margin: 5px 20px;
        vertical-align: middle;
        width: 150px;
      }
      ol.bracket .champs .team {
      	display: block;
      	padding: 5px;
      	width: auto;
				}
				ol.bracket .champs .team:hover {
					border-color: transparent;
				}
				ol.bracket .champs .team .logo {
					max-height: 80px;
					width: auto;
    }
    ol.bracket .trophy {
}

            .optionBlocks {
              position: relative;
              margin: 0 auto;
              display: block;
              text-align: center;
              }
              .optionBlocks h1.breadcrumb {
                margin-bottom: 30px;
                text-align: left;
              }
              .optionBlocks .block, .entry {
                display: inline-block;
                position: relative;
                margin-right: 10px;
                margin-bottom: 10px;
                color: #222;
                text-decoration: none;
                font-size: 120%;
                height: 220px;
                width: 200px;
                border: 1px solid transparent;
                text-align: center;
                vertical-align: top;
                }
                .optionBlocks .entry .block {
                  margin: 0;
                  border: none;
                  height: auto;
                  width: auto;
                  min-width: 80px;
                }
                .optionBlocks .block {
                  }
                  .optionBlocks .block img {
                    display: block;
                    margin: 10px auto;
                    width: 130px;
                  }
                  .optionBlocks .block img.trophy {
                    position: absolute;
                    top: 0;
                    left: 0;
                    margin: 0;
                    padding: 0;
                    width: auto;
                  }
                  .optionBlocks .block span {
                    display: block;
                }
                .entry {
                  width: 210px;
                  padding: 5px;
                  border-radius: 10px;
                  background-color: rgba(255, 255, 255, 0.35);
                  font-size: 1.1em;
                  }
                  .entry h2 {
                    text-align: left;
                  }
                  .entry ul {
                    margin: 20px 0 0;
                    padding: 0;
                    text-align: left;
                    }
                    .player.entry ul {
                      list-style-position: inside;
                    }
                    .player.entry ul img {
                      vertical-align: top;
                      width: 60px;
                    }
                    .entry ul li {
                      margin-bottom: 5px;
                    }
                    .entry > ul > li {
                      margin: 0 0 10px;
                      padding: 5px 0;
                      overflow: auto;
                      }
                      .entry ul li > label {
                        display: inline-block;
                        margin-right: 15px;
                        width: 40%;
                        cursor: pointer;
                        /*float: left;*/
                        }
                        .entry ul li > label img {
                          display: block;
                          width: 98%;
                      }
                      .entry ul li input.text {
                      }
                      .entry ul li textarea {
                        margin: 0;
                        height: 80px;
                        width: 50%;
                        vertical-align: baseline;
                  }
                  .entry input.submit, .entry input.reset {
                    margin-right: 25px;
                }
                .entry .message {
                  display: block;
                  margin-top: 100px;
                  text-align: center;
                }
                .spotlight #teamManagement .label.remove.message {
                  display: inline-block;
                  margin-top: 10px;
                  margin-right: 20px;
                  }
                  .optionBlocks .entry .actions {
                    position: absolute;
                    display: block;
                    margin: 0;
                    left: 0;
                    right: 0;
                    bottom: 3px;
                    text-align: center;
                    }
                    .optionBlocks .entry .actions .message {
                      display: inline;
                      margin: 5px
                }
                .entry fieldset {
                  display: none;
                  border: none;
                }
                .entry fieldset legend {
                  padding-bottom: 0;
                  font-size: 1.2em;
                }
                .optionBlocks.editing .block,
                .optionBlocks.editing .entry {
                  display: none;
                  min-width: 400px;
                  height: auto;
                  }
                  .optionBlocks.editing .entry.editing {
                    display: inline-block;
                    margin-right: auto;
                    margin-left: auto;
                    }
                    .optionBlocks.editing .team.entry.editing {
                      width: auto;
                    }
                    .optionBlocks.editing .entry fieldset,
                    form.entry.editing .entry fieldset {
                      display: block;
                    }
                    .optionBlocks.editing .entry .message,
                    form.entry.editing .entry .message {
                      display: none;
              }
              .optionBlocks .block:hover, .optionBlocks .entry:hover, .optionBlocks.editing .entry {
                border-color: #fff;
            }


.entry .team, .optionBlocks .block .team {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  }
  .entry .team label {
    text-transform: small-caps;
  }
  .entry .team .logod {
    display: block;
    line-height: 90px;
  }
  .entry .team .logo {
    margin: 5px auto;
    width: auto;
    max-height: 50px;
    vertical-align: middle;
}
.entry img.versus {
  display: inline-block;
  margin: 0 5px 0 10px;
  width: 30px;
  vertical-align: middle;
}
/*
.new.game.entry {
  position: absolute;
  top: 0;
  left: 100px;
  width: auto;
  height: auto;
  }
  .new.game.entry > a.message {
    margin-top: 0;
  }
  .new.game.entry.editing {
    position: relative;
    top: auto;
    left: auto;
    width: 400px;
}*/

.player.optionBlocks {
  width: auto;
  height: auto;
  }
  .player.optionBlocks.editing {
    text-align: center;
  }
  .player.optionBlocks .entry {
    padding-bottom: 20px;
  }
  .player.optionBlocks .entry .actions {
    font-size: 0.6em;
    bottom: 0;
  }
  .player.optionBlocks .player {
    margin-bottom: 15px;
    min-width: 120px;
    height: auto;
    width: auto;
    }
    .player.entry .team {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      margin-top: -10px;
      text-align: left;
      }
      .player.entry .team img {
        margin: 0 5px 0 0;
        display: inline;
        width: 30px;
        vertical-align: middle;
    }
    .player.entry .headshot {
      width: 50px;
}



.team.optionBlocks {
  text-align: center;
  }
  .team.optionBlocks .team {
    margin-bottom: 10px;
    padding-bottom: 25px;
    width: 140px;
    height: auto;
    }
    .team.optionBlocks .team img.logo {
      max-height: 75px;
      width: auto;
}

.logo.inlineBlock {
  margin: 0 15px;
  vertical-align: middle;
}
table.stats.teamStats thead th {
  font-size: 0.7em;
}
table.stats.teamStats td.player {
  height: auto;
  background-color: rgba(255, 255, 255, 0.5);
}
table.stats.teamStats td.player .player {
  width: 80%;
  text-align: right;
}
table.stats th.awayTeam {
}
table.stats th.homeTeam {
}
table.stats a.team {
  color: #fff;
  }
  table.stats a.team .info.inlineBlock {
    display: inline-block;
    vertical-align: middle;
  }
  table.stats a.team .logo.inlineBlock {
    max-height: 90px;
    max-width: 200px;
}
table.leader.statCategories th {
  font-size: 1em;
}
table.leader.statCategories th[colspan="13"] {
  font-size: 1.4em;
}
table.leader.statCategories a {
    display: block;
    padding: 3px;
    border-radius: 5px;
    text-decoration: none;
    color: #ddd;
  }
  table.leader.statCategories a:hover {
    color: #E26425;
    background-color: #ddd;
  }
  table.leader.statCategories a.selected {
    background-color: #E26425;
    color: #fff;
}
.team {
}
.team .record {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  }
  .team ul.record {
    list-style-position: inside;
    }
    .team ul.record li {
      margin-bottom: 0;
      }
      .team ul.record li ul li {
        margin: 0;
        padding: 3px 0 0;
        line-height: 1em;
}
.team.block {
  padding: 20px;
/*  background: blue;*/
  }
  .team.block .logo, .team.block .info {
    display: inline-block;
    vertical-align: middle;
    }
    .team.block .logo {
      max-height: 150px;
      margin-right: 20px;
  }
  .team.block .info {
    border: none;
    background-color: transparent;
    font-size: 2em;
    }
    .team.block .info .name {
      display: block;
      margin-bottom: 10px;
}

.game.optionBlocks {
  font-size: 0.8em;
  }
  .game.optionBlocks .game {
    margin-bottom: 10px;
    /*height: auto;*/
    min-width: 230px;
    }
    .game.optionBlocks .game .score {
      display: block;
      padding-top: 3px;
      font-size: 2em;
      }
      .game.optionBlocks .game .winning.score {
        color: green;
  }
  .game.optionBlocks .location {
    display: block;
    text-align: center;
    }
    .game.optionBlocks .location b {
      display: block;
  }
  .optionBlocks.editing .game.entry.editing {
    min-width: 300px;
    text-align: center;
  }
  .optionBlocks.editing .game.entry.editing fieldset ul li:last-of-type {
    text-align: center;
    }
    .optionBlocks.editing .game.entry.editing fieldset ul li:last-of-type label {
      text-align: left;
}
/* Playoff Bracked */
ol.bracket .game > .entry {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 3px;
  }
  ol.bracket .game > .entry:hover {
    border-color: transparent;
  }
  ol.bracket .game:hover > form.entry .info,
  .third.round .game:hover > form.entry .block.banner {
    background-color: rgba(255, 255, 255, 0.25);
  }
  .third.round .game:hover > form.entry .info {
    background-color: transparent;
  }
  .bracket .game a.banner.block {
    display: block;
  }
  ol.bracket .game > .entry .message {
    /*display: inline-block;
    margin: 0 3px 0 0;*/
  }
  ol.bracket .game > .entry .actions {
    position: relative;
    display: block;
    padding-top: 20px;
    font-size: 0.7em;
    text-align: center;
    }
    ol.bracket .game > .entry .actions a {
      display: inline-block;
      margin: 0;
      padding: 1px 3px;
      color: #000;
      background-color: rgba(255, 255, 255, 0.32);
      }
      ol.bracket .game > .entry .actions a:hover {
        color: #8c3b12;
        text-decoration: underline;
    }
    ol.bracket .game > .entry .actions a:first-child {
      margin-right: 10px
      padding-left: 5px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
    }
    ol.bracket .game > .entry .actions a:last-child {
      padding-right: 5px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
}
.game.editing {
  background-color: rgba(255, 255, 255, 0.32);
  }
  .game.editing form.entry.editing .block,
  .game.editing form.entry.editing .actions {
    display: none;
  }
  .game.editing form.entry.editing fieldset {
    display: block;
    padding: 5px;
    }
    .game.editing form.entry.editing fieldset ul {
      margin-top: 0;
    }
    .game.editing form.entry.editing fieldset ul li > label {
      display: block;
      margin: 15px 0 0;
      padding: 0 0 5px;
      width: auto;
    }
    .game.editing form.entry.editing fieldset ul li > .team {
      display: inline-block;
    }
    .game.editing form.entry.editing fieldset ul li > .team .logo {
      max-height: 60px;
      max-width: 60px;
    }
    .third.round .game.editing form.entry.editing fieldset ul li > label {
      display: inline-block;
      width: 25%;
    }
    .third.round .game.editing form.entry.editing fieldset ul li > .team {
      position: relative;
      border: none;
}

input.datetime {
  display: inline;
  padding: 2px 5px 0 22px;
  font-size: 1.2em;
  background: rgba(255, 255, 255, 0.25) url("/lhf/league/images/icon.gif") top left no-repeat;
  min-height: 18px;
  }
  .entry input.datetime {
    width: 48.5%;
    padding-left: 10px;
}



.breadcrumb {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  }
  .breadcrumb li {
    margin-left: 10px;
    display: inline;
    vertical-align: middle;
    color: #fff;
  }
  .breadcrumb li + li {
    }
    .breadcrumb li:last-of-type, .breadcrumb li:only-of-type {
      display: inline-block;
      margin: 0 0 0 10px;
      font-size: 1.8em;
      vertical-align: middle;
    }
    .breadcrumb li:last-of-type img {
      vertical-align: middle;
      width: 40px;
      margin-right: 5px;
  }
  .breadcrumb li a {
    color: #fff;
  }
  .breadcrumb li h1 {
    display: inline;
    font-size: 1em;
  }
  h2.breadcrumb {
    margin: 0 0 0 20px;
    padding: 0;
    color: #000;
    font-size: 3em;
    vertical-align: middle;
  }
  .breadcrumb + h2.breadcrumb {
    display: block;
    margin-bottom: 15px;
    padding: 0;
}


.scheduleBanner {
  margin: 0 auto 15px;
  padding: 0 0 5px;
  list-style: none;
  text-align: left;
  overflow: auto;
  }
  .scheduleBanner li {
    display: inline-block;
    width: 13%;
    margin: 0 0 0 0.6%;
    padding: 0 0 5px;
    border-bottom: 4px solid black;
    font-size: 1.3em;
    text-align: center;
    }
    .scheduleBanner li:last-child {
      margin-right: 0;
    }
    .scheduleBanner.one > li {
      width: 98.8%;
    }
    .scheduleBanner.two > li {
      width: 48.8%;
    }
    .scheduleBanner.three > li {
      width: 32.8%;
    }
    .scheduleBanner.four > li {
      width: 23.8%;
    }
    .scheduleBanner.five > li {
      width: 18.8%;
    }
    .scheduleBanner.six > li {
      width: 15.8%;
    }
    .scheduleBanner.seven > li {
      width: 13.6%;
    }
    .scheduleBanner.eight > li {
      width: 11.8%;
    }
    .scheduleBanner.nine > li {
      width: 10.4%; /*9.8%;*/
    }
    .scheduleBanner.ten > li {
      width: 8.8%;
    }
    .scheduleBanner.eleven > li {
      width: 8.8%;
    }
    .scheduleBanner li.current {
      color: white;
      background-color: #BD461C;
      border-color: white;
      font-weight: bold;
  }
  .scheduleBanner small {
    font-size: 65%;
  }
  .scheduleBanner a {
    display: block;
    margin-top: 5px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    outline: none;
}



.schedulePanel {
  position: relative;
  overflow: hidden;
  }
  .schedulePanel > ol {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: auto;
    }
    .schedulePanel > ol > li {
      display: inline-block;
      margin: 0;
      padding: 0;
      list-style: none;
      vertical-align: top;
      /*}
      .schedulePanel > ol > li:nth-child(odd) {
        background-color: #eee;*/
    }
    .schedulePanel.three > ol {
      width: 303%;
      }
      .schedulePanel.three > ol > li {
        width: 33%;
    }
    .schedulePanel.four > ol {
      width: 404%;
      }
      .schedulePanel.four > ol > li {
        width: 25%;
    }
    .schedulePanel.five > ol {
      width: 505%;
      }
      .schedulePanel.five > ol > li {
        width: 20%;
    }
    .schedulePanel.six > ol {
      width: 603%;
      }
      .schedulePanel.six > ol > li {
        width: 16.6%;
    }
    .schedulePanel.seven > ol {
      width: 710%;
      }
      .schedulePanel.seven > ol > li {
        width: 14.1%;
    }
    .schedulePanel.eight > ol {
      width: 800%;
      }
      .schedulePanel.eight > ol > li {
        width: 12.49%;
    }
    .schedulePanel.nine > ol {
      width: 909%;
      }
      .schedulePanel.nine > ol > li {
        width: 10.1%;
    }
    .schedulePanel.ten > ol {
      width: 1000%;
      }
      .schedulePanel.ten > ol > li {
        width: 10%;
    }
    .schedulePanel.eleven > ol {
      width: 1191%;
      }
      .schedulePanel.eleven > ol > li {
        width: 8.4%;
}
#schedulePanelPane h2 {
  margin: 0 auto;
  text-align: center;
}



.tablehead .win.result {
  border: 4px solid #BD461C;
}




/* Statistics Table */
  table.stats {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    }
    table.stats.teamStats {
      margin-top: -2px;
      padding-bottom: 50px;
    }
    table.stats:first-of-type {
    }
    table.game.stats {
      text-align: center;
      width: auto;
      }
      table.game.stats th {
        padding: 2px;
        text-align: center;
        color: #fff;
        font-size: 0.8em;
        }
        table.game.stats th {
          padding: 10px 0;
          }
          table.game.stats th:first-child {
            padding: 10px 4px;
      }
      table.game.stats .team .logo {
        margin-right: 10px;
        max-height: 75px;
        width: auto;
        vertical-align: middle;
      }
      table.game.stats input.text {
        padding: 2px 4px;
        text-align: center;
        width: auto;
      }
      table.game.stats input.text {
        padding: 2px;
        font-size: 0.8em;
        text-align: center;
        height: auto;
        width: auto;
        }
        table.game.stats input.disabled, table.game.stats input[disabled="disabled"] {
          background-color: #a0a0a0;
      }
      table.game.stats .score input.text {
        font-size: 3em;
    }
    table.stats select {
      font-size: inherit;
      }
      table.game.stats select {
        margin: 0;
        padding: 0;
        height: auto;
        line-height: 1em;
        font-size: 9px;
    }
    table.stats th {
      padding: 4px;
      text-align: center;
      color: #fff;
      background-color: transparent;
      background-image: url("images/background/header.png");
      }
      table.TeamStats th {
        padding-left: 10px;
        text-align: left;
      }
      table.stats th .logod img.logo {
        margin-right: 15px;
        vertical-align: middle;
        max-height: 60px;
    }
    table.stats td {
      padding: 5px 1px;
      background-color: rgba(255, 255, 255, 0.1);
      color: #222;
      /*font-size: 150%;*/
    }
    table.stats.roster td:nth-child(2) {
      background-color: rgba(255, 255, 255, 0.4);
    }
    table.stats.roster td a.player {
      color: #E26425;
    }
    table.stats th.plain, table.stats td.plain {
      padding: 0;
      background-image: none;
      }
      table.stats td.plain {
    }
    table.stats thead {
      }
      table.stats thead tr.smaller th {
        font-size: 0.7em;
    }
    table.stats tbody {
      }
      table.stats tbody.summary {
        font-size: 140%;
        }
        table.stats tbody.summary td {
          padding: 15px;
    }
    table.stats tfoot {
      }
      table.stats tfoot th {
        padding: 8px;
        font-size: 180%;
      }
      table.stats tfoot th.totals {
        text-align: right;
        font-size: 140%;
    }
    table.stats .quarter {
      padding: 5px;
      font-size: 1em;
    }
    table.stats .score {
      font-size: 2.3em;
      /*font-size: 500%;
      }
      table.stats .score input.text {
        font-size: 10%;*/
    }
    table.stats .winning {
      background-color: #56CF4B;
    }
    table.stats td.player {
      height: 65px;
      text-align: right;
    }
    table.stats div.team {
      display: inline-block;
      margin: 0 auto;
      padding: 8px 0;
      font-size: 80%;
      color: #fff;
      text-align: right;
      }
      table.stats div.team {
        font-size: 155%;
      }
      table.stats.standings div.team {
        padding: 0;
    }
    .player .info, table.stats div.team .info {
      display: inline-block;
      text-align: right;
      vertical-align: middle;
      line-height: 1.2em;
      background-color: transparent;
      border: none;
      }
      table.stats div.team .info {
        font-size: 0.7em;
        text-align: left;
      }
      table.stats div.team .alignRight.info {
        text-align: right;
      }
      .player .headshot, table.stats div.team .logo {
        display: inline-block;
        margin: 0 0 0 5px;
        width: 50px;
        vertical-align: middle;
        border: 2px solid #fff;
        }
        table.stats div.team .logo {
          margin-left: 0;
          margin-right: 10px;
          width: 90px;
          border: none;
          font-size: 0.9em;
          }
          table.stats.standings div.team .logo {
            width: 40px;
            }
            #standingsPane table.stats.standings div.team .logo {
              max-height: 45px;
              max-width: 50px;
              width: auto;
        }
        table.stats .player {
          text-align: center;
          font-size: 0.9em;
          }
          table.stats .player .headshot {
            width: 30px;
            border-width: 1px;
          }
          table.stats .starter .headshot {
            border-color: gold;
      }
      .player .name, table.stats div.team .name {
        /*display: block;
        font-size: 0.85em;*/
        font-size: 1.2em;
        text-decoration: none;
        color: #C15B0B;
      }
      .player .position, table.stats div.team .record {
        display: block;
        margin: 2px 0;
        font-size: 80%;
        }
        table.stats div.team .record {
          font-size: 70%;
      }
      table.stats div.team .jersey {
        /*display: block;*/
        font-size: 140%;
    }
    table.stats .high, table.stats td.led {
      /*background-image: none;*/
      color: rgba(255, 215, 0, 1);   /*#C15B0B;*/
      font-weight: bold;
      font-size: 1.6em;
    }
    table.stats .career {
      color: #C15B0B;
      font-weight: bold;
      font-size: 1.7em;
    }
    table.stats .totals {
      padding: 10px;
      font-size: 1.65em;
    }
    table.stats img.vs {
      margin: 0 auto;
      width: 60px;
  }

table.stats.roster .player {
  text-decoration: none;
  color: orange;
  }
  table.stats.roster .player .headshot {
    margin: 10px;
    vertical-align: middle;
    max-height: 40px;
}


.teams {
  }
  .team.stats {
    margin-left: 15px;
    display: inline-block;
    font-size: 1em;
    width: auto;
    vertical-align: top;
    color: #fff;
    }
    .team.stats a, .team.stats td {
      color: #fff;
    }

    .team.stats .logo {
      /*background-color: #fff;
      box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);*/
      width: 40px;
    }

    .team.stats .player {
      text-align: left;
      text-indent: 5px;
      }
      .team.stats .headshot {
        margin-right: 5px;
        width: 18px;
        vertical-align: middle;
    }
    .team.stats .player a {
      display: inline-block;
    }

  #teamsPane {
    /*overflow: scroll;*/
  }
  #standingsPane {
    overflow: auto;
  }
  .teams {
    margin: 0 auto;
    width: 80%;
  }
  .teams .teamed {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    margin-right: 1%;
    width: 31%;
    border: 1px solid #aaa;
    background: transparent url("images/background/header2.png");
    text-align: center;
    min-height: 130px;
    padding-top: 20px;
    }
    .teams .teamed:last-of-type {
      margin-right: 0;
    }
    .teams .teamed .team {
      padding: 0;
      }
      .teams .teamed .team .logo {
        margin-right: 10px;
        max-height: 125px;
        width: 130px;
        vertical-align: middle;
      }
      .teams .teamed .team .name {
        text-decoration: none;
        font-size: 3em;
        color: #fff;
      }
      .teams .teamed .team sup {
        font-size: 0.7em;
    }
    .teams .roster {
      padding-left: 0;
      list-style: none;
      background: transparent url("images/background/header.png");
      }
      .teams .roster .player {
        display: block;
        list-style: none;
        }
        .teams .roster .player .headshot {
          display: inline-block;
          width: 20px;
  }

.spotlight {
  text-align: center;
  }
  .spotlight > .team {
    display: inline-block;
    vertical-align: baseline;
    }
    .spotlight > .team strong {
      display: block;
      padding-top: 10px;
      font-size: 1.5em;
  }
  .spotlight .logo {
    margin-right: 20px;
    max-width: 200px;
  }
  .spotlight .logo + .info h2 {
    text-align: center;
  }
  .spotlight .logo + .info table.stats {
    font-size: 1.2em;
  }
  .spotlight .team.entry {
    text-decoration: none;
    padding: 10px 0;
    height: auto;
    vertical-align: middle;
    font-size: 1.5em;
    line-height: 1.1em;
    }
    .spotlight .team.entry .logo {
      display: block;
      margin: 0 auto;
      max-height: 130px;
    }
    .spotlight .team.entry strong {
      display: block;
      margin: 5px 0;
  }
  .spotlight .team.entry a {
    text-decoration: none;
    }
    .spotlight .team.entry .actions {
      display: block;
      padding-top: 10px;
      font-size: 0.6em;
      }
      .spotlight .team.entry .actions a {
        display: inline;
  }
  .spotlight .player.entry {
    margin-bottom: 0;
    display: inline-block;
    text-align: center;
    width: 160px;
    height: auto;
  }
  .spotlight .player.entry a {
    margin-top: 0;
    display: inline;
    text-decoration: none;
  }
  .spotlight .player.entry .team {
    margin-top: 0;
    font-size: 1.8em;
    text-align: right;
    }
    .spotlight .player.entry .team .teamLogo {
      margin-right: 0;
      vertical-align: middle;
      width: auto;
      max-width: 50px;
      max-height: 50px;
  }
  .spotlight .player.entry strong {
    font-size: 2.2em;
  }
  .spotlight .player.entry .headshot {
    display: block;
    margin: 10px auto 15px;
    width: auto;
    max-height: 150px;
  }
  .spotlight .info {
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
    }
    .spotlight .player.entry + .info table.stats {
      font-size: 1.22em;
    }
    .spotlight .player.entry + .info h2 {
      margin-top: 0;
      font-size: 3em;
    }
    .spotlight .player.entry + .info ~ h2 {
      margin-bottom: 10px;
      font-size: 2.8em;
    }
    .spotlight .info + h2.alignLeft {
      padding-top: 20px;
  }
  .spotlight .matchups {
    margin: 0;
    text-align: left;
    }
    .spotlight .matchups h3 {
      margin-bottom: 8px;
      color: #000;
      font-size: 2.2em;
      font-weight: bold;
    }
    .spotlight .matchups li {
      margin-bottom: 30px;
      padding-top: 0;
      list-style: none;
    }
    .spotlight .matchups li:first-child:last-child {
      text-align: center;
    }
    .spotlight .breakdown {
      margin-left: 15px;
      padding: 8px 15px;
      background-image: url(images/background/header2.png);
      }
      .spotlight .breakdown > a {
        margin-right: 0;
        color: #fff;
    }
    .spotlight .matchups a {
      display: inline-block;
      margin: 0 10px;
      font-weight: bold;
      font-size: 2.1em;
      vertical-align: middle;
      text-decoration: none;
      color: #fff;
      }
      .spotlight .matchups a:hover {
        color: #046ACF; /*#94BAE0;*/
      }
      .spotlight .matchups a .teamName {
    }
    .spotlight .matchups .logo {
      margin: 0 10px 0 0;
      max-height: 75px;
      vertical-align: middle;
    }
    .spotlight .matchups .gameInfo {
      margin-top: 6px;
      display: inline-block;
      vertical-align: middle;
      }
      .spotlight .matchups .gameInfo span {
        display: inline-block;
        margin-left: 10px;
        }
        .spotlight .matchups .gameInfo span.score {
          display: inline;
          margin-left: 5px;
          vertical-align: bottom;
      }
      .spotlight .matchups .gameInfo .gameResult {
        display: inline-block;
        margin: 0 0 8px;
        padding: 8px;
        width: auto;
        color: #ddd;
        font-size: 2.5em;
        vertical-align: middle;
        }
        .spotlight .matchups .gameInfo .gameResult b {
          font-size: 1.2em;
        }
        .spotlight .matchups .gameInfo .gameResult .winning {
          color: #2CDE00;
          vertical-align: top;
        }
        .spotlight .matchups .gameInfo .gameResult .loosing {
          color: #de4300;
      }
      .spotlight .matchups .gameInfo .gameTP {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.4em;
        color: #000;
        width: 40%;
        }
        .spotlight .matchups .gameInfo .gameTime {
        }
        .spotlight .matchups .gameInfo .gameLocation {

}

  .registration {
    margin: 0 auto;
    padding-top: 20px;
    width: 600px;
    font-size: 1.5em;
    }
    .registration ol {
      list-style: none;
      }
      .registration ol li {
        position: relative;
        margin-bottom: 5px;
        padding: 5px;
        }
        .registration ol li label {
          display: inline-block;
          width: 40%;
        }
        .registration ol li input {
          padding: 0.3em;
          border: 1px solid #ccc;
          font-size: inherit;
  }

#registrationResults {
  line-height: 1.4em;
  color: green;
  font-size: 1.3em;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}
.registration input.cta {
  padding: 5px 10px;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 1.2em;
  background: #C15B0B;
  color: white;
}
.registration .validation-failed {
  border-color: #ff0000;
  background-color: #ffdddd;
}
.registration .validation-advice {
  position: absolute;
  top: 7px;
  left: 87%;
  padding: 5px 0;
  width: 200px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
  text-align: center;
  font-weight: bold;
  color: #ff0000;
}
.registration #myResult {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #0000ff;
  background-color: #ddddff;
}
.registration #registrationResults:empty {
  border-width: 0;
  padding: 0;
}
.registration .spinner {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #f0f0f0;
}


a.defendingChamps {
  margin-top: -30px;
  margin-right: -1px;
  border-radius: 10px;
  border: 1px solid rgba(200, 200, 200, 0.3);
  background-color: rgba(255, 255, 255, 0.2);
  }
  .defendingChamps .trophy, .defendingChamps .champs {
    vertical-align: middle;
    }
    .defendingChamps .trophy {
      width: 30px;
    }
    .defendingChamps .champs {
      margin-left: -8px;
      width: 45px;
}

/* Season Team/Roster Import */
        table.seasonImport {
          text-align: left;
          width: 90%;
          border: 1px solid #000;
          }
          .seasonImport th {
            color: #fff;
          }
          .seasonImport tbody .checkCol {
            padding: 40px 0 0;
            width: 20px;
            text-align: center;
            vertical-align: top;
            }
            .seasonImport tbody .roster .checkCol {
              padding-top: 0;
              vertical-align: middle;
          }
          .seasonImport tbody .checkCol + td {
            padding: 0;
            text-align: left;
          }
          .seasonImport tbody table.roster {
            display: none;
          }
          .seasonImport tbody .checkCol.checked + td table.roster {
            display: table;
          }
          table.seasonImport label,
          table.seasonImport input[type="checkbox"] {
            cursor: pointer;
          }
          .seasonImport label.team {
            display: block;
            padding-left: 5px;
            background-image: url("images/background/header.png");
            color: #fff;
            text-align: left;
            }
            .seasonImport label.team strong {
              padding-left: 0.5em;
              font-size: 2em;
          }
          .seasonImport img.team.logo {
            width: auto;
            max-width: 80px;
            max-height: inherit;
            min-height: 50px;
          }
          .seasonImport td.player, .seasonImport tbody .checkCol + td.player {
            padding: 5px 0;
            text-align: left;
            }
            .seasonImport td.player .headshot {
              margin-right: 8px;
              max-width: 40px;
              border-width: 1px;
          }
          .seasonImport .checkCol {
            padding: 0;
            width: 30px;
            text-align: center;
            vertical-align: top;
            }
            .seasonImport .roster .checkCol {
              vertical-align: middle;
          }
          .seasonImport .checkCol {
        }


/*and (orientation : landscape) */
  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .viewPort .content {
      margin: 0 3px;
    }
    .header, .footer {
      margin-left: -33%;
    }
    .scheduleBanner.eleven li {
      margin-right: 0.2%;
      width: 8.9%;
    }
    .scheduleBanner.eleven li:nth-child(9) {
      width: 9.6%;
    }
    .scheduleBanner.eleven li:last-child {
      margin-right: 0;
    }
  }


/* Helper Classes */
	.smallText {	font-size: 60%;		}
	.largerText {	font-size: 120%;	}
	.spacer {	padding: 0px 10px;	}
	.squeeze  {
		margin-left: 15px;
		margin-right: 15px;
	}
	.threeQuarterHeight {	height: 550px;	}
	.halfHeight {		height: 400px;	}
	.quarterHeight {	height: 200px;	}
	.sixthHeight {		height: 150px;	}
	.eighthHeight {		height: 100px;	}
	.leftIndent	{	padding-left: 15px;	}
	.rightIndent	{	padding-right: 15px;	}
	.pushDown {	margin-top: 5px;	}
	.pushRight {	margin-left: 10px;	}
	.pushLeft, form div.two.columns .column input.text.pushLeft {	margin-right: 10px;	}
	.pushLeft2 {	margin-right: 20px;	}

	.padTop, form div.two.columns .column .input.padTop {	padding-top: 5px;	}
		.padTop2 {	padding-top: 10px;	}
	.padRight {	padding-right: 10px;	}
	.padBottom {	padding-bottom: 10px;	}

	@import url(./leaguehf.css);

  .game.stats {
    display: block;
    padding: 0;
    position: relative;
    text-align: center;
    background-image: url("themes/images/background/header.png");
    width: auto;
    /*border: 4px solid #000;
    font-size: 0.9em;*/
    }
    .game.stats th {
      padding: 4px 8px;
      color: #fff;
    }
    .game.stats tfoot th {
      padding: 4px;
    }
    .game.stats td {
      /*background: transparent;*/
  }

  .gameevent {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: 0;/* 0 0 0.5%;*/
    padding: 0;
    width: 1px;
    background-color: rgba(0,0,0,0.15);
    opacity: 0.4;
    z-index: 5;
    overflow: visible;
    }
    .gameevent:focus,
    .gameevent:hover,
    .gameevent.active {
      background-color: orange;
      cursor: pointer;
      opacity: 1;
    }
    .gameevent:after {
      position: absolute;
      bottom: 47%;
      left: -12px;
      display: block;
      margin: 0;
      padding: 2px 0;
      content: "ti:me";
      background-color: rgba(0,0,0,0.15);
      color: transparent;
      width: 0;
      font-size: 0.5em;
      line-height: 1em;
      }
      .gameevent:focus:after,
      .gameevent:hover:after {
        padding: 2px 4px;
        width: auto;
        color: #fff;
        content: attr(data-gametime);
        background-color: orange;
        /*width: auto;*/
  }
              .court { /* SVG Court */
                fill: transparent;
                stroke: #000;
                stroke-width: 4px;
                background: url(../../HFSL/images/wood-bg.jpg) repeat-x fixed;
                }
                .court:before {
                  position: absolute;
                  bottom: 20%;
                  top: 60%;
                  left: 15%;
                  right: 15%;
                  text-align: center;
                  font-size: 2em;
                  content: "I AM test text";
                }
                .court .floor {
                  position: relative;
                  width: 100%;
                  height: 100%;
                  fill: pink;
                  stroke: #000;
                  stroke-width: 6px;
                  opacity: 0.2;
                }
                .court .st0 {
                  fill: transparent;
                  stroke: #ff41ff;
                  stroke-width: 2;
                  z-index: 0;
                }
                .court .key, .court .keyTop {
                  opacity: 0.7;
                }
                .court .rim {
                  fill: transparent;
                  stroke: orange;
                  stroke-width: 3;
                  shadow: 2px 3px 1px rgba(0, 0, 0, 0.5);
                }
                .court .backboard {
                  fill: transparent;
                  stroke: #000;
                  stroke-width: 4;
                  box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.5);
                  opacity: 0.77;
                }
                .court .center {
                  }
                  .court .center .line, .court .center .circle {
                    stroke: rgba(0,0,0, 0.4);
                    }
                    .court .center .line {
                      stroke-width: 2;
                      z-index: 15;
                    }
                    .court .center .circle {
                      fill: rgba(255,133,0,0.2);
                      stroke-opacity: 0.3;
                      stroke-width: 2;
                    }
                    .court .center .logo + .circle {
                      display: none;
                  }
                  .court .center .logo {
                    opacity: 0.7;
                }
                .court .jumper {
                  fill: rgba(255,164,67,0);
                  stroke: rgba(0,0,0, 0.5);
                  stroke-width: 2;
                  z-index: 15;
                  opacity: 1;
                }
                .court .keyTop {
                  fill: none;
                  stroke: rgba(0,0,0, 0.8);
                  stroke-width: 2;
                  stroke-dasharray: 8;
                }
                .court .key {
                  fill: rgba(255,133,0,0.3);
                  stroke: rgba(0,0,0, 0.8);
                  stroke-width: 2;
                  z-index: 30;
              }


              .freeThrowModal {
                display: none;
                position: absolute;
                top: 18%;
                left: 11%;
                width: 75%;
                height: 50%;
                z-index: 100;
                background-color: rgba(0, 0, 0, 0.4);
                text-align: left;
                overflow: auto;
                }
                .freeThrowModal.shooting {
                  display: block;
                }
                .freeThrowModal legend {
                  font-size: 2em;
                  color: #000;
                }
                .freeThrowModal .player {
                  position: relative;
                  float: left;
                  width: 110px;
                  }
                  .freeThrowModal .player .headshot {
                    border: 4px solid #fff;
                    box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.5);
                  }
                  .freeThrowModal .player .info {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    }
                    .freeThrowModal .player .info .name, .freeThrowModal .player .info .position, .freeThrowModal .player .info .jersey {
                      position: absolute;
                      color: #fff;
                      font-weight: bold;
                      font-size: 1.2em;
                      }
                      .freeThrowModal .player .info .name {
                        margin-bottom: -25px;
                        display: block;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        text-align: center;
                        text-align: center;
                        text-decoration: none;
                      }
                      .freeThrowModal .player .info .position {
                        top: 5px;
                        left: 6px;
                      }
                      .freeThrowModal .player .info .jersey {
                        top: 5px;
                        right: 8px;

                }
                .freeThrowModal .freeThrows {
                  display: block;
                  margin-left: 125px;
                  vertical-align: middle;
                  color: #fff;
                  font-weight: bold;
                  list-style-position: outside;
                  }
                  .freeThrowModal .freeThrows .bonus {
                    background-color: green;
                    }
                    .freeThrowModal .freeThrows .bonus.freeThrow a,
                    .freeThrowModal .freeThrows .bonus.freeThrow input,
                    .freeThrowModal .freeThrows .bonus.freeThrow label,
                    .freeThrowModal .freeThrows .freeThrow .title {
                      display: none;
                    }
                    .freeThrowModal .freeThrows .bonus.freeThrow .title {
                      display: block;
                  }
                  .freeThrowModal .freeThrows .freeThrow {
                    position: relative;
                    margin-bottom: 8px;
                    padding: 6px;
                    border-radius: 5px;
                    background-color: rgba(0, 0, 0, 0.4);
                    text-align: center;
                    }
                    .freeThrowModal .freeThrows .freeThrow .radio.miss {
                      margin: 0 25px 0 5px;
                    }
                    .freeThrowModal .freeThrows .freeThrow .radio.make {
                      margin: 0 25px 0 5px;
                    }
                    .freeThrowModal .freeThrows .freeThrow .edit {
                      position: absolute;
                      top: 5px;
                      right: 5px;
                      color: orange;
              }
          table.stats .score {
            color: #f3f3f3;
            font-size: 2.5em;
          }
          .gameEventTicker {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            /*margin-bottom: -20px;*/
            text-align: center;
            color: #FFF;
            font-size: 0.8em;
          }
          table.stats .gameClock {
            display: inline-block;
            width: 250px;
            font-size: 1.8em;
            }
            table.stats .gameClock input {
              margin: 0;
              padding: 0;
              width: auto;
              background: transparent;
              text-align: center;
              font-size: inherit;
              color: green;
            }
            table.stats .gameClock.stopped input {
              color: red;
            }
            table.stats .gameClock .milliseconds,
            table.stats .gameClock.secondsLeft .minutes,
            table.stats .gameClock.secondsLeft .seconds.blink {
              /*display: none;*/
              }
              table.stats .gameClock.secondsLeft .milliseconds {
                display: inline;
            }
            table.stats .possession {
              display: inline-block;
              margin-bottom: 2px;
              color: #777;
              background: transparent url(images/homePossession.gif) center left no-repeat;
              width: 150px;
              }
              table.stats .possession.away {
                background-image:  url(images/awayPossession.gif);
                background-position: center right;
            }
            table.stats .gameClock .blink {
              /*text-decoration: blink;*/
            }
            table.stats tfoot th {
              line-height: 1.3em;
              padding: 4px;
              font-size: 12px;
          }
          .invisible {
            visibility: hidden;
          }
          .touchOptions {
            position: absolute;
            top: 0;
            left: 0;
            display: none;
            /*visibility: hidden;*/
            width: 150px;
            height: 150px;
            text-align: center;
            border: 2px solid purple;
            border-radius: 100px;
            }
            .touchOptions a {
              padding: 6% 0;
              /*height: 12%;*/
              width: 30%;
              background-color: blue;
              font-weight: bold;
              color: #fff;
              z-index: 350;
              text-decoration: none;
              word-wrap: break-word;
              }
              .touchOptions a:hover, .touchOptions a.hover {
                background-color: teal;
              }
              .touchOptions a[data-action="FGA"],
              .touchOptions a[data-action="FGA"]:hover,
              .touchOptions a[data-action="FGA"].hover,
              .touchOptions a[data-action="TPA"],
              .touchOptions a[data-action="TPA"]:hover,
              .touchOptions a[data-action="TPA"].hover {
                background-color: red;
              }
              .touchOptions a[data-action="FGM"],
              .touchOptions a[data-action="FGM"]:hover,
              .touchOptions a[data-action="FGM"].hover,
              .touchOptions a[data-action="TPM"],
              .touchOptions a[data-action="TPM"]:hover,
              .touchOptions a[data-action="TPM"].hover {
                background-color: green;
              }
              .touchOptions a[data-action="TO"],
              .touchOptions a[data-action="TO"]:hover,
              .touchOptions a[data-action="TO"].hover {
                color: #555;
                background-color: yellow;
            }
            .touchOptions.hover {
              display: block;
              /*visibility: visible;*/
              margin-top: -77px;
              margin-left: -77px;
              background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
              box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
              z-index: 300;
              }
              .touchOptions.hover a {
                position: absolute;
                border-radius: 55px;
              }
              .touchOptions .spot0 {
                display: block;
                top: 0;
                left: 0;
                padding-top: 46%;
                height: 54%;
                width: 100%;
                z-index: 325;
                background-color: transparent;
                }
                .touchOptions .spot0:hover {
                  background-color: transparent;
              }
              .touchOptions .spot1 {
                top: 0%;
                left: 50%;
                margin-top: -10%;
                margin-left: -10%;
              }
              .touchOptions .spot2 {
                top: 40%;
                right: 0%;
                margin-right: -10%;
              }
              .touchOptions .spot3 {
                bottom: 0%;
                left: 40%;
                margin-bottom: -10%;
              }
              .touchOptions .spot4 {
                top: 40%;
                left: 0%;
                margin-left: -10%;
              }
              .touchOptions .spot5 {
                top: 0%;
                right: 0%;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
              }
              .touchOptions .spot6 {
                right: 0%;
                bottom: 0%;
                margin-right: -5%;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
              }
              .touchOptions .spot7 {
                bottom: 0%;
                left: 0%;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
              }
              .touchOptions .spot8 {
                top: 0%;
                left: 0%;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
          }
          .playerEvent {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 20px;
            margin-top: -15px;
            margin-left: -15px;
            background-color: orange;
            border: 2px solid red;
            border-radius: 12px;
            z-index:2;
            cursor: help;
            -webkit-box-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
            -moz-box-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
            }
            .playerEvent.FGA, .playerEvent.TPA {
              border-color: red;
              background-color: orange;
            }
            .playerEvent.FGM, .playerEvent.TPM {
              border-color: green;
              background-color: blue;
            }
            .playerEvent.TO {
              border-color: yellow;
              background-color: blue;
            }
            .playerEvent:hover, .playerEvent.hover, .playerEvent:focus {
              width: 45px;
              border-radius: 30px;
              -webkit-box-shadow: rgba(0,0,0,0.5) 3px 4px 2px;
              -moz-box-shadow: rgba(0,0,0,0.5) 3px 4px 2px;
          }
          .p132Activity .fg {
            visibility: hidden;
          }
          .p132Activity .fg[data-pid="132"] {
            visibility: visible;
          }
          .p112Activity .fg {
            visibility: hidden;
          }
          .p112Activity .fg[data-pid="112"] {
            visibility: visible;
          }
          .marker {
            position: absolute;
            top: 0;
            left: 0;
            margin: 0;
            padding: 0;
            color: red;
            border: 1px solid green;
            height: 5px;
            width: 3px;
          }


        .gameline > ul.oncourt {
          display: inline-block;
          vertical-align: middle;
          padding: 0;
          max-width: 130px;
          }
          .gameline > ul.oncourt > li:first-of-type:after {
            display: block;
            content: "On Court:";
            text-align: center;
          }
          .gameline > ul.oncourt.homeTeam {
            margin-right: 8px;
          }
          .gameline > ul.oncourt.awayTeam {
            margin-left: 8px;
          }
          .gameline > ul.oncourt li {
          }
          .gameline > ul.oncourt li {
            margin-bottom: 5px;
            background-color: rgba(170, 170, 170, 0.5);
          }
          .gameline > ul.oncourt .player {
            text-align: right;
            }
            .gameline > ul.oncourt .player .headshot {
              max-height: 30px;
              width: auto;
              border-width: 1px;
              border-color: rgba(255,255,255,0.7);
        }

          .gameHistory {
            position: relative;
            margin: 20px auto 150px;
            padding: 0;
            width: 864px;
            height: 553.5px;
            /*width: 576px;
            height: 369px;*/
            display: inline-block;
            overflow: visible;
            list-style: none;
            vertical-align: middle;
            /*background: transparent url(images/nba-court.gif) top left no-repeat;
            border: 1px solid purple;*/
            z-index: 10;
            }
            .gameHistory .court {
              /*height: 100%;
              width: 100%;*/
			    }

  .gameHistory .baseline {
    position: absolute;
    top: 101%;
    left: 0;
    display: block;
    margin: 0;
    padding: 1px 0 0;
    width: 100%;
    height: 130px;
    /*border: 1px solid green;*/
      }
      .gameHistory .baseline:before,
      .gameHistory .baseline:after {
        position: absolute;
        top: 0;
        bottom: 51.9%;
        left: 0;
        width: 5.1%;
        background-color: rgba(214, 179, 0, 0.25);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center;
        font-size: 0.8em;
        font-weight: bold;
        content: "";
        }
        .gameHistory .baseline:after {
          top: 52.1%;
          bottom: 0;
          background-color: rgba(0, 164, 214, 0.25);
    }
    .gameHistory .baseline .gameline {
      /*position: absolute;
      top: 0;
      bottom: 0;
      left: 5.5%;*/
      position: relative;
      display: inline-block;
      margin: 0 0 0 5.5%;
      padding: 0;
      height: 100%;
      width: 94.5%;
      list-style: none;
      overflow: visible;
      }
      .gameHistory .baseline .gameline:before,
      .gameHistory .baseline .gameline:after {
        position: absolute;
        left: 49.5%;
        display: block;
        margin: 0;
        padding: 0;
        width: 2px;
        content: "";
        background: purple;
        }
        .gameHistory .baseline .gameline:before {
          top: 0;
          bottom: 0;
        }
        .gameHistory .baseline .gameline:after {
          top: 47%;
          margin-left: -3%;
          width: auto;
          padding: 2px;
          content: "Half Time";
          text-align: center;
          font-size: 0.6em;
          font-weight: bold;
          color: #fff;
          width: 6%;
          line-height: 1.2em;
        }
        .gameHistory .baseline .gamelineSlider {
          position: absolute;
          bottom: -20px;
          left: 5.5%;
          right: 0;
          width: 94%;
      }
      .gameHistory .baseline .gameline .subs {
        display: block;
        margin: 0 0 1px;
        padding: 0;
        font-size: 1;
        line-height: inherit;
        position: relative;
        height: 9%;
        width: 100%;
        }
        .gameHistory .baseline .gameline .subs[id^=home] {
          background-color: rgba(214, 179, 0, 0.25);
          }
          .gameHistory .baseline .gameline .subs[id^=home]:hover {
            background-color: rgba(214, 179, 0, 0.5);
        }
        .gameHistory .baseline .gameline .subs[id^=away] {
          background-color: rgba(0, 164, 214, 0.25);
          }
          .gameHistory .baseline .gameline .subs[id^=away]:hover {
            background-color: rgba(0, 164, 214, 0.35);
        }
        .gameHistory .baseline .gameline .subs:first-of-type {
          margin-top: 0;
        }
        .gameHistory .baseline .gameline .subs[id^=home] + li[id^=away] {
          margin-top: 4px;
        }
        /*.gameHistory .baseline .gameline .subs[id^=home]:first-of-type:before,
        .gameHistory .baseline .gameline .subs[id^=home] + .subs[id^=away]:before {
          position: static;
          bottom: 95%;
          left: 0;
          margin: 2px 0 4px 0;
          padding: 0;
          text-indent: -5px;
          display: block;
          background-color: rgba(255, 255, 255, 0.5);
          font-size: 2em;
          font-weight: bold;
          content: attr(rel) " (Home)";
          }
          .gameHistory .baseline .gameline .subs[id^=home] + .subs[id^=away]:before {
          content: attr(rel) " (Away)";
        }*/
        .gameHistory .baseline .gameline .subs .shift {
          position: relative;
          display: inline-block;
          margin: 0;
          padding: 0;
          background-color: rgba(170, 170, 170, 0.3);
          height: 100%;
          min-width: 0.1%;
          vertical-align: top;
          border: none;
          text-decoration: none;
          overflow: visible;
          cursor: default;
          }
          .gameHistory .baseline .gameline .subs .shift.period1 + .shift.period2,
          .gameHistory .baseline .gameline .subs .shift.period2 + .shift.period3,
          .gameHistory .baseline .gameline .subs .shift.period3 + .shift.period4,
          .gameHistory .baseline .gameline .subs .shift.period4 + .shift.period5,
          .gameHistory .baseline .gameline .subs .shift.period5 + .shift.period6 {
            /*margin-left: 0.1%;*/
          }
          .gameHistory .baseline .gameline .subs .shift.period2 {
            /*background-color: rgba(255, 255, 255, 0.3);*/
          }
          .gameHistory .baseline .gameline .subs .shift:last-child {
          }
          .gameHistory .baseline .gameline .subs .shift.oncourt {
            background-color: rgba(0, 0, 0, 0.2);
          }
          .gameHistory .baseline .gameline .subs .shift:hover {
            background-color: rgba(0, 0, 0, 0.6);
            }
            .gameHistory .play .player:before,
            .gameHistory .play .player:after,
            .gameHistory .baseline .gameline .subs .shift:before,
            .gameHistory .baseline .gameline .subs .shift:after,
            .gameHistory .baseline .gameline .gameevent abbr:before,
            .gameHistory .baseline .gameline .gameevent abbr:after {
              position: absolute;
              top: inherit;
              left: 0;
              bottom: 130%;
              margin: 0;
              padding: 0;
              display: none;
              content: "";
              z-index: 80;
              background-color: orange;
              line-height: 1.2em;
              font-size: 0.7em;
              }
              .gameHistory .play .player:before,
              .gameHistory .play .player:after {
                position: relative;
                bottom: inherit;
              }
              .gameHistory .play .player:before,
              .gameHistory .play .player:after,
              .gameHistory .baseline .gameline .subs .shift:focus:before,
              .gameHistory .baseline .gameline .subs .shift:focus:after,
              .gameHistory .baseline .gameline .subs .shift:hover:before,
              .gameHistory .baseline .gameline .subs .shift:hover:after,
              .gameHistory .baseline .gameline .gameevent:focus abbr:before,
              .gameHistory .baseline .gameline .gameevent:focus abbr:after,
              .gameHistory .baseline .gameline .gameevent:hover abbr:before,
              .gameHistory .baseline .gameline .gameevent:hover abbr:after,
              .gameHistory .baseline .gameline .gameevent.active abbr:before,
              .gameHistory .baseline .gameline .gameevent.active abbr:after {
                display: block;
              }
              .gameHistory .play .player:before,
              .gameHistory .baseline .gameline .subs .shift:before,
              .gameHistory .baseline .gameline .gameevent abbr:after {
                background-size: 100%;
                background-repeat: no-repeat;
                /*min-height: 35px;*/
                width: 25px;
                font-weight: bold;
                color: #fff;
                text-align: center;
                /*}
                .gameHistory .baseline .gameline .subs .shift:before,
                .gameHistory .baseline .gameline .gameevent abbr:before,
                .gameHistory .baseline .gameline .play .player:before {*/
                  background-position: 3px 5px;
                  background-image: url( "/league/images/Players_default.png" );
                  /*content: "88";*/
              }
              .gameHistory .baseline .gameline .subs .shift:after,
              .gameHistory .baseline .gameline .gameevent abbr:after {
                padding: 3px;
                left: 28px;
                min-height: 20px;
                min-width: 60px;
                color: #000;
                background-color: rgba(255, 255, 255, 0.7);
                }
                .gameHistory .play .player:after {
                  padding: 0;
                  /*width: 25px;*/
                  min-width: inherit;
              }
              .gameHistory .baseline .gameline .subs:first-of-type .shift:before,
              .gameHistory .baseline .gameline .subs:first-of-type + .subs .shift:before,
              .gameHistory .baseline .gameline .subs:first-of-type + .subs + .subs .shift:before,
              .gameHistory .baseline .gameline .subs:first-of-type .shift:after,
              .gameHistory .baseline .gameline .subs:first-of-type + .subs .shift:after,
              .gameHistory .baseline .gameline .subs:first-of-type + .subs + .subs .shift:after {
                top: 130%;
              }
              .gameHistory .baseline .gameline .subs:first-of-type .shift:after,
              .gameHistory .baseline .gameline .subs:first-of-type + .subs .shift:after,
              .gameHistory .baseline .gameline .subs:first-of-type + .subs + .subs .shift:after {
                top: 170%;
              }
              .gameHistory .baseline .gameline .gameevent abbr:before {
                top: -5px;
                left: inherit;
                right: 130%;
                bottom: inherit;
                background-color: rgba(255, 151, 41, 0.4);
              }
              .gameHistory .baseline .gameline .gameevent abbr:after {
                top: -5px;
                left: 130%;
                right: inherit;
                bottom: inherit;
                min-width: 50px;
                background-color: rgba(255, 151, 41, 0.6);
                background-size: contain;
                padding-left: 22px;
                text-align: left;
          }
          .gameHistory .baseline .gameevent abbr {
            position: absolute;
            display: inline-block;
            top: 48%;
            margin: 0;
            padding: 0;
            height: 2px;
            width: 2px;
            line-height: 20px;
            /*border: 1px solid teal;*/
            border-radius: 100%;
            text-decoration: none;
            background-color: orange;
            cursor: default;
            z-index: 10;
            }
            .gameHistory .baseline .gameline .gameevent abbr:before,
            .gameHistory .baseline .gameline .gameevent abbr:after,
            .gameHistory .baseline .gameline .gameevent:hover abbr:before,
            .gameHistory .baseline .gameline .gameevent:hover abbr:after,
            .gameHistory .baseline .gameline .gameevent.active abbr:before,
            .gameHistory .baseline .gameline .gameevent.active abbr:after {
              z-index: 9999 !important;
            }
            .gameHistory .baseline .gameevent .homePos5 {   top: 1.5%;    }
            .gameHistory .baseline .gameevent .homePos4 {   top: 11.5%;   }
            .gameHistory .baseline .gameevent .homePos3 {   top: 21%;     }
            .gameHistory .baseline .gameevent .homePos2 {   top: 31.5%;   }
            .gameHistory .baseline .gameevent .homePos1 {   top: 40.5%;   }
            .gameHistory .baseline .gameevent .awayPos5 {   top: 53%;     }
            .gameHistory .baseline .gameevent .awayPos4 {   top: 62.5%;   }
            .gameHistory .baseline .gameevent .awayPos3 {   top: 73%;     }
            .gameHistory .baseline .gameevent .awayPos2 {   top: 82%;     }
            .gameHistory .baseline .gameevent .awayPos1 {   top: 92%;     }
            .gameHistory .baseline .gameevent abbr.awayPos3:before,
            .gameHistory .baseline .gameevent abbr.awayPos3:after,
            .gameHistory .baseline .gameevent abbr.awayPos2:before,
            .gameHistory .baseline .gameevent abbr.awayPos2:after,
            .gameHistory .baseline .gameevent abbr.awayPos1:before,
            .gameHistory .baseline .gameevent abbr.awayPos1:after {
              top: -400%;
              }
              /*.gameHistory .baseline .gameevent abbr.awayPos3:after,
              .gameHistory .baseline .gameevent abbr.awayPos2:after,
              .gameHistory .baseline .gameevent abbr.awayPos1:after {
                min-height: 45px;
              }*/
              .gameHistory .baseline .gameevent abbr.awayPos2:before,
              .gameHistory .baseline .gameevent abbr.awayPos2:after {
                top: -600%;
              }
              .gameHistory .baseline .gameevent abbr.awayPos1:before,
              .gameHistory .baseline .gameevent abbr.awayPos1:after {
                top: -750%;
          }
          .gameHistory .baseline .gameline .subs .shift > abbr {
            left: 50%;
          }
          .gameHistory .baseline .gameevent abbr {
            /*margin-left: -1px;*/
            }
            .gameHistory .baseline .gameline .gameevent abbr:after {
              content: attr(title);
            }
            .gameHistory .baseline .gameevent:focus abbr,
            .gameHistory .baseline .gameevent:hover abbr,
            .gameHistory .baseline .gameevent.active abbr {
              border-color: orange;
              background-color: #d8d8d8;
          }

          /*.gameline .gameevent.active abbr {
            display: none;
            }
            .gameline .gameevent.active abbr:hover {
              display: block;
          }*/
          /*.gameHistory .baseline .gameline .subs .shift:before {
            left: 0;
            width: 3px;
            background-color: green;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
            }
            .gameHistory .baseline .gameline .subs .shift:first-of-type:before {
              left: -3px;
              width: 5px;
              border-radius: 5px;
              background-color: gold;
              border-color: gold;
          }
          .gameHistory .baseline .gameline .subs .shift:after {
            right: 0;
            width: 3px;
            background-color: yellow;
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
            }
            .gameHistory .baseline .gameline .subs .shift:last-of-type:after {
              right: -3px;
              width: 5px;
              border-radius: 3px;
              background-color: red;
          }*/
          .gameHistory .baseline .gameline .subs .shift {
            border-left: 1px solid rgba(255, 255, 255, 0.2);
          }
          .gameHistory .baseline .gameline .subs .shift:first-of-type,
          .gameHistory .baseline .gameline .subs .shift.period1 + .shift.period2,
          .gameHistory .baseline .gameline .subs .shift.period2 + .shift.period3,
          .gameHistory .baseline .gameline .subs .shift.period3 + .shift.period4,
          .gameHistory .baseline .gameline .subs .shift.period4 + .shift.period5,
          .gameHistory .baseline .gameline .subs .shift.period5 + .shift.period6 {
            border-left: 2px solid green;
          }
          .gameHistory .baseline .gameline .subs .shift:last-of-type,
          .gameHistory .baseline .gameline .subs .shift.period1:last-of-type,
          .gameHistory .baseline .gameline .subs .shift.period2:last-of-type,
          .gameHistory .baseline .gameline .subs .shift.period3:last-of-type,
          .gameHistory .baseline .gameline .subs .shift.period4:last-of-type,
          .gameHistory .baseline .gameline .subs .shift.period5:last-of-type {
            border-right: 2px solid red;
          }
          .gameHistory .baseline .gameline .subs .shift[data-exittime]:last-of-type,
          .gameHistory .baseline .gameline .subs .shift.period1[data-exittime]:last-of-type,
          .gameHistory .baseline .gameline .subs .shift.period2[data-exittime]:last-of-type,
          .gameHistory .baseline .gameline .subs .shift.period3[data-exittime]:last-of-type,
          .gameHistory .baseline .gameline .subs .shift.period4[data-exittime]:last-of-type,
          .gameHistory .baseline .gameline .subs .shift.period5[data-exittime]:last-of-type {
            border-right-color: white;
          }
          .gameHistory .baseline .gameline .subs.targeted .shift:last-of-type {
            border-right-color: yellow ! important;
  }



                /*.gameHistory.firstQuarter .play:nth-of-type(n+1), .gameHistory.firstHalf .play:nth-of-type(n+1),*/
                /* when a specific period isn't specified assume we want to show the entire game */
                .gameHistory.firstHalf .play, .gameHistory.secondHalf .play,
                .gameHistory.firstQuarter .play, .gameHistory.secondQuarter .play, .gameHistory.thirdQuarter .play, .gameHistory.fourthQuarter .play,
                .gameHistory.firstOvertime .play, .gameHistory.secondOvertime .play, .gameHistory.thirdOvertime .play {
                  display: none;
                }
                .gameHistory.firstHalf .play[data-gameperiod="0"], .gameHistory.secondHalf .play[data-gameperiod="1"],
                .gameHistory.firstOvertime .play[data-gameperiod="2"], .gameHistory.secondOvertime .play[data-gameperiod="3"], .gameHistory.thirdOvertime .play[data-gameperiod="4"],
                .gameHistory.firstQuarter .play[data-gameperiod="0"], .gameHistory.secondQuarter .play[data-gameperiod="1"], .gameHistory.thirdQuarter .play[data-gameperiod="2"], .gameHistory.fourthQuarter .play[data-gameperiod="3"],
                .gameHistory.firstOvertime .play[data-gameperiod="4"], .gameHistory.secondOvertime .play[data-gameperiod="5"], .gameHistory.thirdOvertime .play[data-gameperiod="6"] {
                  display: inline-block;
                }
                    .gameHistory .play {
                      position: absolute;
                      margin: 0;
                      padding: 0;
                      overflow: visible;
                      width: 50px;
                      height: 50px;
                      text-align: center;
                      }
                      .gameHistory .play:before {
                          position: absolute;
                          bottom: -10px;
                          left: -10px;
                          display: block;
                          width: 20px;
                          height: 20px;
                          background: transparent url(../images/playMarker.png) center no-repeat;
                          content: "";
                        /*
                      }
                      .gameHistory .play:hover, .gameHistory .play.SUB:hover, .gameHistory .play.DBLPF:hover {
                        margin-top: -2.5%;
                        margin-left: -10px;
                        width: 100px;
                        }
                        .gameHistory .play:hover {
                          margin-top: -3.5%;
                        }
                        .gameHistory .play:hover .marker {
                          top: 5px;
                          left: 10px;
                          height: 12px;*/
                      }
                      .gameHistory .play,
                      .gameHistory[data-team="h"] .play.awayTeam,
                      .gameHistory[data-team="a"] .play.homeTeam {
                        display: none;
                        }
                        .gameHistory .play.active,
                        .gameHistory.summary .play,
                        .gameHistory[data-gameperiod=""] .play[data-gameperiod],
                        .gameHistory[data-gameperiod="1"] .play[data-gameperiod="1"],
                        .gameHistory[data-gameperiod="2"] .play[data-gameperiod="2"],
                        .gameHistory[data-gameperiod="3"] .play[data-gameperiod="3"],
                        .gameHistory[data-gameperiod="4"] .play[data-gameperiod="4"],
                        .gameHistory[data-gameperiod="5"] .play[data-gameperiod="5"],
                        .gameHistory[data-gameperiod="6"] .play[data-gameperiod="6"],
                        .gameHistory[data-team="h"] .play.homeTeam,
                        .gameHistory[data-team="a"] .play.awayTeam {
                          display: block;
                      }
                      .gameHistory .play .action {
                        display: none;
                      }
                      .gameHistory .play .edit {
                        display: none;
                      }
                      .gameHistory .play .player.homeTeam:after,
                      .gameHistory .play .player.awayTeam:after {
                        background-size: contain;
                      }
                      .gameHistory .play .player, .gameHistory .play.DBLPF .player, .gameHistory .play.SUB .player {
                        position: relative;
                        /*display: none;*/
                        cursor: help;
                        z-index: 15;
                        }
                        .gameHistory .play .player.initiator,
                        .gameHistory .play .player.accomplice {
                          margin-right: 0%;
                          vertical-align: super;
                          z-index: 12;
                          }
                          .gameHistory .play .player.accomplice {
                            left: auto;
                            margin-right: auto;
                            margin-left: 0%;
                        }
                        .gameHistory .play .player.benefactor {
                          position: relative;
                          margin: 0 auto;
                          vertical-align: middle;
                          bottom: 0;
                          }
                          .gameHistory .play .player.initiator,
                          .gameHistory .play .player.accomplice {
                            top: 0;
                          }
                          .gameHistory .play .player.initiator:before,
                          .gameHistory .play .player.accomplice:before {
                            height: 25px;
                            width: 20px;
                            min-height: inherit;
                            min-width: inherit;
                            background-size: 15px;
                          }
                          .gameHistory .play .player.initiator:after,
                          .gameHistory .play .player.accomplice:after {
                            /*width: 20px;*/
                          }
                          .gameHistory .play .player.initiator {
                            margin-left: -5px;
                          }
                          .gameHistory .play .player.accomplice {
                            margin-right: -5px;
                          }
                          .gameHistory .play:hover .player {
                            }
                            .gameHistory .play:hover .player.initiator {
                              margin-left: -10px;
                            }
                            .gameHistory .play:hover .player.accomplice {
                              margin-right: -10px;
                            }
                            .gameHistory .play:hover .player.benefactor {
                              z-index: 20;
                        }
                        .gameHistory .play .player.initiator .image,
                        .gameHistory .play .player.accomplice .image,
                        .gameHistory .play .player.benefactor .image {
                        }
                        .gameHistory .play.DBLPF .player, .gameHistory .play.SUB .player {
                          position: relative;
                          top: auto;
                          left: auto;
                          right: auto;
                          margin: 0;
                          }
                          .gameHistory .play.DBLPF .player.initiator, .gameHistory .play.DBLPF .player.benefactor, .gameHistory .play.DBLPF .player.accomplice,
                          .gameHistory .play.SUB .player.initiator, .gameHistory .play.SUB .player.benefactor, .gameHistory .play.SUB .player.accomplice {
                            vertical-align: middle;
                            width: 44%;
                        /*}
                        .gameHistory .play:hover .player, .gameHistory .play.DBLPF:hover .player, .gameHistory .play.SUB:hover .player {
                          width: 70%;*/
                        }
                        .gameHistory .play .player .name {
                          display: none;
                        }
                        .gameHistory .play .player .jersey {
                          display: none;
                        }
                        .gameHistory .play .player .position {
                          display: none;
                        }

                  .gameHistory .play .player {
                    display: inline-block;
                    width: auto;
                    text-decoration: none;
                    border: none;
                    cursor: default;
                    vertical-align: middle;
                    }
                    .gameHistory .play .player:after {
                      display: block;
                      position: absolute;
                      top: 0;
                      left: 100%;
                      margin: 0;
                      padding: 8px 5px 0;
                      background-color: orange;
                      background-size: 15px;
                      /*border: 1px solid red;*/
                      min-height: inherit;
                      height: auto;
                      border-bottom: none;
                      border-top-right-radius: 6px;
                      border-bottom-right-radius: 6px;
                      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
                      width: auto;
                      text-align: left;
                      cursor: default;
                      content: attr(title);
                      }
                      .gameHistory .play .player:before, .gameHistory .play.DBLPF .player img.image, .gameHistory .play.SUB .player img.image {
                      }
                      .gameHistory .play .player:before {
                        display: block;
                        padding: 42px 0 2px;
                        background-color: grey;
                        border-top: none;
                        border-top-left-radius: 3px;
                        border-bottom-left-radius: 3px;
                        border-bottom-right-radius: 3px;
                        text-align: center;
                        line-height: 1em;
                        font-size: 7px;
                        color: #Fff;
                        text-shadow: rgba(0,0,0,0.9) 1px 1px 1px;
                        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
                        cursor: default;
                        }
                        .gameHistory .play .player[data-act]:before {
                          content: attr(data-act);
                        }
                        .gameHistory .play .player.initiator[data-act]:after {
                        }
                        .gameHistory .play:hover .player {
                          /*width: 25px;*/
                        }
                        .gameHistory .play:hover .player:before {
                          /*height: 35px;
                          background-size: 25px;
                          width: 25px;*/
                        }
                        .gameHistory .play:hover .player:after {
                        }
                        .gameHistory .play:hover .player[data-act]:after {
                          /*border-bottom-left-radius: 10px;
                          border-bottom-right-radius: 10px;
                          font-size: 10px; / *0.6em;*/
                        }
                        .gameHistory.details .play .player[data-act]:before, .gameHistory .play.details .player[data-act]:before {
                          display: none;
                        }
                        .gameHistory .play .player[data-act^="FGA"] .image, .gameHistory .play .player[data-act^="TPA"] .image,
                        .gameHistory .play .player[data-act^="FGA"]:before, .gameHistory .play .player[data-act^="TPA"]:before {
                          border-color: yellow;
                          background-color: orange;
                        }
                        .gameHistory .play .player[data-act^="FGM"] .image, .gameHistory .play .player[data-act^="TPM"] .image,
                        .gameHistory .play .player[data-act^="FGM"]:before, .gameHistory .play .player[data-act^="TPM"]:before {
                          border-color: green;
                          background-color: green;
                        }
                        .gameHistory .play .player[data-act="TO"] .image,
                        .gameHistory .play .player[data-act="TO"]:before {
                          border-color: orange;
                          background-color: blue;
                        }
                        .gameHistory .play .player[data-act="AST"] .image,
                        .gameHistory .play .player[data-act="AST"]:before {
                          border-color: teal;
                          background-color: teal;
                        }
                        .gameHistory .play .player[data-act$="PF"] .image,
                        .gameHistory .play .player[data-act$="PF"]:before {
                          border-color: red;
                          background-color: red;
                  }
                .gameHistory.hover {
                    }
                    .gameHistory.timeline {
                      }
                      .gameHistory.timeline svg {
                        display: none;
                    }
                    .gameHistory.details {
                      font-size: 1.3em;
                      background: transparent;
                      overflow-y: auto;
                      box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
                      border-width: 2px;
                      }
                      .gameHistory.details:before {
                        position: fixed;
                        display: block;
                        margin: 29px 0 0 -55px;
                        padding: 4px 8px;
                        border-top-left-radius: 10px;
                        border-top-right-radius: 10px;
                        background-color: teal;
                        font-size: 0.8em;
                        color: #fff;
                        text-transform: capitalize;
                        content: attr(data-gameperiodfriendly) ":";
                        -webkit-transform: rotate(-90deg);
                        -moz-transform: rotate(-90deg);
                        box-shadow: -5px 3px 4px rgba(0, 0, 0, 0.5);
                      }
                      .gameHistory.details svg {
                        display: none;
                      }
                      .gameHistory.details .play, .gameHistory .play.details {
                        display: block;
                        position: relative;
                        font-size: 0.7em;
                        line-height: 1.5em;
                        }
                        .gameHistory.details .play {
                          top: auto ! important;
                          left: auto ! important;
                          margin-bottom: 5px;
                          padding: 0 5px 0 10px;
                          border: 1px solid grey;
                          border-top: none;
                          width: auto;
                          }
                          .gameHistory.details .play:hover {
                            margin: 0 0 5px 0;
                          }
                          .gameHistory.details[data-gameperiod] .play {
                            display: none;
                          }
                          .gameHistory.details[data-gameperiod="0"] .play[data-gameperiod="0"],
                          .gameHistory.details[data-gameperiod="1"] .play[data-gameperiod="1"],
                          .gameHistory.details[data-gameperiod="2"] .play[data-gameperiod="2"],
                          .gameHistory.details[data-gameperiod="3"] .play[data-gameperiod="3"],
                          .gameHistory.details[data-gameperiod="4"] .play[data-gameperiod="4"],
                          .gameHistory.details[data-gameperiod="5"] .play[data-gameperiod="5"],
                          .gameHistory.details[data-gameperiod="6"] .play[data-gameperiod="6"],
                          .gameHistory.details[data-gameperiod="7"] .play[data-gameperiod="7"] {
                            display: block;
                          }
                          .gameHistory.details .play .player, .gameHistory.details .play.SUB .player, .gameHistory.details .play.DBLPF .player/*,
                          .gameHistory.details .play:hover .player, .gameHistory.details .play.SUB:hover .player, .gameHistory.details .play.DBLPF:hover .player*/ {
                            margin: 0;
                            top: auto ! important;
                            right: auto ! important;
                            bottom: auto ! important;
                            left: auto ! important;
                            vertical-align: middle;
                            width: auto;
                        }
                        .gameHistory .play.details {
                          display: inline-block;
                          padding: 5px 5px 10px 10px;
                          border-radius: 10px;
                          width: 20%;
                        /*}
                        .gameHistory.details .play:hover, .gameHistory .play.details:hover {
                          margin: 0;*/
                        }
                        .gameHistory.details .play:before, .gameHistory .play.details:before {
                          display: block;
                          margin: -5px -5px 0 -10px;
                          padding: 6px 10px;
                          border-top-left-radius: 10px;
                          border-top-right-radius: 10px;
                          background-color: grey;
                          color: #fff;
                          text-transform: capitalize;
                          content: "@" attr(id);
                          }
                          .gameHistory.details .play:before {
                            margin: 0 -5px 0 -10px;
                            padding: 3px 8px;
                            border-radius: 0;
                        }
                        .gameHistory.details .play .action, .gameHistory .play.details .action {
                          display: inline;
                        }
                        .gameHistory.details .play .edit, .gameHistory .play.details .edit {
                          display: block;
                          position: absolute;
                          top: 5%;
                          right: 5%;
                          font-weight: bold;
                          letter-spacing: 1px;
                          color: #fff;
                          }
                          .gameHistory.details .play .edit {
                            top: 8%;
                            right: 3%;
                            font-size: 0.9em;
                        }
                        .gameHistory.details .play .player, .gameHistory .play.details .player {
                          top: auto;
                          left: auto;
                          right: auto;
                          position: relative;
                          margin: 0;
                          width: auto;
                          }
                          .gameHistory.details .play .player .name, .gameHistory .play.details .player .name {
                            display: inline;
                            color: blue;
                            font-size: 1em;
                          }
                          .gameHistory.details .play .player .image, .gameHistory .play.details .player .image {
                            display: inline;
                            margin-right: 1px;
                            border-width: 0px;
                            width: 20px;
                            border-radius: 10px;
                            -webkit-box-shadow: none;
                            -moz-box-shadow: none;
                            vertical-align: middle;
                          }
                          .gameHistory.details .play .player.initiator, .gameHistory .play.details .player.initiator {
                          }
                          .gameHistory.details .play .player.accomplice, .gameHistory .play.details .player.accomplice {
                          }
                          .gameHistory.details .play .player.benefactor, .gameHistory .play.details .player.benefactor {
              }
        .team {
          background-image: url("themes/images/background/header.png");
          /*width: 96px;*/
          }
          .team.away {
            float: right;/*
            border-top-right-radius: 18px;*/
          }
          .team.home {
            float: left;/*
            border-top-left-radius: 18px;*/
          }
          .team .banner {
            position: relative;
            display: block;
            padding: 2px 0 5px;
            color: #fff;
            text-align: right;
            min-height: 75px;
            max-height: 75px;
            }
            .away.team .banner {
              text-align: left;
            }
            .team .banner .flag {
              position: absolute;
              top: 15px;
              height: 30px;
              width: 60px;
              display: block;
              vertical-align: middle;
              font-weight: bold;
              text-align: center;
              text-transform: uppercase;
              }
              .team.home .banner .flag {
                left: -14px;
                -webkit-transform: rotate(-90deg);
                -moz-transform: rotate(-90deg);
              }
              .team.away .banner .flag {
                right: -14px;
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
            }
              .team .banner .flag .timeouts, .player .info .fouls {
                display: block;
                padding: 0;
                line-height: 1em;
                }
                .player .info .fouls {
                  position: absolute;
                  right: 0;
                  bottom: 0;
                  margin-right: -2px;
                  padding-top: 15px;
                  width: 8px;
                  /*cursor: help;*/
                  }
                  .away .player .info .fouls {
                    margin-right: 0;
                    right: auto;
                    left: 0;
                    margin-left: -2px;
                }
                .team .banner .flag .timeouts .timeout, .player .info .fouls .foul {
                  margin: 0;
                  padding: 0;
                  width: 8px;
                  height: 8px;
                  border: 1px solid black;
                  border-radius: 8px;
                  background-color: yellow;
                  }
                  .player .info .fouls .foul {
                    margin-right: 0;
                    margin-bottom: 2px;
                    border-radius: 2px;
                    width: 6px;
                    height: 4px;
                    background-color: black;
                    cursor: pointer;
                    border-color: black;
                    }
                    .player .info .fouls .foul:hover {
                      border-color: orange;
                    }
                    .player .info .fouls .foul.OPF {
                      /*background-color: red;*/
                    }
                    .player .info .fouls .foul.DPF {
                      /*background-color: red;*/
                    }
                    .player .info .fouls .foul.DBLPF {
                      /*background-color: red;*/
                    }
                    .player .info .fouls .foul.TPF {
                      background-color: red;
            }
            .team .banner .logo {
              /*display: block;
              margin: 0 auto;*/
              padding: 0;
              width: 60%;
              }
              .home.team .banner .logo {
                margin-right: 5px;
              }
              .away.team .banner .logo {
                margin-left: 5px;
              }
              .team .banner .bonus {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 7px;
                margin-right: 17px;
                padding: 0px 5px;
                color: #000;
                text-align: center;
                background-color: orange;
                /*-webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);*/
                content: "BONUS";
                }
                .team .banner .double.bonus {
                  margin-left: 17px;
                  background-color: red;
                  font-size: 0.8em;
                  text-transform: uppercase;
                  content: "DOUBLE BONUS";
                }
                .away.team .banner .bonus {
                  margin-left: 17px;
                  margin-right: auto;
                  /*right: auto;
                  left: 0;*/
                  }
                  .away.team .banner .double.bonus {
                    /*top: 36px;*/
              }
              .team .banner .coach {
                position: absolute;
                right: 1px;
                bottom: 7px;
                margin-right: 0;
                width: 12px;
                border: 1px solid rgba(255, 255, 255, 0.8);
                background-color: rgba(255, 255, 255, 0.8);
                }
                .team .banner .coach:hover, .team .banner .coach.selected {
                  width: 20px;
                }
                .away.team .banner .coach {
                  right: auto;
                  margin-right: auto;
                  left: 1px;
                  margin-left: 0;
          }
          .team .roster {
			      margin: 0;
			      padding: 0;
			      clear: none;
            }
            .team .roster li {
              margin: 0;
              padding: 0;
            }
            .team .roster .bench h3 {
              margin: 0;
              padding: 4px 0;
              color: #fff;
              background: blue;
              font-size: 1.3em;
            }
            .team .roster .player .headshot {

            }
            .team .roster .player {
              padding: 2px 0;
              margin: 0;
              text-align: left;
              display: none;
              }
              .team .roster .player.oncourt {
                display: block;
                position: relative;
                margin: 0 5px 5px;
                padding: 0;
                text-align: left;
                }
                .team.away .roster .player.oncourt {
                  text-align: right;
                }
                .team .roster .player.oncourt .info {
                  display: block;
              }
              .team .roster .player .name, .team .name {
                font-size: 0.9em;
                /*color: #333;*/
              }
              .team .roster .player.oncourt.selected {
                background-color: yellow;
              }
              .team .roster .player:hover {
                background-color: purple;
              }
              .team .roster.showBench .player, .team .roster.showBench .player.oncourt.selected {
                display: block;
                }
                .team .roster.showBench .player.oncourt {
                  display: none;
              }
              .team .roster .player .info {
                line-height: 1.05em;
                text-align: left;
              }
              .team.away .roster .player .info {
                text-align: right;
                }
                .team .roster .player .info .name,
                .team .roster .player .info .position,
                .team .roster .player .info .jersey {
                  display: inline;
                  }
                  .team .roster .player .info .position {
                    display: none;
                  }
                  .team .roster .player .info .jersey {
                    /*float: left;
                    margin-right: 5px;*/
                }
                .team .roster .player.oncourt .info .name,
                .team .roster .player.oncourt .info .position,
                .team .roster .player.oncourt .info .jersey {
                  display: block;
                  }
                  .team .roster .player.oncourt .info {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    padding-top: 10px;
                    border-bottom: 2px solid orange;
                  }
                  .team .roster .player.oncourt .info .name {
                    display: none;
                    margin-left: 50px;
                    text-align: left;
                    width: 65px;
                    font-size: 1.3em;
                    line-height: 1.3em;
                    text-decoration: none;
                    color: #fff;
                    }
                    .team.away .roster .player.oncourt .info .name {
                      margin-right: 50px;
                      margin-left: 0;
                      text-align: right;
                  }
                  .team .roster .player.oncourt .info .position {
                    position: absolute;
                    bottom: 0px;
                    left: 5px;
                    text-align: right;
                    color: #FFFFFF;
                    font-size: 0.6em;
                    }
                    .team .roster .player.oncourt.starter .info .position {
                      font-weight: bold;
                      color: gold;
                    }
                    .team.away .roster .player.oncourt .info .position {
                      left: auto;
                      right: 5px;
                  }
                  .team .roster .player.oncourt .info .jersey {
                    position: absolute;
                    margin-top: 0;
                    bottom: 15px;
                    right: 8px;
                    font-size: 2.5em;
                    float: none;
                    color: #111;
                    }
                    .team.away .roster .player.oncourt .info .jersey {
                      left: 8px;
                      right: auto;
                    }
                    .team .roster .player.oncourt .info .jersey sup {
                      color: #777;
                      font-size: 0.4em;
                      vertical-align: middle;
                }
                .team.away .roster .player .info .position {
            }
            .team .roster .player .headshot {
                margin: 0;
                vertical-align: top;
                width: 30px;
                display: none;
            }
            .team .roster .player.oncourt .headshot,
            .team .banner .logo {
                display: inline-block;
            }
            .team .roster .player .headshot {
              border-color: grey;
              }
              .team .roster .player.oncourt .headshot {
                border: 2px solid orange;
          }
          .team .roster .player.disq:before {
            content: "DQ";
            font: fize: 11px;
            color: red;
            }
            .team .roster .player.oncourt.disq:before {
              position: absolute;
              top: 0;
              left: 0;
            }
            .away.team .roster .player.disq:before {
              left: auto;
              right: 0;
          }
          .team .roster .player.ejected:before {
            content: "EJECTED";
        }
        .test {
          margin: 0 auto;
          width: 574px;
        }

        .fade-in {
          opacity : 0;
          transition-property : opacity;
          transition-duration : 0.7s;
          }
          .fade-in:hover {
            opacity : 1;
            transition-property : opacity;
            transition-duration : 0.3s;
        }
        #ie .fade-in {
          visibility : hidden;
          }
          #ie .fade-in:hover,
          #ie6 .fade-in {
            visibility : visible;
        }


/*


            .courtContainer {
              position: relative;
              display: inline-block;
              border: 1px solid purple;
              }
              .courtContainer .court {
                width: 100%;
            }
                .court { / * SVG Court * /
                  fill: transparent;
                  stroke: #000;
                  stroke-width: 2px;
                  }
                  .court .floor {
                    position: relative;
                    width: 100%;
                    height: 100%;
                    fill: pink;
                    stroke: #000;
                    stroke-width: 2;
                    opacity: 0.2;
                  }
                  .court .st0 {
                    fill: transparent;
                    stroke: #ff41ff;
                    stroke-width: 2;
                    z-index: 0;
                  }
                  .court .key, .court .keyTop {
                    opacity: 0.7;
                  }
                  .court .rim {
                    fill: transparent;
                    stroke: orange;
                    stroke-width: 3;
                    shadow: 2px 3px 1px rgba(0, 0, 0, 0.5);
                  }
                  .court .backboard {
                    fill: transparent;
                    stroke: #000;
                    stroke-width: 4;
                    box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.5);
                    opacity: 0.77;
                  }
                  .court .center {
                    }
                    .court .center .line, .court .center .circle {
                      stroke: rgba(0,0,0, 0.4);
                      }
                      .court .center .line {
                        stroke-width: 2;
                        z-index: 15;
                      }
                      .court .center .circle {
                        fill: rgba(255,133,0,0.2);
                        stroke-opacity: 0.3;
                        stroke-width: 2;
                      }
                      .court .center .logo + .circle {
                        display: none;
                    }
                    .court .center .logo {
                      opacity: 0.7;
                  }
                  .court .jumper {
                    fill: rgba(255,164,67,0);
                    stroke: rgba(0,0,0, 0.5);
                    stroke-width: 2;
                    z-index: 15;
                    opacity: 1;
                  }
                  .court .keyTop {
                    fill: none;
                    stroke: rgba(0,0,0, 0.8);
                    stroke-width: 2;
                    stroke-dasharray: 8;
                  }
                  .court .key {
                    fill: rgba(255,133,0,0.3);
                    stroke: rgba(0,0,0, 0.8);
                    stroke-width: 2;
                    z-index: 30;
                }



*/

.moments h3 {
  font-size: 1em;
  font-weight: 200;
  margin: 25px 0 0;
}
.moments ul {
  margin: 60px auto 20px;
  padding: 0 0 11px;
  position: relative;
  width: 50%;
  height: 2px;
  border-bottom: 3px solid #FFA500;
  overflow: visible;
  text-align: left;
}
.moments ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  padding: 0;
  overflow: visible;/*
  background: yellow;*/
  line-height: 11px;
}
.moments ul li:last-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.moments .dot {
  background: none repeat scroll 0 0 rgba(79, 35, 39, 0.3);
  border-radius: 14px;
  display: inline-block;
  height: 11px;
  position: relative;
  width: 11px;
  cursor: pointer;
  }
  .moments .dot:after {
   background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    content: " ";
    display: block;
    height: 5px;
    left: 3px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 3px;
    width: 5px;
}
.moments .moment {
  transition: opacity 0.7s linear;
}
.moments .momentBody {
  position: absolute;
  display: none;
  bottom: 0;
  opacity: 0;
  left: -92px;
  background: none repeat scroll 0 0 rgba(79, 35, 39, 0.3);
  width: 200px;
  opacity: 0;
  padding: 0 10px;
  text-align: left;
  line-height: 1.1em;
  border-radius: 5px;
  }
  .moments .moment.hover .momentBody, .moments .moment:hover .momentBody {
    background-color: rgba(79, 35, 39, 0.8);
    display: block;
    opacity: 1;
    bottom: 13px;
}
.moments ul li .momentBody:hover {
/*    border-bottom: medium none;*/
}
.moments .momentBody:after {
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  border-top: 5px solid rgba(79, 35, 39, 0.3);
  content: " ";
  left: 40%;
  position: absolute;
  top: 100%;
  }
  .moments ul li .momentBody:hover:after {
    border-top-color: rgba(8, 4, 4, 0.3);
}
.moments ul li .momentBody strong {
    display: block;
    font-size: 0.8em;
    font-weight: 200;
    margin: 6px 0 2px;
}
.moments ul li .momentBody p {
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 1px;
}
.moments ul li:nth-of-type(odd) .momentBody {
}




    section#scoreline {
        height: 90px;
        /*left: 246px;
        position: absolute;
        top: -10px;
        width: 728px;*/
        z-index: 400001;
        background: linear-gradient(to bottom, rgba(64, 0, 145, 0.8) 0px, rgba(64, 0, 145, 0.25) 100%) repeat scroll 0 0%, url("/media/img/firefox/search_tour/results.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    }
    section#scoreline #scoreline-content {
        height: 90px;
        position: relative;
        top: 12px;
    }
    section#scoreline #scoreline-content.minpage .arrows .arrow.left {
        opacity: 0.3;
    }
    section#scoreline #scoreline-content.maxpage .arrows .arrow.right {
        opacity: 0.3;
    }
    section#scoreline #scoreline-content .arrows {
        background: /*url("/images/linescores/bg.png")*/ no-repeat scroll left top rgba(0, 0, 0, 0);
        height: 89px;
        left: 26px;
        position: absolute;
        top: 0;
        width: 676px;
    }
    section#scoreline #scoreline-content .arrows .arrow {
        background: /*url("/images/linescores/edges.png")*/ no-repeat scroll left top rgba(0, 0, 0, 0);
        cursor: pointer;
        height: 89px;
        left: -20px;
        position: absolute;
        top: 0;
        width: 29px;
        z-index: 2;
    }
    section#scoreline #scoreline-content .arrows .arrow.right {
        background-position: right top;
        left: auto;
        right: -20px;
    }
    section#scoreline #scoreline-content section.linescores {
        left: 26px;
        position: absolute;
        top: 20px;
    }
    section#scoreline #scoreline-content section.linescores #linescores {
        height: 62px;
        overflow: hidden;
        position: relative;
        width: 676px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore {
        left: 0;
        position: absolute;
        top: 0;
        width: 2000px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game {
        background: /*url("/images/linescores/box.png")*/ no-repeat scroll left top rgba(0, 0, 0, 0);
        color: #eee;
        cursor: pointer;
        display: inline-block;
        font-family: "Bebas Neue",Tahoma,Arial,sans-serif;
        font-size: 12px;
        font-weight: normal;
        height: 62px;
        margin-left: 10px;
        overflow: hidden;
        vertical-align: top;
        width: 92px;
        word-spacing: 0;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.notstarted .record {
        display: inline-block;
        font-size: 10px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.notstarted .team {
        opacity: 0.75;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.final .winning {
        /*background-image: url("/images/linescores/edges.png");*/
        background-position: 25px -12px;
        background-repeat: no-repeat;
        background-size: 29px 45px;
        margin-right: -6px;
        padding-right: 6px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.upset:not(.final) .time {
        background-color: #eee;
        color: #333;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game .rank {
        display: none;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game .record {
        display: none;
        font-size: 75%;
        margin-left: 3px;
        opacity: 0.5;
        position: relative;
        text-align: left;
        top: -1px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game .time {
        background-color: rgba(34, 34, 34, 0.75);
        font-size: 14px;
        height: 21px;
        line-height: 21px;
        text-indent: 5px;
        word-spacing: 3px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game .team {
        /*background-image: url("/images/linescores/team-gradient.png");*/
        background-position: left top;
        background-repeat: no-repeat;
        color: #fff;
        height: 20px;
        line-height: 20px;
        position: relative;
        width: 92px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game .team .name {
        background-position: -10px -4px;
        background-repeat: no-repeat;
        background-size: 28px 28px;
        display: inline-block;
        height: 20px;
        padding-left: 20px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game .team .name .rank {
        font-size: 10px;
        margin-right: 0;
        position: relative;
        right: 0;
        top: 1px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game .team .score {
        display: inline-block;
        position: absolute;
        right: 6px;
        text-align: right;
        top: 0;
        width: 25px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view {
        background-image: none;
        width: 656px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view.final .winning {
        background-size: 50px auto;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view.final .first .winning {
        background-position: right -39px top -10px;
        margin-right: 0;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view.final .second .winning {
        background-position: left -39px top -10px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .team, section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .time {
        box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.3) inset, 0 3px 3px 0 rgba(0, 0, 0, 0.25);
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .time, section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .team, section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .first, section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .name {
        height: 55px;
        line-height: 55px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .name, section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .record, section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .score, section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .title {
        font-size: 32px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .time {
        font-size: 20px;
        left: 288px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .team {
        background-size: 278px 55px;
        display: inline-block;
        float: left;
        width: 278px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .team .name {
        background-size: 79px auto;
        padding: 0;
        width: 100%;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .score {
        white-space: nowrap;
        width: auto;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .record {
        top: 0;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .first {
        margin-right: 100px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .first .name {
        background-position: left -28px top -12px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .first .name .title {
        float: left;
        padding-left: 53px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .first .score {
        float: right;
        padding-right: 11px;
        right: 0;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .first .record {
        float: left;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .second .name {
        background-position: right -27px top -11px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .second .name .title {
        float: right;
        padding-right: 53px;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .second .score {
        float: left;
        left: 0;
        padding-left: 11px;
        right: auto;
    }
    section#scoreline #scoreline-content section.linescores #linescores .linescore .game.banner-view .second .record {
        float: right;
        margin-right: 3px;
    }
    section#scoreline #scoreline-content section.linescores #linescores #NCAAMB-scoreline.linescore .game .rank, section#scoreline #scoreline-content section.linescores #linescores #NCAAFB-scoreline.linescore .game .rank, section#scoreline #scoreline-content section.linescores #linescores #TOPGAMES-scoreline.linescore .game .rank, section#scoreline #scoreline-content section.linescores #linescores #NBA-scoreline.linescore .game .rank {
        display: inline-block;
        font-size: 75%;
        margin-right: 2px;
        position: relative;
        text-align: right;
        top: -1px;
        width: 9px;
    }
    section#scoreline #scoreline-content section.tabs {
        background: /*url("/images/linescores/tab_bg.png")*/ no-repeat scroll left top rgba(0, 0, 0, 0);
        height: 48px;
        left: 26px;
        min-width: 358px;
        padding-left: 13px;
        padding-top: 12px;
        position: absolute;
        top: -12px;
        width: 770px;
    }
    section#scoreline #scoreline-content section.tabs #linescore-tabs .tab {
        color: #ddd;
        display: inline-block;
        font-family: "Bebas Neue",Tahoma,Arial,sans-serif;
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 6px;
        margin-right: 20px;
        text-shadow: 0 0 3px black;
        word-spacing: 0;
    }
    section#scoreline #scoreline-content section.tabs #linescore-tabs .tab:hover {
        color: white;
        text-decoration: underline;
    }
    section#scoreline #scoreline-content section.tabs #linescore-tabs .tab.selected {
        color: white;
    }
    section#scoreline #scoreline-content section.tabs #linescore-tabs .tab.selected:hover {
        text-decoration: none;
    }
    section#scoreline #scoreline-content section.tabs #linescore-tabs .tab.selected .scoreboard a {
        display: inline;
    }
    section#scoreline #scoreline-content section.tabs #linescore-tabs .tab .name {
        cursor: pointer;
        margin-right: 5px;
    }
    section#scoreline #scoreline-content section.tabs #linescore-tabs .tab .scoreboard a {
        color: #fff;
        display: none;
        font-size: 13px;
        font-weight: normal;
        position: relative;
        top: -1px;
    }
    #scoreline .game.notstarted .time, #scoreline .game.final .time {
        color: #999;
    }
    #scoreline .game.notstarted:hover .team {
        opacity: 1;
    }
    @media not all {
    #scoreline .arrows .arrow {
        background-image: /*url("/images/linescores/edges@2x.png")*/ !important;
        background-size: 58px 90px !important;
    }
    #scoreline .game {
        background: /*url("/images/linescores/box@2x.png")*/ no-repeat scroll left top / 92px 62px rgba(0, 0, 0, 0) !important;
    }
    #scoreline .game .team {
        /*background-image: url("/images/linescores/team-gradient@2x.png") !important;*/
        background-size: 92px 20px !important;
    }
    #scoreline .game.banner-view {
        background-image: none !important;
    }
    #scoreline .game.banner-view .team {
        background-size: 278px 55px !important;
    }
    }
    #scoreboard-content {
        font-family: "Bebas Neue",Tahoma,Arial,sans-serif;
        font-weight: normal;
        word-spacing: 2px;
    }
    #scoreboard-content .linescore {
        display: block !important;
    }
    #scoreboard-content .linescore .game {
        background: /*url("/images/linescores/scoreboard/game.png")*/ no-repeat scroll left top rgba(0, 0, 0, 0);
        border-radius: 5px;
        display: block;
        float: left;
        margin-bottom: 10px;
        margin-right: 10px;
        max-height: 167px;
        min-height: 61px;
        position: relative;
        width: 310px;
    }
    #scoreboard-content .linescore .game:nth-child(2n) {
        margin-right: 0;
    }
    #scoreboard-content .linescore .game.notstarted .team .name .title, #scoreboard-content .linescore .game.notstarted .team .name .record {
        display: block;
    }
    #scoreboard-content .linescore .game.notstarted .team .name .title {
        height: 20px;
    }
    #scoreboard-content .linescore .game.notstarted .team .name .record {
        position: relative;
        top: -5px;
    }
    #scoreboard-content .linescore .game.notstarted .team.first {
        border-bottom-left-radius: 5px;
    }
    #scoreboard-content .linescore .game.notstarted .team.second {
        border-bottom-right-radius: 5px;
    }
    #scoreboard-content .linescore .game.notstarted .board-data {
        display: none;
    }
    #scoreboard-content .linescore .game .time, #scoreboard-content .linescore .game .boxscore {
        color: #373737;
        font-size: 14px;
        height: 21px;
        line-height: 24px;
        padding-left: 10px;
        text-transform: uppercase;
    }
    #scoreboard-content .linescore .game .time .tv, #scoreboard-content .linescore .game .boxscore .tv {
        color: #b0b0b0;
    }
    #scoreboard-content .linescore .game .boxscore {
        cursor: pointer;
        height: 21px;
        position: absolute;
        right: 10px;
        top: 0;
    }
    #scoreboard-content .linescore .game .boxscore:hover {
        opacity: 0.7;
        text-decoration: underline;
    }
    #scoreboard-content .linescore .game .team {
        background: /*url("/images/linescores/scoreboard/name-grad.png")*/ no-repeat scroll right top rgba(0, 0, 0, 0);
        float: left;
        height: 40px;
        line-height: 40px;
        max-width: 155px;
        min-width: 155px;
        overflow: hidden;
        position: relative;
    }
    #scoreboard-content .linescore .game .team.first {
        background-position: left top;
    }
    #scoreboard-content .linescore .game .team.first .name {
        background-position: -25% -16px;
        border-right: 1px solid rgba(0, 0, 0, 0.5);
        padding-left: 45px;
        padding-right: 14px;
        text-align: right;
    }
    #scoreboard-content .linescore .game .team.first .score {
        left: 66px;
        right: 14px;
        text-align: right;
    }
    #scoreboard-content .linescore .game .team.second .name .title .rank {
        left: -9px;
        position: absolute;
        top: 1px;
    }
    #scoreboard-content .linescore .game .team .name {
        background-position: 125% -16px;
        background-repeat: no-repeat;
        background-size: 70px auto;
        box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.3) inset, 0 3px 3px 0 rgba(0, 0, 0, 0.25);
        color: white;
        display: block;
        font-size: 12px;
        height: 40px;
        left: 0;
        line-height: 15px;
        padding-left: 14px;
        padding-right: 45px;
        position: absolute;
        right: 0;
        text-align: left;
        top: 0;
    }
    #scoreboard-content .linescore .game .team .name .title {
        display: none;
        font-size: 20px;
        margin-top: 7px;
        position: relative;
        text-transform: uppercase;
    }
    #scoreboard-content .linescore .game .team .name .title .rank {
        font-size: 8px;
        left: -1px;
        opacity: 0.7;
        position: relative;
        top: -2px;
    }
    #scoreboard-content .linescore .game .team .name .record {
        color: #ccc;
        display: none;
        white-space: nowrap;
    }
    #scoreboard-content .linescore .game .team .score {
        color: white;
        font-size: 24px;
        left: 14px;
        position: absolute;
        right: 66px;
        text-align: left;
        top: 0;
    }
    #scoreboard-content .linescore .game .board-data {
        background: /*url("/images/linescores/scoreboard/game-base.png")*/ no-repeat scroll left bottom rgba(0, 0, 0, 0);
        clear: both;
        display: block;
        min-height: 10px;
        padding: 14px 5px 0;
    }
    #scoreboard-content .linescore .game .board-data .period-score {
        margin: 0;
        position: relative;
        top: 3px;
    }
    #scoreboard-content .linescore .game .board-data .period-score td, #scoreboard-content .linescore .game .board-data .period-score th {
        color: #373737;
        font-size: 15px;
        font-weight: normal;
        height: 22px;
        line-height: 22px;
        padding: 0;
        text-align: center;
        width: 1%;
    }
    #scoreboard-content .linescore .game .board-data .period-score th {
        background-color: transparent;
        border: 0 none;
        color: #999;
    }
    #scoreboard-content .linescore .game .board-data .period-score th.abbr {
        color: #373737;
        font-size: 18px;
        min-width: 55px;
        opacity: 1;
        padding-left: 5px;
        text-align: left;
    }
    #scoreboard-content .linescore .game .board-data .period-score th.abbr .rank {
        float: left;
        font-size: 9px;
        margin-left: -7px;
        position: relative;
        text-align: center;
        width: 10px;
    }
    #scoreboard-content .linescore .game .board-data .period-score th.abbr .record {
        color: #999;
        font-size: 14px;
        padding-left: 3px;
        position: relative;
        top: -1px;
    }
    #scoreboard-content .linescore .game .board-data .period-score th.total {
        color: #ff4001;
        opacity: 1;
    }
    #scoreboard-content .linescore .game .board-data .sep {
        clear: both;
        display: block;
        height: 1px;
        margin-top: 5px;
    }

#leftblocks, #centerblocks, #rightblocks {
  vertical-align: top;
  }
  #leftblocks {
    text-align: left;
  }
  #centerblocks {
  }
  #rightblocks {
    margin-left: -220px;
    text-align: right;
    width: 220px;
}
#container {
  background: transparent;
  width: auto;
}
.header {
  position: relative;
  margin-bottom: 30px;
}
#navigation {
  display: inline-block;
  margin-bottom: 20px;
  }
  #navigation .navigation_content {
    width: auto;
  }
  #navigation ul {
    display: inline-block;
  }
  #navigation ul li {
    display: inline-block;
    float: none;
  }
  #navigation {

}
#wrapper {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
body.left-center-right #main-content, body.js_off #main-content {
  margin: 0 220px 0 180px;
  width: auto;
}
#footer {
  margin: 10px auto;
  padding: 15px 0;
  width: 80%;
  min-width: 50%;
  background: transparent url("../images/badge.png") center center no-repeat;
  background-size: contain;
  border-top: none;
  text-align: right;
}
.block-center-content {
  text-align: left;
}
.overviewSections {
  display: inline-block;
  margin: 0 0 0 80px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  }
  .overviewSections a {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    text-decoration: none;
    color: #ddd;
    background-color: #000;
    font-size: 2em;
    border-right: 4px solid #bbb;
    }
    .overviewSections a:hover {
      color: #E26425;
      background-color: #ddd;
    }
    .overviewSections a.selected {
      background-color: #E26425;
      color: #fff;
    }
    .overviewSections a:first-of-type {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
    }
    .overviewSections a:last-of-type {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border-right: none;
}
.overviewSection {
  margin: 0;
  padding: 15px 0;
  background-color: rgba(0,0,0,0.1);
  border-radius: 5px;
  text-align: center;
  display: none;
  }
  .overviewSection.active {
    display: block;
  }
  .overviewSection > h2 {
    margin: 0 0 20px 20px;
    padding: 0;
    font-size: 2.1em;
    text-align: left;
  }
  .scheduleMethod {
    vertical-align: inherit;
    font-size: inherit;
    height: auto;
    line-height: inherit;
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: right;
    background-color: transparent;
    color: inherit;
}

div.team.roster {
  text-align: center;
}
div.team.roster .team.block {
  margin: 0 auto;
  padding-top: 0;
  display: inline-block;
  }
  div.team.roster .team.block .info .name {
    margin-bottom: 0;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.4em;
  }
  div.team.roster .team.block ul.record {
    margin: 5px 0;
    list-style: none;
}
#rosterManagement table.roster.stats img.headshot {
  margin: 0 15px 10px 0;
  width: 60px;
}
#rosterManagement table.roster.stats input[type="file"]:disabled {
  display: none ! important;
}
#rosterManagement table.roster.stats input[type="text"][name^="system"] {
  display: none;
}
#rosterManagement table.roster.stats td {
  vertical-align: baseline;
}
#rosterManagement table.roster.stats tr td:first-child input[type="text"] {
  text-align: center;
}

.hideMe {
  display: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

form.entry[id^=leagueManagement] {
  padding: 5px 5px 30px;
  height: auto;
  font-size: inherit;
}

form.entry[id^=seasonManagement] {
  font-size: 0.9em;
}

input + label + .preconditional,
input.switch[type="radio"] + label + input.switch[type="radio"]:checked + label + .preconditional,
input.switch[type="radio"]:checked + label + input.switch[type="radio"] + label + .preconditional + .preconditional {
  width: 0;
  height: 0;
  opacity: 0;
  transition: 0.4s linear;
  overflow: hidden;
  }
  input:checked + label + .preconditional,
  input.switch[type="radio"]:checked + label + input.switch[type="radio"] + label + .preconditional {
    opacity: 1;
    width: auto;
    height: auto;
    overflow: initial;
}
.preconditional + .preconditional + div {
  display: none;
  padding-top: 10px;
}

.genGame {
  width: 100%;
  }
  .genGame abbr.date {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0.5em;
    right: 1em;
    text-align: right;
    font-weight: bold;
    font-size: 1.1em;
  }
  .genGame tr {
  }
  .genGame td, .genGame th {
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 12%;
    min-width: 10%;
    }
    .genGame td {
      border-top: 1px solid #ddd;
      border-right: 1px solid #ddd;
      height: 150px;
    }
    .genGame td:first-child {
      border-left: 1px solid #ddd;
    }
    .genGame tr:last-of-type td {
      border-bottom: 1px solid #ddd;
    }
    .genGame th {
      text-align: center;
  }
  .genGame thead th {
    background-color: rgba(170,170,170,0.7);
    color: #fff;
  }
  .genGame tbody:nth(odd) {
    background: blue;
  }
  .genGame img.logo {
    max-height: 30px;
    max-width: 30px;
  }
  .genGame input[type="text"], .genGame select {
    padding: 0;
    height: auto;
    font-size: 0.8em;
    }
    .genGame select[name^="game"] {
      border: none;
      font-size: 0.7em;
      }
      .genGame select[name^="game[gamelocation"] {
        width: 0;
        background: red;
    }
    .genGame select.notDefault {
      width: 0;
  }
  .genGame .team, .genGame .logod {
    display: inline-block;
    vertical-align: middle;
  }
  .genGame .versus {
    margin: 0 3px 0 7px;
    vertical-align: middle;
    width: 20px;
  }
  .genGame dl {
    margin: 0;
    padding: 0.5em 0 0;
    text-align: left;
    }
    .genGame dl dt, .genGame dl dd {
        margin: 0;
      }
      .genGame dl dt {
        display: inline-block;
        background: orange;
        color: #fff;
      }
      .genGame dl dd {
        display: block;
        margin-bottom: 2px;
        text-align: center;

      /*content: "";
      border-bottom: 2px red solid;*/
}

select.stats.jumpMenu {
  padding: 0;
  height: auto;
}

table.gamesheet {
  border-collapse: initial;
  border-spacing: 0;
  }
  table.gamesheet caption {
    margin-bottom: 10px;
    text-align: left;
    font-size: 0.9em;
    }
    table.gamesheet caption h1, table.gamesheet caption h2 {
      display: inline-block;
      margin-left: 10px;
  }
  table.gamesheet th {
    padding: 0;
    color: #fff;
    background-color: #000;
    text-align: center;
    vertical-align: bottom;
  }
  table.gamesheet td {
    padding: 0;
    width: 1%;
    text-align: center;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  table.gamesheet td:first-child,
  table.gamesheet td.oreb, table.gamesheet td.dreb, table.gamesheet td.ast, table.gamesheet td.stl, table.gamesheet td.to, table.gamesheet td.blk, table.gamesheet td.pf {
    border-left: 1px solid #000;
  }
  table.gamesheet td.player {
    width: 10%;
    font-size: 1.2em;
    text-align: left;
    text-indent: 2pt;
  }
  table.gamesheet td.points {
    width: 17%;
  }
  table.gamesheet td.team, table.gamesheet td.score, table.gamesheet td.score + td[colspan] {
    border: none;
    font-size: 2em;
    }
    table.gamesheet .team img {
      margin: 0 10px;
      width: 60px;
      vertical-align: middle;
}

@media only print {
  .header, .breadcrumb, #footer {
    display: none;
  }
  table.gamesheet {
    border: 1px solid #000;
    }
    table.gamesheet th {
      padding: 0;
      color: #fff;
      background-color: #000;
    }
    table.gamesheet td {
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
    }
    table.gamesheet td:first-child {
      border-left: 1px solid #000;
  }
}


.powerrankings {

}

/* ============================================================================================================================
== OVAL SPEECH BUBBLE WITH QUOTATION MARKS (more CSS3)
** ============================================================================================================================ */

.powerrankings .oval-quotes {
  position:relative;
  display: inline-block;
  margin:2em auto 10px;
  color:#000;
  background-color:#ffed26;
  /* css3 */
  /*
  NOTES:
  -webkit-border-radius:Apx Bpx; // produces oval in safari 4 and chrome 4
  -webkit-border-radius:Apx / Bpx; // produces oval in chrome 4 (again!) but not supported in safari 4
  Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this
  */
  /*border-top-left-radius:400px 350px;
  border-top-right-radius:400px 350px;
  border-bottom-right-radius:400px 350px;
  border-bottom-left-radius:400px 350px;
  -moz-border-radius:400px / 350px;*/
  border-radius:400px / 350px;
}

/* creates opening quotation mark */
.powerrankings .oval-quotes:before {
  content:"\201C";
  position:absolute;
  z-index:1;
  top: 0;
  left: 0;
  font:80px/1 Georgia, serif;
  color:#ffed26;
}

/* creates closing quotation mark */
.powerrankings .oval-quotes:after {
  content:"\201D";
  position:absolute;
  z-index:1;
  bottom:0;
  right:20px;
  font:80px/0.25 Georgia, serif;
  color:#ffed26;
}

.powerrankings .oval-quotes p {
  margin:0 auto;
  padding: 2em;
  text-align:center;
}

/* creates smaller curve */
.powerrankings .oval-quotes p:before {
  content:"";
  position:absolute;
  z-index:-1;
  bottom: 0;
  right:55%;
  width:10%; /* wider than necessary to make it look a bit better in IE8 */
  height:15%;
  background-color: rgba(255, 255, 255, 1); /* need this for webkit - bug in handling of border-radius */
  /* css3 */
  -webkit-border-bottom-right-radius:40px 50px;
  -moz-border-radius-bottomright:40px 50px;
  border-bottom-right-radius:40px 50px;
  /* using translate to avoid undesired appearance in CSS2.1-capabable but CSS3-incapable browsers */
  -webkit-transform:translate(-30px, -2px);
  -moz-transform:translate(-30px, -2px);
  -ms-transform:translate(-30px, -2px);
  -o-transform:translate(-30px, -2px);
  transform:translate(-30px, -2px);
}

/* creates larger curve */
.powerrankings .oval-quotes p:after {
  content:"";
  position:absolute;
  z-index:-2;
  bottom:-30px;
  right:25%;
  height:80px;
  border-right:200px solid #ffed26;
  background:#ffed26; /* need this for webkit - bug in handling of border-radius */
  /* css3 */
  -webkit-border-bottom-right-radius:200px 100px;
  -moz-border-radius-bottomright:200px 100px;
  border-bottom-right-radius:200px 100px;
  /* using translate to avoid undesired appearance in CSS2.1-capabable but CSS3-incapable browsers */
  -webkit-transform:translate(0, -2px);
  -moz-transform:translate(0, -2px);
  -ms-transform:translate(0, -2px);
  -o-transform:translate(0, -2px);
  transform:translate(0, -2px);
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

.powerrankings .oval-quotes + p {
  position:relative; /* part of the IE8 width compromise */
  width:150px;
  margin:0 0 2em;
  font-size:18px;
  font-weight:bold;
}

.powerrankings .talkingHead {
  position: absolute;
  top: 3.1em;
  left: 7.5em;
  display: inline-block;
  margin: 0;
  padding: 0;
  transform: rotate(-5deg);
  font-size: 0.15em;
  }
  .powerrankings .talkingHead:before, .powerrankings .talkingHead:after {
    position: absolute;
    left: 80%;
    margin: 0;
    color: #fff;
    background-color: #555;
    content: "";
    visibility: hidden;
  }
  .powerrankings .talkingHead:before {
    bottom: 65%;
    display: block;
    padding: 0.5em;
    width: 70px;
    border-radius: 0.5em;
    content: attr(title);
    border: 1px solid #000;
  }
  .powerrankings .talkingHead:after {
    bottom: 50%;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #555;
    }
    .powerrankings .talkingHead:hover:before, .powerrankings .talkingHead:hover:after {
      visibility: visible;
  }
  .powerrankings .talkingHead img {
    display: block;
    vertical-align: middle;
    width: 50px;
    height: 45px;
    background: transparent url("/images/league/HFSL/rbpr-talking-head-orig.png") top left no-repeat;
    }
    .powerrankings .talkingHead img.top {
      }
      .powerrankings .talkingHead:hover img.top {
        margin: -4px 6px 4px -8px;
        transform: rotate(-15deg);
    }
    .powerrankings .talkingHead img.bottom {
      background-position: bottom left;
      }
      .powerrankings .talkingHead:hover img.bottom {
  }
  .powerrankings .talkingHead:hover blockquote {
    display: inline-block;
}

  .pr-rank {
    display: inline-block;
    font-size: 2.5em;
    vertical-align: middle;
  }
  .pr-trend {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
    }
    .pr-trend img {
      display: inline-block;
      margin: 0 4px;
      width: 15px;
      height: 12px;
      background: transparent url("/images/league/HFSL/trend-arrow.png") top left no-repeat;
      visibility: hidden;
      vertical-align: top;
    }
    .pr-trend.pr-arrowup img, .pr-trend.pr-arrowdn img {
      visibility: visible;
      }
      .pr-trend.pr-arrowup img {
      }
      .pr-trend.pr-arrowdn img {
        vertical-align: bottom;
        background-position: bottom left;
    }
    .pr-trend .pr-last {
      display: inline-block;
      font-size: 0.8em;
      }
      .pr-trend .pr-last .pr-delta {
        display: block;
        text-align: left;
        font-size: 1em;
  }


.powerrankings .prTitle {
  position: relative;
  margin: 0 0 10px;
  padding: 5px 10px;
  /*border: 4px solid #000;*/
  background-color: #fff;/* rgba(255,255,255,0.8);*/
  text-align: left;
  font-size: 7em;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  }
  .powerrankings .prTitle .text {
    color: #f16521;
    font-size: 1.4em;
}

.powerrankings .banner {
  background-color: #fff;
  font-size: 3em;
}

.sponsorHolder {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 4px;
  font-size: 0.14em;
  font-weight: bold;
}
.sponsorHolder .sponsorTitle {
  display: block;
  padding: 8px 0;
}
.sponsorHolder .sponsor {
  display: inline-block;
  margin: 0;
  padding: 10px;
  border: 4px solid #000;
  }
  .sponsorHolder .sponsor strong {
    margin-right: 10px;
    font-size: 6em;
  }
  .sponsorHolder .sponsor small {
    font-size: 1.3em;
  }
  .sponsorHolder .sponsor span {
    display: block;
    font-weight: normal;
}


.playerCallOut {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin: 0 2px;
  background: transparent url("/league/images/badge.png") top left no-repeat;
  background-size: 25%;
  color: #000;
  }
  .playerCallOut img {
    display: inline-block;
    background: transparent none top center no-repeat;
    }
    .playerCallOut img.team {
      display: none;
      width: 20px;
      height: 20px;
      background-position: center center;
      background-size: 100%;
    }
    .playerCallOut img.player {
      margin: 0 5px 0 0;
      border: 2px solid #fff;
      border-radius: 3px;
      box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.3);
      width: 30px;
      height: 40px;
      background-color: rgba(170,170,170,0.7);
      background-size: 210%;
      transform: rotate(2.5deg);
  }
  .playerCallOut span.info {
    /*position: absolute;
    top: 100%;
    left: -2px;
    right: -2px;*/
    display: inline-block;
    border: none;
    background-color: transparent;
    /*}
    .playerCallOut:hover span.info {
      display: block;*/
    }
    .playerCallOut .name {
      display: inline-block;
      padding: 1px 0;
      font-size: inherit;
      text-decoration: underline;
    }
    .playerCallOut .name:hover {
      color: red;
    /*}
    .playerCallOut .jersey {
      position: absolute;
      top: 0;
      right: 0;*/
}

.powerrankings a.team {
  font-size: 0.8em;
  }
  .powerrankings a.team .name {
    padding-bottom: 3px;
    display: block;
    font-size: 1.4em;
    color: #000;
    text-decoration: none;
    line-height: 0.8em;
    border-bottom: 1px solid #000;
  }
  .powerrankings a.team .info.inlineBlock {
    vertical-align: bottom;
  }
  .powerrankings a.team .record {
    font-size: 0.8em;
  }
  .powerrankings table.stats caption {
    margin-bottom: 5px;
    text-indent: 0.6em;
    font-size: 1.5em;
    text-align: left;
    line-height: 1.2em;
}


.powerrankings table.stats tbody tr td:last-child {
  padding: 10px 5px 20px;
  font-size: 0.9em;
  line-height: 2em;
  }
  .powerrankings table.stats tbody tr td:last-child a.team {
    font-size: 1.03em;
    color: #000;
    }
    .powerrankings table.stats tbody tr td:last-child a.team .teamName {
      text-decoration: underline;
  }
  .powerrankings table.stats tbody tr td:last-child img.logo {
    margin-left: 5px;
    width: 50px;
}