.ListViewColumnData,
td table.sectionTable td.ListViewColumnData
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	color: #373737;
	font-size: 11px;
	/*
	border-right: solid 1px #a7a7a7;
	border-bottom: solid 1px #a7a7a7;*/
}
.ListViewSortedColumnData,
td table.sectionTable td.ListViewSortedColumnData
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	color: #373737;
	font-size: 11px;
	/*
	border-right: solid 1px #a7a7a7;
	border-bottom: solid 1px #a7a7a7;*/
}
.ListViewRowLight
{
	background-color: white;
	cursor:hand;
}
.ListViewRowUnSelected
{
	cursor:hand;
	cursor:pointer;
}
.ListViewRowSelected
{
	cursor:hand;
	cursor:pointer;
	background:#C6DBFF;
}
.ListViewRowDark
{
	background-color: #e0e0e0;
	cursor:hand;
}
.ColumnHeaderRow
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	color: white;
	font-size: 11px;
	font-weight:bold;
	background-color:#373737;
	
	background-image: url('../images/portal/lv_column_bg.gif');
	background-position: 0 bottom;
	background-repeat: repeat-x;
	height: 16px;
	padding: 8px 10px 6px 10px;
}
.ListViewColumnHeader,
td table.sectionTable td.ListViewColumnHeader
{
	padding: 5px 2px 5px 2px;
	border-right: solid 1px #a7a7a7;
	border-bottom: solid 1px #a7a7a7;
	cursor:hand;
}
.refreshHeaderCell
{
	/*position: relative;*/
}
/*
.refreshHeaderCell span
{
	float: left;
	width: 100px;
}
.refreshHeaderLink
{
	float: right;
	margin: 0;
	padding: 0;
}
*/
