/* TEXT */

/* This sets the font styles for the entire html file.*/
html, body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #FFFF60; }

/* links */
a:link { color: #AADD60; text-decoration: none; }
a:visited { color: #AADD60; text-decoration: none; }
a:active { color: #AADD60; text-decoration: none; }
a:hover { color: #DDFFFF; text-decoration: none; }

/* divs */
input { border: 1px solid #000000; background-color: #FFFFFF; font-size: 0.8em; }
select { border: 1px solid #000000; background-color: #FFFFFF; font-size: 0.8em; }
#breadcrumbs { font-size: .6em; color: #FFFF60; }

/* classes */
.geel { color: #FFFF60; }
.active td { color: #FFFF60; }
.active a { color: #FFFF60; }


/* STRUCTURE */
html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}


/* AJAX SEARCH FORM */
#ajaxSearch_form {
	color: #444;
	width: auto;
}
#ajaxSearch_input {
	width: auto;
	display: inline;
	height: 17px;
	border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
	background: #fff url(images/input-bg.gif) repeat-x top left;
	margin: 0 3px 0 0;
	padding: 3px 0 0;
	vertical-align: top;
}
#ajaxSearch_submit {
	display: inline;
	height: 22px;
	line-height: 22px;
}
#ajaxSearch_output {
	border: 1px solid #444;
	padding: 10px;
	background: #fff;
	display: block;
	height: auto;
	vertical-align: top;
}
.ajaxSearch_paging {

}
.AS_ajax_result {
	color: #444;
	margin-bottom: 3px;
	}
.AS_ajax_resultLink {
	text-decoration: underline;
}
.AS_ajax_resultDescription{
	color: #555;
}
.AS_ajax_more {
	color: #555;
}
.ajaxSearch_highlight {
	color: green;
}