@charset "utf-8";

/* custom css */
table {
	border-collapse: collapse;
}

.seqTable tbody tr td {
    background-color: #EEE;
	font-size: 14px;
}

.seqTable tbody tr.odd td {
	background-color: #CCC;
	font-size: 14px;
}

.seqTable tbody tr.new td {
	background-color: #9FC;
	font-size: 14px;
}

input.seqBox, input.new{
	text-align: center;
	background-color: #FFFFFF;
	border: thin solid #000000;
}

.panelTitle {
	text-align: center;
	font-size:16px;	
}