﻿
.listing_tablecontainer
{
    background-color: #63513f;
    width: 100%;
    font-family: arial;
    font-size: 9pt;
    color: #ffffff;
    height: 20px;
}

.listingcell
{
    border-left: dotted 1px #ffffff;
    text-align: center;
}

.listingcell a
{
    color:#ffffff;
    text-decoration: none;
} 

.modalBackground
{
    background-color:#202020;
    filter:alpha(opacity=70);
    opacity:0.7;
}

#Container td+td input[type="text"]
{
    width: 350px;
    font-size: 9pt;
}

#Container span
{
    font-size: 9pt;
}

.PopupTitle
{
    font-size: 10pt;
    font-weight: bold;
    text-indent: 10px;
}

.ajLoader
{
    width:450px;
    height:80px;
    background:url(/images/ajax-loader.gif) no-repeat center;
}