@charset "UTF-8";
/* CSS Document */
div#qTip {
	padding: 5px;
	border: 1px solid #333;
	display: none;
	background: transparent url(tooltip_background.png);
	color: #333;
	font: normal 11px Verdana, Arial, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
	max-width: 250px;
	/* (STANDARD)	5px radius on all 4 corners of the table */
border-radius: 5px;
	/* (FIREFOX)	5px radius on all 4 corners of the table */
-moz-border-radius: 5px;
	/* (WEBKIT)	5px radius on all 4 corners of the table */
-webkit-border-radius: 5px;
	/* (KHTML)	5px radius on all 4 corners of the table */
-khtml-border-radius: 5px;
	background-origin: border-box;
	-webkit-background-origin: border-box;
	-moz-background-origin: border-box;
	-khtml-background-origin: border-box;
	box-shadow: 0px 3px 5px #333;
	-webkit-box-shadow: 0px 3px 5px #333;
	-moz-box-shadow: 0px 3px 5px #333;
	-khtml-box-shadow: 0px 3px 5px #333;
	border: 1px none #333;
	left: 0px;
}
