span.showTip {
    border-bottom:1px dashed #0000B0;
    color:#0000B0; //burgendy
}

/* Padding not included here if using sticky close box  */
div#tipDiv {
    color:#000; 
    font-size:11px; 
    background-color:#B6CEE3; 
    border:1px solid #667295; 
    width:250px; 
}

/_________________________________________________________
/ div#tipDiv {
/    font-size:11px; line-height:1.2;
/ }
/_________________________________________________________
    
div#tipDiv a:link {
    color:#0F2F8D;
}
    
div#tipDiv a:visited {
    color:#667295;
}

/_________________________________________________________

div.tooltip {
    color:#000000; 
    background-color:#B6CEE3; 
    border:2px solid #7EA4C7; 
    width:220px; 
    padding:5px;
    text-align: center; 
    font-style:normal; 
    font-variant:normal; 
    font-weight:normal; 
    font-size:76%; 
    font-family:Verdana, Verdana, Geneva, sans-serif;
}

div#tipDiv div.img {text-align:center;
}

div#tipDiv div.txt {
	text-align:left; 
	margin:4px 0; 
}

div#tipDiv div.caption { 
   	font-size:16px; 
   	font-weight:bold; 
   	text-align:center; 
	margin-bottom:.4em;
}

/_________________________________________________________

/* sticky with closeBox is in table */  
div#tipDiv td { 
	font-size:11px;
}
   
/* styles for wrap functions  */
div#tipDiv .stickyBar {
    background-color:#004680; 
}
    
div#tipDiv .stickyTitle {
    padding:0 0 2px 4px; 
    color:#fff; 
    font-size:12px;
    font-weight:bold;
    font-family:Verdana, Verdana, Geneva, sans-serif;
}

div#tipDiv div.stickyContent {
    padding:4px;
}
    
