DIV.LV_CONTAINER {
	position: relative;
	border: none;
	font-family: helvetica,arial,sans-serif;					
	font-size: 11;
	cursor: default;
}

DIV.LV_TITLE {
	width: 100%;
	background: #999999;
	position: relative;
	border: 1px solid black;
	border-bottom: none;
	color: white;
	font-weight: 700;
	font-style: italic;
}

DIV.LV_FIXEDHEADER {
	background: #6699CC;
	width: 100%;
	position: relative;	
	border: 1px solid black;
	border-bottom: none;
	color: white;
}

DIV.LV_COLUMNHEADER {
	position: absolute;	
	top: 0px;
	height: 100%;
	border: none;
	border-right: 1px solid gray;
}

DIV.LV_CONTENT {
	background: transparent;
	position: relative;
	overflow: scroll;
	border: 1px solid black;
}

DIV.LV_CELL {
	position: absolute;
	top: 0px;
	border: none;
	border-right: 1px solid gray;
	overflow: hidden;
	height: 100%;
}

DIV.LV_VALUE{
	position: absolute;
	top: 1px;
	left: 3px;
}

DIV.LV_SCROLLHEADER{
	position: relative;
	background: #6699CC;
	color: white;
}

DIV.LV_HIGHLIGHTROW{
	position: relative;
	/*background: $this->highlightcolor;*/
	border-bottom: 1px solid gray;		
}

DIV.LV_ODDROW{
	position: relative;
	background: #DEE9FF;
	border-bottom: 1px solid gray;
}

DIV.LV_EVENROW{
	position: relative;
	background: #F0F0FF;
	border-bottom: 1px solid gray;
}

DIV.LV_PARTIAL_ALLOWED{
	position: relative;
	background: #FFB300;
	border-bottom: 1px solid gray;
}

DIV.LV_NOT_ALLOWED{
	position: relative;
	background: #FF8888;
	border-bottom: 1px solid gray;
}
		