/* ################################################################################## */
/*																                      */
/*	  		            	    	fstooltips.css 			   						  */
/*																                      */
/* ################################################################################## */

.fstooltips {

border: 1px solid #003366;
width: 400px;
height: 3em;

}

.tipheader {

background: url(http://www.manageengine.co.uk/images/tablebg.gif) repeat-x bottom left;
color: #333333;
FONT-WEIGHT: normal;
FONT-SIZE: 10px;
line-height: 1.6em;
FONT-FAMILY: verdana, sans-serif;

}

.tipcontent {

color: #009900;
FONT-WEIGHT: bold;
FONT-SIZE: 10px;
FONT-FAMILY: verdana, sans-serif;

}

/* ################################################################################## */
