﻿#aPsMsgtip {
    position: fixed;
    color: #000000;
    background-color: #ff9933;
    z-index: 999999999;
    top: -1000px;
    width:100px;
}
#aPsMovetooltip{
    visibility: hidden;
    position: absolute;
    left: -300px;
    border: 1px solid #999;
    padding: 3px 4px 1px 18px;
    color: #000000;
    z-index: 999999999;
    white-space: nowrap;
    background: url(tooltip/Movetooltip.gif) #ccff33 no-repeat left 3px;
}
#aPsHelpTip {
	display:inline-block;
    z-index: 999999999;
}
#aPshtTextDiv {
    padding: 3px;
    background-color: #ff3300;
    margin:0;
}
#aPshtText {
    color: #fff;
    padding: 5px 3px 5px 3px;
    margin:0;
}
#aPshtTDtop
{
    height:6px;
    overflow:hidden;
    background: url(tooltip/t.gif) no-repeat center top;
}
#aPshtTDbottom { 
    height: 6px;
    overflow:hidden;
    background: url(tooltip/b.gif) no-repeat center top;
 }
 
.Easing
{
	border-collapse: collapse;
}
.Easing td
{
	background-color: #000000;
}
.Easing p
{
	color: #ffffff;
	text-align: center;
	height: 18px;
	vertical-align: middle;
	line-height: 18px;
}
.Easing a
{
	display: inline-block;
	width: 110px;
	height: 110px;
	vertical-align: middle;
	line-height: 110px;
	border: #000000 2px solid;
}
.Easing tr.eastr4 a
{
	height: 120px;
}
.Easing a:hover,.Easing a.select
{
	border: #990000 2px solid;
}
.FMenu
{
	display:none;
	position: absolute;
	z-index: 9998;
} 
.FMenu .fmtuL
{
	background: url(tooltip/flg.png) no-repeat 10px top;
	height: 8px;
}
.FMenu .fmtuR
{
	background: url(tooltip/flg.png) no-repeat 90% top;
	height: 8px;
}
.FMenu .blg
{
	border: #99CC33 5px solid;
	background-color: #ccff99;
	padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
}
.pointer-none{
  pointer-events:inherit;   
}