﻿  .ItemContentArea
{
    position:relative;
}
.ContentImageTable
{
    float: left;
}
.ItemTable
{
    float: left;
    border-collapse: collapse;
}  
.ItemRow, .ItemRowAlt
{
    width: 100%;
    height: 17px;
}
.ItemRowAlt
{
}
.ItemLabel, .ItemLabelAlt
{
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    color: Black;
}
.ItemLabelAlt
{
}
.ItemValue, .ItemValueAlt
{
    width: 100%; 
    border-width: 0;
    border-style: none;
    color: Black;
    font-size : 8pt;
    font-family: verdana, arial, helvetica;
    overflow-x: hidden;
    overflow-y: auto;
}
.ItemValueAlt
{
}
.StatusTable
{
    width: 100%;
}
.StatusRow
{
    width: 100%;
}
.StatusArea
{
    width: 100%; 
    color: Red;
    border-width: 0;
    border-style: none;
    overflow: hidden;
}


/* Editor Part */
.ScrollCheckboxes
{
    height: 120px;
    width: 190px;
    padding: 5px;
    overflow: auto;
    border: 0px solid #ccc;
}

.FormText
{
    font-size : 8pt;
    font-family: verdana, arial, helvetica, sans-serif
}
