table {
	padding-top: 9px;
	padding-bottom: 6px;
}

td {
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 10px;
	width: 140px;
}

ul {
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	margin-left: 30px;
}

li {
	padding-top: 5px;
	padding-bottom: 0px;
	margin-left: 15px;
}

.svg_cont {
	background-color: rgba(255,255,255,0);
	background-image: url(../common_files/images/imgs_IPA_charts_I/tbl_out.png);
	background-repeat: no-repeat;
	background-size: 0.25% 100%;
	border: solid;
	border-color: rgba(193,79,30,1);
	border-radius: 11px;
	border-width: 2px;
	box-shadow: 0 0 0 1px rgba(50,50,50,0.65), 0 0 1px 1px rgba(50,50,50,0.55);
	padding: 5px;
	padding-bottom: 7px;
	margin: 0px;
	margin-left: 2px;
	margin-bottom: 7px;
	width: 955px;
	text-align: center;
}

.tdsizeL {
	width: 974px; min-width: 974px; max-width: 974px;
}
.btn_dld {
	padding: 0px;
	width: 140px; min-width: 140px; max-width: 140px;
	height: 92px; min-height: 92px; max-height: 92px;
	box-shadow: 0 0 0 1px rgba(50,50,50,0.65), 0 0 1px 1px rgba(50,50,50,0.55);
	background-image: url(../common_files/images/imgs_IPA_charts_I/tbl_out.png);
	background-repeat: no-repeat;
	background-size: 140px 92px;
    background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.btn_dld:hover {
	background-image: url(../common_files/images/imgs_IPA_charts_I/tbl_over.png);
	background-repeat: no-repeat;
	background-size: 140px 92px;
    background-color: rgba(255,255,255,0.3);
	color: rgba(50,50,50,0.9);
	font-weight: 700;
}
.btn_dld:active {
	background-image: url(../common_files/images/imgs_IPA_charts_I/tbl_down.png);
	background-repeat: no-repeat;
	background-size: 140px 92px;
    background-color: rgba(255,255,255,0.3);
	color: rgba(255,255,255,0.9);
	font-weight: 700;
}

.res_sel {
	color: rgba(50,50,50,1);
	font-weight: 700;
}
.tdres {
	font-size: 14px;
	text-align: center;
	width: 135px; min-width: 135px; max-width: 135px;
}
.tdresi {
	font-style: italic;
}
.tdresL {
	font-size: 13px;
	text-align: right;
	width: 60px;
}
.tdresR {
	font-size: 13px;
	text-align: left;
	width: 80px;
}
.tdresIn {
	border: solid;
	border-color: rgba(193,79,30,1);
	border-width: 0px;
	border-bottom-width: 1px;
	width: 60px; min-width: 60px; max-width: 60px;
	text-align: center;
}
.tdsl {
	width: 100%;
	padding-right: 15px;
}

.ln125 {
	line-height: 150%;
}

.nav_c {
	margin-top: -10px;
	position: relative;
	bottom: -6px;
}

.slidecontainer {
	width: 100%;
}

.slider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 25px;
	background: rgba(30,30,30,0.3);
	border: solid;
	border-width: 2px;
	border-color: rgba(193,79,30,1);
	border-radius: 7px;
	box-shadow: 0 0 0 1px rgba(50,50,50,0.65), 0 0 1px 1px rgba(50,50,50,0.55);
	outline: none;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	background: rgba(227,101,40,0.8);
	cursor: pointer;
	border-color: rgba(30,30,30,0.75);
}

.slider:hover::-webkit-slider-thumb {
	background: rgba(254,206,49,1);
}

.slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	background: rgba(227,101,40,0.8);
	cursor: pointer;
	border-color: rgba(30,30,30,0.75);
}

.slider:hover::-moz-range-thumb {
	background: rgba(254,206,49,1);
}
