﻿.ReportDetails
{
    position: relative;
}

.ReportDetails ul
{
    margin: 0;
    padding: 0;
}

.ReportDetails li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;

    padding: 3px 0 2px 4px;
    color: #333333;
    background-color: White;
    vertical-align: middle;
    min-height:1.4em; /* ADDED for Firefox */
}

.ReportDetails .FieldName
{
    position:absolute;
    top: 3px;
    left: 0;
    font-weight: bold;
    float: left;
}

.ReportDetails .FieldValue
{
    float: none;
    margin-left: 12em;
}

.ReportDetails input,
.ReportDetails textarea
{
    width: 30em;
}

.ReportItem
{
    background-color: White;
    border: dashed 1px grey;
    margin-bottom: 1.5em;
    padding: 2em;
}



.ReportGridView .AspNet-GridView
{
    width: 100%;
}

.ReportGridView .AspNet-GridView table
{
    width: 100%;
    background: white;
}