#trigger {
color:#333;
font-size:14px;
height:45px;
padding:5px 5px 5px 5px;
text-decoration:none;
width:75px; !important
position:relative;
float:left;
}

.tipTrigger {
color:#333;
font-size:14px;
height:45px;
margin:0px 8px 0px 0px;
text-decoration:none;
width:75px; !important
position:relative;
float:left;
}


/* tooltip styling. uses a background image (a black box with an arrow) */ 

div.tooltip {
background:transparent url(../IMGs/toolTipBG.gif) no-repeat scroll 0 0;
font-size:11px;
height:71px;
padding:5px;
width:216px;
display:none;
color:#fff;
}

/* tooltip title element (h3) */ 

div.tooltip h3 {
margin:0;
font-size:13px;
color:#fff;
padding:0px;
}
