/* css/paintip.css -- fancy tooltips */

a span {

	

}

.hideme

{

	display: none;

}

a:hover {} /* IE bug  */



html body a:hover span.hideme { /*the span will display just on :hover state*/

	display: block;

	position: absolute;

	padding: 6px 9px 6px 8px;

	margin: -100px 0px 0px 150px;

	z-index: 100;

	max-width: 150px;

	border: 1px solid #bfcd9d;

	background-color: #FFFFFF;

}



.tdate {

	letter-spacing: -1px;

	color: #7f9b3c;

	font-size:9px;

	line-height: 12px;

}



.name{

	font-weight: bold;

	letter-spacing: -1px;

}

