﻿.CaptionColumns
{
    width:25%;
    font-family:Tahoma;
    font-size:10px;
    text-align:left;
}

.ValidatorColumns
{
    width:3%;
    color:Red;
    font-size:8px;
}

.ObjectColumns
{
    width:72%;
}

.ObjectsFullWidth
{
    width:200px;
    font-family:Tahoma;
    font-size:10px;
}

.ObjectsHalfWidth
{
    width:50%;
    font-family:Tahoma;
    font-size:10px;
}

.ObjectsQuarterWidth
{
    width:25%;
    font-family:Tahoma;
    font-size:10px;
}


.Validators
{
    visibility:hidden;
}
