/* CSS Document */

/* modified*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.help{
	position: relative;
	z-index: 0;
	text-decoration: none;
	cursor: help;
}

.help:link {
	text-decoration: none;
}

.help:visited {
	text-decoration: none;
}

.help:hover{
	background-color: #ff9966;
	z-index: 50;
	text-decoration: none;
}

.help:active {
	text-decoration: none;
}

.help div{
	position: absolute;
	background-color: #ff9966;
	padding: 5px;
	border: 2px solid #233aaa;
	visibility: hidden;
	color: ffffff;
	text-decoration: none;
	float: right;
	font-weight: normal;
}

.help:hover div{
	position: absolute;
	visibility: visible;
	top: 5px;
	left: 10px;
	overflow: visible;
	text-decoration: none;
	z-index: 100;
	min-width: 150px;
	float: right;
}


.help span{
	position: absolute;
	background-color: #ff9966;
	padding: 5px;
	border: 2px solid #233aaa;
	visibility: hidden;
	color: ffffff;
	text-decoration: none;
	float: right;
	font-weight: normal;
}

.help:hover span {
	position: absolute;
	visibility: visible;
	top: 5px;
	left: 10px;
	overflow: visible;
	text-decoration: none;
	z-index: 100;
	min-width: 150px;
	float: right;
}

