﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the DataList control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

/* The outermost DataList table. */
.datalist1 .AspNet-DataList table
{
width:auto;
border: none;
table-layout: inherit;
}

.datalist2 .AspNet-DataList table
{
    width: auto;
    table-layout: inherit;
    margin: 0 auto;
    border: solid 2px #EEEEEF;
    padding:5px;
}

.datalist3 .AspNet-DataList table
{
    width: auto;
    table-layout: inherit;
    margin: 0 auto;
}

.datalist2 .AspNet-DataList td
{
    text-align: left;
}





.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the DataList control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */


/* Individual "items" in the DataList. */
.charParentData .AspNet-DataList table tbody tr td
{    
    vertical-align: top; 
}


