.listingHeader
{
    font-size: 11pt;
    font-family: Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1.3px;
    padding: 5px;
    border-bottom: 1px dashed red;
}


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



.listingRight
{
    font-size: 10pt;
    font-family: Arial, sans-serif;
    padding: 7px;
    border-bottom: 1px dotted #5B0000;
}

.listingLeft
{
    color: white;
    padding: 7px;
    font-size: 10pt;
    font-family: Arial, sans-serif;
    border-bottom: 1px dotted #5B0000;
}

.listing_text_input
{
	display: block;
    border: 1px solid #5B0000;
	background-color: #EDE6D8;
	margin: 2px 0;
	width: 100%;
}

.listing_text_input_error
{
	display: block;
    border: 1px solid #5B0000;
	background-color: #EDE6D8;
	margin: 2px 0;
	width: 100%;
}
.listing_number {
	color:  #FF0000;
	 font: 11pt arial, sans-serif;
    letter-spacing: 0.00em;
    padding-top: 2px;
    margin-bottom: 5px;
    margin-top: 15px;
    font-weight: bold;

}
a.listing_link
{
    color: #FF0000;
}

a.listing_link:active
{
    color: #E6243B;
    text-decoration: none;
}
a.listing_link:hover
{
    color: #E6243B;
    text-decoration: none;
}
.maintext
{
    line-height: 1.3em;
    text-align: left;
    font-family: arial, sans-serif;
    font-size: 10pt;
    color: #FFF;
}
.listing_line {
	border-bottom: 1px dotted #FF0000;
}

.remaining_chars
{
    color: #808080;
    font-size: 9pt;
    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
{

}