@import url(font-awesome/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Kelly+Slab);


.FontWeight500
{
	font-weight: bold;
}


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}



html {
  overflow-y: scroll;
}


body, html {
	margin:0px;
	padding:0px;
	height:100%;
	min-height: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 100%;
	color:#000000;
}


:focus {outline:none;}

img {
	border:0;
	vertical-align: middle;
}

ul{
	list-style-type: square;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

input::-webkit-input-placeholder {
	font-size:12px;
}
input:-moz-placeholder {
	font-size:12px;
}


input:-webkit-autofill {
	-webkit-box-shadow:0 0 0 50px #FAFAFA inset;
	-webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
	-webkit-box-shadow: ,0 0 0 50px #FAFAFA inset;
	-webkit-text-fill-color: #333;
}



a{
	color:#033b87;
	text-decoration:none;

}
a:hover{
	text-decoration:none;
	color:#0B0B0D;
}

a,
button{
	cursor:pointer;
  outline: none;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.paymentBox {
	border: 1px solid #024592;
	background-color: #FFFFFF;
}

.paymentBoxInfo {
	display: flex;
	flex-direction: row;
}


.paymentBoxInfo > div:nth-child(1) {
    width: 20%;
}

.paymentBoxInfo > div:nth-child(2) {
    width: 50%;
}

.paymentBoxInfo > div:nth-child(3) {
    width: 30%;
    padding: 65px 10px;
    text-align: center;
}

.paymentBoxInfoTwoElems {
	width: 98%;
	display: flex;
	flex-direction: row;
}


.paymentBoxInfoTwoElems > div:nth-child(1) {
    width: 30%;

}

.paymentBoxInfoTwoElems > div:nth-child(2) {
    width: 70%;
    padding: 5px 10px;

}

.pageTitleH1 {
    font-family: Kelly Slab, cursive;
    margin: 20px 0 20px 0;
    padding-bottom: 5px;
    font-size: 160%;
    border-bottom: 3px solid #033b87;
    font-weight: normal;
    color: #000;
}


label > i {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 10px;
  font-style: normal;
  color: #575748;
}

input{
	vertical-align:middle;
}

input[type="text"],
input[type="password"],
textarea
{
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	padding: 5px;
  width:150px;
}

select{
  border:1px solid #DDDDDD;
  font-size:12px;
  padding:3px;
}


.leagueMenu {

    line-height: 26px;

}

.linkButton {
  margin-left: 15px;
  position: relative;
  top: -5px;
  font-size: 13px;
  line-height: 30px;

  padding: 1px 50px 4px;
  font-weight: bold;
  background-color: #033b87;
  color: #fff;
  border: 1px solid #033b87;
  border-radius: 1px;
  display: inline-block;
	font: inherit;
}
.linkButton:hover {

	background-color: #fff;
	color: #033b87;
	border: 1px solid #033b87;
}


.areaHeader {

background: #000000;
color: #FFFFFF;
font-size:18px;
font-weight: bold;
padding:5px;
margin:10px 0;

}



.LeftSubMenu{
 padding:10px 0 20px 10px;
}
.LeftSubMenu > a{
 display:block;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
 width:180px;
}
.LeftSubMenu > a:hover {;
 color: #033b87;
}




.Header  > div,
.TopImage .JoinNowText,
.Content,
.SocialMedia > div,
.Footer > div,
.FooterBottom > div
{
	max-width: 85%;
	margin:0 auto;
}




.Header{
 background-color:rgba(0,0,0,.55);
 background: linear-gradient(to right, rgba(255,255,255,.55) 40%, rgba(0,0,0,.55)); /* Standard syntax (must be last) */

 height: 90px;
 width: 100%;
 min-height: 43px;
 position: relative;
 z-index: 99999;
 -webkit-transition: 0.2s all;
}


.Header > div{
	display:table;
	width:100%;
	height: 100%;
}
.Header > div > div{
	display:table-cell;
	vertical-align: middle;
}

.HeaderSticky > div{
	-webkit-transition: 0.2s all;
	background-color:rgba(0,0,0,.92);
	height: 65px;
}
.HeaderSticky > div	.Logo > a > img{
	-webkit-transition: 0.2s all;
	width: 70% !important;
}

.HeaderDark{
	background-color:#FFF;
    background: linear-gradient(to right, white 30%, black 50%); /* Standard syntax (must be last) */

}


.Logo{
	max-width: 550px;

}
.Logo > a{
	display:inline-block;
	padding-right:30px;
}
.Logo > a > img{
	max-width: 400px;
	-webkit-transition: 0.2s all;
	width:400px;
	image-rendering: -webkit-optimize-contrast;
}



.SignIn{
	display: inline-block;
	float: right;
	white-space: nowrap;
}
.SignIn label{
	margin-right:10px;
	display:inline-block;
	position:relative;
}
.SignIn label > i{
	top:-3px;
}
.SignIn input[type="text"],
.SignIn input[type="password"]
{
	vertical-align:middle;
	width:170px;
	border:0;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	font-size: 90%;
  background-color: #fff;
  color: #000;
  padding: 2px 0 2px 35px;
  line-height: 25px;

}
.SignIn button {
  font-size: 90%;
  line-height: 25px;
  background-color: #033b87;
  padding: 2px 30px;
  color: #fafafa;
	font-family: Kelly Slab;
  display: inline-block;
	border:0;
	cursor:pointer;
}
.SignIn button:hover{
	background-color: #024592;
}
.SignIn > div{
	margin-top:10px;
	font-size:80%;
	color:#909090;
}
.SignIn > div > a{
	color:#aaa;
}
.SignIn .JoinNowHeaderLink{
	color:#0a59c5;
}



.logOut {
	color:#909090;
}

.logOut:hover {
	color:#033b87;
}

@keyframes standOutAnim {
    0%   {background-color: #033b87; color: #FFFFFF;}
    50%  {background-color: yellow;  color: #990000;}
    100% {background-color: #033b87; color: #FFFFFF;}
}

.standOut {
    animation-name: standOutAnim;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}


.Content{
	display:table;
	width:100%;
}
.Content > div{
	display:table-cell;
	vertical-align: top;
}

.LeftColumn{
	width:240px;

}
.LeftColumn > div{
	padding:20px 40px 10px 0;

}

.LeftMenu > a{
	display:block;
	margin-top: 5px;
  font-size: 110%;
  background-color: #033b87;
  padding: 8px 0 8px 20px;
  color: #fff;
	font-family:Kelly Slab;
}
.LeftMenu > a:hover {
	background-color: #222;
	color: #fff;
}

.LeftMobileMenu > a{
	display:block;
	margin-top: 5px;
  font-size: 110%;
  background-color: #033b87;
  padding: 8px 0 8px 20px;
  color: #fff;
	font-family:Kelly Slab;
}
.LeftMobileMenu > a:hover {
	background-color: #222;
	color: #fff;
}


.mobileLeaguesPage{
	padding:5px;
	margin:5px;
}

.mobileLeaguesPageLinks {
	display:block;
	margin-top: 5px;
  font-size: 110%;
  background-color: #033b87;
  padding: 8px 10px 8px 10px;
  color: #fff;
	font-family:Kelly Slab;
}
.mobileLeaguesPageLinks:hover {
	background-color: #222;
	color: #fff;
}

.BottomMenu {

	padding: 10px 5px 10px 5px;
	margin: 10px 5px 10px 5px;

}

.BottomMenu > a{
	display:block;
	margin-top: 5px;
  font-size: 110%;
  background-color: #033b87;
  padding: 8px 0 8px 20px;
  color: #fff;
	font-family:Kelly Slab;
}
.BottomMenu > a:hover {
	background-color: #222;
	color: #fff;
}



.TopImage{
 background: url(../images/bg.jpg) left -170px no-repeat;
 background-size:cover;
 width:100%;
 height:0;
 min-height:250px;
 padding-bottom:15%;
 position:relative;
 top:-130px;
 margin-bottom: -125px;
}

.TopImage .Triangle {
	width: 100%;
	overflow: hidden;
	position:absolute;
	bottom:0;
}
.TopImage .Triangle:after {
	content: "";
	width: 0;
	display:block;
	height: 100px;
	border-top: 100px solid transparent;
	border-right: 3000px solid #fff;
}


.JoinNowText{

}
.JoinNowText h3{
	padding-top: 0;
	margin: 0 0 20px 0;
	font-weight: normal;
	font-family:Kelly Slab;
	font-size:160%;
	color: #333;
}
.JoinNowText p{
	color: #333;
  font-weight: normal;
	font-size:108%;
	margin:0 0 14px 0;
}
.JoinNowText p > i{
	margin-right:4px;
	color: #033b87;
}
.JoinNowText a {
	display: block;
	margin:10px auto;
	width:220px;
	font-size: 130%;
	background-color: #033b87;
	padding: 12px 0;
	color: #fff;
	font-family: Kelly Slab;
	text-align:center;
}
.JoinNowText a:hover {
	background-color: #000000;
	color: #fff;
}


.MainColumn{
	padding-left:20px;
}

.MainColumn h2 {
	padding-top: 0;
	margin-top: 20px;
	margin-bottom: 20px;
  font-weight: normal;
  text-transform: uppercase;
  font-family:Kelly Slab;
	font-size:200%;
	color: #033b87;
}




.SignUp{
	width:60%;
	margin:0 auto;
	padding: 20px;
	margin-top:40px;
}
.SignUp a{
	color:#033b87;
	font-size:15px;
}
.SignUp input[type="text"],
.SignUp input[type="password"],
.SignUp select
{
	border: 1px solid #ccc;

	width:100%;
	padding:6px;
	margin-bottom:7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.SignUp input[type="submit"] {
	display: block;
	width: 200px;
	margin:40px auto;
	text-transform: uppercase;
	font-size: 120%;
	line-height: 40px;
  background-color: #033b87;
  font-weight: bold;
  color: #fff;

  border: 0;
  cursor: pointer;
}
.SignUp input[type="submit"]:hover{
	background-color: #222222;
}
.SignUp input[type="checkbox"]{
	margin:3px 0px 0px 0px;
}
#recaptcha_widget{
	margin-top:10px;
}




.SocialMedia{
	background: #f2f2f2;

}
.SocialMedia > div{
	padding-top: 20px;
}
.SocialMedia h4 {
	color: #0B0B0D;
	font-weight: 700;
	font-size: 1.3em;
	margin: 0;
	padding: 0 0 0.3em 0;
}
.SocialMedia p {
	margin: 0;
	padding: 0;
	color: #777777;
}

.FBMedia{
	margin-top:10px;
	text-align:center;
	height: 250px;
}




.TriangleUpLeft{
	width: 100%;
  height: 0;
  background-color: #033b87;
  padding-bottom: 10%;
  overflow: hidden;
}
.TriangleUpLeft:after{
	content: "";
  width: 0;
  height: 60px;
  border-bottom: 60px solid transparent;
  border-left: 1400px solid #FFF;
}


.TriangleUpLeft1{
	width: 100%;
  height: 0;
  background-color: #F2F2F2;
  padding-bottom: 10%;
  overflow: hidden;
}
.TriangleUpLeft1:after{
	content: "";
  width: 0;
  height: 100px;
  border-bottom: 100px solid transparent;
  border-left: 3000px solid #fff;
}




.Footer{
	background: #033b87;
	padding-bottom: 30px;
	font-size: 90%;
	margin-top:-30px;
}
.Footer > div{
	display:table;
	width:100%;
}
.Footer > div > div{
	display:table-cell;
	width:33%;
}
.Footer h5{
	color: #000;
	font-weight: 700;
	font-size: 120%;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 20px 0;
	text-align:center;
}
.Footer p{
	color: #fff;
	line-height: 1.7em;
	text-align:center;
}


.SiteMap a {
	display:block;
	text-align:center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.SiteMap a i {
	display: inline-block;
	vertical-align: text-top;
	margin-right: 0.5em;
}
.SiteMap a:hover{
	color:#000;
}


.FooterContacts{
	padding-right:50px;
}
.FooterContacts a{
	color:#fff;
}
.FooterContacts a:hover{
	color:#000;
}
.FooterContacts > div{
	display:table;
	width:100%;
}
.FooterContacts > div > div{
	display:table-row;
}
.FooterContacts > div > div > div{
	display:table-cell;
	padding-bottom:10px;
}
.FooterContacts > div > div > div:nth-child(1){
	width:30%;
	color:#000;
}
.FooterContacts > div > div > div:nth-child(2){
	color:#fff;
}



.FooterBottom{
	background: #1C1C1C;
	color: #616161;
	font-size:88%;
	padding: 1em 0;
}
.FooterBottom > div{
	display:table;
	width:100%;
}
.FooterBottom > div > div{
	display:table-cell;
}
.FooterBottom > div > div:nth-child(2){
	text-align:right;
}
.FooterBottom a{
	color: #616161;
}
.FooterBottom a:hover{
	color:#8E8C8C;
}



.TextCenter{
	text-align: center;
}
.TextLeft{
	text-align: left;
}
.TextRight{
	text-align: right;
}




.cTable{
  display:table;
  border-collapse: collapse;
  width:100%;
}
.cTable > div{
	display:table-row;
}
.cTable > div > div{
  display:table-cell;
  vertical-align:middle;
	padding:3px 0;
}



.tTable{
  display:table;
  border-collapse: collapse;
  width:100%;
}
.tRow{
  display:table-row;
}

.tCell{
	display:table-cell;
 	vertical-align:middle;
	padding: 4px;
	margin: 1px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.tHeader {
	background: #1C1C1C;
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
}

.tHeader a {
	color: #FFFFFF;
	text-decoration: none;
}

.tHeader a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.tLight {
	background: #DDDDDD;
}


.tDark {
	background: #CCCCCC;
}


.ToTop {
	background: #000 url(../images/totop.png) 50% 50%  no-repeat;
	width: 50px;
	height: 50px;
	right: 5px;
	text-indent: -9999em;
	bottom: 5px;
	position: fixed;
	cursor: pointer;
	z-index:999;
}
.ToTop:hover{
	background-color: #033b87;
}





.Tabs{
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0 0 0 1px;
  list-style: none;
}
.Tabs li{
  float: left;
  margin: 0 -15px 0 0;
}
.Tabs a{
	float: left;
	position: relative;
	padding: 0 20px 0 20px;
	height: 0;
	line-height: 25px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 25px solid transparent;
	border-bottom: 25px solid #3D3D3D;
	border-bottom-color: #777\9;
	opacity: .9;
	filter: alpha(opacity=90);
}
.Tabs a:hover,
.Tabs a:focus {
	border-bottom-color: #033b87;
	opacity: 1;
	filter: alpha(opacity=100);
}
.Tabs a:focus {
    outline: 0;
}
.Tabs #current {
  z-index: 3;
  border-bottom-color: #033b87;
  opacity: 1;
  filter: alpha(opacity=100);
}



.formEdit{
	border:1px solid #D7D7D7;

	width: 300px !important;
	padding:3px;
}

.formEdit:focus{
	border:1px solid #ccc;
}


.formSmallEdit {
	font-family:"Arial","Verdana","MS Sans Serif",sans-serif;
	border-color:#7B7B7B #CBCCCE #CBCCCE #7B7B7B;
	border-right:1px solid #CBCCCE;
	border-style:solid;
	border-width:1px;
	background-color: #FFFFFF;
	width: 80px;
	font-size: 10pt;
}

.formTextarea {
	font-family:"Arial","Verdana","MS Sans Serif",sans-serif;
	border-color:#7B7B7B #CBCCCE #CBCCCE #7B7B7B;
	border-right:1px solid #CBCCCE;
	border-style:solid;
	border-width:1px;
	background-color: #FFFFFF;
	height: 100px;
	width: 70%;
	font-size: 10pt;
}


.formButton {
  font-size: 90%;
  line-height: 25px;
  background-color: #033b87;
  padding: 2px 30px;
  color: #fafafa;
	font-family: Kelly Slab;
  display: inline-block;
	border:1px solid #FFFFFF;
	cursor:pointer;
}
.formButton:hover{
	background-color: #024592;
}


.formButtonLink {
  font-size: 90%;
  line-height: 25px;
  background-color: #033b87;
  padding: 6px 30px;
  color: #fafafa;
	font-family: Kelly Slab;
  display: inline-block;
	border:1px solid #FFFFFF;
	cursor:pointer;
}
.formButtonLink:hover{
	background-color: #024592;
	color: #BBBBBB;
}


.formSmallButton {
	border: 1px solid #BCBAA2;
	font-size: 9pt;
	background-color:#BCBAA2;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	width: 80px;
}


.formLongButton {
	border: 1px solid #BCBAA2;
	font-size: 9pt;
	background-color:#BCBAA2;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	width: 80px;
}

.tableBorder {
	border: solid 1px #DBDBDB;
	background-color: #FFFFFF;
}

.tableBorderHeader {
	height: 27;
	background-color: #000000;
	padding-left: 5px;
	color: #000000;
}

.tableHeader {
	background-color: #033b87;
	color: #FFFFFF;
	padding-left: 5px;
}

.tableHeader A{
	color: #FFFFFF;
	font-weight: bold;
}

.tableHeader A:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}

.tableDataDark {
	background-color: #F3F3F3;
}

.tableDataLight {
	background-color: #F8F8F8;
}

.tableData {
	background-color: #eee;
}


.tableHeaderText {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

.tBorder {
	border: solid 1px #BCBAA2;
	background-color: #FFFFFF;
}

.tRowLight {
	background-color: #FDFDF1;
	padding-left: 5px;
}








.LSHeader{
	display: table;
	border-collapse: collapse;
	width: 100%;
	background: #033b87;
}
.LSHeader > div{
	display: table-cell;
	padding:5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size:18px;
}
.LSHeader > div:nth-child(2){
	text-align:center;
	font-size:12px;
	width: 160px;
	cursor:pointer;
}
.LSHeader > div:nth-child(2):hover{
	background: #555;
}


.LSTableHeader{
	display: table;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.LSTableHeader > div{
	display: table-cell;
	vertical-align: middle;
	padding: 6px 4px;
	margin: 1px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: #1C1C1C;
	color: #FFFFFF;
	font-size:14px;
	font-weight: bold;
	text-align: center;
}

.LSTableHeader > div:nth-child(n+2){
	width:45px;
}



.LSTableHeaderStats{
	display: table;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.LSTableHeaderStats > div{
	display: table-cell;
	vertical-align: middle;
	padding: 6px 4px;
	margin: 1px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: #1C1C1C;
	color: #FFFFFF;
	font-size:14px;
	font-weight: bold;
	text-align: center;
}

.LSTableHeaderStats > div:nth-child(n+2){
	width:80px;
}



.LSTablePlayer{
	display: table;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	background: #EFEFEF;
}
.LSTablePlayer:nth-child(odd){
	background: #FEFEFE;
}
.LSTablePlayer > div{
	display: table-cell;
	vertical-align: middle;
	padding: 6px 4px;
	margin: 1px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-size:14px;
	color: #000000;
	text-align: center;
}

.LSTablePlayer > div:nth-child(1){
	text-align:left;
}
.LSTablePlayer > div:nth-child(n+2){
	width:45px;
}


.LSTablePlayerStats{
	display: table;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	background: #EFEFEF;
}
.LSTablePlayerStats:nth-child(odd){
	background: #FEFEFE;
}
.LSTablePlayerStats > div{
	display: table-cell;
	vertical-align: middle;
	padding: 6px 4px;
	margin: 1px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-size:14px;
	color: #000000;
	text-align: center;
}

.LSTablePlayerStats > div:nth-child(1){
	text-align:left;
}
.LSTablePlayerStats > div:nth-child(n+2){
	width:80px;
}




.LSTablePlayerGames{
	display:inline-block;
	float:right;
	margin:0 -4px;
}
.LSTablePlayerGames > span{
	cursor:pointer;
	padding: 5px;
	margin-left:4px;
	color:#FFF;
	background:#555;
}
.LSTablePlayerGames > span:hover{
	background:#033b87;
}




.LSTableFooter{
	display: table;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	background: #555;
}

.LSTableFooter > div{
	display: table-cell;
	vertical-align: middle;
	padding: 6px 4px;
	margin: 1px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size:14px;
	font-weight: bold;
	text-align: center;
}

.LSTableFooter > div:nth-child(1){
	text-align:left;
}
.LSTableFooter > div:nth-child(n+2){
	width:45px;
}

.LSTableFooterMark{
	background: #339B4E;
}


.LSTablePlayerHighlighter > div:nth-child(1){
	border-left:2px solid #339B4E;
}
.LSTablePlayerHighlighter > div{
	border-bottom:2px solid #339B4E;
}
.LSTablePlayerHighlighter > div:nth-child(1) > sup{
	color:#339B4E;
	font-size:10px;
}




.LSTablePlayerPrevGames{
	display:none;
}
.LSTablePlayerPrevGames > div{
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	background: #eee;
}
.LSTablePlayerPrevGames > div:nth-child(odd){
	background: #ffffff;
}
.LSTablePlayerPrevGames > div > div{
	display: table-cell;
	vertical-align: middle;
	padding: 6px 4px;
	margin: 1px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #333;
	font-size:14px;
	text-align: center;
}
.LSTablePlayerPrevGames > div > div:nth-child(1){
	text-align:right;
	font-style: italic;
	font-size:12px;
	padding-right:10px;
}
.LSTablePlayerPrevGames > div > div:nth-child(n+2){
	width:45px;
}



.LSTablePlayerPrevGamesStats{
	display:none;
}
.LSTablePlayerPrevGamesStats > div{
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	background: #eee;
}
.LSTablePlayerPrevGamesStats > div:nth-child(odd){
	background: #ffffff;
}
.LSTablePlayerPrevGamesStats > div > div{
	display: table-cell;
	vertical-align: middle;
	padding: 6px 4px;
	margin: 1px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #333;
	font-size:14px;
	text-align: center;
}
.LSTablePlayerPrevGamesStats > div > div:nth-child(1){
	text-align:right;
	font-style: italic;
	font-size:12px;
	padding-right:10px;
}
.LSTablePlayerPrevGamesStats > div > div:nth-child(n+2){
	width:80px;
}



.LSTablePlayerNextGames{
	display:none;
}
.LSTablePlayerNextGames > div{
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	background: #eee;
}
.LSTablePlayerNextGames > div:nth-child(odd){
	background: #ffffff;
}
.LSTablePlayerNextGames > div > div{
	display: table-cell;
	vertical-align: middle;
	padding: 6px 4px;
	margin: 1px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #333;
	font-size:14px;
	text-align: center;
}
.LSTablePlayerNextGames > div > div:nth-child(1){
	text-align:right;
	font-style: italic;
	font-size:12px;
	padding-right:10px;
}
.LSTablePlayerNextGames > div > div:nth-child(n+2){
	width:45px;
}


.BenchPlayers{
	display:none;
}






.menuHeader {
	display: block;
	border: solid 1px #EEDA91;
	background-color: #033b87;
	padding: 4px;
	margin-left: 0px;
	color: #00184A;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold
}

.menuItem {
	background-color: #FFE1BB;
	border:solid 1px #8C929C;
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	font-weight: normal
}

.menuItemOver {
	background-color: #E8EDEE;
	border: solid 1px #CCCCCC;
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	font-weight: normal
}

.subMenuItem, A.subMenuItem, A.subMenuItemOver:hover {
	background-color: #DDDDDD;
	border: solid 1px #DDDDDD;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	display: block;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align:center
}

.subMenuItemOver, A.subMenuItemOver, A.subMenuItemOver:hover {
	background-color: #FFFFFF;
	border: solid 1px #3F3F3F;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	display: block;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align:center
}

.subMenuCurrent, A.subMenuCurrent, A.subMenuCurrent:hover {
	background-color: #033b87;
	border:solid 1px #033b87;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-align:center
}

.subMenuLine {
	background-color: #3F3F3F;
}

.readLink {
	font-weight: normal;
	color: #854224;
	font-size:10px;
	font-family:"Verdana","Arial","MS Sans Serif","sans-serif";
	text-decoration: none
}

.readLink:hover {
	font-weight: normal;
	color: #AF0000;
	font-size:10px;
	font-family:"Verdana","Arial","MS Sans Serif","sans-serif";
	text-decoration: underline
}





.mobileButton {
	width: 90%;
}






@media screen and (max-width:1200px) {
	.JoinNowText div {
		font-size: 100%;
	}

}
@media screen and (max-width:1024px) {
	.Header  > div,
	.TopImage .JoinNowText,
	.Content,
	.SocialMedia > div,
	.Footer > div,
	.FooterBottom > div
	{
		max-width: 99%;
		margin:0 auto;
	}

	.JoinNowText div {
		font-family:Arial;
		font-size: 90%;
		margin-top: 115px;
	}
	.JoinNowText div > hr {
		margin-bottom: 5px;
	}
	.JoinNowText div > a {
		padding: 1px 25px 4px;
		font-weight:bold;
	}

	.SignUp{
		width:80%;
	}

}


@media screen and (max-width:799px) {
	.Header {
    background-color: #FFFFFF;
		height:auto;
	}

	.HeaderDark{
		background: none;
		background-color:#FFF;
	}

	.SignIn input[type="text"], .SignIn input[type="password"] {
		border: 1px solid #ccc;
	}

	.Header,
	.HeaderSticky > div
	{
		height: 265px;
		position: relative!important;
	}


	.Header > div > div,
	.Footer > div > div
	{
		display:block!important;
		width:100%!important;
	}


	.Header{
		height: 170px;
	}


	.TopImage{
		top:-170px;
	}

	.HeaderSticky > div{
		height: 140px;
	}

	.Logo{
	  	text-align: center;
		max-width: 100%;
	}
	.Logo a{
		padding-right: 0;
	}
	.SignIn{
		display:block;
		float: none;
		text-align: center;
		margin-top:20px;
	}


	.SignUp{
		width:95%;
	}



	.MainColumn h2 {
		font-size: 130%;
		font-weight:bold;
		margin-bottom: 20px;
	}

	.Footer > div > div{
		margin-bottom:30px;
	}
	.FooterContacts > div > div > div:nth-child(1) {
		width: 50%;
		text-align: right;
		padding: 0 20px;
	}
	.FooterContacts{
		padding:0;
	}


}

@media screen and (max-width:799px) {
	.Content > div,
	.FooterBottom > div > div
	{
		display:block!important;
		width:100%!important;
	}

	.mobileLeaguesPage {
		 display: block  !important;
	}

	.desktopLeaguesPage {
		display: none !important;
	}

	.leftBannerMobile {
		 display: block  !important;
	}

	.leftBanner {
		display: none;
	}

	.LeftColumnMobile {

		 display: block;

	}

	.BottomMenu{

		 display: block !important;
	}

	.LeftColumn {
		display: none !important;
	}

	.LeftMenu {
		display: none;
	}
	.MailingList{
	display: none;
	}

	.MainColumn {
		padding-left: 0;
		padding: 0 10px;
		border:0;
	}

	.SocialMedia > div {
		text-align: center;
	}

	.FBMedia{
		padding:0 10px;
	}

	.TriangleUpLeft{
		padding-bottom: 0;
	}

	.Footer{
		padding-bottom: 10px;
	}

	.Footer > div > div {
		margin-top: 30px;
	}

	.FooterContacts > div > div > div:nth-child(1) {
		display: none;
	}
	.FooterContacts > div > div > div:nth-child(2) {
		text-align: center;
	}


	.FooterBottom > div > div{
		text-align:center!important;
		padding-top:10px;
		padding-bottom:10px;
	}

	.TopImage{
		display: none;
	}


	.paymentBoxInfoTwoElems {
		width: 100%;
		flex-direction: column;
	}


	.paymentBoxInfoTwoElems > div:nth-child(1) {
	     width: 99%;

	}

	.paymentBoxInfoTwoElems > div:nth-child(2) {
	    width: 100%;

	}

	.paymentBoxInfo {
		flex-direction: column;
	}



	.paymentBoxInfo > div:nth-child(1) {
	    width: 99%;
	}

	.paymentBoxInfo > div:nth-child(2) {
	    width: 99%;
	}

	.paymentBoxInfo > div:nth-child(3) {
	    width: 99%;
	    padding: 5px 10px;
    	text-align: center;
	}

	.mobileButton {
		width:90%;
	}
}



@media screen and (max-width:600px) {

	.Header{
		height: auto;
	}

	.LeftColumnMobile {

		 display: block;

	}

	.mobileLeaguesPage {
		 display: block  !important;
	}

	.leftBannerMobile {
		 display: block  !important;
	}

	.desktopLeaguesPage {
		display: none !important;
	}

	.leftBanner {
		display: none;
	}

	.BottomMenu{

		 display: block !important;

	}

	.LeftColumn {
		display: none;
	}

	.Header > div > div:nth-child(2) > span{
		color:#000!important;
		display:block;
		text-align:center;
		margin:10px 0;
	}


	.table,
	.table1,
	.table2,
	.tableheader{
		width:100%!important;
	}


	.SignIn {
		margin: 20px auto 20px auto ;
    width: 70%;
	}

	.HeaderSticky > div
	{
		background-color: transparent;
	}

	.Logo > a > img{
	 width: 99% !important;
	}

	.HeaderSticky > div .Logo > a > img{
	 -webkit-transition: 0.2s all;
	 width: 99% !important;
	}


	.Header label{
		display:block;
		margin-bottom:10px;
	}

	.Header label input{
		width: 100%!important;
	}


	.MainColumn {
		padding-bottom: 50px;
	}

	.Footer h5 {
    padding-bottom: 10px;
	}

	.Footer p {
		margin:0;
	}

	.FooterBottom > div > div {
		padding: 5px 0;
	}

	.public-leagues-table-top td {
		display:block;
		width:100%;
		text-align:left;
	}

}


@media screen and (max-width:479px) {


	 .mobileTableBorder{
	  	font-size: 80%;
	 }

	 .mobileTableBorder tr > td:nth-child(1),
	 .mobileTableBorder tr > td:nth-child(7){
		  text-align: center;
		  width: 0;
	 }


	 .mobileTableBorder tr > td:nth-child(3),
	 .mobileTableBorder tr > td:nth-child(4),
	 .mobileTableBorder tr > td:nth-child(5)
	 {
	  	display: none;
	 }

	.mobileButton {
		width:90%;
	}

}



.sub_panel {
	background: url(../images/sub_panel.png) top left no-repeat;
	width:330px;

}

.sub_panel1 {
	background: url(../images/sub_panel1.png) top left no-repeat;
	width:330px;

}

.sub_panel_cont {
	height: 360px;
	width: 290px;
	margin-top:5px;
	overflow: auto;
}

.MailingList {

	width:200px;
	padding: 25px 10px 25px 10px;
	background-color: #FFE3A6;
	border: 1px solid #033B87;
	border-radius: 10px 30px 30px 10px;
}

.MailingList input[type="submit"] {
	margin:10px auto;
	width:150px;
	font-size: 110%;
	background-color: #033b87;
	padding: 10px 0;
	color: #fff;
	font-family: Kelly Slab;
	text-align:center;

	border: 1px solid #033B87;
	border-radius: 2px;
}

.MailingListMobile {

	width:90%;
	margin: 25px auto;
	padding: 25px 10px 25px 10px;
	background-color: #FFE3A6;
	border: 1px solid #033B87;
	border-radius: 10px 30px 30px 10px;
}

.MailingListMobile input[type="submit"] {
	margin:10px auto;
	width:150px;
	font-size: 110%;
	background-color: #033b87;
	padding: 10px 0;
	color: #fff;
	font-family: Kelly Slab;
	text-align:center;

	border: 1px solid #033B87;
	border-radius: 2px;
}
