/* JENI: Hint Styles  */
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/

}
#hintbox table{ /*CSS for pop up hint box */
	width:300px;
	border-collapse:collapse;
	border:1px solid #666;
}
#hintbox td{ /*CSS for pop up hint box */
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #E7E7E7;
    border-top: 1px solid #FFFFFF;
    line-height: 20px;
    padding: 0 10px;
}

#hintbox th{ /*CSS for pop up hint box */
	background: none repeat scroll 0 0 #F3F3F3;
	border-bottom: 1px solid #E7E7E7;
    border-top: 1px solid #FFFFFF;
    line-height: 20px;
    padding: 0 10px;
	text-align:center;
	font-weight:bold;
}

#hintbox h6{ /*CSS for pop up hint box */
	width:300px;
	height: 21px; 
	line-height: 21px; 
	background: #feda73 url('../images/background_title.jpg') repeat-x left bottom; 
	border-top: 1px solid #edb14a; 
	border-bottom: 1px solid #cf9431; 
	color: #a7060a; 
	font-size: 10px; 
	font-weight: bold; 
	text-transform: uppercase; 
	text-align: center; 
	margin: 10px 0 0 0; 
}

#hintbox p{ /*CSS for pop up hint box */
	background: #fff;
	border: 1px solid #edb14a; 
	border-bottom: 1px solid #cf9431; 
	color: #000; 
	font-size: 10px; 
	font-weight: bold; 
	text-align: left; 
	margin: 5px 0 0 0; 
}

