﻿
body, textarea, input, select {
    font-family: Arial, sans-serif !important;
    font-size: 10pt;
    color: #545454;
}

h1 {
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
}

h2 {
    font-size: 15pt;
    font-weight: bold;
}

h3 {
    font-size: 12pt;
    font-weight: bold;
}

h4 {
    font-size: 11pt;
    font-weight: normal;
    margin: 12px auto;
}

a {
    font-size: 10pt;
    font-weight: bold;
}

.upper {
    text-transform: uppercase;
}

.spnMandatory, .Text_Warning {
    color: #E00000;
}

.Text_Success{
    color: #4F8A10;
}

.multiselect li {
    font-size: 14px;
}

#menuLinks a {
    text-decoration: none;
}

    #menuLinks a:hover, #menuLinks .current {
        text-decoration: none;
        opacity:1.0;
        filter: alpha(opacity=100)
    }

.multiselect li:hover {
    text-decoration: line-through;
}

.divResultsDetails h2 {
    font-size: 12pt;
}

.divDetails h2 {
    font-size: 12pt;
}

.spanResultsLabel {
    font-weight: bold;
    font-size: 11pt;
}

.divPopUpFields {
    text-align: left;
}

.divHeader {
    font-size: 13pt;
    font-weight: bold;
    text-align: center;
}

.divContents {
    text-align: center;
}

.divFooter {
    text-align: center;
}

.divFooterRight {
    text-align: right;
}

.divPagingBox {
    text-align: center;
}

    .divPagingBox a {
        text-decoration: none;
        font-weight: normal;
    }

.selectedBorder {
    font-weight: bold;
}


.Popup_PageCount {
    text-align: right;
}

.divFeaturedProperties .sliderItem .divOverlay {
    text-align: center;
}