* {
	font-family: sans-serif;
}

html, body {
	margin: 0px;
	padding: 0px;
	
}
#autocomplete {
	width: 300px;
	height: 20px;
}

div.autocomplete {
	position: absolute;
	width: 250px;
	background-color: white;
	border: 1px solid #888;
	margin: 0;
	padding: 0;
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.autocomplete ul li.selected {
	background-color: navy;
}

div.autocomplete ul li {
	text-align: left; 
	
	display: block;
	margin: 0;
	padding: 2px;
	height: 15px;
	cursor: pointer;
	list-style-type: none;
}

div.autocomplete ul li div.count {
	text-align: right;
	display: block;
	float: right;
	width: 80px;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	font-size: 10px;
	height: 15px;
	/*height: 22px;*/
	cursor: pointer;
	color: navy;
	vertical-align: bottom;
}

div.autocomplete ul li div.terms {
	text-align: left;
	vertical-align: bottom;
	list-style-type: none;
	display: block;
	float: left; margin : 0;
	padding: 2px;
	width: 205px;
	/*height: 22px;*/
	height: 15px;
	overflow: hidden;
	cursor: pointer;
	margin: 0;
	color: #888;
	font-size: 12px;
}

div.autocomplete ul li.selected div.count {
	color: #fff;
}

div.autocomplete ul li.selected div.terms {
	color: #fff;
}

.resultTitle {
	font-size: 14px;
}

.resultSubtext {
	font-size: 12px;
}

.highlight {
	/*color: navy;*/
}

.highlight_important {
	/*color: navy;*/
}


.currentStep {
	border: 1px solid ;
	padding: 3px;
	font-size: 14px;
	margin-right: 5px;
	color: #0c1733;
	border: 1px solid #85acff;
	background-color: #d6e3ff;
}

.step {
	color: #0c1733;
	border: 1px solid #dcdcdc;
	padding: 3px;
	font-size: 14px;
	text-decoration: none;
}

.step:hover {
	border: 1px solid #85acff;
	background-color: #d6e3ff;
}

.nextLink, .prevLink {
	padding: 3px;
	font-size: 14px;
	color: #0c1733;
	text-decoration: none;
}

.footerLink, .footer {
	font-size: 12px;
}

.footerArea {
	margin-top: 5px;
	border-top: 1px solid #4162ad;
	padding: 15px;
}

a {
	color: #004eff;
}

.resultLink {
	font-weight: bold;
}

.resultStatsLine {
	border-top: 1px solid #4162ad;
	background-color: #d6e3ff;
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-right: 5px;
	text-align: right;
	font-size: 12px;
}

.resultRow {
	padding: 15px;
}

a.downloadLink {
	color: #999;
	text-decoration: none;
	font-size: 14px;
}

a.downloadLink:hover {
	color: #000;
	text-decoration: none;
}

a.downloadLink img {
	background-image: url(/images/download_button.jpg);	
	
}

a.downloadLink:hover img {
	background-image: url(/images/download_button_on_rollover.jpg);	
}
