div#isisError a span{
	display: none;z-index: 100;
}
div#isisError a:hover span, div#isisError a:active span, div#isisError a:focus span{
	display: block;z-index: 100;
}
table.isisAutoCompleteList{
	background-color: InfoBackground ;
	color: InfoText;
	border-style: solid;
	border-width: 1px;
	border-color: InfoText;
	font-family: MS Sans Serif;
	font-size:10pt;
}
table.isisHelpBox{
	font-family: MS Sans Serif;
	font-size:8pt;
	z-index: 10;
}
td.isisHelpBox{
	background-image: url('/isisjslib/images/forms_popup.gif'); 
	background-repeat: no-repeat;
}
td.isisHelpBox#one{
	width: 52px;
	height: 11px;
	background-position:0px 0px;
}
td.isisHelpBox#two{
	height: 11px;
	background-position:-53px 0px;
}
td.isisHelpBox#three{
	width: 11px;
	height: 11px;
	background-position:-256px 0px;
}
td.isisHelpBox#four{
	width: 52px;
	background-position:0px -11px;
}
td.isisHelpBox#five{
	width: 204px;
	height: 122px;
	background-position:-53px -11px;
}
td.isisHelpBox#six{
	width: 11px;
	background-position:-256px -11px;
}
td.isisHelpBox#seven{
	width: 52px;
	height: 52px;
	background-position:0px -133px;
}
td.isisHelpBox#eight{
	height: 52px;
	background-position:-53px -133px;
}
td.isisHelpBox#nine{
	width: 11px;
	height: 52px;
	background-position:-256px -133px;
}

.isisAdminTable, .isisDBAdminTable{
	border-style: solid;
	border-width: 1px;
	border-color: #CFE5FF;
}
.isisDBCell, .isisDBCellOver, .isisDBHeaderCell, .isisDBHeaderCellOver{
	border-style: solid;
	border-width: 1px;
}
.isisDBHeaderCell, .isisDBHeaderCellOver, .isisDBHeaderRow{
	font-size:8pt;
	background-color: #789CFF;
	border-color: #789CFF;
	font-weight: bold;
}
.isisDBCell, .isisDBCellAlt, .isisDBCellOver{
	font-size:8pt;
}
.isisDBCell, .isisDBCellAlt{
	border-color: #FFFFFF;
}
.isisDBRow{
	background-color: #FFFFFF;
}
.isisDBRowAlt{
	background-color: #DADADA;
}
.isisDBCellOver{
	border-color: #000000;
}
.isisDBDeleteCell, .isisDBDeleteCellOver{
	width: 16px;
	background-image: url('/isisjslib/images/del.gif');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.isisDialogBox, .isisToolBar, .isisStatusBar, .isisButton, .isisButtonOver, .isisButtonPressed, .isisButtonDisabled,.isisTab, .isisTabBg, .isisTabOver, .isisTabPressed, .isisTabDisabled{
	border-width: 1px;
	font-family: MS Sans Serif;
	font-size:8pt;
	background-color:ButtonFace;
	color: ButtonText;

}
.isisDialogBox, .isisToolBar, .isisStatusBar, .isisTabBg{
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	border-style: solid;
}
.isisButton, .isisTab, .isisButtonOver, .isisTabOver, .isisButtonPressed, .isisTabPressed, .isisButtonDisabled, .isisTabDisabled{
	cursor: pointer;
	height: 16px;
	opacity: 1.00;
}
.isisButton, .isisTab{
	border-style: solid;
	border-color: ButtonFace;
}
.isisButtonOver, .isisTabOver{
	border-style: outset;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}
.isisButtonPressed, .isisTabPressed{
	border-style: inset;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}
.isisButtonDisabled, .isisTabDisabled{
	border-style: solid;
	border-color: ButtonFace;
	opacity: .25;
}
.isisDevider {
	position: relative;
	margin: 3px;
	border-left: 1px solid ButtonShadow;
	border-right: 1px solid ButtonHighlight;
	width: 0px;
	height: 16px;
	padding: 0px;
}
td.isisFormLabel, td.isisForm, td.isisFormError{

}
div.isisFormError{
	font-family: MS Sans Serif;
	font-size:8pt;
	font-weight: bold;
	color: #000000;
}
td.isisFormError{
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
	background-color: #999999;
}
