
/** Structure */
#header {
/*    width:91%;  */
    width: 99.7%; /* 100%; */
    margin-left: 50px; /* 50px; */
    margin-right: 50px; /* auto; */
    padding: 15px;
    background: #12407f;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 6px solid #436fac;
    clear:both;
/*    position: fixed; */
}

.fixedContainer {
/*    position: fixed;

    padding: 2em;
    background-color:#ddd;
    left: 0%;
    top: 0%;

    width:50%;
*/
    transform: translateX(0%);
}

#navigation {
    /*  position:absolute;
       top:0;
       left:0;*/
    right:0;
    bottom:0;
    width: 99%;
    height:auto; /*35px; */
    text-align:center;
/*    background-color:gray; */
/*    color:green; */
/*    padding-top:15px; */
/*    position: fixed;  */
}

#content {
/*  background:#FFE4B5; */
    background-image: url("../img/moneyfade05.png");
/*    background-size: 100%; */
/*    background: #fff;  */
/*    padding: 20px;   */
    padding: 1.05rem;
/*    padding: 1.25rem; */
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 50px;
    margin-right: auto;
    height: auto;
    min-height: 300px;
    border: 1px solid blue;
/*   border: 2px solid red; */
/*    width: 90.25%;    */
    width: 99.25%;
    clear: both;
    overflow:auto;
    position: relative;
}

#footer {
    position: relative;
/*    width:91%;  */
    width:99.7%;
    margin-left:50px;
    margin-right:auto;
    background: #12407f;
    padding: 1rem;
    margin-bottom: auto;
    text-align: center;
    font-size: 15px;
    color: white;
    border-top: 4px solid #436fac;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*
div#footer {
    position: relative;
    border: 3px solid white;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
*/
/*
    width: 20%;
    margin-top: 30%;
    margin-left: 500px;
    margin-right: auto;
*/
/*
    margin-bottom: auto;
    text-align: center;
    font-size: 15px;
    color: white;
}
*/

/* Links */
#header a {
    color: #fff;
/*    background: #436fac; */
    background: #12407f;
    padding: 4px 15px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bolder;
}

#header a:hover {
    background: #4d8add;
}

#note {
  width: 40%;
  border: 0px solid red;
  height: 77px;
  padding-left: 20px;
  margin-left: 10px;
}

#homelist {
  width: 15%;
  height:100px;
  border:0px solid green;
  text-align:left;
  margin-left: 20px;
  font-size: 20px;
}

#halfpage {
  margin:10px;
  padding:5px;
  width: 60%;
  height: 150px;
  font-size: 20px;
  border:0px solid green;
}

#submit {
 color: black;
 font-size: 20px;
 width: 100px;
 height: 30px;
 border: darkgreen 1px solid;
 margin-left: 10px;
 margin-top:5px;
 border-radius: 10px;
 padding-left: 0px;
/* background-color: lightgray;  */
 background-color: lightgreen;
}

#submitlong {
 float: left;
 color: black;
 font: bold 1.0em Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-align: center;
 width: auto;
 margin-left: 0.15em;
 margin-top: 0.5em;
 margin-right: auto;
 border-radius: 10px;
 background-color: lightgreen;
}

/*
#submitlong {
 clear: both;
 float:left;
 color: black;
 font: bold 1.0em Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-align: center;
 width: auto;
 height: 30px;
 border: none;
 margin-left: 10em;
 margin-top:5px;
 border-radius: 10px;
 padding-left: 5px;
 background-color: lightgreen;
}
*/

#submit:hover{
  cursor: pointer;
  color:white;
  background: silver;
  background: green;
}

#accordion-resizer {
    text-align:right;
    padding: 10px;
    width: 350px;
    height: auto;
  }

#boxInserts{
  border:0px solid blue;
  width: 25%;
  height: auto;
  float: left;
  text-align: right;
}
#listInserts{
  border:0px solid green;
  float: right;
  height:auto;
  width: auto;
}

#list  {
  margin-left:auto;
  margin-right:auto;
  width: 80%;
}

#scrollup{
    background: url('../img/smallblueuparrow.png') no-repeat;
    color:white;
    width: 40px;
    height: 40px;
    position:fixed;
    bottom:95px;
    right:100px;
    text-align: center;
    display:none;
    /* text-indent:-9999px; */
}

#viewtitle{
  font-size: 20px;
  font-weight: bolder ;
}

#viewdates{
  font-size: 20px;
  font-weight: bold;
  color: blue;
}

td.viewlinks{
  font-size: 1.0em;
  font-weight: bold;
  color: blue;
}

#scrolldown{
    /* background: url('../img/smallarrowup.png') no-repeat; */
    background-color: blue;
    width: 40px;
    height: 40px;
    position:fixed;
    bottom:50px;
    right:20px;
    display:none;
    text-indent:-9999px;
}

#ilogin{
  width:150px;
}

textarea:#wmd-input{
    width: 100%;
    overflow: hidden;
    padding: 5px;
}

/** Forms */
form {
    font: 100% verdana,arial,sans-serif;
    width: auto;
}

form label {
    display: block;
    float: left;
/*    width: 150px;   */
    width: 175px;
    padding: 0;
    margin: 5px;
/*    text-align: right;   */
    text-align: right;
    clear: both;
}
input:focus { background-color:yellow;}
textarea:focus { background-color:yellow;}
textarea {background-color:#F8FCCE;}

textarea {
/*  width:100%; */
    width:auto;
    /*direction:r; */
    display:block;
    max-width:71%;
    line-height:1.5;
    height:auto;
    padding:5px 5px 10px;
    border-radius:3px;
    border:1px solid #F7E98D;
    font:20px Tahoma, cursive;
    transition:box-shadow 0.5s ease;
    box-shadow:0 4px 6px rgba(0,0,0,0.1);
    font-smoothing:subpixel-antialiased;
    background:linear-gradient(#F9EFAF, #F7E98D);
    background:-o-linear-gradient(#F9EFAF, #F7E98D);
    background:-ms-linear-gradient(#F9EFAF, #F7E98D);
    background:-moz-linear-gradient(#F9EFAF, #F7E98D);
    background:-webkit-linear-gradient(#F9EFAF, #F7E98D);
    height:auto;
}
.checknum {
  width: 25px;
  text-align:left;
}

form input, form select {
/*    margin: 5px 0 0 10px;  */
    width: 100px;
    margin: 0px 0px 0px 0px;
    border: 1px solid gray;
/*    padding: 4px; */
    text-align: left;  /* added */
}

form input[type=submit]:hover {
    cursor: pointer;
    background: silver;
}

form button[type=submit]:hover {
    cursor: pointer;
    background: silver;
}

form input[type=reset], form input[type=submit] {
    width:100px;
    text-align: center;
    float:right;
}

form input[type=submit]{
  margin-left:20px;
}

form input[type=text]{
   width:100px;
   float:left;
}
input[type="checkbox"],
input.checkbox {
    vertical-align:text-top;
    width:13px;
    height:13px;
    padding:0;
    margin:0;
    position:relative;
    overflow:hidden;
    top:2px;
}
input[type="date"],
input.date {
  width:145px;
}

input[type="radio"],
input.radio
{
    vertical-align:text-top;
    width:13px;
    height:13px;
    padding:0;
    margin:0;
    position:relative;
    overflow:hidden;
    top:8px;
}
form textarea {
  height:auto;
  float:left;
  margin-left: 10px;
}

form br {clear: left;}
/*
This block for users form index viewlinks
*/
#form {
    background-color: lightgray;
    height: auto;
    width: auto;
    /*
    margin-right: auto;
    margin-left: auto;
    */
    margin-top: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0px;
    /*text-align:center;*/
}

.gamepwb{
  width:1.5em;
  maxlength: 2;
  background-color: red;
  color:midnightblue;
}
.gamenbr{
  width:1.5em;
  maxlength: 2;
}
.draws{
  width:1.5em;
}

label {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    color: #333;
    height: 20px;
    width: 70px;
    margin-top: 10px;
    margin-left: 10px;
    text-align: right;
    margin-right:15px;
    float:left;
}
input {
    height: 20px;
    width: 300px;
    border: 3px solid blue;
    margin-top: 10px;

}
