﻿.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. */

/* 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. */

.PhotoAlbumDataList
{
    width:100%;
}

/* The outermost DataList table. */
.PhotoAlbumDataList .AspNet-DataList table
{
    width:564px;
    text-align:center;
    margin:0 auto;
}



/* Individual "items" in the DataList. */
.PhotoAlbumDataList .AspNet-DataList table tbody tr td
{
    width:564px;
    text-align:center;
}

/* Individual "items" in the DataList. */
.PhotoAlbumDataList .AspNet-DataList table tbody tr td img
{
 
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    text-align:center;
    margin:0 2px 10px 2px;
}

/* Header and Footer of the DataList. */

.PhotoAlbumDataList .AspNet-DataList table thead tr th,

.PhotoAlbumDataList .AspNet-DataList table tfoot tr td,

.PhotoAlbumDataList .AspNet-DataList table caption

{

}



/* Header of the DataList. */

.PhotoAlbumDataList .AspNet-DataList table thead tr th

{

}



.PhotoAlbumDataList .AspNet-DataList table caption

{

}



/* Footer of the DataList. */

.PhotoAlbumDataList .AspNet-DataList table tfoot tr td

{

}

