﻿.csi_HelpWindow
{
    /* don't alter these settings... */
	z-index: 1;
	position: absolute;
	top: -999px;
	left: -999px;
	display: none;
	visibility: hidden;
	
	/* Customize these settings to get your help windows to look as you want... */
	background-color: #fff;
	border:1px solid #b9d9ac;
	padding:10px 15px;
	font-size:10px;
	color:#333;
}
.csi_HelpWindow a:link
{
	font-family:Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #339933;
	text-decoration:none;
}
.csi_HelpWindow a:visited
{
	font-family:Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #339933;
	text-decoration:none;
}
.csi_HelpWindow a:hover
{
	font-family:Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #339933;
	text-decoration:underline;
}
