#pty_range, #pty_chartTypeShell {
	
background: #f5f5f5; /* Old browsers */
background: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
}

#pty_sugmsg {
	background: #edf4f7; /* Old browsers */
background: -moz-linear-gradient(top, #edf4f7 0%, #d5dfe3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf4f7), color-stop(100%,#d5dfe3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #edf4f7 0%,#d5dfe3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #edf4f7 0%,#d5dfe3 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #edf4f7 0%,#d5dfe3 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf4f7', endColorstr='#d5dfe3',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #edf4f7 0%,#d5dfe3 100%); /* W3C */
}
.pty_activeLabel span {
background: -moz-linear-gradient(top, #efffed 0%, #e1f2dd 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efffed), color-stop(100%,#e1f2dd)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #efffed 0%,#e1f2dd 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #efffed 0%,#e1f2dd 100%) !important; /* Opera11.10+ */
background: -ms-linear-gradient(top, #efffed 0%,#e1f2dd 100%) !important; /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efffed', endColorstr='#e1f2dd',GradientType=0 ) !important; /* IE6-9 */
background: linear-gradient(top, #efffed 0%,#e1f2dd 100%) !important; /* W3C */
}
.pty_label span {
	background: #f5f5f5; /* Old browsers */
background: -moz-linear-gradient(top, #f5f5f5 30%, #e3e3e3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#f5f5f5), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f5f5f5 30%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f5f5f5 30%,#e3e3e3 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f5f5f5 30%,#e3e3e3 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #f5f5f5 30%,#e3e3e3 100%); /* W3C */
}

.inp-slider-block {
	background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top, #f4f4f4 0%, #dddddd 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(99%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f4f4f4 0%,#dddddd 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f4f4f4 0%,#dddddd 99%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f4f4f4 0%,#dddddd 99%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #f4f4f4 0%,#dddddd 99%); /* W3C */
}

a.inp-slider-off {
	background: #efefef; /* Old browsers */
background: -moz-linear-gradient(top, #efefef 0%, #e0e0e0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #efefef 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #efefef 0%,#e0e0e0 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #efefef 0%,#e0e0e0 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #efefef 0%,#e0e0e0 100%); /* W3C */
}

a.inp-slider-on {
	background: #73c449; /* Old browsers */
background: -moz-linear-gradient(top, #73c449 0%, #629936 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73c449), color-stop(100%,#629936)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #73c449 0%,#629936 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #73c449 0%,#629936 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #73c449 0%,#629936 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73c449', endColorstr='#629936',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #73c449 0%,#629936 100%); /* W3C */
}

#pty_tip {
	background: #e4e4e4; /* Old browsers */
background: -moz-linear-gradient(top, #e4e4e4 1%, #cdcdcd 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e4e4e4), color-stop(99%,#cdcdcd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e4e4e4 1%,#cdcdcd 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e4e4e4 1%,#cdcdcd 99%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #e4e4e4 1%,#cdcdcd 99%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #e4e4e4 1%,#cdcdcd 99%); /* W3C */
}

#pty_infoTabs li a.selected {
	background: #f5f5f5; /* Old browsers */
background: -moz-linear-gradient(top, #f5f5f5 30%, #e3e3e3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#f5f5f5), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f5f5f5 30%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f5f5f5 30%,#e3e3e3 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f5f5f5 30%,#e3e3e3 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #f5f5f5 30%,#e3e3e3 100%); /* W3C */
}

.pty_fontViewHead {
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #ededed 47%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(47%,#ededed), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#ededed 47%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%,#ededed 47%,#e1e1e1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%,#ededed 47%,#e1e1e1 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #fcfcfc 0%,#ededed 47%,#e1e1e1 100%); /* W3C */
}

.pty_settingsHead {
	background: #f7fafb; /* Old browsers */
	background: -moz-linear-gradient(top, #f7fafb 0%, #dde7ea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fafb), color-stop(100%,#dde7ea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7fafb 0%,#dde7ea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7fafb 0%,#dde7ea 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f7fafb 0%,#dde7ea 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fafb', endColorstr='#dde7ea',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f7fafb 0%,#dde7ea 100%); /* W3C */
}