
.text1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #cc3300;
}


.cell{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

	color: #006699;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */



#ajax_tooltipObj .ajax_tooltip_content{
	border:1px solid #cccccc;	/* Border width */
	left:6px;	/* Same as border thickness */
	top:20px;
	position:absolute;
	background-color:f8f8f8;	/* Background color */
	padding:4px; /*Space between border and content */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #777777;
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
	font-family: Arial, Helvetica, sans-serif;
	width:350px
   	/* Width of tooltip content */
   /* height:604px;	/* Width of tooltip content */
}

