.lbox {
	border: 0;
	display:block;
	padding: 3px 3px 3px 3px;
	overflow: auto;
	width: 98%;
	height: auto;
}
.ltable
{
	display: block;
	float:left;
	padding: 0 0 0 0;
	
}

.lrow{
	display: block;
	float:left;
	clear:left;
	height: 31px;
}
.lrow:first-child {
	height: 31px;
}
.lrow:hover:first-child {
	background: inherit;
	cursor: default;
}
.lrow .ltabc:first-child {
	display: block;
	float:left;
	clear:left;
	width: 80px;
}

.ltabc
{
	display: block;
	float: left;
	border-bottom: 1px black solid;
	border-right: 1px dashed black;
	height: 30px;
	padding-top: 8px;
	padding-bottom:8px;
	width: 40px;
	padding: 0 0 0 0;
}


.lkomleft {
	border: 0px solid black;
	height: 100%;
	width: 33%;
	display: block;
	float: left;
	vertical-align: middle;
}
.lkomcenter{
	border: 0px solid black;
	height: 100%;
	float: left;
	display: block;
	width: 34%;
	vertical-align: middle;
}
.lkomright{
	border: 0px solid black;
	height: 100%;
	float: left;
	clear:right;
	display: block;
	width: 33%;
	vertical-align: middle;
}














.lrowinactive
{
	display: table-row;
	float:left;
	clear:left;
	background-color: Silver;
}
.lrowinactive .ltabc:first-child {
width: 80px;
}
.lrow:hover 
{
	background: #9DFFE8;
}


.lnewrow{
	display: table-cell;
	float: left;
	border-bottom: 1px black solid;
	border-right: 1px dashed black;
	height: 40px;
	width: 80px;
	empty-cells: show;
	padding: 0 0 0 0;
	clear:left;
}