/**
 * Styles for SimpleCMS 1.0.3 hint box
 *
 * Created 02 February 2010
 * Updated 26 September 2012
 *
 * @author Allan A Beattie
 */


/* pop-up hint box
---------------------------------------------------------------- */

#hintbox {
	position:absolute;
	z-index:100;
	visibility:hidden;
	top:0;
	left:-9999em;
	width:150px;
	padding:8px 8px 10px;
	background:#ffffe0;
	border:1px solid #777;
	border-right:1px solid #444;
	border-bottom:2px solid #555;
	text-align:left;
	line-height:150%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#444;
}


/* link that shows hint onmouseover
---------------------------------------------------------------- */

.hintanchor {
	font-weight:bold;
	cursor:help;
	color:#00F;
}