/*************************Help Window**************************/
.csi_HelpWindow
{
    /* don't alter these settings... */
	z-index: 999;
	position: absolute;
	top: -999px;
	left: -999px;
	display: none;
	visibility: hidden;
	background-color:Transparent;
	overflow-x:hidden;
	overflow-y:hidden;
	
	/* Customize these settings to get your help windows to look as you want... */
	border: solid 1px #bdbdbd;
	padding: 0px;
}

/*************************Help Files**************************/
td {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
}
.main_heading {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #333333;
}
.help_title {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

A.normal_link {
	FONT-SIZE: 12px;
	COLOR: #0481AA;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
A.normal_link:hover {
	FONT-SIZE: 12px;
	COLOR: #0481AA;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline
}
a.close_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a.close_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

.blue_bullets {
	FONT-SIZE: 12px;
	COLOR: #07A2D4;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: bold;
}
a.sub_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 17px;
}
a.sub_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
	line-height: 17px;
}
