body {
   background-color: #666699; 
   margin: 0px;
   padding: 0px;
   font-family: Verdana, Georgia, serif;
   color:	#000000; 
}
.cont {
	width: auto;
	margin: auto;
	text-align: center;
	}
table{
	border: 0px solid #FFFFFF;
	background-color: #666699;
}

h1 {
   color: navy;
   margin-left: 20px;
}
/* unvisited link */
a:link {
    color: #90CAF9;
}

/* visited link */
a:visited {
    color: #90CAF9;
}

/* mouse over link */
a:hover {
    color: #FFEE58;
}

/* selected link */
a:active {
    color: blue;
}
p.ctr {
   text-align:	center;
}
a.stats:visited {
	color: #b72b2b;
}
a.stats:hover {
	color: white;
}
a.stats:link {
	color: #b72b2b;
}
a.stats:active {
	color: green;
}
.stats {
	text-align:  center;
	font-size: 11px;
	color:  yellow;
}

button.playr {
	background-color: #f18989;
	color: black;
	border-radius: 5px;
	font-size: 16px;
	padding: 8px;	
}	
p.headertag {
	text-align:	center;
	font-size:	12px;
	color:	#F3EC04;
}
p.menutitle{
	text-align:	center;
	font-size:	22px;
	color:	#3FEBFF;
	line-height:	2;	
}
p.gamehilite{
	display: inline;
	text-align:	center;
	font-size:	14px;
	color:	#D9DEF8;
	#line-height:	2;	
}
p.inputnote{
	text-align:	center;
	font-size:	10px;
	color:	#FDEE0C;
	line-height:	2;	
}
div.menuhdr {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.container {
    width:100%; 
    margin-left:10%;
    margin-right:10%;
}
table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  #width: 350px;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 13px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
table.menuTable {
  border: 0px solid #1C6EA4;
  #background-color: #EEEEEE;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.purpButton {
	box-shadow:inset 0px 1px 0px 0px #efdcfb;
	background:linear-gradient(to bottom, #dfbdfa 5%, #bc80ea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfbdfa', endColorstr='#bc80ea',GradientType=0);
	background-color:#dfbdfa;
	border-radius:6px;
	border:1px solid #c584f3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #9752cc;
}
.purpButton:hover {
	background:linear-gradient(to bottom, #bc80ea 5%, #dfbdfa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc80ea', endColorstr='#dfbdfa',GradientType=0);
	background-color:#bc80ea;
}
.purpButton:active {
	position:relative;
	top:1px;
}


.blueButton {
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:22px;
	padding:22px 37px;
	text-decoration:none;
	width:80%;
	text-shadow:0px 1px 0px #283966;
}
.blueButton:hover {
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}
.blueButton:active {
	position:relative;
	top:1px;
}
.navButton {
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:22px;
	padding:22px 37px;
	margin-bottom: .5em;
	margin-left: .5em; 
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.navButton:hover {
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	background-color:#476e9e;
}
.navButton:active {
	position:relative;
	top:1px;
}
.shortinp {
  display: inline-block;
  box-sizing: content-box;
  padding: 5px 7px;
  width: 50px;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  font: normal 16px/normal "Verdana", Georgia, serif;
  color: rgba(0,0,0,1);
  text-overflow: clip;
  background: rgba(252,252,252,1);

}
.longinp {
  display: inline-block;
  box-sizing: content-box;
  padding: 5px 12px;
  width: 140px;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  font: normal 16px/normal "Verdana", Georgia, serif;
  color: rgba(0,0,0,1);
  text-overflow: clip;
  background: rgba(252,252,252,1);
}
.slonginp {
  display: inline-block;
  box-sizing: content-box;
  padding: 5px 12px;
  width: 250px;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  font: normal 16px/normal "Verdana", Georgia, serif;
  color: rgba(0,0,0,1);
  text-overflow: clip;
  background: rgba(252,252,252,1);
}
.sdateinp {
  display: inline-block;
  box-sizing: content-box;
  padding: 5px 12px;
  width: 100px;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  font: normal 16px/normal "Verdana", Georgia, serif; 
  color: rgba(0,0,0,1);
  text-overflow: clip;
  background: rgba(252,252,252,1);
}
table.paleBlueRows {
  font-family: "Times New Roman", Times, serif;
  border: 1px solid #FFFFFF;
  width: 350px;
  height: 200px;
  text-align: center;
  border-collapse: collapse;
}
table.paleBlueRows td, table.paleBlueRows th {
  border: 1px solid #FFFFFF;
  padding: 3px 2px;
}
table.paleBlueRows tbody td {
  font-size: 13px;
}
table.paleBlueRows tr:nth-child(even) {
  background: #D0E4F5;
}
table.paleBlueRows thead {
  background: #0B6FA4;
  border-bottom: 5px solid #FFFFFF;
}
table.paleBlueRows thead th {
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #FFFFFF;
}
table.paleBlueRows thead th:first-child {
  border-left: none;
}

table.paleBlueRows tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  background: #D0E4F5;
  border-top: 3px solid #444444;
}
table.paleBlueRows tfoot td {
  font-size: 14px;
}


.topnav {
  overflow: hidden;
  background-color: #666699;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #4CAF50;
  color: white;
}
.topbtn {
	background-color: black;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

