/* ----- Uncomment the global selector below to over-ride the default margin and padding added to all tags  ----- */

/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 500px;
border: 2px solid #C0C09F;
padding: 6px 0px 0px 10px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
color: #333333;
line-height:1.4em;
margin-right:10px;
margin-top:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

#ToolTipTextWrap {
font-weight:bold;
font-size: 1.2em;
color: #592C16;
margin-right:10px;
}