table#result {
}
table#result td, table#result th {
	padding: 3px;
}
table#result th {
	text-align: left;
	background-color: #eee;
}
table#result td.infoLink {
	text-align: center;
	background-color: #ffff66;
}

table#detail {
	border:1px #ced8ea solid;
	border-collapse: collapse;
	padding: 1px;
}
table#detail td, table#detail th {
	padding: 3px;
	border: 1px #CCCCCC solid;
}
table#detail th {
	text-align: left;
	background-color: #eee;
}
table#detail td.infoLink {
	text-align: center;
	background-color: #ffff66;
}

.under {
	padding-bottom: 5px;
	text-indent: 1em;
}

form input#searchKey {
	width: 280px;
}
form.searchForm p {
	margin: 3px 0px;
	padding: 0px;
}
form.searchForm fieldset {
	width: 100%;
	margin: 0px;
	padding: 0px 3px 3px 3px;
	border: 1px #ccc solid;
}
form.searchForm fieldset legend {
	color: #333;
	font-size: 90%;
}
form.searchForm fieldset#advancedSearch {
	/*display: none;*/
}
form.searchForm p.showHideLink {
	font-size: 90%;
}
table.search {
	width: 100%;
}
table.search tr td {
	border-bottom: 1px #ddd solid;
}
table.search tr th {
	border-right: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	background-color: #eee;
	font-weight: bold;
}
table.search tr td table {
	width: 100%;
}
table.search tr td table tr td {
	border: none;
	border-right: 1px #ddd solid;
	font-size: 12px;
	line-height: 12px;
}
dl#search dt {
	background-color: #f3f3f3;
	padding: 2px 5px;
	font-weight: bold;
}
dl#search dd {
	padding: 5px 0px 15px 0px;
}

.emphasis {
	font-weight:bold;
}
