/* CSS Document */

.validClassValid {
	background-color: #FFFFFF;
}
.validClassInvalid {
	background-color: #FCC;
}
.validClassEmpty {
	background-color: #000000;
}
span.invalid, span.missing {
	display: inline;
	margin-left: 1em;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #f66;
}
span.spanTextDropdown {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 200px;
	z-index: +999;
	background-color: #C0C0C0;
	border: 1px solid #000000;
	padding-left: 2px;
	overflow: visible;
	display: none;
	font-size: 1em;
}
span.spanMatchText {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
span.spanNormalElement {
	background: #C0C0C0;
}
span.spanHighElement {
	background: #F16016;
	color: white;
	cursor: pointer;
}
span.noMatchData {
	color: #F16016;
	font-weight: bold;
	background-color:  #C0C0C0;
}
.faxnumber {
	background-color: #CCCCCC;
}
input {
font-family:Arial, Helvetica, sans-serif;
}

body {
	font-family: "Century Gothic", Arial;
	font-size: x-small;
	list-style-position: inside;
}

