@CHARSET "utf-8";

body {
	text-align: left;
	margin: 0;
	background-color: #EED;
	font-family: Verdana, Sans-Serif;
	color: #100;
}

#wrapper {
	width: 100%;
	margin: 0;
	text-align: left;
}

#header {
	width: 100%;
	background-image: url(/img/head_back.gif);
}

#header table {
	width: 100%;
	font-size: 0;
	border: none;
	padding: 0;
}

#header table td {
	border: none;
	padding: 0;
}

#header table td.headR {
	text-align: right;
	vertical-align: bottom;
}

#header table td.headR img {
	margin-right: 10px;
}

h1, h2, h3 {
	margin: 0;
}

#headerB h2 {
	font-size: 16px;
	padding-top: 15px;
}

h3 {
	font-size: 18px;
}

#container {
	width: 100%;
	font-size: 12px;
	line-height: 150%;
	color: #100;
}

#headerB {
	width: 100%;
}

#headerB img.topF {
	float: left;
}

#headerB p {
	margin-top: 5px;
	margin-bottom: 0;
}

#primary {
	clear: both;
	padding: 20px;
	/* height: 600px; */
}

/* search -------------------------------------------------------------- */

#primary table.search {
	width: 100%;
	font-size: 100%;
	border-top: 1px solid #222;
	border-bottom: none;
	border-right: none;
	border-left: 1px solid #222;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0;
}

#primary table.search th, #primary table.search td {
	border-top: none;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	border-left: none;
	padding: 5px;
}

#primary table.search th {
	background-color: #222;
	text-align: left;
	color: #FFF;
	font-size: 14px;
}

#primary table.search td {
	background-color: #FFF;
	vertical-align: top;
}

#primary table.search td.juri {
	width: 200px;
	background-color: #FE9;
	font-weight: bold;
	border-left: 5px solid #222;
}

#primary table.search td span.subsubcat {
	float: left;
	white-space: nowrap;
}

.hidden {
	display: none;
}

/* result -------------------------------------------------------------- */

#primary table.result {
	width: 100%;
	font-size: 100%;
	border-top: 1px solid #222;
	border-bottom: none;
	border-right: none;
	border-left: 1px solid #222;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
}

#primary table.result th, #primary table.result td {
	border-top: none;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	border-left: none;
	padding: 3px;
}

#primary table.result th {
	text-align: center;
}

#primary table.result th.sample {
	background-color: #FC9;
}

#primary table.result th.author, #primary table.result th.gender {
	background-color: #FE9;
}

#primary table.result th.source {
	background-color: #EF6;
}

#primary table.result td {
	background-color: #FFF;
}

#primary table.result .cell03, #primary table.result .gender {
	border-right: 3px double green;
}

.cell01, .cell02, .cell03 {}

.cell01 {
	text-align: left;
}

.cell02 {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right 7px center;
}

.nosort {
	cursor: default;
}

.sortasc {
	background-image: url(/img/sort_asc.gif);
}

.sortdesc {
	background-image: url(/img/sort_desc.gif);
}