/*  $Header: /ColoPropertyV2/web/styles/ColoStyles.css 14    11/16/06 1:09p Karen $ */
.bodyfont {
    font-family: Franklin Gothic, georgia, serif;
    font-size: 12px;
    color : #000000;
    text-decoration : none;
    }
    
a.bodyfont:hover {
    font-family: Franklin Gothic, georgia, serif;
    font-size: 12px;
    color : #143d8d;
    text-decoration : underline;
    }
    
body {
    background-color : #ffffff;
}
body.welcome {
    background-color: black;
}
.SearchTable {
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    border: 0px;
    padding: 0px;
    border-collapse: collapse;
    margin:0px;
}
.CriteriaContainer {
    border:1px solid black;
    width: 100%;
}
.CriteriaLabel {
    font-weight: bold;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-size: 13px;
    text-align : right;
    vertical-align:top;
    white-space: nowrap;
    color:black;
}
.CriteriaField {
    border:none;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-size: 13px;
    vertical-align : top;
    text-align : left;
    white-space: nowrap;    
    padding-right: 8px;
    padding-top: 3px;
}
.CriteriaPadding {
    padding-top: 4px;
}
.CriteriaNote {
    vertical-align:top;
    text-align: left;
    font-size: .7em;
}
.StepName {
    font-weight: bold;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-size: 15px;
}
.StepDescription {
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-size: 15px;
}
.AdvancedCriteriaLabel {
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-size: 14px;
}
.OutputFormatSelect {
    vertical-align: middle;
    text-align: left;
}
.CriteriaTable {
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    border-width: 0px;
    width: 650px;
}
.CriteriaTable td {
    padding: 3px;
}
.SearchButton {
    vertical-align: middle;
    text-align: right;
}
.AdditionalCriteria {
    vertical-align: bottom;
    text-align: center;
    border: 1px black;
}
.OpenHouseCriteria {
    padding: 5px;
    text-align: left;
}
.CriteriaControl {
    text-align: right;
}
.CriteriaControl A:visited {
    color: black;
    font-weight:bold;
}
.CriteriaControl A:link {
    color: black;
    font-weight:bold;
}
.OneLineList {
    padding-right: 5px;
}
.HideAdvanced .AdvancedCriteria {
    display:none;
}
.ShowAdvanced .AdvancedCriteria {
    display:table-row;
}

.mobileLinkBanner {
    width: 800px;
    padding: 2px 0px 4px 5px;
    font-size: 13px;
    font-color: white;
    font-weight: bold;
    font-family: sans-serif;
    background-color: black;
    text-align: right;
}
a.mobileLink:link {
    color: white;
}
a.mobileLink:visited {
    color: white;
}
a.mobileLink:hover {
    color: #f4f7cc;
}

.welcomeMessage {
    text-align: center;
}

.welcomeHeader {
    font-size: 1.1em;
    color: #660000;
    font-weight: bold;
}

.welcomeText {
    font-size: .75em;
    color: black;
    font-weight: normal;
}

.mediumfontwhite {
    font-family: Franklin Gothic, georgia, serif;
    font-size: 14px;
    color: #ffffff;
    }
    
.imageborder {
    border: 1px #000000 solid;
    } 

