html {
	height: 100%;
}
body {
	height: 100%;
}
a {
	color: inherit;
}
p {
	margin: 0px;
}
iframe {
	background: rgb(255, 255, 255);
}
input {
	padding: 1px 0px; box-sizing: border-box; -moz-box-sizing: border-box;
}
textarea {
	margin: 0px; box-sizing: border-box; -moz-box-sizing: border-box;
}
div.intcases {
	background: rgb(255, 255, 255); padding: 0px; border-radius: 3px; border: 1px solid rgb(170, 170, 170); border-image: none; text-align: left; font-family: arial; font-size: 12px; white-space: nowrap; visibility: hidden; position: absolute; z-index: 9999;
}
div.intcaselink {
	background: rgb(238, 238, 238); margin: 5px; padding: 3px 8px; border-radius: 3px; border: 1px solid rgb(170, 170, 170); border-image: none; cursor: pointer;
}
div.refpageimage {
	left: 0px; top: 0px; width: 16px; height: 16px; font-size: 0px; position: absolute; cursor: pointer; background-image: url("images/newwindow.gif"); background-repeat: no-repeat;
}
div.annnoteimage {
	left: 0px; top: 0px; width: 16px; height: 12px; font-size: 0px; position: absolute; cursor: help; background-image: url("images/note.gif"); background-repeat: no-repeat;
}
div.annnotelabel {
	background: rgb(0, 157, 217); border: 1px solid rgb(166, 221, 242); border-image: none; left: 0px; top: 0px; color: white; padding-right: 3px; padding-left: 3px; font-family: Arial; font-size: 10px; white-space: nowrap; position: absolute; cursor: help;
}
.annotationName {
	font-size: 13px; font-weight: bold; margin-bottom: 3px; white-space: nowrap;
}
.annotation {
	padding-left: 2px; font-size: 12px; margin-bottom: 5px;
}
.dialogFix {
	text-align: left; position: absolute;
}
.legacyPulsateBorder {
	margin: -5px; border: 5px solid rgb(116, 186, 17); border-image: none;
}
.pulsateBorder {
	animation-name: pulsate; animation-duration: 0.9s; animation-timing-function: ease-in-out; animation-direction: alternate; animation-iteration-count: infinite; -webkit-animation-name: pulsate; -webkit-animation-timing-function: ease-in-out; -webkit-animation-duration: 0.9s; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: alternate; -moz-animation-name: pulsate; -moz-animation-timing-function: ease-in-out; -moz-animation-duration: 0.9s; -moz-animation-iteration-count: infinite; -moz-animation-direction: alternate;
}
