﻿.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 DetailsView control adapter is enabled. */

div.dView-Data ul
{
    margin: 0;
    padding: 0;
}

div.dView-Data li
{
    margin: 0;
    padding: 0;
    position: relative;
}

.dView
{
    list-style-type: square;
}

.dView-Alternate
{
    list-style-type: square;
}

.dView-Name
{
    list-style-type: square;
    font-weight: bold;
    padding-right:5px;
}

.dView-Value
{
    list-style-type: square;
}