/* CSS Document */

@charset "utf-8";

.result	{
	line-height:150%;
}

.result	a	{
	color:#0000FF;
	text-decoration:underline;
}

.result	a:visited	{
	color:#CC00FF;
}
.leftArea	{
	float:left;
	margin:5px 5px 5px 0px;
}
.rightArea	{
	float:right;
	margin:5px 0px 5px 5px;
}
.centerArea	{
	text-align:center;
	margin:3px;
}
.sizeLL	{	font-size:150%;	}
.sizeL	{	font-size:130%;	}
.sizeS	{	font-size:90%;	}
.sizeSS	{	font-size:80%;	}

.bold	{	font-weight:bold;	}
.itlic	{	font-style:italic;	}
.ul		{	text-decoration:underline;	}
.marker{ background-color:#33cccc;}
.txtL, .txtC, .txtR	{
	clear:both;
}

.txtL	{	text-align:left;	}
.txtC	{	text-align:center;	}
.txtR	{	text-align:right;	}

.red	{	color:red;		}
.yellow	{	color:yellow;	}
.lime	{	color:lime;		}
.aqua	{	color:aqua;		}
.blue	{	color:blue;		}
.fuchsia{	color:fuchsia;	}
.maroon	{	color:maroon;	}
.olive	{	color:olive;	}
.green	{	color:#4dac26;	}
.teal	{	color:teal;		}
.navy	{	color:navy;		}
.purple	{	color:purple;	}
.orange	{	color:orange;	}
.gray	{	color:gray;		}
.silver	{	color:silver;	}

.result	th,
.result	td	{
	vertical-align:middle;
	border:solid 1px #666;

}
.result	th	{
	white-space:nowrap;
}
.result .clear	{
	clear:both;
}
.jTagEditor{
	float:left;
}

/* jtag table class*/
.kyushin{
	width:100%;
}
.kyushin td, .kyushin th{
	padding:5px;
	border:1px solid #ccc;
}
.kyushin th{
	background-color:#CEEAFF;
}

/*jtag table*/
.noborder{
	
	border:none;
}
.noborder td, .noborder th{
	border:none !important;
}

