﻿.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 FormView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.AspNet-FormView-Header
{
    color: #FFFFFF;
    background-color: #91A2A6;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
    position: relative;
    text-align: left;
}

.AspNet-FormView-Data
{
    background-color: #C8D3D5;
}

.AspNet-FormView-Pagination
{
}

.AspNet-FormView-Data .FormView-Name
{
    position: absolute;
    font-weight: bold;
}

.AspNet-FormView-Data 
{
   /* margin-left: 220px; */
}

.FormView-Description
{
 font-weight: bold;
 width: 220px;
 margin-right: 5px;
}

.FormView-Value
{
/* font-weight: bold; */
}


