/*--------------------------
Tooltips
---------------------------*/
.gtip {
	cursor: help;
	font-weight: bold;
}


div.gtip-container { 
	padding: 0px;
	margin: 0px;
	position: absolute;
	z-index: 100;
}



#containerheader{
	background-color: #bfe975;
	border-bottom: 3px double #000000;
	border-top: 3px double #000000;
	color: #143c7a;
	line-height:16px;
	padding: 4px;
	margin: 0px;
	height: 16px;
	font-weight: bold;
	font-size: 1.2em;
}

#containertext{
 /*555;*/
	background-color: #ffffff;
	border-top: 3px double #000000;
	border-bottom: 3px double #000000;
	padding: 4px;
	margin: 0px;
  font-weight: thin;
	font-size: 0.9em;
}
