.semacodePanel 
{

	border: thin dotted #000000;

}
.semacode 
{
	background: white;
	text-align: center; width: 90%; margin: auto; }

.semacodeRow 
{
	
	clear: both;

}

.semacodeBlack 
{

	background: black;
	color: white;
	width: 6px;
	height: 6px;
	float: left;
	display: block;

}

.semacodeWhite 
{

	background: white;
	width: 6px;
	height: 6px;
	display: block;
	float: left;
	
}

.semacodeTitle 
{
	font: 18pt 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: center;
}
.semacodeUrl 
{
	font: 8pt 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: center;
}
.semacodeLabel 
{
	font: 9pt 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: right;
}