.orderhistoryheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px #ccc solid;
	text-align: center;
}
tr.orderhistorycells td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px #ccc solid;
	vertical-align: middle;
	padding: 5px 10px 5px 5px;
	text-align: center;
}
tr.orderhistorycells:hover{
	background-color: #eeeeff; 
}
.tablewrap {
	padding-left: 10px;
}
/*infobubble*/
a.info{
	float: left;
    position:relative;
   	background-color: Transparent;
    text-decoration:none;
    top: 0px;
	left: 0px;
}
a.info{}

a.info span{display: none; }

a.info:hover span{
	line-height: 11px;
    display:block;
    position:absolute;
    top:12px; left:40px; width:100px;
    border:1px solid #1e2f52;
    font-size: 11px;
    background-color: #ccc;
    color: #3e3e3e;
    padding: 7px 9px 7px 9px;
    text-align:center;
    z-index: 999;
}