#StatShootingMap {
	max-width: 1024px;
	margin:	0 auto;
}

#ShootingMapGameGeneralHeader {
	visibility: hidden;
	position: relative;
	visibility: hidden;
}

#ShootingMapGameGeneralHeader div {
	display: inline-block;
	vertical-align: middle;
}

#ShootingMapHomeTeamLogo, #ShootingMapAwayTeamLogo {
	width: 50px;
	height: 50px;
	background-size: 100% 100%;
}

#ShootingMapGameDetails div {
	display: table-row;
	vertical-align: middle;
}

#ShootingMapGameDetails div div {
	color: #234E9B;
	font-weight: bold;
	font-size: 24pt;
	font-style: Tahoma,sans-serif;
}

#ShootingMapGameScore {
	width: 120px;
	margin: 0;
	padding: 0;
}

#ShootingMapGameDetails div div {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
}

#ShootingMapGameDetails div div:nth-child(2){
	min-width: 120px;
	padding: 0 50px;
}

#ShootingMapSelectOptions {
	visibility: hidden;
	margin: 10px 0 5px 0;
	position: relative;
}

#ShootingMapSelectOptions div {
	display: table-row;
	vertical-align: middle;
}

#ShootingMapSelectOptions div div {
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
}

#ShootingMapSelectOptions div:first-child div {
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10pt;
	padding-left: 2px;
}

#ShootingMapSelectOptions select {
	border: 1px solid #555;
	height: 20px;
	font-size: 10pt;
}

#ShootingMapSelectOptions select.uppercase {
	text-transform: uppercase;
	font-weight: normal;
}

#PrintOptions {
	color: #fff;
	background: #666;
}

optgroup {
	color: white;
	font-size: 9pt;
	background-color: rgb(150, 150, 150);
}

#ShootingMapCanvas {
	margin-top: 10px;
}

#ShootingMapStatistics {
	visibility: hidden;
	text-align: center;
	font-size: 10pt;
	margin-top: 20px;
}

.ShootingMapStatisticsCell {
	display: table-cell;
}
#ShootingMapStatisticsCell_1 {
	padding-right: 5px;
}
#ShootingMapStatisticsCell_2 {
	padding-left: 5px;
}

.ShootingStatistics, .GoalieStatistics  {
	border: 2px solid black;
	padding: 5px;
	margin: 5px auto;
	border-radius: 10px;
	vertical-align: top;
	border-spacing: 0;
}

.ShootingStatistics tr td, .GoalieStatistics tr td {
	text-align: center;
	padding: 0 7.5px;
}

.ShootingStatistics u .GoalieStatistics u {
	font-size: 12pt;
	font-weight: bold;
}

.ShootingStatistics tr:first-child td, .GoalieStatistics tr:first-child td, .GoalieStatistics tr:nth-child(2) td {
	font-weight: bold;
}

.ShootingStatistics tr td, .GoalieStatistics tr td {
	white-space: nowrap;
}

#StatisticsEmptyNet {
	white-space: normal;
	text-transform: uppercase;
}

#aligner {
	margin: 0 auto;
}

.LeftBorder {
	border-left: 1px solid gray;
}

.InAllRow td {
	font-weight: bold;
	border-top: 1px solid gray;
}

.bolded {
	font-weight: bold;
}

#Tooltip {
	position: absolute;
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	border: 2px solid black;
	visibility: hidden;

	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	font-size: 12pt;
}

#Tooltip div {
	display: table-row;
}

#Tooltip div div {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 10px;
	white-space: nowrap;
}

#Tooltip > div:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#Tooltip > div:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#Tooltip  > div:first-child div:first-child {
	border-top-left-radius: 10px;
}

#Tooltip > div:first-child > div:last-child {
	border-top-right-radius: 10px;
}

#Tooltip  > div:last-child > div:first-child  {
	border-bottom-left-radius: 10px;
}

#Tooltip  > div:last-child > div:last-child  {
	border-bottom-right-radius: 10px;
}

.TooltipRow {
	font-size: 12pt;
	background-color: rgba(240,240,240,0.66);
}

.TooltipRowHovered {
	font-size: 14pt;
	background-color: rgba(255,255,255,0.66);
}

.event_0 {
	color: red;
}

.event_1 {
	color: green;
}

.event_2 {
	color: #00a0a0;
}

.event_3 {
	color: #0044ff;
}

.event_small {
	font-size: 87.5%;
	color: #4C4C4C;
}

span.abbrv {
	font-style: italic;
	font-size: 12pt;
}

span.plus {
	font-size: 93.75%;
	color: green;
}

span.minus {
	font-size: 93.75%;
	color: red;
}

@media print
{
	#Tooltip {
		display: none !important;
	}

	.page-break {
		page-break-before: always;
	}

	.no-print {
		display: none !important;
	}
}