#hintbox{ /*CSS for pop up hint box */                                                                                                                                                                                                                                                                                                                               
border-left-style: solid;                                                                                                                                                                                                                                                                                                                                                            
border-bottom-style: solid;                                                                                                                                                                                                                                                                                                                                                            
border-right-style: solid;                                                                                                                                                                                                                                                                                                                                                            
border-top-style: solid;                                                                                                                                                                                                                                                                                                                                                            
border-left-color: #242060;                                                                                                                                                                                                                                                                                                                                                            
border-bottom-color: #242060;                                                                                                                                                                                                                                                                                                                                                            
border-right-color: #242060;                                                                                                                                                                                                                                                                                                                                                            
border-top-color: #242060;                                                                                                                                                                                                                                                                                                                                                            
border-width: 1px;                             
font-family: Arial;                             
position:absolute;
top: 0;
background-color: #f4f2e6;
width: 200px; /*Default width of hint.*/ 
padding: 3px;
font:normal 11px;
line-height: 12px;
z-index:100;
text-align: left;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
margin: 3px 8px;
}
