﻿.normal {
	font-family:Arial, sans-serif; font-size:9pt; color:DimGray;
}
.normalwhite {
    font-family:Arial, sans-serif; font-size:9pt; color:White;
}
.small, .smallgrey {
	font-family:Arial, sans-serif; font-size:7.5pt; color:DimGray;
}
.vsmall, .vsmallgrey {
	font-family:Arial, sans-serif; font-size:6.5pt; color:DimGray;
}
.normalsmall, .smallnormal {
	font-family:Arial, sans-serif; font-size: 8pt; color:DimGray;
}
.normalmedium {
	font-family:Arial, sans-serif; font-size: 9.5pt; color:DimGray;
}
.medium {
	font-family:Arial, sans-serif; font-size: 10pt; color:DimGray;
}
.mediumlarge, .largemedium {
	font-family:Arial, sans-serif; font-size: 11pt; color:DimGray;
}
.large {
	font-family:Arial, sans-serif; font-size: 12pt; color:DimGray;
}
.largevlarge, .vlargelarge {
	font-family:Arial, sans-serif; font-size: 13pt; color:DimGray;
}
.vlarge {
	font-family:Arial, sans-serif; font-size: 14pt; color:DimGray;
}
.extralarge {
	font-family:Arial, sans-serif; font-size: 16pt; color:DimGray;
}
.largehuge, .hugelarge {
	font-family:Arial, sans-serif; font-size: 18pt; color:DimGray;
}
.huge {
	font-family:Arial, sans-serif; font-size: 20pt; color:DimGray;
}
.smallbold {
	font-family:Arial, sans-serif; font-size: 8pt; font-weight: bold;
}
.smallwhite {
	color: White; font-family:Arial, sans-serif; font-size: 8pt; font-weight: bold;
}
.hedGridOrange {
    font-size: 9pt;
    border-radius: 2px;
    color: white;
    background-color: darkorange;
    opacity: 1;
    font-weight: 400;
    z-index: 0;
}
.hedGridBlue {
    font-size: 9pt;
    border-radius: 2px;
    color: white;
    background-color: steelblue;
    opacity: 1;
    font-weight: 400;
    z-index: 0;
}
.hedGridBlueLarge {
    font-size: 12pt;
    border-radius: 2px;
    color: white;
    background-color: steelblue;
    opacity: 1;
    font-weight: 400;
    z-index: 0;
}
.hedGrid {
    //font-size: 9pt;
    border-radius: 3px;
    color: white;
    background-color: lightsteelblue;
    opacity: 1;
    font-weight: 400;
    z-index: 0;
	border-color: white;
}
.hedGridLink {
    font-size: 9pt;
    border-radius: 2px;
    color: dimgrey;
    background-color: lightsteelblue;
    opacity: 1;
    font-weight: 400;
    z-index: 0;
	cursor: hand;
	cursor: pointer;
}
.hedGridLink:hover {
	background-color: gainsboro;
}
.hedGridMedium {
    font-size: 10pt;
    border-radius: 2px;
    color: white;
    background-color: steelblue;
    opacity: 1;
    font-weight: 400;
    z-index: 0;
}
.hedGridMediumLink {
    font-size: 10pt;
    border-radius: 2px;
    color: white;
    background-color: steelblue;
    opacity: 1;
    font-weight: 400;
    z-index: 0;
	cursor: hand;
	cursor: pointer;
}
.hedGridMediumLink:hover {
	background-color: gainsboro;
}
.hedGridLarge {
    font-size: 12pt;
    border-radius: 2px;
    color: white;
    background-color: steelblue;
    opacity: 1;
    font-weight: 400;
    z-index: 0;
}
.clsTable {
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
    padding: 0pt;
}
.clsTable_0_0 {
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
    padding: 0pt;
	background: transparent;
}
.clsTable_0_2 {
	border-collapse: separate;
    border-spacing: 0px;
	border: none;
    padding: 2pt;
}
.clsTable_0_4 {
	border-collapse: separate;
    border: none;
	border-spacing: 0px;
	padding: 4pt;
}
.clsTable_1_2 {
	border-collapse: separate;
    border-spacing: 1px;
    padding: 2pt;
}
.clsTable_1_4 {
	border-collapse: separate;
	border: none;
	border-spacing: 1px;
	padding: 4pt;
}
.clsTable_2_0 {
	border-collapse: separate;
	border: none;
	border-spacing: 2px;
	padding: 0pt;
}
.clsTable_1_10 {
	border-collapse: separate;
    border: 1px solid transparent;
	border-spacing: 1px;
	padding: 10pt;
}
.clsHeading {
    color: steelblue;
    font-family: Arial;
    font-size: 10pt;
    padding: 2pt;
}
.clsChartOrange {
    font-family: Arial, sans-serif;
    font-size: 7.5pt;
    color: white;
    background-color: darkorange;
    opacity: 0.7;
    font-weight: 400;
    z-index: 0;
}
.clsChartBlue {
    font-family: Arial, sans-serif;
    font-size: 7.5pt;
    color: white;
    background-color: steelblue;
    opacity: 0.7;
    font-weight: 400;
    z-index: 0;
}
.clsNormalOrange {
    font-family: Arial, sans-serif;
    font-size: 8.5pt;
    color: white;
    background-color: darkorange;
    opacity: 0.7;
    font-weight: 400;
    z-index: 0;
}
.clsNormalBlue {
    font-family: Arial, sans-serif;
    font-size: 8.5pt;
    color: white;
    background-color: steelblue;
    opacity: 0.7;
    font-weight: 400;
    z-index:0;
}
.dotBlue {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-radius: 10px;
    opacity: 0.8;
    background: SteelBlue;
    cursor: default;
}
.dotOrange {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-radius: 10px;
    opacity: 0.8;
    background: DarkOrange;
    cursor: default;
}
.dotGreen {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-radius: 10px;
    opacity: 0.8;
    background: #00C853;
    cursor: default;
}
.dotGreenTop {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: top;
    border-radius: 10px;
    opacity: 0.8;
    background: #00C853;
    cursor: default;
}
.dotDarkGreen {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-radius: 10px;
    opacity: 0.8;
    background: green;
    cursor: default;
}
.clsArrow {
	display: inline;
	font-size: 15px;
	font-familty: 'courier new';
    vertical-align: middle;
	text-align: center;
	color: dimgrey;
}
.dotGrey, .dotGray {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-radius: 10px;
    opacity: 0.8;
    background: dimgrey;
    cursor: default;
}
.dotSilver {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-radius: 10px;
    opacity: 0.8;
    background: silver;
    cursor: default;
}
.dotGreenSmall {
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    border-radius: 6px;
    opacity: 1;
    background: #00C853;
    cursor: default;
}
.dotTransparent {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-radius: 10px;
    opacity: 0.8;
    background: transparent;
    cursor: default;
}
.dotRed {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-radius: 10px;
    opacity: 0.8;
    background: Red;
    cursor: default;
}
.dotRedTop {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: top;
    border-radius: 10px;
    opacity: 0.8;
    background: Red;
    cursor: default;
}
.dotRedSmall {
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    border-radius: 6px;
    opacity: 0.8;
    background: Red;
    cursor: default;
}
.dotCrimson {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-radius: 10px;
    opacity: 0.8;
    background: Crimson;
    cursor: default;
}
.dotYellow {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-radius: 10px;
    opacity: 0.8;
    background: Yellow;
    cursor: default;
}
.textBoxGreen {
    display: inline-block;
    opacity: 0.75;
    background: #00C853;
    color: white;
    width: 22px;
    //height: 16px;
    border-radius: 2pt;
    padding: 2pt;
    font-size: 8pt;
}
.textBoxRed {
    display: inline-block;
    opacity: 0.75;
    background: red;
    color: white;
    width: 22px;
    //height: 16px;
    border-radius: 2pt;
    padding: 2pt;
    font-size: 8pt;
}
.textBoxOrange {
    display: inline-block;
    opacity: 0.75;
    background: Orange;
    color: white;
    width: 22px;
    //height: 16px;
    border-radius: 2pt;
    padding: 2pt;
    font-size: 8pt;
}
.clsFrameAll {
    background: white;
    border: solid 1px silver;
    border-radius: 5pt;
    padding: 5pt;
}
.clsFrameNone {
    background: white;
    border: none;
    border-radius: 5pt;
    padding: 5pt;
}
.cellPcent {
    font-family: Arial, sans-serif;
    font-size: 6.5pt;
    color: black;
    height: 18px;
    padding-top: 6px;
    text-align: right;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
td.clsCell_0_0 {
	padding: 0pt;
	font-family:Arial, sans-serif; font-size:9pt; color:DimGray;
}
td.clsCell_0_2 {
	padding: 2pt;
	font-family:Arial, sans-serif; font-size:9pt; color:DimGray;
}
td.clsCell_0_4 {
	padding: 4pt;
	font-family:Arial, sans-serif; font-size:9pt; color:DimGray;
}
td.clsCell_1_0 {
	padding: 0pt;
	font-family:Arial, sans-serif; font-size:9pt; color:DimGray;
}
td.clsCell_1_2 {
	padding: 2pt;
	font-family: Arial, sans-serif; font-size:9pt; color:DimGray;
}
td.clsCell_1_4 {
	padding: 4pt;
	font-family:Arial, sans-serif; font-size:9pt; color:DimGray;
}
.clsBorder_1 {
	border-collapse: collapse;
	border: solid 1px transparent;
}
.clsBorder_1_silver {
	border-collapse: collapse;
	border: solid 1px silver;
}
.clsBorder_1_white {
	border-collapse: collapse;
	border-left: solid 1px white;
	border-bottom: solid 1px white;
}
.clsBorder_1_black {
	border-collapse: collapse;
	border: solid 1px black;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

@media only screen and (min-width: 100px) {
	#svgContainer{
		zoom: 0.9;
		-moz-transform: scale(0.9);
	}
}

@media only screen and (min-width: 1400px) {
	#svgContainer{
		zoom: 1;
		-moz-transform: scale(1);
	}
}


