@charset "utf-8";
/* CSS Document */

@import url("binding.css");

#search {
	width: 754px;
	margin: 22px auto;
	font-family: Arial, Helvetica, sans-serif;
}

#search h1 {
	font-size: 18px;
	color: #FF9900;
	background-color: #5b5b5b;
	padding: 10px;
	width: 250px;
	border: 1px solid #000000;
}

#search .search {
	color: #FFFFFF;
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 24px;
	margin-top: 20px;
}

.table_with_form {
	color: #FFFFFF;
	border: 1px solid #000000;
	background-color: #333333;
	text-align: left;
}

.table_with_form td {
	padding: 5px 10px;
}

.table_header {
	background-color: #2A4175;
	color: #FFFFFF;
	font-weight: bold;
}

.table_stripes {
	border: 1px solid #000000;
	background-color: #333333;
	text-align: center;
	width: 100%;
}

.table_stripes td {
	padding: 5px 10px;
}

.table_stripes a {
	color: #FFFFFF;
}

.table_stripes_light {
	background-color: #666666;
}

.row_highlight {
	background-color: #FFCC00;
	color: #000000;
}

.iterated_search_result {
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 24px;
	background-color: #5b5b5b;
	padding: 10px;
	border: 1px solid #000000;
	margin-bottom: 20px;
}

.iterated_search_result .title {
	font-weight: bold;
}

.iterated_search_result .date {
	font-size: 10px;
	padding: 10px 0;
	text-decoration: underline;
}

.iterated_search_result a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.iterated_search_result a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.iterated_search_result a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

