/* CSS Document */

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(../images/head_back.gif);
}

#header table {
	width: 100%;
	font-size: 100%;
	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 #300;
	border-bottom: none;
	border-right: none;
	border-left: 1px solid #300;
	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 #300;
	border-right: 1px solid #300;
	border-left: none;
	padding: 5px;
}
	
#primary table.search th {
	background-color: #300;
	text-align: left;
	color: #FFF;
	font-size: 14px;
}

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

#primary table.search td.juri {
	width: 135px;
	background-color: #FFBF00;
	font-weight: bold;
	border-left: 5px solid #300;
}

.hidden {
	display: none;
}

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

#primary table.result {
	width: 100%;
	font-size: 100%;
	border-top: 1px solid #300;
	border-bottom: none;
	border-right: none;
	border-left: 1px solid #300;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
}
	
#primary table.result th, #primary table.result td {
	border-top: none;
	border-bottom: 1px solid #300;
	border-right: 1px solid #300;
	border-left: none;
	padding: 3px;
}
	
#primary table.result th {
	text-align: center;
}

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

#primary table.result th.author {
	background-color: #FFD865;
}

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

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

.cell01, .cell02, .cell03 {
	white-space: nowrap;
}

.cell01 {
	text-align: right;
}

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

div.tooltip {
	width: 250px;
	position: absolute;
	left: -9999px;
	background: #EED;
	padding: 5px;
	border: 1px solid #300;
}

div.tooltip p{
	font-weight: bold;
	color: #000;
	background: #EED;
	padding: 5px 10px;
}
