body {
	margin: 4px;
	padding: 0;
	background: #FFFFFF;
	font-family: Helvetica, Arial, "Arial Unicode MS", "Code2000", "MPH 2B Damase", sans-serif;
}

a, a:link, a:visited {
	color: #997700;
	background: transparent;
	text-decoration: none;
}

a:hover {
	color: #997700;
	background: transparent;
	text-decoration: underline;
}

/*
a:visited {
	color: #6B5321;
	background: transparent;
	text-decoration: none;
}
*/
h1 {
	margin: 0;
	padding: 0;
}

hr {
	border: 1px solid #CCCCCC;
}

#container_header {
}

#container_browse {
	width: 100%;
}

	.in_new {
		background: #AAF1A7;
		color: #129405;
	}

	.in_old {
		background: #F1ABA7;
		color: #941005;
	}

	.in_egg {
		background: #F1F1A7;
		color: #949405;
	}

.item_table {
	float: left;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	background: #FFFFFF;
}

	.null,
	.browse {
		width: 200px;
	}

	.isolate {
		width: 800px;
	}

.item_row {
	width: 100%;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	background: #FFFFFF;
}

.head {
	padding: 4px 4px 2px 4px;
	background: #DDDDDD;
	color: #0510C7;
	font: 10px "Courier", monospace;
	height: 20px;
}

	.null .head {
		background: #F6F6F6;
		color: #CCCCCC;
	}

		.in_new .head {
			background: #AAF1A7;
			color: #129405;
		}

		.in_old .head {
			background: #F1ABA7;
			color: #941005;
		}

		.in_egg .head {
			background: #F1F1A7;
			color: #949405;
		}

.input {
	border: none;
	background: transparent;
	color: #666666;
	font: 10px "Courier", monospace;
	cursor: pointer;
}

	.input_null
	{
		border: none;
		background: transparent;
		color: #999999;
		font: 10px "Courier", monospace;
	}

.desc {
	padding-right: 2px;
	text-align: right;
}

	.desc span {
		color: #333333;
		font: 12px bold Helvetica, sans-serif;
	}

.body {
	background: #EEEEEE;
	color: #0510C7;
	font-size: 48px;
	text-align: center;
	height: 100px;
}

	.item_row .body {
		width: 100px;
		font-size: 24px;
		height: 50px;
	}

	.null .body {
		background: #FFFFFF;
		color: #CCCCCC;
	}

	.browse .body { }

	.isolate .body {
		font-size: 192px;
		height: 400px;
	}

		.in_new .body {
			background: #E3FAE2;
			color: #129405;
		}

		.in_old .body {
			background: #FAE4E2;
			color: #941005;
		}

		.in_egg .body {
			background: #FAFAE2;
			color: #949405;
		}

.char {
	border: 1px dotted #999999;
	unicode-bidi: bidi-override;
}

	.null .char {
		border: 1px dotted #F6F6F6;
		color: #F6F6F6;
	}

		.in_new .char {
			border: 1px dotted #129405;
			color: #129405;
		}

		.in_old .char {
			border: 1px dotted #941005;
			color: #941005;
		}

		.in_egg .char {
			border: 1px dotted #949405;
			color: #949405;
		}

	.item_row .col_1 {
		width: 125px;
	}

	.item_row .col_2 { }

#container_footer {
	margin-top: 4px;
/*	text-align: center;*/
}


/* FLUIDITY */

.nobr {
	white-space: nowrap;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

/* Apply clear to element containing floated containers */
	/* IE6 Clear */
	* html .float_clear {
		height: 1%;
	}

	/* IE7 Clear */
	.float_clear {
		min-height: 0;
	}

	/* GOOD BROWSER Clear */
	.float_clear:after {
		clear: both;
		display: block;
		content: ".";
		height: 0;
		visibility: hidden;
	}

