/* Styles not related to code  */

body, td { font: 14px/1.3 verdana, arial, helvetica, sans-serif; }
h1 { font-size:1.3em; }
h2 { font-size:1.2em; }

td { vertical-align:top; }
th {
    font-family: verdana, arial, helvetica, sans-serif;
    padding-bottom:4px; text-align:center;
    }

a:link { color:#33c; }    
a:visited { color:#339; }
ul { margin-bottom: 2.4em; }
ul li { margin-bottom:.5em; }
p { max-width: 60em; }


/* Padding not included here if using sticky close box  */
div#tipDiv {
    color:#000; font-size:11px;
    background-color:#E1E5F1; border:1px solid #667295;
    width:250px; 
}

/* styles for wrap functions  */
div#tipDiv .stickyBar {
    background-color:#0D2878; 
    }
    
div#tipDiv .stickyTitle {
    padding:0 0 2px 4px; color:#fff; font-size:14px;
    }
div#tipDiv div.stickyContent {
    padding:4px;
    }
/* sticky with closeBox is in table */  
div#tipDiv td { font-size:11px; }


div#tipDiv div.img { text-align:center }
div#tipDiv div.txt {  }