﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the DataList control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.AspNet-DataList
{
	text-align:center;
}

.AspNet-DataList table
{
	width:100%;

}

.AspNet-DataList table caption
{
}

.AspNet-DataList table thead
{
}

.AspNet-DataList table thead tr
{
}

.AspNet-DataList table thead tr th
{
}

.AspNet-DataList table tfoot
{
}

.AspNet-DataList table tfoot tr
{
}

.AspNet-DataList table tfoot tr td
{
}

.AspNet-DataList table tbody
{
}

.AspNet-DataList table tbody tr
{
}

.AspNet-DataList table tbody tr td
{

}


#ctl00_ContTop_dlFirms
{
	text-align:center;
}

#ctl00_ContTop_dlFirms table
{
	width:100%;
	border-collapse:collapse;

	
}

#ctl00_ContTop_dlFirms table td
{
	width:25%;
	border: solid 1px #cad0e0;
}


