//////HELP CSS//////////
/* hnhelps.css - last modified 04/2006  */
/* copyright The Hypnosis Network */


//////////tips styles///////////////


.hiddentip {
	display: none;
}

.helptip {
	border-top: 2px solid #e4e4e4;  
	border-left: 2px solid #e4e4e4; 
	border-right: 2px solid #999; 
	border-bottom: 2px solid #999;
	width: 240px; 
	padding: 20px; 
	position: absolute; 
	z-index: 800;
	visibility: hidden; 
	line-height:1.3;
	background-color: #e6eef9;
	layer-background-color: #e6eef9;
	text-align: left;
}

.helptip a:link,
.helptip a:visited,
.helptip a:hover,
.helptip a:active {
	font-size: 13px;
}

.helptip h1 {
	font-size: 1.5em;
	}
	
.helptip h4 {
	font-size: 1.5em;
	color:#990000;
	}

.helptip h2 {
	font-size: 1.2em;
	}

.helptip p {
	line-height: 1.3em;
	}

.infotip {
	border-top: 2px solid #e4e4e4;  
	border-left: 2px solid #e4e4e4; 
	border-right: 2px solid #999; 
	border-bottom: 2px solid #999;
	width: 240px; 
	padding: 20px; 
	position: absolute; 
	z-index: 800; 
	visibility: hidden; 
	line-height:1.3;
	background-color: #eee;
	layer-background-color: #eee;
	text-align: left;
}

.infotip a:link,
.infotip a:visited,
.infotip a:hover,
.infotip a:active {
	font-size: 13px;
}

.infotip h1 {
	font-size: 1.5em;
	}

.infotip h2 {
	font-size: 1.2em;
	}
	
.infotip h4 {
	font-size: 1.5em;
	color:#990000;
	}

.infotip p {
	line-height: 1.3em;
	}

.infotip ul, ol {
	margin: 0 0 1em 0;
	padding: 0;
	}


.infotip ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.3em; 
	}

/* Question Tip */

.qtip {
	border: solid 1px #999; 
	width: 240px; 
	padding: 10px; 
	position: fixed; 
	z-index: 800; 
	visibility: hidden; 
	line-height:1.3;
	background-color: #ecf4ff;
	layer-background-color: #ecf4ff;
	text-align: left;
}

.qtip h3{
	margin:0;
}

.qtip a:link,
.qtip a:visited,
.qtip a:hover,
.qtip a:active {
	text-decoration: underline;
	background: transparent;
	margin: 0;
	border: 0;
}

.qtip a.close:link,
.qtip a.close:visited,
.qtip a.close:hover,
.qtip a.close:active {
	display: block;
	text-align: right;
	font-size: 13px;
	text-decoration: underline;
	background: transparent;
	color: #405167;
	margin: 0;
	border: 0;
	clear: right;
}

.qtip img.close {
	float: right;
	clear: both;
	cursor: pointer;
	cursor: hand;
}