/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#FFFFFF;
    text-decoration:none;
	margin-left: 10px;
	line-height: 16px;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{
	z-index:25;
	color: #ffffff;
	text-decoration:none;
	background:;
	font-weight: bold;
	padding-left: 5px;
	}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:50px;
	padding: 15px 5px 5px 5px;
	width:283px;
	color: #993300;
    text-align: left;
	filter: alpha(opacity:100);
	KHTMLOpacity: 1.0;
	MozOpacity: 1.0;
	opacity: 1.0;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(/images/tooltips/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(/images/tooltips/bubble_filler.gif) repeat bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #000000;
	font-weight: 200;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #FFFFFF;
    background: url(/images/tooltips/bubble.gif) no-repeat bottom;
}

a.tt:hover span.middle h1{
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
}

a.tt:hover span.middle img{
	float: right;
	padding-left: 5px;
	padd-bottom: 10px;
}


/*---------- bubble tooltip for Feature image-----------*/
a.img_tt{
    position:relative;
    z-index:34;
    color:#FFFFFF;
    text-decoration:none;
}
a.img_tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.img_tt:hover{
	z-index:35;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	}
a.img_tt:hover span.tooltip{
    display:block;
    position:absolute;
    bottom:130px; left:300px;
	padding: 15px 5px 5px 5px;
	width:200px;
	color: #993300;
    text-align: left;
	filter: alpha(opacity:100);
	KHTMLOpacity: 1.0;
	MozOpacity: 1.0;
	opacity: 1.0;
}
a.img_tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(/images/tooltips/bubble_sm.gif) no-repeat top;
}
a.img_tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(/images/tooltips/bubble_filler_sm.gif) repeat bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	font-weight: 200;
}

a.img_tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #FFFFFF;
    background: url(/images/tooltips/bubble_sm.gif) no-repeat bottom;
}
a.img_tt:hover span.middle h1{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
	color:#F47F22;
}


/*---------- bubble tooltip for Resource Images and Links-----------*/
a.resource_tt{
    position:relative;
    z-index:44;
    color:#FFFFFF;
    text-decoration:none;
	line-height: 16px;
}
a.resource_tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.resource_tt:hover{
	z-index:45;
	color: #ffffff;
	text-decoration:none;
	background:;
	font-weight: bold;
	}
a.resource_tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:200px;
	width:283px;
	color: #993300;
    text-align: left;
}
a.resource_tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(/images/tooltips/bubble.gif) no-repeat top;
}
a.resource_tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(/images/tooltips/bubble_filler.gif) repeat bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	font-weight: 200;
}
a.resource_tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #FFFFFF;
    background: url(/images/tooltips/bubble.gif) no-repeat bottom;
}

a.resource_tt:hover span.middle h1{
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
}

a.resource_tt:hover span.middle img{
	float: right;
	padding-left: 5px;
	padd-bottom: 10px;
}
