/* HTML REDECLARATIONS */
body, html {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

/* TEMPLATE */

.content {
	padding-left: 15px;
	padding-right: 15px;
}

.search_table table {
	border: 1px solid #66330C;
}
.search_table th {
	background-color: #CACF99;
	border: 1px solid #66330C;
}
.search_table td {
	text-align: center;
	border: 1px solid #66330C;
}
.search_table .sort {
	background-color: #66330C;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	font-size: 10px;
}
.search_table .sort select {
	font-size: 9px;
}

.metadata table {
	border: 1px solid #66330C;
}
.metadata th {
	background-color: #CACF99;
	border: 1px solid #66330C;
	width: 250px;
}
.metadata td {
	text-align: center;
	border: 1px solid #66330C;
}

