    DIV.inputAutocompleter {
		background: url(/image/shadow1_bg.png) bottom right!important;
		background: none; /* IE 6.0 */
		position: absolute;
		width: 250px;
		margin: 0px;
		padding: 0px;
		z-index: 1000;
    }
    DIV.inputAutocompleter UL {
		list-style-type:none;
		margin: 0px 10px 10px 0px;
		padding:0px;
		border: 1px solid #66A2C0;
		background: #FFF;
    }
    DIV.inputAutocompleter UL LI {
      list-style: none;
      display: block;
      margin: 0;
      padding: 2px;
	  cursor: hand;
      cursor: pointer;
    }
    DIV.inputAutocompleter UL LI.selected {
    	background: #BED7E4;
	}


/*	SPAN.ipFmt, SPAN.hnFmt, SPAN.intFmt {
      background-color:yellow;
      border-bottom:1px solid #888;
	}*/

		SPAN.ipFmt, SPAN.hnFmt, SPAN.intFmt {
			background: url(/image/span_tools.png) no-repeat right;
			padding: 0px 18px 0px 1px;
			margin-bottom: 3px;
			font: bold 1em Arial, Helvetica, sans-serif;
			color: #006496;
			border-top: 0px solid #f2f2f2;
			border-right: 0px solid #7f7f7f;
			border-bottom: 0px solid #7f7f7f;
			border-left: 0px solid #f2f2f2;
		}
			SPAN.ipFmt:hover, SPAN.hnFmt:hover, SPAN.intFmt:hover,
			SPAN.ipFmt.Closer, SPAN.hnFmt.Closer, SPAN.intFmt.Closer {
				background: url(/image/span_tools.png) no-repeat right #ff6600;
				color: #fff;
				border-top: 0px solid #ff6600;
				border-right: 0px solid #ff6600;
				border-bottom: 0px solid #f2f2f2;
				border-left: 0px solid #ff6600;
			}
		/*
		SPAN.ipFmt.Closer, SPAN.hnFmt.Closer, SPAN.intFmt.Closer {
			background: url(/image/span_tools.gif) no-repeat right #f2f2f2;
			color: #006496;
		}
		*/

		DIV.box SPAN.ipFmt,
		DIV.box SPAN.hnFmt,
		DIV.box SPAN.intFmt {
			background-color: #f2f2f2;
			padding: 2px 20px 2px 2px;
			margin-bottom: 0px;
			font: bold 1em Arial, Helvetica, sans-serif;
			border-top: 1px solid #f2f2f2;
			border-right: 1px solid #7f7f7f;
			border-bottom: 1px solid #7f7f7f;
			border-left: 1px solid #f2f2f2;
		}
			DIV.box SPAN.ipFmt:hover,
			DIV.box SPAN.hnFmt:hover,
			DIV.box SPAN.intFmt:hover,
			DIV.box SPAN.ipFmt.Closer,
			DIV.box SPAN.hnFmt.Closer,
			DIV.box SPAN.intFmt.Closer {
				background-color: #ff6600;
				border-top: 1px solid #ff6600;
				border-right: 1px solid #ff6600;
				border-bottom: 1px solid #ff6600;
				border-left: 1px solid #ff6600;
			}


		SPAN.geoLocation {
			padding: 5px;
		    display: block;
			float: left;
			font-size: 14px;
			background: #FFFFFF;
			border-bottom: 0px solid #97C0D4;
		}
			SPAN.ipFmt:hover, SPAN.hnFmt:hover, SPAN.intFmt:hover {
				cursor: hand;
				cursor: pointer;
			}
    DIV.linkOps {
		position: absolute;
		width: auto;
		border: 0px solid #97C0D4;
		padding: 0;
		margin: 0;
		z-index: 10;
    }
    DIV.linkOps UL {
		list-style-type: none;
		width: 180px;
		margin: 0px 10px 10px 0px;
		padding: 0px;
		color: #fff;
		float: left;
		display: block;
		background: #ff6600;
    }

    DIV.linkOps UL LI.selected {
    	color: #FFF;
		background: url(/image/linkOps_li.gif) no-repeat 4px -30px;
    	background-color: #006496;
	}
	DIV.linkOps UL LI {
		background: url(/image/linkOps_li.gif) no-repeat 4px 6px;
		list-style: none;
		width: 150px;
		float: left;
		display: block;
		margin: 0;
		padding: 3px 10px 3px 20px;
		font: normal 0.8em Arial, Helvetica, sans-serif;
		height: auto;
		cursor: pointer;
		border-top: 1px solid #ffa14d;
    }


    SPAN.helpLauncher,
    SPAN.encrypter {
    	cursor: hand;
		cursor: pointer;
    }
    DIV.helpTooltip {
		background: url(/image/shadow1_bg.png) bottom right!important;
		background: none; /* IE 6.0 */
		width: 250px;
		margin: 0px;
		padding: 0px;
		position: relative;
		z-index: 1000;
    }
    DIV.helpTooltip P {
		margin: 0px 10px 10px 0px;
		padding: 10px;
		font-size: 14px;
		color: #FFF;
		background: url(/image/helpTooltip_p.gif) no-repeat right bottom #FF6600;
		border: 2px solid #FFF;
    }

TABLE.tab1 {
	width: 100%;
	font-size: 0.8em;
	line-height: 1.1em;
	float: left;
	border: 1px solid #B2D0DF;
}
	TABLE.tab1 TH {
		/*background: #006496;*/
		padding: 0.5em;
		font-size: 1em;
		color: #006496;
		border-top: 0px solid #B2D0DF;
		border-bottom: 1px solid #B2D0DF;
	}
	TABLE.tab1 TD {
		padding: 0.2em 0.3em 0.2em 0.3em;
	}
	TABLE.tab1 TD IMG {
		vertical-align: middle;
		margin: 0px 3px 0px 3px;
	}
	TABLE.tab1 TD A {
		color: #ff6600;
		font-size: 13px;
	}
	TABLE.tab1 TD A:hover {
		color: #006496;
	}
	TABLE.tab1 TD.list {
		border-bottom: 1px solid #B2D0DF;
	}
	TABLE.tab1 TD.listSA,
	TABLE.tab1 TD.listSASub {
		background: #D9E8EF;
		color: #006496;
		border-right: 0px solid #FFF;
		border-bottom: 1px solid #B2D0DF;
		border-left: 3px solid #B2D0DF;
	}
	TABLE.tab1 TD.listSASub {
		border-bottom: 0px solid #B2D0DF;
	}
	TABLE.tab1 TD BLOCKQUOTE {
		padding: 0.5em 1em 0.5em 1em ;
		margin-right: 1em;
		margin-left: 1em;
		line-height: 1.5em;
		background: #e5f1f6;
	}
	TABLE.tab1 TD TEXTAREA.string {
		/*padding: 0.5em 1em 0.5em 1em ;*/
		width: 98%;
		float: left;
		border: 0;
		font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
		line-height: 1.5em;
		word-wrap: break-word;
		background: #fff;
	}


TABLE.tab2 {
	/*background: pink;*/
	width: 100%;
}
	TABLE.tab2 TH {
		background: #006496;
		font-size: 14px;
		color: #FFF;
		border-right: 2px solid #FFF;
	}
	TABLE.tab2 TD {
		border-bottom: 1px solid #B2D0DF;
	}


DIV.dialog {
	padding: 0px;
	margin-top: 10px;
	font-size: 16px;
	color: #FF7F29;
	font-weight: bold;
}
	DIV.dialog IMG {
		margin-right: 10px;
		vertical-align: middle;
	}
	DIV.dialog.Ok {
		background: url(/image/ajaxLoaderGreen.gif) no-repeat left;
		padding-left: 20px;
		color: #66CC33;
	}
	DIV.dialog.Ko {
		background: url(/image/but_error.gif) no-repeat left;
		padding-left: 20px;
		color: #FF0000;
	}

DIV#umanoverlay{
    background-image: url(/image/umanoverlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 105;
    width: 100%;
    height: 100%;
}

* html DIV#umanoverlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/image/umanoverlay.png", sizingMethod="scale");
}
DIV#umanbox{
    width:300px;
    background:#2d2d2d;
    padding:10px;
    border:2px solid #eee;
    color:white;
}

#umanclose{
    position:absolute;
    top:-0px;
    right:-0px;
    cursor:pointer;
}
#umansubmit{
    position:absolute;
    bottom:-0px;
    right:-0px;
    cursor:pointer;
}


#domainCheckLegend {
	background: url(/image/shadow1_bg.png) bottom right!important;
	background: none; /* IE 6.0 */
	/*background: cyan;*/
	width: 400px;
}
	#domainCheckLegend TABLE {
		background: #09F;
		margin: 0px 10px 10px 0px;
		padding: 0px;
		border: 1px solid #fff;
	}
		#domainCheckLegend TABLE TH {
			padding: 3px;
			font-size: 1em;
			color: #FFF;
			border-top: 1px solid #b2d0df;
			background: #ff6600;
		}
		#domainCheckLegend TABLE TD {
			padding: 3px;
			font-size: 0.7em;
			border-top: 1px solid #b2d0df;
			background: #d9e8ef;
		}
			#domainCheckLegend TABLE TD.desc {
				background: #fff;
			}



.myextrasmall {
    font-size:0.7em;
    color: #006496;
}
.myextrasmall A,
.myextrasmall A:link,
.myextrasmall A:visited,
.myextrasmall A:hover {
    font-size:1em !important;
    color: #006496 !important;
}