body {
    background-color: #18427c;
    background-image: url('fond.jpg');
}

.logo-main{

}
.logo-secondary {
    margin-top: 4px;
}
.logo-team {
    width: 30px;
    height: 30px;
    border: 0;
    margin: 0;
}

.Title {
    font-family: 'Graduate', cursive;
    font-size: 24px;
    font-weight: bold;
    color: #18427c;
}

.TitleOutput {
    font-family: 'Graduate', cursive;
    font-size: 24px;
    font-weight: bold;
    color: #18427c;
}

.bgMain { background-color: #265ca2; }

.tdHeader { background-color: #265ca2; }

td.TopLeadersHeader {
	height: 100px;
	padding: 5px;
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	background-color: #265ca2;
	text-align: center;
}

table.List {
	border: 1px solid #333;
}
tr.ListHeader {
	background-color: #265ca2;
	color: #FEFEFE;
	font-size: 14px;
}
tr.ListNormal {
	background-color: #F9F9F9;
}
tr.ListAlternate {
	background-color: #E9E9E9;
}
tr.ListHighlight {
	background-color: #CCC;
	color: #FEFEFE;
}

fieldset legend {
  border: 1px solid #333;
  background-color: #265ca2;
  color: #fff;
  padding: 2px 5px 2px 5px;
}

/* Links */
a {
	text-decoration: none;
    color: #18427c;
}
a:link {
	text-decoration: none;
    color: #18427c;
}
a:visited {
	text-decoration: none;
	color: #18427c;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

a.Results {
	text-decoration: none;
	color: #18427c;
	font-size: 12px;
	font-weight: bold;
}
a:link.Results {
	text-decoration: none;
	color: #18427c;
	font-size: 12px;
	font-weight: bold;
}
a:visited.Results {
	text-decoration: none;
	color: #18427c;
	font-size: 12px;
	font-weight: bold;
}
a:hover.Results {
	text-decoration: none;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
a:active.Results {
	text-decoration: none;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

a.ResultsWon {
	text-decoration: none;
	color: #18427c;
	font-size: 12px;
	font-weight: bold;
}
a:link.ResultsWon {
	text-decoration: none;
	color: #18427c;
	font-size: 12px;
	font-weight: bold;
}
a:visited.ResultsWon {
	text-decoration: none;
	color: #18427c;
	font-size: 12px;
	font-weight: bold;
}
a:hover.ResultsWon {
	text-decoration: none;
	color: #18427c;
	font-size: 12px;
	font-weight: bold;
}
a:active.ResultsWon {
	text-decoration: none;
	color: #18427c;
	font-size: 12px;
	font-weight: bold;
}

a.ResultsLost {
	text-decoration: none;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
a:link.ResultsLost {
	text-decoration: none;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
a:visited.ResultsLost {
	text-decoration: none;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
a:hover.ResultsLost {
	text-decoration: none;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
a:active.ResultsLost {
	text-decoration: none;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

/* STHS output */
.tabmain-content {
	background-color: transparent !important;
	box-shadow: none !important;
}
table.basictablesorter {
	border-collapse: collapse !important;
}
table.basictablesorter thead th {
	color: #fff !important;
	background-color: #18427c !important;
}
table.basictablesorter thead tr {
	color: #fff !important;
	font-size: 11px !important;
}
table.basictablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #18427c !important;
	font-size: 11px !important;
	padding: 3px 2px 3px 2px !important;
}
table.basictablesorter thead tr td {
	font-size: 11px;
}
table.basictablesorter thead tr .header {
	background-image: none;
}
table.basictablesorter thead tr .headerSortUp {
	background-image: none;
}
table.basictablesorter thead tr .headerSortDown {
	background-image: none;
}
table.basictablesorter td {
	font-size: 11px !important;
	padding: 3px 2px 3px 2px !important;
}

/* STHS boxscore */
.tabsmain > div {
    background-color: #fff !important;
    padding: 10px;
}
.STHSBoxScore_TeamStatTeamName {
    font-size: 14px;
    font-weight: 600;
}
.STHSBoxScore_TeamResult {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.STHSBoxScore_GoalsTable {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1px;
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
    background-color: #fff;
    border-style: solid;
    border-color: #dedede;
    padding: 4px;
}
.STHSBoxScore_ShotsTable {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1px;
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
    background-color: #fff;
    border-style: solid;
    border-color: #dedede;
    padding: 4px;
}
.STHSBoxScore_Lines_Table {
    width: 100%;
    margin: 0 auto 15px auto;
    border-width: 2px;
    border-style: solid;
    border-collapse: collapse;
    border-color: #ddd;
}
.STHSBoxScore_Lines_Table th {
    text-align: center;
    background-color: #dedede;
    padding: 0px 4px 0px 4px;
    border: 1px solid #ddd;
}
.STHSBoxScore_Lines_Table td {
    text-align: center;
    border: 1px solid #ddd;
}
h3.STHSBoxScore_TeamLine {
    font-size: 18px;
    text-align: center;
    color: #000;
}
.STHSBoxScore_GoalsTeamName, .STHSBoxScore_ShotsTeamName {
    font-size: 16px;
    font-weight: 600;
}
.STHSBoxScore_GoalsShotsMainTable {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.STHSBoxScore_PeriodPerPeriod {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}
.STHSBoxScore_PeriodPerPeriod th {
    width: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 5px;
}
.STHSBoxScore_PeriodPerPeriod td {
    padding: 5px;
    vertical-align: top;
    border: 1px solid #ddd;
}
.STHSBoxScore_PeriodPerPeriod_Header {
    border: 1px solid #ddd;
    background-color: #dedede;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 5px;
}
.STHSBoxScore_TeamResult th{
    font-size: 15px
}
.STHSBoxScore_PlayerStatTitle{
    font-size: 18px
}
.STHSBoxScore_GoalsPeriodHeader, .STHSBoxScore_ShotsPeriodHeader{
    font-size: 14px;
    font-weight: 600;
}
.STHSBoxScore_GoalsTotalHeader, .STHSBoxScore_ShotsTotalHeader, .STHSBoxScore_ShotsAttempHeader{
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}
.STHSBoxScore_GoalsTotal, .STHSBoxScore_ShotsTotal{
    font-style: italic;
}