@charset "UTF-8";

table th,
table td
{
	border: 1px #000 solid;
	padding: 10px;
}
table tr th
{
	background-color: #ddd;
}
table tr th:FIRST-CHILD
{
	width: 130px;
}
table tr td:FIRST-CHILD
{
	text-align: center;
}


.bnoneTbl td
{
	border: 1px #FF0000 solid;
}
.bnoneTbl td:FIRST-CHILD
{
	border: none;
}

.bhiddenTbl td
{
	border: 1px #FF0000 solid;
}
.bhiddenTbl td:FIRST-CHILD
{
	border: hidden;
}

.bsolidTbl td
{
	border: 1px #FF0000 solid;
}

.bdoubleTbl td
{
	border: 10px #FF0000 double;
}

.bgrooveTbl td
{
	border: 10px #FF0000 groove;
}

.bridgeTbl td
{
	border: 10px #FF0000 ridge;
}

.binsetTbl td
{
	border: 10px #FF0000 inset;
}

.boutsetTbl td
{
	border: 10px #FF0000 outset;
}

.bdashedTbl td
{
	border: 1px #FF0000 dashed;
}

.bdottedTbl td
{
	border: 1px #FF0000 dotted;
}

.testTbl
{
	width: 730px;
}
	.testTbl th
	{
		background-color: #ddd;
		text-align: center;
		font-weight: bold;
		border-left:  2px #000 solid;
		padding: 10px;
	}
	.testTbl th:FIRST-CHILD
	{
		border-left:  1px #000 solid;
	}

		.testTbl th.cel1
		{
			width: 155px;
		}
		.testTbl th.cel2
		{
			width: 97px;
		}
		.testTbl th.cel3
		{
			width: 478px;
		}
	.testTbl td
	{
		border-bottom: 2px #000 solid;
		border-left:  2px #000 solid;
		padding: 10px;
	}
	.testTbl td:FIRST-CHILD
	{
		text-align: center;
		border-left:  1px #000 solid;
	}



