
/** css tooltips */
a.tip {
	
	text-decoration: none;
	color:#f69000;
}

a.tip:hover {
	position: relative;
	cursor: help;
}

a.tip span {
	display: none;
}

a.tip:hover span {
	display: block;
   	position: absolute; top: 10px; left: 0;
	/* formatting only styles */
   	padding: 10px; margin: 10px; z-index: 100;
	color:#1d1d1d;
   	border: 2px solid #cfcdcd;
    text-decoration: none;
	text-align:left;
	background: #ffffff url(../images/status-info.png) 100% 5% no-repeat;
	width: 350px;
	/* end formatting */
}

a.tip1 {
	
	text-decoration: none;
	color:#f69000;
}

a.tip1:hover {
	position: relative;
	cursor: help;
}

a.tip1 span {
	display: none;
}

a.tip1:hover span {
	display: block;
   	position: absolute; top: 10px; left: 0;
	/* formatting only styles */
   	padding: 10px; margin: 10px; z-index: 100;
	color:#1d1d1d;
   	border: 2px solid #cfcdcd;
    text-decoration: none;
	text-align:left;
	background: #ffffff url(../images/status-info.png) 100% 5% no-repeat;
	width: 600px;
	/* end formatting */
}