a.tooltip
{
	position:relative; /*this is the key to making the tooltip work*/
	z-index:0;
	text-decoration:none;
	color:#000066
}
a.tooltip .ttip
{
	display: none;
}
a.tooltip:hover
{
	z-index:1;
	text-decoration:none;
	color:#FF0000;
}
a.tooltip:hover .ttip
{
	display:block;
	position:absolute;
	top:20px;
	left:30px;
	width:140px;
	border:2px solid #9C9CC2;
	background-color:#DCDCEA;
	color:#000000;
	font-size:10px;
	font-style:normal;
	padding:5px;
	text-decoration:none;
	text-align:left;
	font-weight: normal;
}

.headerFieldHelp
{
	width: 12px;
	height: 12px;
	background-image: url(../images/help_topheader_on.gif);
	background-repeat: no-repeat;
}
.headerFieldHelp img 
{
	width: 12px;
	height: 12px;
	border: 0; 
}
.headerFieldHelp a:hover img
{
	visibility:hidden
}

a.headerFieldHelp
{
	position:relative; /*this is the key to making the tooltip work*/
	z-index:0;
	text-decoration:none;
	color:#000066;
	position: relative;
	width: 12px;
	height: 12px;
}
a.headerFieldHelp .ttip
{
	display: none;
}
a.headerFieldHelp:hover
{
	z-index:1;
	text-decoration:none;
	color:#FF0000;
}
a.headerFieldHelp:hover .ttip
{
	display:block;
	position:absolute;
	top:20px;
	left:30px;
	width:140px;
	border:2px solid #9C9CC2;
	background-color:#DCDCEA;
	color:#000000;
	font-size:10px;
	font-style:normal;
	padding:5px;
	text-decoration:none;
	text-align:left;
	font-weight: normal;
}

.headerFieldHelp
{
	width: 12px;
	height: 12px;
	background-image: url(../images/help_topheader_on.gif);
	background-repeat: no-repeat;
}
.headerFieldHelp img 
{
	width: 12px;
	height: 12px;
	border: 0; 
}
.headerFieldHelp a:hover img
{
	visibility:hidden
}

#visibilityToggle
{
	width: 25px;
	height: 16px;
	background-image: url(../images/OpenDiv_on.gif);
	background-repeat: no-repeat;
	border: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
#visibilityToggle img {
	width: 25px;
	height: 16px;
	border: 0;
}
#visibilityToggle a:hover img
{
	visibility:hidden;
	width: 25px;
	height: 16px;
	border: 0;
}

a.visibilityLink
{
	display:block;
	position:relative; /*this is the key to making the tooltip work*/
	z-index:0;
	text-decoration:none;
	color:#000066;
	width: 25px;
	height: 16px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
a.visibilityLink .ttip
{
	display: none;
}
a.visibilityLink:hover
{
	z-index:1;
	text-decoration:none;
	color:#FF0000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
a.visibilityLink:hover .ttip
{
	display:block;
	position:absolute;
	top:20px;
	left:30px;
	width:160px;
	border:2px solid #9C9CC2;
	background-color:#DCDCEA;
	color:#000000;
	font-size:10px;
	font-style:normal;
	padding:5px;
	text-decoration:none;
	text-align:left;
	font-weight: normal;
}

.info
{	
	width: 12px;
	height: 12px;
	background-image: url(../images/info_on.gif);
	background-repeat: no-repeat;
}
.info img 
{
	width: 12px;
	height: 12px;
	border: 0;
}
a.info
{
	position:relative; /*this is the key to making the tooltip work*/
	z-index:0;
	text-decoration:none;
	color:#000066
}
a.info .ttip
{
	display: none;
}
a.info:hover
{
	z-index:1;
	text-decoration:none;
	color:#FF0000;
}
a.info:hover .ttip
{
	display:block;
	position:absolute;
	top:20px;
	left:30px;
	width:200px;
	border:2px solid #9C9CC2;
	background-color:#DCDCEA;
	color:#000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	padding:5px;
	text-decoration:none;
	text-align:left;
	font-weight: normal;
}
.info a:hover img
{
	visibility:hidden;
}

.infoOdd
{	
	width: 12px;
	height: 12px;
	background-image: url(../images/infoOdd_on.gif);
	background-repeat: no-repeat;
}
.infoOdd img 
{
	width: 12px;
	height: 12px;
	border: 0;
}
a.infoOdd
{
	position:relative; /*this is the key to making the tooltip work*/
	z-index:0;
	text-decoration:none;
	color:#000066
}
a.infoOdd .ttip
{
	display: none;
}
a.infoOdd:hover
{
	z-index:1;
	text-decoration:none;
	color:#FF0000;
}
a.infoOdd:hover .ttip
{
	display:block;
	position:absolute;
	top:20px;
	left:30px;
	width:200px;
	border:2px solid #9C9CC2;
	background-color:#DCDCEA;
	color:#000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	padding:5px;
	text-decoration:none;
	text-align:left;
	font-weight: normal;
}
.infoOdd a:hover img
{
	visibility:hidden;
}


.help
{	
	width: 12px;
	height: 12px;
	background-image: url(../images/help_on.gif);
	background-repeat: no-repeat;
	visibility: hidden;
}

.help img 
{
	width: 12px;
	height: 12px;
	border: 0;
}
a.help 
{
	COLOR: #000066; 
	TEXT-DECORATION: none;
	width: 12px;
	height: 12px;
}
* html a:hover 
{
	visibility:visible;
}
.help a:hover img
{
	visibility:hidden;
}

#siteButtonDiv 
{
	display: block;
	float: none;
	margin-top: 4px;
}
a.siteButton
{
	text-decoration: none;
	display: block;
	width: 150px;
	height: 17px;
	background-color: #e7e7f1;
	border-width: 1px;
	border-style: solid;
	border-color: #aaaacf;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000066;
	text-align: center;
	position:relative;
	z-index:0;
}
a.siteButton .ttip
{
	display: none;
}
a.siteButton:hover
{
	z-index:1;
	background-color: #bdbdd7;
}
a.siteButton:hover .ttip
{
	display:block;
	position:absolute;
	top:20px;
	left:30px;
	width:220px;
	border:2px solid #9C9CC2;
	background-color:#DCDCEA;
	color:#000000;
	font-size:10px;
	font-style:normal;
	padding:5px;
	text-decoration:none;
	text-align:left;
	font-weight: normal;
}

