body{ height:100% }

.velocityTable td
{
	border:1px solid #FED12C;
	padding:5px;
}

.productList 
{
	width:100%;
	border:1px solid #FED12C;
}

.productList td
{	
	font-size:0.9em;
	padding:4px;
	border:1px solid #FED12C;
}

.productList tr:hover
{	
	padding:1px;
	border:1px solid #FED12C;
	background: #ffff00;
	cursor:arrow;
}

.headerBar
{
	width:100%;
}
.labelImage
{
	display:none;
	position:absolute;
}

.bodyTable
{
	padding:5px;	
	width:100%;
}

body
{
	margin:0px;
	padding:0px;
	font-size:9pt;
	font-family:arial;
}

a
{
	text-decoration:none;
	color:#444444;
}
a:hover
{
	text-decoration:none;
	color:#aaaaaa;
}

.tooltip{
    display: inline;
    position: relative;
}

.tooltip:hover:after
{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 16px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 100%;
}

.tooltip:hover:before
{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 10px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}