

/* ----- add selectors here for font sizing ----- */
table, ul, dl {font-size: 1.2em}
caption {font-size: 1.4em}

/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
border: 1px solid #62a0c7;
padding: 6px 0px 0px 10px;
background: #b4e1fe url(images/tooltip_bg.gif) bottom left repeat-x;
visibility: hidden;
z-index: 100;
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 1.1em;
color: #333333;
line-height:1.4em;
margin-right:10px;
margin-top:0;
}

#ToolTipTextWrap {
font-weight:bold;
font-size: .8em !important;
color: #000;
margin-right:10px;
padding-bottom: 5px;
}