/* ################################################################################## */
/*																                      */
/*	  		            	    	fstooltips.css 			   						  */
/*																                      */
/* ################################################################################## */

.fstooltips {

border: 1px solid #eeeeee;
/*width: 200;*/


}

.tipheader {

background-color: #000000;

color: #ffffff;
FONT-WEIGHT: bold;
FONT-SIZE: 8pt;
FONT-FAMILY: arial;


}

.tipcontent {

background-color: #eeeeee;
color: #5D5D5D;
FONT-WEIGHT: normal;
FONT-SIZE: 8pt;
FONT-FAMILY: arial;
padding-right:20px;

}

/* ################################################################################## */
