p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
td,tr,table {font-size: 12px;}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #0033cc;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #0033cc;
	font-family: Arial, Helvetica, sans-serif;
}
.background {
	background-attachment: scroll;
	background-image: url(images/exptimages/eagle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.footnotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
.linespacing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
}

#menuBar li{
				 padding: 3px;
				 border: 1px solid #333;
				 background-color: #ccc;
				 list-style-type: none;
				 width: 120px;
				 margin-bottom: 3px;
}

#menuBar a {
				 text-decoration: none;
				 color: #000;
}

#menuBar a:hover {
				 font-weight: bold;
				 color: #430;
}

#menuBar img {
				 border: 0;
}
body {
	background-color: white;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
}

a:link {
	color: darkblue;
	text-decoration: none;
}

a:visited {
	color: darkblue;
	text-decoration: none;
}

a:hover {
	color: darkgreen;
	background-color: lightyellow;
}

input {
	color: black;
}

input:hover {
	color: darkgreen;
	background-color: lightyellow;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
}

select:hover {
	background-color: lightyellow;
}

/* ========================================================================================================================================= */

/* How HSE should print bold and small text, respectively */

.HSE-bold {
	font-weight: bold;
	font-family: Verdana;
}

.HSE-small {
	font-size: 11px;
	color: gray;
}

a.HSE-small:link {
	color: gray;
	text-decoration: none;
}

a.HSE-small:visited {
	color: gray;
	text-decoration: none;
}

a.HSE-small:hover {
	color: gray;
	text-decoration: underline;
}


/* Result links belong to the class "HSE-link" */

a.HSE-link:link {
	text-decoration: none;
}

a.HSE-link:visited {
	text-decoration: none;
}

a.HSE-link:hover {
	color: darkgreen;
	background-color: lightyellow;
}

/* ========================================================================================================================================= */

/* Style of each result file: First, an icon is printed (unless you have turned that off via hse.ini's "results_details") */

.HSE-icon-div {
/*	border: 1px solid gray; */
/*	width: 120px; */
	background-color: white;
	overflow: hidden;
	text-align: center;
	float: left;
	padding: 0px;
	margin: 0px 10px 15px;
}

.HSE-icon {
	width: 16px;
	height: 16px;
}


/* Then, the ranking number is printed (unless you have turned that off via hse.ini's "results_details") */

.HSE-rank {
	font-weight: bold;
	font-family: Verdana;
	text-align: right;
	float: left;
	width: 30px;
	padding-left: 0px;
}


/* The description division. If you don't want it intented, specify '0px' as 'margin-left' value. */

.HSE-description {
	margin-left: 55px;
	padding: 4px;
}


/* Within that division, a meta description is printed (unless you have turned that off via hse.ini's "description") */

.HSE-meta-desc {
	color: green;
	font-size: 12px;
/*	display: none; */
/* you might want to uncomment the above line if your hse.ini's "results_global" contains "head:description" */
}


/* Then, list items are printed (unless you have turned that off via hse.ini's "description") */

.HSE-list-item {
	list-style: none outside;
	padding-top: 2px;
	font-size: 11px;
}


/* Matches belong to the class "HSE-match". Some might want to experiment with these. */

.HSE-match:before {
	content: "";
}

.HSE-match:after {
/*	content: ""url(); */
}

/* ========================================================================================================================================= */

/*
 * If there are more than one results pages, a navigation panel appears below the results, containing a "previous" and "next" image. The 
 * style of these images and of the currently displayed result range (such as "1-10") can be defined here. 
 */

.HSE-nav-image {
	width: 11px;
	height: 11px;
	border-width: 0px;
}

.HSE-current-range {
	border: 1px solid darkblue;
	padding: 1px;
}

/* ========================================================================================================================================= */

/* How the pre-built input form (search box) should look like (unless you have turned it off via hse.ini's "searchbox_place") */

/* The search box's general outfit */

.HSE-searchbox {
	width: 475px;
	border: 1px solid darkblue;
	padding: 10px;
/*	background-color: transparent; */
	background-color: #dadada;
/*	background: url(/hse/images/lang/lang_es.png) repeat; */
}


/* The input text field of the search box */

.HSE-inputtext {
	font-family: Courier New, Courier;
	font-size: 13px;
	width: 300px;
}


/* Selection menus within the search box */

.HSE-selection {
	background-color: #dadada;
}

.HSE-selection:hover {
	background-color: lightyellow;
}


/* Text and Links */

.HSE {
	color: black;
	font-size: 13px;
	line-height: 16px;
}

a.HSE:link {
	color: black;
	text-decoration: none;
	font-size: 13px;
}

a.HSE:visited {
	color: black;
	text-decoration: none;
	font-size: 13px;
}

a.HSE:hover {
	color: darkgreen;
	font-size: 13px;
}


/* The form button */

.HSE-button {
	font-size: 100%;
	border: 1px outset gray;
	background-color: gray;
	color: white;
}

/* ========================================================================================================================================= */

/*
 * During the search, one or two progress bars may be displayed temporary using a DHTML techniqe. 
 * You can disable them by changing the 'display' value below from 'inline' to 'none'.
 */

#dhtml {
	display: inline;
/*	display: none; */
}



/* Don't change the following definition! It only exists to ensure that this file is being recognized */

.HSE-hidden {
	display: none;
}
