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;
}

a.searchTipsLink
{
	position:relative; /*this is the key to making the tooltip work*/
	z-index:0;
	text-decoration: underline;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000066;
}
a.searchTipsLink .ttip
{
	display: none;
}
a.searchTipsLink:hover
{
	z-index:1;
	text-decoration: none;
	color: #FF0000;
}
a.searchTipsLink: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;
}

a.tableButtonImage
{
	position:relative; /*this is the key to making the tooltip work*/
	z-index:0;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 24px;
	background-image: url(../images/pdf.gif);
	color: #FFFFFF;
}
a.tableButtonImage:HOVER
{
	z-index:1;
	background-image: url(../images/pdf_on.gif);
}
a.tableButtonImage .ttip
{
	display: none;
}
a.tableButtonImage:hover .ttip
{
	display:block;
	position:absolute;
	top:20px;
	left:40px;
	width:120px;
	border:2px solid #9C9CC2;
	background-color:#DCDCEA;
	color:#000000;
	font-size:10px;
	font-style:normal;
	padding:5px;
	text-decoration:none;
	text-align:center;
	font-weight: normal;
}

a.tableButtonIndex
{
	position:relative; /*this is the key to making the tooltip work*/
	z-index:0;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 24px;
	background-image: url(../images/index.gif);
	color: #FFFFFF;
}
a.tableButtonIndex:HOVER
{
	z-index:1;
	background-image: url(../images/index_on.gif);
}
a.tableButtonIndex .ttip
{
	display: none;
}
a.tableButtonIndex:hover .ttip
{
	display:block;
	position:absolute;
	top:20px;
	left:40px;
	width:120px;
	border:2px solid #9C9CC2;
	background-color:#DCDCEA;
	color:#000000;
	font-size:10px;
	font-style:normal;
	padding:5px;
	text-decoration:none;
	text-align:center;
	font-weight: normal;
}

a.tableButtonAdd
{
	position:relative; /*this is the key to making the tooltip work*/
	z-index:0;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 24px;
	background-image: url(../images/add.gif);
	color: #FFFFFF;
}
a.tableButtonAdd:HOVER
{
	z-index:1;
	background-image: url(../images/add_on.gif);
}
a.tableButtonAdd .ttip
{
	display: none;
}
a.tableButtonAdd:hover .ttip
{
	display:block;
	position:absolute;
	top:20px;
	left:40px;
	width:120px;
	border:2px solid #9C9CC2;
	background-color:#DCDCEA;
	color:#000000;
	font-size:10px;
	font-style:normal;
	padding:5px;
	text-decoration:none;
	text-align:center;
	font-weight: normal;
}

a.tableButtonEdit
{
	position:relative; /*this is the key to making the tooltip work*/
	z-index:0;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 24px;
	background-image: url(../images/edit.gif);
	color: #FFFFFF;
}
a.tableButtonEdit:HOVER
{
	z-index:1;
	background-image: url(../images/edit_on.gif);
}
a.tableButtonEdit .ttip
{
	display: none;
}
a.tableButtonEdit:hover .ttip
{
	display:block;
	position:absolute;
	top:20px;
	left:40px;
	width:120px;
	border:2px solid #9C9CC2;
	background-color:#DCDCEA;
	color:#000000;
	font-size:10px;
	font-style:normal;
	padding:5px;
	text-decoration:none;
	text-align:center;
	font-weight: normal;
}

a.tableButtonCheck
{
	position:relative; /*this is the key to making the tooltip work*/
	z-index:0;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 24px;
	background-image: url(../images/check.gif);
	color: #FFFFFF;
}
a.tableButtonCheck:HOVER
{
	z-index:1;
	background-image: url(../images/check_on.gif);
}
a.tableButtonCheck .ttip
{
	display: none;
}
a.tableButtonCheck:hover .ttip
{
	display:block;
	position:absolute;
	top:20px;
	left:40px;
	width:120px;
	border:2px solid #9C9CC2;
	background-color:#DCDCEA;
	color:#000000;
	font-size:10px;
	font-style:normal;
	padding:5px;
	text-decoration:none;
	text-align:center;
	font-weight: normal;
}

a.tableButtonDelete
{
	position:relative; /*this is the key to making the tooltip work*/
	z-index:0;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 24px;
	background-image: url(../images/delete.gif);
	color: #FFFFFF;
}
a.tableButtonDelete:HOVER
{
	z-index:1;
	background-image: url(../images/delete_on.gif);
}
a.tableButtonDelete .ttip
{
	display: none;
}
a.tableButtonDelete:hover .ttip
{
	display:block;
	position:absolute;
	top:20px;
	left:40px;
	width:120px;
	border:2px solid #9C9CC2;
	background-color:#DCDCEA;
	color:#000000;
	font-size:10px;
	font-style:normal;
	padding:5px;
	text-decoration:none;
	text-align:center;
	font-weight: normal;
}

a.tableButtonReset
{
	position:relative; /*this is the key to making the tooltip work*/
	z-index:0;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 24px;
	background-image: url(../images/reset.gif);
	color: #FFFFFF;
}
a.tableButtonReset:HOVER
{
	z-index:1;
	background-image: url(../images/reset_on.gif);
}
a.tableButtonReset .ttip
{
	display: none;
}
a.tableButtonReset:hover .ttip
{
	display:block;
	position:absolute;
	top:20px;
	left:40px;
	width:120px;
	border:2px solid #9C9CC2;
	background-color:#DCDCEA;
	color:#000000;
	font-size:10px;
	font-style:normal;
	padding:5px;
	text-decoration:none;
	text-align:center;
	font-weight: normal;
}

a.tableButtonUp
{
	position:relative; /*this is the key to making the tooltip work*/
	z-index:0;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 24px;
	background-image: url(../images/up.gif);
	color: #FFFFFF;
}
a.tableButtonUp:HOVER
{
	z-index:1;
	background-image: url(../images/up_on.gif);
}
a.tableButtonUp .ttip
{
	display: none;
}
a.tableButtonUp:hover .ttip
{
	display:block;
	position:absolute;
	top:20px;
	left:40px;
	width:120px;
	border:2px solid #9C9CC2;
	background-color:#DCDCEA;
	color:#000000;
	font-size:10px;
	font-style:normal;
	padding:5px;
	text-decoration:none;
	text-align:center;
	font-weight: normal;
}

a.tableButtonDown
{
	position:relative; /*this is the key to making the tooltip work*/
	z-index:0;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 24px;
	background-image: url(../images/down.gif);
	color: #FFFFFF;
}
a.tableButtonDown:HOVER
{
	z-index:1;
	background-image: url(../images/down_on.gif);
}
a.tableButtonDown .ttip
{
	display: none;
}
a.tableButtonDown:hover .ttip
{
	display:block;
	position:absolute;
	top:20px;
	left:40px;
	width:120px;
	border:2px solid #9C9CC2;
	background-color:#DCDCEA;
	color:#000000;
	font-size:10px;
	font-style:normal;
	padding:5px;
	text-decoration:none;
	text-align:center;
	font-weight: normal;
}

a.sortButtonUp
{
	position:relative; /*this is the key to making the tooltip work*/
	z-index:0;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 24px;
	background-image: url(../images/up.gif);
	color: #FFFFFF;
}
a.sortButtonUp:HOVER
{
	z-index:1;
	background-image: url(../images/up_on.gif);
}
a.sortButtonUp .ttip
{
	display: none;
}
a.sortButtonUp:hover .ttip
{
	display:block;
	position:absolute;
	top:20px;
	left:40px;
	width:120px;
	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:center;
	font-weight: normal;
}

a.sortButtonDown
{
	position:relative; /*this is the key to making the tooltip work*/
	z-index:0;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 24px;
	background-image: url(../images/down.gif);
	color: #FFFFFF;
}
a.sortButtonDown:HOVER
{
	z-index:1;
	background-image: url(../images/down_on.gif);
}
a.sortButtonDown .ttip
{
	display: none;
}
a.sortButtonDown:hover .ttip
{
	display:block;
	position:absolute;
	top:20px;
	left:40px;
	width:120px;
	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:center;
	font-weight: normal;
}

