﻿/*<style type="text/css">*/
	#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	background-color: #F2F2F2;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid black;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
	text-align: left;
	}
	.tdcolor{background-color: #F9D9E4;border:1px solid #838383;}
/*</style>*/