

.oddRow 
{
	background-color: #EAF2FA;
}

.evenRow 
{
	background-color: #BBD8E7;
}

.rollOverRow 
{
	background-color: #21759B;
	color: White;
	cursor: pointer;
}

input.fairfax  
{
	width: 100%;
}

textarea.fairfax  
{
	height: 300px;
	width: 100%;
}

td.title 
{
	width: 200px;
}

.pagination a 
{
	padding: 5px;
}

.pagination a:hover 
{
	background: #111;
	border: solid 1px #222;
	text-decoration: NONE;
}