﻿title {
    display:none;
}
body {
}
.Outset
{
     border-top:2px solid white;
     border-left:2px solid white;
     border-right: 2px solid dimgray;
     border-bottom: 2px solid dimgray;
     box-sizing:border-box;
}
.DataLabel
{
    width:150px;
    background-color:ghostwhite;
    border-bottom: 1px solid gray;
    text-align:left;
    vertical-align:top;
}
.DataLabelExWidth
{
    background-color:ghostwhite;
    border-bottom: 1px solid gray;
    text-align:left;
    vertical-align:top;
}
.DataCell
{
    text-align:left;
    border-bottom: 1px solid ghostwhite;
}
.DataField
{
    width:100%;
    border:1px solid gray;
}
