﻿.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. */

.ElitePlayerPhotoGalleryDataList .AspNet-DataList
{
	float:left;
	width:350px;
	text-align:center;
	margin:0px;
}
.ElitePlayerPhotoGalleryDataList .AspNet-DataList table tbody tr td
{
	text-align:left;
	padding:2px 0;
	width:87px;
}
.ElitePlayerPhotoGalleryDataList .AspNet-DataList table tbody tr td img
{
	text-align:center;
	border:solid 1px #000;
	margin:0 2px;
}
