#warnfont         {font-family: Geneva, Verdana, Arial, Helvetica; font-size: 8pt;  color: #FF0000; text-decoration: none }
#txt         {font-family: Geneva, Verdana, Arial, Helvetica; font-size: 8pt;  color: #666666; text-decoration: none }
#txt a       {font-family: Geneva, Verdana, Arial, Helvetica; font-size: 8pt;  color: #336699; text-decoration: underline; font-weight: bold }
img { border: none; }
#txt h1      {font-family: Geneva, Verdana, Arial, Helvetica; font-size: 12pt; color: #336699; text-decoration: none; font-weight: bold; padding-top: 5px }
#txt h1 a    {font-family: Geneva, Verdana, Arial, Helvetica; font-size: 12pt; color: #336699; text-decoration: none; font-weight: bold }
#frm	              {font-family: Geneva, Verdana, Arial, Helvetica; font-size: 9pt;  color: #333333; text-decoration: none; background-color: #DBEDFF }
#errorbox-bad       {border: 2px solid red;  padding: 2px;}
#junkerrorfont          {text-decoration: none; font-weight: bold; font-family: Verdana, Arial, Helvetica; font-size: 8pt; color: #FF0000;}
#errorfont          {text-decoration: none; font-weight: bold; font-family: Verdana, Arial, Helvetica; font-size: 10pt; color: #FF0000;}
#successbox-good    {border: 2px solid green;  padding: 2px;}
#junksuccessfont        {text-decoration: none; font-weight: bold; font-family: Verdana, Arial, Helvetica; font-size: 8pt; color: green;}
#successfont        {text-decoration: none; font-weight: bold; font-family: Verdana, Arial, Helvetica; font-size: 10pt; color: green;}
#dhtmltooltip{
	position: absolute;
	max-width: 45em;
	border: 1px solid black;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	visibility: hidden;
	z-index: 100;
	background-color: #DFF4FF;
}

table#quarantine .data {
	height: 18px;
	max-height: 18px;
	line-height: 10px;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #336699;
	white-space: nowrap;
	padding-left: 2px;
	padding-right: 2px;
}
table#quarantine tr:hover .data {
	background-color: #dce7ef;
}

/* ---------------------- Password Strength Styling ---------------------- */

.pass_str_indicator{
	color: #666;
	font-size: 12px;
	line-height: 19px;
	padding: 0 6px;
	margin: 0;
	display: inline-block;
	border: 1px solid #000;
	position: absolute;
}

.pass_str_indicator.badPass{
	background: #edabab;
	border-color: #bc0000;
	color: #bc0000;
}

.pass_str_indicator.goodPass{
	background: #ede3ab;
	border-color: #bc9f00;
	color: #bc9f00;
}

.pass_str_indicator.strongPass{
	background: #d3edab;
	border-color: #73bc00;
	color: #73bc00;
}

