﻿/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip{
	position:absolute;
	display:none;
	background:transparent url(white_arrow.png);
	font-size:110%;
	height:70px;
	width:160px;
	padding:25px;
	color:#000;	
	z-index:190;
}
.tooltipedit{
	position:absolute;
	display:none;
	background:transparent url(white_arrow_top.png);
	font-size:110%;
	height:70px;
	width:160px;
	padding:40px 25px 10px 25px;
	color:#000;	
	z-index:190;
}

/*Rollout*/
.rollin{background:url(../../gfx/desc.gif) 6px center no-repeat;padding:2px 2px 2px 21px}
.rollout{background:url(../../gfx/asc.gif) 6px center no-repeat}
