@charset "ISO-8859-1";
/* CSS Document */

/* ----- Uncomment the global selector below to over-ride the default margin and padding added to all tags  ----- */

*{padding: 0; margin: 0;}

/* ----- global default/initial styles ----- */
body {}

/* ----- base default font size, type, and line height ----- */
html body{}
html>body{}

/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 90px;
border: 1px solid #155A85;
padding: 6px 0px 0px 10px;
background-color: #8CA5B8;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

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

#theToolTip p{
font-size: 9px;
color: #FFF;
line-height:1.4em;
margin-right:10px;
margin-top:0;
text-align:center
}

#ToolTipTextWrap {
font-weight:bold;
font-size: 9px;
color: #155A85;
margin-right:10px;
text-align:center
}
