﻿body {
    font-family: 'Calibri', sans-serif;
    /*font-size: 0.8em;*/
    color: #000066;
    margin: 0px 25px 50px 25px;
    
    /*width: 1000px;*/
}

.errorTextBox {
    background-color: maroon;
    color: white;
}

.calculator {
    background-color: none;
    border: none;
}
.bidTextBox {
    background-color: palegoldenrod;
    color: #000066;
    text-align: center;
}

#total {
    border: 1px solid red;
}

.headingsWhite {
    font-weight: bold;
    color: white;
    font-size: 1.1em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #001E3C;
    text-align: center;
}

.playerDoubtful {
    background-color: #FFFF99;
}

.playerWontPlay {
    background-color: #FEC0CB;
}

.playerMustSell {
    background-color: darkred;
    color: white;
}
.dropdown {
    width: 400px;
    color: #800000;
    font-weight: bold;
    font-size: 1.3em;
    font-family: 'Varela Round', Calibri, sans-serif;
    background-color: aliceblue;
}


.h40 {
    height: 40px;
    vertical-align: middle;
}

.pending {
    color: mediumblue;
}

.tblTeam {
    width: 65;
    border-collapse: collapse;
    /* border-bottom: groove;
    border-top: inset;
    border-left: inset;
    border-right: inset;
    border-collapse: collapse;
    border-color: #000066;
    border-width: thin;*/
}

tblPlayers {
    width: 100%;
    border-collapse: collapse;
    /* border-bottom: groove;
    border-top: inset;
    border-left: inset;
    border-right: inset;
    border-collapse: collapse;
    border-color: #000066;
    border-width: thin;*/
}


.pnlTop {
    border-bottom: groove;
    border-collapse: collapse;
    border-color: #000066;
    border-width: thin;
    border
}

.unavailableplayer {
    color: darkgray;
}

.jokersheader {
    background-color: #800000;
    color: white;
    font-family: 'Varela Round', sans-serif;
   text-align: center;
   font-size: 0.9em;
}

.jokeractive {
    background-color: yellow;
    color: red;
    font-weight: bold;
    text-align: center;
}

.jokerstable {
    border: inset;
    border-width: thin;
    border-color: #800000;
}

.centre {
    text-align: center;
    align-content: center;
    
}



    td {
   
    vertical-align: top;
}

.w20 {
    width: 20px;
}


.w35 {
    width: 35px;
}

.w50 {
    width: 50px;
}
.w65 {
    width: 65px;
}

.w100 {
    width: 100px;
}

.w120 {
    width: 120px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w500 {
    width: 500px;
}

.w600 {
    width: 600px;
}


.pnlSquad {
    /*width: 400px;*/
    display: inline-block;
    vertical-align: top;
    /*float: left;*/
}

.pnlSquadTeamPage {
    /*width: 400px;*/
    display: inline-block;
    vertical-align: top;
    width: 100%;
    /*float: left;*/
}

.pnlPlayers {
    /*width: 25%;*/
    /*margin-left: 500px;*/
  
    display: inline-block;
    vertical-align: top;
    /*float: left;*/
}

.pnlMyTeam {
    width: 70%;
    /*margin-left: 500px;*/

    display: inline-block;
    vertical-align: top;
    /*float: left;*/
}


#page {
	/*width: 1200px;*/
	
	padding: 0;
	height: 100%;
	position: static;
		z-index: 1;
			margin-bottom:-50px;
			color: #001E3C;
}

.margin4 {
    padding: 4px;
    border: groove;
    border-collapse:collapse;
    border-width:thin;
}



table {
    vertical-align: top;
    /*margin-left: 0px;*/
    /*padding: 1px 20px 1px 0px;*/
    /*margin*/: 1px 20px 1px 0px;
    /*table-layout: fixed;*/
}

.tableRules {
    background-color: yellow;
    border-style: solid;
    border-collapse: collapse;
    border-width: thin;
}

.tableListchanges {
    border: inset;
    border-width: thin;
    border-collapse: collapse;
    width: 600px;
    /*border-spacing: 5px 1px;*/
}

.tableBorder {
    border: inset;
    border-width: thin;
    border-collapse: collapse;
    width: 80%;
    /*border-spacing: 5px 1px;*/
}

.keyCells {
    text-align: center;
    vertical-align: middle;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.tableKey {
    border: inset;
    border-width: thin;
    border-collapse: collapse;
    width: 60%;
    margin-bottom: 20px;
    margin-top: 20px;
    border-color: gray;
    /*border-spacing: 5px 1px;*/
}

.td25 {
    width:25%;
}

.hiddenColumn {
    width: 0px;
}

.errorText {
    color: red;
    font-size: 1.2em;
}

.rowOdd {
    background-color: #F7F7F7;
 font-size: 1.1em;
    /*height: 12px;*/
 /*   border-style: solid;
    border-collapse: collapse;
    border-width: thin;*/
}

.rowEven {
    /*background-color: #e3e2f3;*/
   /*font-size: 1.1em;*/*/
    /*height: 12px;*/
 /*   border-style: solid;
    border-collapse: collapse;
    border-width: thin;*/
}

.cellText {
    vertical-align: top;
}

.trListGrandHead {
    background-color: #EAEAEA;
    color: #800000;
    font-size: 1.3em;
    font-weight:bold;
    border: inset;
    border-width: thin;
    border-color: gray;
}

.trListsnipHead {
    background-color: maroon;
    color: white;
}

.trListHead {
    background-color: #001E3C;
    color: white;
}

.trList, .trListAlternate {
    border: inset;
    border-width: thin;
    border-color: lightgray;
}

.textcentre {
    text-align: center;
}

.trListHeadPos {
    background-color: lightgray;
    color: #001E3C;
}


.trListsnip {
    /*font-size: 0.9em;*/
}
.trListsnip:hover {
    background-color: #f0f2ca;
}

.trListsnip:nth-child(odd) {
    background-color: #ebebf5;
}

    .trListsnip:nth-child(odd):hover {
        background-color: #f0f2ca;
    }

.trList:hover {
    background-color: #f0f2ca;
}

.trListAlternate:nth-child(odd) {
    background-color: #ebebf5;
}

    .trListAlternate:nth-child(odd):hover {
        background-color: #f0f2ca;
    }

.tblFixtures {
    width: 100%;
}

.buttons:hover {
    /*background: #ed3330;*/
    /*background-color: #FDD800 !important;*/
    /*color: navy !important;*/
    background-color: #3EB4E6;
    color: black !important;
    /*letter-spacing: 1px;*/
    /*-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;*/
}

.buttons:disabled {
    /*background: #ed3330;*/
    /*background-color: #FDD800 !important;*/
    /*color: navy !important;*/
    background-color: lightgrey;
    color: #001E3C;
    /*color: black !important;*/
    /*letter-spacing: 1px;*/
    /*-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;*/
}

.buttons {
    text-transform: uppercase;
    padding: 10px;
    border-radius: 4px;
    display: inline-block;
    border: none;
    /*background: #100e35;*/
    /*color: #fff !important;*/
    /*background-color: #4050FA !important;*/
    background-color: #001E3C;
    /*color: #3EB4E6 !important;*/
    color: white;
    font-family: 'Varela Round', sans-serif;
    height: 40px;
    width: 225px;
    margin: 10px;
}


a img{
  border: none;
}

.cellRightAlign
{
    text-align: right;
}

.loginTable
{
    height: 52px;
   background-color: #001E3C;
    width: 239px;
border-style: none;
}

.predictionsSummary
{
border-style:solid;
border-collapse:collapse;
border-width: thin;

}

.entryFields
{ 
    background-color:#F4F4F4;
    width: 180px;
}

.loginCell {
    background-color: #001E3C;
 
}

.loginCellRight {
    background-color: #001E3C;
    text-align: right;
 
}

.loginField
{
    color: black;
    width: 200px;
    border-color: gray;
    border-style: groove;
    border-width: 1px;
    background-color: palegoldenrod;
   
    
}

.smallWhite
{
    color: white;
    font-size: 0.8em;
    font-family: Arial;
}

.loginButton {

    color: yellow;
    font-weight: bold;
        background-color: transparent;
    border-width: 1px;
    border-color: white;
    border-collapse:collapse;
    border-style:ridge;

}

.bigButton {
    color: white;
    font-weight: bold;
    background-color: #001E3C;
    border-width: 1px;
    border-color: white;
    border-collapse: collapse;
    border-style: ridge;
    width: 160px;
    height: 50px;
}

.joinNowButton {
    text-decoration:none;
    color: yellow;
    font-weight: bold;
    font-style:normal;
    padding: 0px;
    background-color: transparent;
    border-width: 1px;
    border-color: white;
    border-collapse:collapse;
    border-style:ridge;
   
    
    
}

.leftColumn 
{
    text-align:right;
    vertical-align: top;
    margin-left: 40px;
}

.leftColumnReg
{
    text-align:right;
    vertical-align: top;
    margin-left: 40px;
    width: 250px;
   
}

.rightColumnReg
{
    text-align:left;
    vertical-align: top;
    margin-left: 40px;
   
}

.textYellow {
    color: yellow;
}

.textWhiteBold {
    color: white;
    font-weight: bold;
    
}

.rightColumn 
{
    width: 150px;
    text-align:left;
    vertical-align:top;
}

.entryName 
{
    width: 300px;
    text-align:left;
    vertical-align:top;
}

.noTeams 
{
    width: 600px;
    text-align:left;
    vertical-align:top;
    color: red;
    font-size:1.2em;
}

.rightPlaceholder {
    vertical-align:top;

}

.leftColumnFixtures
{
    text-align:left;
    vertical-align: middle;
}

.rightColumnFixtures
{
    text-align:left;
    vertical-align:middle;
}

.innerColumn
{
}

.friendsEnter {
color: lightcoral;
}

.dateColumn
{ 
   width: 75px;
  text-align: center;
  color: Gray;
}

.tableFixtures
{ 
   
      text-align:center;
     
}

.tableEnterTeam
{ 
   text-align: left;
   width: 795px;
      
     
}

.tableIndex
{
    width: 50%;
    margin: 0px 0px 0px 0px;
    vertical-align: top;
    
}
.tableRight
{
    width: 50%;
    margin: 0px 0px 0px 0px;
    vertical-align: top;
    
}

.columnLeftIndex
{
    width: 550px;
    vertical-align: top;
    background-color: white;
 
}

.columnRightIndex
{
    width: 250px;
    vertical-align: text-top;
    border-width: 1px;
    border-color: gray;
    border-style: groove;
    margin: 50px 0px 10px 10px;
    text-align: center;
    
}

.entryBoxes
{
    width: 20px;
    /*background-color:#F4F4F4;*/
}
.entryTeam
{
    width: 150px;
   /*background-color:#F4F4F4;*/
}

.errorRow
{
    width: 150px;
    background-color:#FFFFCC;
}

.listBox
{
    width: 150px;
    /*background-color:#F4F4F4;*/
 
}
.entryBoxesDisabled
{
    width: 20px;
    background-color:#FFFFCC;
}

.dropdownDisabled
{
   width: 150px;
    background-color:#FFFFCC;
}
.noBorder
{
    border-width: 0;
    width: 250px;
    background-color:white;
}

.buttonHyperlink
{
    border-width: 0;
    background-color:transparent;
    color: Blue;
    text-decoration: underline;
}



.blueText
{
    color:Blue;
}


.validationText
{
    color:Red;
}


.tableHeadRow
{

    font-weight:bold;
    color:Blue;
    width: 100%;
    
}

.leagueManagerColumn
{
    width: 250;
}

.leagueTeamColumn
{
    width: 350;
}

.leaguePointsColumn
{
    width: 30;
}

.heading {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
    font-weight: bold;
    color: midnightblue;
    font-size: 1.1em;
    padding-top: 20px;
    
  
}

.offline {
    font-weight: bold;
    color: midnightblue;
    font-size: 1.1em;
    width: 100%;
}

.offlineCell {
    width: 100%;
}

.headingsLeft {
    font-weight: bold;
    color: midnightblue;
    font-size: 1.1em;
    text-align: center;
}

/*.tableLayout {
    table-layout: fixed;
}*/

h1 {
    font-weight: bold;
    color: midnightblue;
    font-size: 1.1em;
    font-family: Arial;
}

.tableMenu
{
    width: 90%;
    margin: 0 0 0 0;
    border-width:0px;
    
}

.tableMenuCells
{
    width: 15%;
    color: White;
    font-weight: bolder;
    text-decoration: none;
    text-align:center;
}

.tableLogin
{
    width: 100%;
}

.entryMoney
{
    width: 30px;
      background-color:#F4F4F4;
}

.bigEntry
{
    width: 550px;
    height: 90px;
     background-color:#F4F4F4;
     
}

.updatedText
{
    color: Red;
    font-weight: bold;
    font-size: 1.2em;
}

.bottompanel {
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 50px;
    width: 100%;
    background-color: black;
}

.panelmain {

    -webkit-overflow-scrolling: touch;
    overflow: scroll;

}

.menu {
    color: white;
    background-color: transparent;
    border: none;
    font-size: 1.6em;
    font-family: 'Calibri', sans-serif;
}

.menubtn {
    color: white;
    background-color: transparent;
    border: none;
    font-size: 1.6em;
    font-family: 'Calibri', sans-serif;
}

    .menubtn:hover {
        color: #F4F4F4;
        background-color: darkgrey;

    }

.tablePointsSystem {
    width: 90%;
    margin: 0 0 0 0;
    border-width: 1px;
    border-style: ridge;
    border-collapse: collapse;
}

.pointsLeftColumn {
    width: 43%;
    border-width: 0.5px;
    border-style: ridge;
}

.pointsScoreColumns {
    text-align: center;
    border-width: 0.5px;
    border-style: ridge;
}
