/* ----- 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: 250px;
border: 2px solid #C0C09F;
padding: 0;
background-color: #FFF;
visibility: hidden;
z-index: 100;
}

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

#theToolTip p{
	text-align:left;
	font-size: 1em;
	color: #333333;
	line-height:1.4em;
	margin:0;
}

#ToolTipTextHeading {
	background-color: #FFc;
	padding: 1px 10px;
	text-align:left;
	border-bottom: 2px solid #C0C09F;
	font-weight:bold;
	font-size: 1.1em;
	color: #592C16;
	margin-right:0px;
}
