/* ----- 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 {background-color:#fff; margin: 10px; padding: 0;}

/* ----- base default font size, type, and line height ----- */
/*html body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#333333}
/*html>body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#333333}

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

/*p {line-height:1.4em;margin:10px 0;}


/* ----- base links ----- */
/*a:link {color: #CC6633;}
a:visited {color: #CC6633;}
a:hover {color: #999966;}
a:active {color: #CC6633;}*/
a:focus{color: #CC6633;}

/* ----- tool tip specific styles ----- */
#theToolTip{
	position: absolute;
	left: -300px;
	width: 100px;
	border: 2px solid #FFFFFF;
	padding: 6px 0px 5px 10px;
	background-color: #E4000C;
	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: 0.95em;
	color: #FFFFFF;
	line-height:1.2em;
	margin-right:10px;
	margin-top:0px;
}

#ToolTipTextWrap {
font-weight:bold;
font-size: 1.2em;
color: #592C16;
margin-right:10px;
}
