﻿.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. */

.DataList
{
}
.DataList span
{
	display: block;
	float: left;
	padding: 0 5px 5px 0;

}

.DataList span span
{
 padding: 0 2px 10px 0;
}
.DataList table
{
}

.DataList table caption
{
}

.DataList table thead
{
}

.DataList table thead tr
{
}

.DataList table thead tr th
{
}

.DataList table tfoot
{
}

.DataList table tfoot tr
{
}

.DataList table tfoot tr td
{
}

.DataList table tbody
{
}

.DataList table tbody tr
{
}

.DataList table tbody tr td
{
}
