.listingHeader
{
    font-size: 11px;
    font-family: Tahoma, Verdana, sans-serif;
    letter-spacing: 1.1px;
    font-weight: bold;
    padding: 0px;
}


.listingComment
{
    color: #666666;
    font-size: 8pt;
    font-family:  Tahoma, Verdana, sans-serif;
}



.listingRight
{
    font-size: 11px;
    font-family: Tahoma, Verdana, sans-serif;
    background: #ffffff;
    padding: 0px;
    border-bottom: 1px dotted #F5D7D7;
}

.listingLeft
{
    color: #666666;
    font-size: 11px;
    font-family: Tahoma, Verdana, sans-serif;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px dotted #F5D7D7;
}

.listingField
{
    padding: 0px;
}

.listing_text_input
{
    display: inline;
    border: 1px solid #F5D7D7;
    width: 99%;

}

.listing_text_input_error
{
    background: #FBF5F5;
    width: 99%;
    border: 1px dotted #F5D7D7;
}


.listingTable
{

    padding: 5px;
}

.listingGroupline{    background-color: #FFEFEF;    padding: 2px;}

.remaining_chars
{
    color: #808080;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.listing_common_width
{
    width: 99%;
}

.divider
{

}

.float_integer_part
{
    width: 200px;
}

.float_decimal_part
{
    width: 40px;
}

.listing_interval_width
{
    width: 200px;
}

.listing_dropdown
{
    width: 99%;
}

.listing_multiple_dropdown
{
    width: 99%;
}

input textarea
{

}