.vertical-align_bottom{  vertical-align: bottom}
.abutton {  }
.size25{ size: 25px; }
.size15{ size: 15px; }
.colorRed{ color: red;}
.width14em{width: 14em;}    
.width12em{width: 12em;}   
.width165{width: 165px;}
.width100per{width: 100%;}
.maxWidth280{
    max-width: 280px;
    overflow: hidden;
    white-space: nowrap;
}
.width450{width: 450px;}
.width550{width: 550px;}
.height50{height: 50px} 
.height100{height: 100px;}
.hpButton{color: #aa9999; border: 2px #aa9999 solid; }
.textAlignCenter{text-align:center;}
div.welcome {
    position: absolute;
    top: 32px;
    right: 100px;
    font: bold 11px/11px verdana, arial, sans-serif;
    color: #772432;
}
div.status{
    position: absolute;
    top: 85px;
    left: 311px;
    width: 738px;
	font: bold 11px/11px verdana, arial, sans-serif;
	color: #772432;
	border-bottom: 1px #772432 solid;
	border-top: 1px #772432 solid;
	padding: 2px 0px 3px 0px;
}    

.textAlignLeft{text-align:left;}

.borderSolidBlack1px{ border:1px solid black}

/* Tooltip container */
.tooltip {
position: relative;
}

/* Tooltip text */
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: #555;
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px;

/* Position the tooltip text */
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -60px;

/* Fade in tooltip */
opacity: 0;
transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}


.width170px{
    width: 170px!important;

/*** 4506 ***/
div.label {
    position: relative;
    z-index: -1;
}

.funcbtn{
background-color: white;
}