.err {
	color: red;
}
/*
div.common {
	padding: 8px;
	clear: both;
}
div.uniq {
	border-top: 2px solid #56B2EB;
}
*/
div.common {
}
div.namelens > div > span.len {
	min-width: 2.4ex;
	display: inline-block;
}

div.namelens > div,
div.common > div,
div.uniq > div
{
	width: 126px;
	float: left;
	margin-right: 6px;
	margin-bottom: 1em;
	padding: 1px;
}
div.common > div {
	background-color: #EDF5FA;
	border-bottom: 1px solid #1e90ff;
	border-right: 1px solid #1e90ff;
	background-image: -moz-linear-gradient(bottom right, #EDF5FA, white);
}
div.uniq > div {
	background-color: transparent;
	border: none;
}

div.common > div,
div.uniq > div {
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .44);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .44);
}

div.common > div span,
div.uniq > div span {
	display: block;
	float: right;
	padding-left: 4px;
	padding-right: 4px;
}

ul.legend > li > span {
	padding-left: 4px;
	padding-right: 4px;
}

span.gender_F {
	color: red !important;
	background-color: rgba(255, 0, 0, .11);
	text-shadow: 
		0 -1px 1px rgba(250, 250, 250, .5),
		0 1px .5px rgba(128, 0, 0, .33);
}
span.gender_M {
	color: blue !important;
	background-color: rgba(0, 0, 255, .11);
	text-shadow: 
		0 -1px 1px rgba(250, 250, 250, .5),
		0 1px .5px rgba(0, 0, 128, .33);
}
span.gender_U {
	color: #1A9400 !important;
	background-color: rgba(25, 170, 0, .11);
	text-shadow: 
		0 -1px 1px rgba(250, 250, 250, .5),
		0 1px .5px rgba(10, 80, 0, .33);
}
/*
	background: -moz-linear-gradient(left, rgba(255, 0, 0, 0), rgba(255, 0, 0, .16));
	background: -moz-linear-gradient(left, rgba(0, 0, 255, 0), rgba(0, 0, 255, .16));
	background: -moz-linear-gradient(left, rgba(25, 170, 0, 0), rgba(25, 170, 0, .16));
*/

div.br,
h1.br,
h2.br,
h3.br
{
	clear: both;
}

/*
table.frequencies tr td table tr th {
	text-shadow: none;
	border-bottom: 1px solid white;
	margin-bottom: 1px;
	text-align: center;
	background-color: #EEE;
	color: #1e90ff;
}
table.frequencies tr td table tr td {
	border-right: none;
	text-align: right;
	padding-right: 4px;
}
*/
table.counts tr th {
	color: #1e90ff;
	background-color: #EEE;
	background: -moz-linear-gradient(top, white, #EEE);
	text-shadow: none;
	text-align: center;
	border-bottom: 1px solid rgba(170, 170, 170, .5);
	border-right: 1px solid rgba(170, 170, 170, .3);
}
table.counts tr td {
	font-size: 11.5px;
	vertical-align: top;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .1), rgba(200, 215, 250, .6));
	padding-left: 3px;
	padding-right: 4px;
}
table.counts tr:nth-child(odd) td {
	border-bottom: 1px solid #ccc;
}
table.counts tr:nth-child(even) td {
	border-bottom: 1px solid #c4d9ed;
}

tr.smaller th {
	background-color: #EEF;
	font-size: 90%;
}

#legend {
	float: right;
	right: 1em;
	padding: 1em;
	border: 1px solid #DFDFDF;
	background-color: #EEE;
}
.measure {
	color: #600;
	background-color: #EEE;
	border-bottom: 1px solid #777;
}
.measure span {
	border-left: 1px solid #777;
	margin-left: -1px;
	margin-right: -1px;
	padding-left: 1px;
}

div.block {
	border: 1px solid #a0ef7a;
	background-color: #AFDF5B;
	margin-bottom: 8px;
	margin-right: 8px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	float: left;
	padding: 0.5em;
	max-width: 315px;
	background: -moz-linear-gradient(top, #CFE782 0%, #9BCB2A 2%, #D0FFAA 98%, #9BCB2A 100% ); 
	background: -webkit-gradient(linear, center top, center bottom, 
		from(#CFE782), color-stop(2%, #9BCB2A), color-stop(98.6%, #D0FFAA), to(#9BCB2A) ); 
	-moz-box-shadow: 0 1px 2px black;
	-webkit-box-shadow: 0 1px 2px black;
}
div.block.em80 {
	max-width: 90em;
}
	
div.block code {
	color: #055;
}

ul.namelength {
	margin-left: .5em;
	padding-left: 0;
/* .. */
}

ul.namelength li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 11px;
	white-space: pre;
	font-family: monospace;
/*	background-image: -moz-repeating-linear-gradient(left, white 0, white 9.92em, #666 10em); */ 
}

code span {
	 
}