﻿body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}
.header {
  width: 100%; 
  height: 100%; 
  color: #efefef;
  display: table;
  height: 40px;
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(#040806, #346549);
}
.footer {
  width: 100%; 
  height: 100%; 
  color: #efefef;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  background-image: linear-gradient(#346549, #1a3325);
}
h1, h2, h3,
h4, h5, h6 {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1.1rem;
}

h5, h6 {
  font-size: 1rem;
}

.InsetDiv {
  margin-top: 4px;
}

.InsetDivMobile {
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
}

.WeekDropDown {
  min-width: 175px;
}

.SeasonDropDown {
  min-width: 100px;
}

.SuperScriptCapHead
{
  color: #efefef;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
}

.SubScriptCapHead
{
  color: #efefef;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 600;
}

.SuperScriptCapSubHead
{
  color: #efefef;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 600;
}

.SubScriptCapSubHead
{
  color: #efefef;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  font-weight: 600;
}
.SuperScriptCapContent
{
  color: #efefef;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
}

.SubScriptCapContent
{
  color: #efefef;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 600;
  padding: 0px;
}
.SuperScriptCapHead.Page,
.SubScriptCapHead.Page, 
.SuperScriptCapSubHead.Page,
.SubScriptCapSubHead.Page, 
.SuperScriptCapContent.Page,
.SubScriptCapContent.Page{
  color: #346549;
}

.maintable.container {
  margin-left: 4px;
  margin-top: 4px;
  min-width: 1000px;
  max-width: 1200px;
  width: 1200px;
  overflow: visible;
}

.maintable table {
  min-width: 1000px;
  max-width: 1200px;
  width: 1200px;
}

.maintable thead th {
  background-color: #346549;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #346549), color-stop(100%, #3d7655));
  background-image: -webkit-linear-gradient(left, #346549, #3d7655);
  background-image: linear-gradient(to right,#346549, #3d7655);
  border-left: 1px solid #112218;
  color: #efefef;
}

.maintable thead th:focus {
  outline: none;
}

.maintable thead th:first-child {
  border-left-width: 0;
}

.maintable tbody tr:nth-child(even) th,
.maintable tbody tr:nth-child(even) td {
  background-color: #dedede;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(100%, #cdcdcd));
  background-image: -webkit-linear-gradient(left, #dedede, #cdcdcd);
  background-image: linear-gradient(to right,#dedede, #cdcdcd);
}

.maintable th {
  text-align: left;
  vertical-align: top;
}

.maintable th .title {
  font-size: 14px;
  font-size: 0.875rem;
  color: #efefef;
  display: block;
  white-space: nowrap;
}

.maintable th .subtitle {
  color: #9fc2bb;
  display: block;
  font-weight: normal;
  text-transform: capitalize;
}

.maintable th,
.maintable td {
  padding: 10px 15px 12px;
  vertical-align: top;
  white-space: nowrap;
}

.maintable th:last-child,
.maintable td:last-child {
  width: 99%;
  text-wrap: normal;
  word-break: break-all;
}

.maintable td {
  border-left: 1px dashed #02231d;
  font-size: 13px;
  font-size: .8125rem;
}

.maintable td:first-child {
  border-left-width: 0;
}

a {
  background: transparent;
  color: #458762;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

.buttonMain {
  cursor: pointer;
  background-color: #346549;
  color: #efefef;
}

.buttonPlain {
  cursor: pointer;
}

.error {
	color: #E60000;
}

.success {
	color: #346549;
}

.subheader {
  background-color: #346549;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #346549), color-stop(100%, #3d7655));
  background-image: -webkit-linear-gradient(left, #346549, #3d7655);
  background-image: linear-gradient(to right,#346549, #3d7655);
  border-left: 1px solid #112218;
  color: #efefef;
  text-align: center;
}

.maintable2 table {
  min-width: 1000px;
  max-width: 1200px;
}

.maintable2 thead th,
.maintable2 tbody th {
  background-color: #346549;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #346549), color-stop(100%, #3d7655));
  background-image: -webkit-linear-gradient(left, #346549, #3d7655);
  background-image: linear-gradient(to right,#346549, #3d7655);
  border-left: 1px solid #112218;
  color: #efefef;
}

.maintable2 thead th:focus {
  outline: none;
}

.maintable2 thead th:first-child {
  border-left-width: 0;
}

/*.maintable2 tbody tr:nth-child(even) th,*/
.maintable2 tbody tr:nth-child(even) td {
  background-color: #dedede;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(100%, #cdcdcd));
  background-image: -webkit-linear-gradient(left, #dedede, #cdcdcd);
  background-image: linear-gradient(to right,#dedede, #cdcdcd);
}

.maintable2 th {
  text-align: left;
  vertical-align: top;
  padding: 4px 15px 4px;
  white-space: nowrap;
}

.maintable2 th .title,
 .maintable2 td .title{
  font-size: 14px;
  font-size: 0.875rem;
  color: #efefef;
  display: block;
  white-space: nowrap;
}

.maintable2 th .subtitle {
  color: #9fc2bb;
  display: block;
  font-weight: normal;
  text-transform: capitalize;
}

.maintable2 td {
  padding: 4px 15px 4px;
  vertical-align: top;
  white-space: nowrap;
}

.maintable2 th:last-child,
.maintable2 td:last-child {
  width: 99%;
  text-wrap: normal;
  word-break: break-all;
}

.maintable2 td {
  border-left: 1px dashed #02231d;
  font-size: 13px;
  font-size: .8125rem;
}

.maintable2 td:first-child {
  border-left-width: 0;
  white-space: pre-wrap;
}

@media screen and (max-width: 40em) {
	.maintable2 table {
	  padding: 0px 0px 0px 0px;
	  min-width: 280px;
	  max-width: 370px;
	}
	.maintable2 th,
	.maintable2 td {
	  padding: 2px 6px 2px;
	}
}