/** Listing Page  ----------------------------------------------------------------------------------------------------*/
TR.listingPage {
    vertical-align: top;
    background-color: #f5f4f4;
}

TABLE.listingPage {
    width: 100%;
    vertical-align: top;
    background-color: black;
    padding: 0;
}

STRONG.listingPage {
    font-weight: bold;
    font-variant: small-caps;
}

TD.listingPage {
    vertical-align: top;
    background-color: #f5f4f4;
    color: black;
    font-size: 10pt;
    padding: 2px;
}

/** Listing Description ----------------------------------------------------------------------------------------------*/

DIV.listingDetails{
    padding:10px;
}


TABLE.listingDescription {
    padding: 10px;
    border: 2px #416C97;
    background-color: #f5f4f4;
    color: black;
    font-size: 10pt; /*font-family: serif;*/
    font-variant: normal;
}

TR.listingDescription {
    border: 1px solid black;
    padding: 10px;
    color: black;
}

TD.listingDescription {
    padding: 10px;
}

TABLE.indexPage {
    background-color: #f5f4f4;
    width: 100%;
}

TD.indexPage {
    width: 100%;
}

TABLE.listingPresenter {
    width: 100%;
    background-color: #f5f4f4;
    border-left: 0;
    border-right: 0;
    padding: 0;
}

TR.listingPresenter {
    background-color: #f5f4f4;
    border-bottom: 1px dotted red;
}

TD.listingPresenter {
    padding: 0;
    color: black;
    background-color: #f5f4f4;
    border-bottom: 1px solid red;
}

/** Listing Properties -----------------------------------------------------------------------------------------------*/
TD.listingProperties {
    background: white;
    padding: 0;
    border-top: 0;
    border-bottom: 1px #5D7BC1 dotted;
    border-left: 0;
    border-right: 0;
    font-size: 10pt;
}

/** Listing Photos ---------------------------------------------------------------------------------------------------*/
TABLE.listingPhotos {
    padding: 0;
    background-color: #f5f4f4;
    width: 100%;
    border-top: 1px dotted red;
}

DIV.listingManager {
    color: black;
    width: 100%;
    position: absolute;
}

DIV.emailerModule {
    height: 26px;
    width: 99%;
    padding: 4px;
    background: #f0f0f0;
    position: inherit;
}

TD.listingPhotos {
    vertical-align: middle;
}

IMG.listingPhoto {
    border: 2px solid #416C97;
    width: 100%; /*height: 300px;*/
}

table.resume {
    background-color: #f5f4f4;
    color: #666666;
    padding: 24px;
}

/** INDEX PAGE -------------------------------------------------------------------------------------------------------*/

span.s0 {
    color: rgb(0, 0, 0);
}

span.s1 {
    color: rgb(0, 51, 255);
    font-weight: bold;
}

span.s2 {
    color: rgb(0, 153, 153);
}

span.s3 {
    color: rgb(0, 204, 204);
    font-weight: bold;
}

span.s4 {
    color: rgb(0, 0, 255);
}

span.ln {
    color: rgb(0, 0, 0);
    font-weight: normal;
    font-style: normal;
}
