/*
	Notice that IE has a display problem if the help link is on
	the last line of a container with no padding. If this is the
	case increase the padding bottom to at least 1px
*/

.help-tooltip {
	position:	absolute;
	width:		320px;
	border:		1px solid black;
	background:	#f0f0f0;
	color:		black;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, arial, helvetica, sans-serif;
	padding:	10px;
	filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:	10000;
	text-align: left;
	cursor: default;
	font-size: 11px;
	line-height: normal;
} 

a.helplink { color: #6C9AC9; text-decoration: underline; font-size: 10px;}
a:visited.helplink { color: #6C9AC9; text-decoration: underline; }
a:hover.helplink {color: #476A8D; text-decoration: underline;}
