.lvContainer
{
	position:absolute;
	border:1px solid #aaaabb;
	background:white;
}

.lvContainer2
{
	border:1px solid #aaaabb;
	background:white;
}

.lvContainer .status,.lvContainer2 .status
{
	display:none;
}

.lvHeader
{
	background:#eeeeef;
	padding:0px!important;
	border-left:1px solid white;
	border-right:1px solid #aaaabb;
	border-bottom:1px solid #bbbbcc;
	text-align:left;
	font-weight:bold;
	color:#224488;
}

.lvIcon
{
	width:17px;
	height:16px;
}


.lstViewContentDiv
{
	overflow-y:auto;
}

.lstviewItemSelected
{
	cursor:pointer;
	background:#ddddff;
	color:blue;
}

.tblLVInh td
{
	cursor:pointer;
	border-left:1px solid #eeeeff;
	border-right:1px solid transparent;
	border-bottom:1px solid #eeeeff;
	padding:0px!important;
	padding-left:2px!important;
	vertical-align:top;
}


.tblLVInh .bold
{
	font-weight:bold;
}


.tblLVInh .lvheader
{
	cursor:default;
	background:#bbddff;
	font-weight:bold;
}

.tblLVInh .hover
{
	background:#ffff8a;
}
.tblLVInh .hoverbold
{
	background:#ffff8a;
	font-weight:bold;
}


.tblLVInh .selected
{
	background:#ffef77;
}

.lvHead,.lvHead:hover
{
	font-weight:bold;
	background:#eefaff!important;
}
.lvHead td
{
	cursor:default;
}

.tblLVInh .inactive
{
	background:#fafafa;
}
.tblLVInh .inactive td
{
	color:#c0c0c0;
	cursor:default;
}

.tblLVInh .inactiveSelected
{
	background:#ffef99;
}
.tblLVInh .inactiveSelected td
{
	color:#c0c0c0;
	cursor:default;
}

