/* Squidoo Styles */
/* STYLES USED BY ALL PAGES */

.temporary {
  border: 1px solid purple;
}

/*** TOOLTIP STYLES ************/
a.info {
	z-index : 0;
}
a.closeTooltip {
	background : transparent url(http://cdn.squidoo.com/images/close-tooltip.gif) no-repeat right top;
	height : 17px;
	overflow : hidden;
	text-decoration : none;
	text-indent : -1000em;
	width : 17px;
	position:absolute;
	top:10px;
	right:-10px;
}
/*
div.toolTip {
	z-index: 1000;
	position:absolute;
	top:-10px;
	right:0;
	width:220px;
	overflow:visible;
}
div.inner {
	font-weight : normal;
	padding : 0 0 0 2.5em;
}
*/
.toolTip .inner{
	color:#00518A;
	background-image:url(http://cdn.squidoo.com/images/tooltip-marker.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	position:relative;
	font-weight : normal;
	left: -22px;
	font-size: .9em;
	min-height:20px;
	padding : 0 0 0 2.5em;
	width:200px;
}

.toolTip{
	background-color:#FFFFCC;
	border:1px solid #CCCC66;
	border-right:2px solid #666633;
	border-bottom:2px solid #666633;
	overflow:visible;
	position:absolute;
	left: 26px;
	top:-15px;
	z-index:1000;

}
.toolTip h4{
	font-size: 1em;
	margin:0;
	padding: .1em 0;
	margin: 0 0 .5em;
}
.toolTip p{
	margin:.7em 0 .5em;
}
.moduleTip {
	background-color : #ffffee !important;
	background-image : none !important;
	color : #333;
	display : none;
	font-size : .75em !important;
	font-weight : normal !important;
	left:18em;
	line-height : 1.2em !important;
	padding : .5em !important;
	position:absolute;
	top:0;
	width:12em;
	z-index : 1000;
}

