﻿.darkRow
{
	background-color: #F7F7F7;	
}

.lightRow, .NoItemsMsg
{
	background-color: #E5E5E5;	
}

.nowrap
{
	white-space: nowrap;
}

.centre p
{
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.selectedListItem, .selectedListItem td, .selectedListItem a
{
	background-color: #1489B7;	
	color: #fff;
}


