/*  SEARCH OPTIONS PAGE
___________________________________________________________________________________________________ */

/* Search Options Table */
.SearchOptions_TABLE { margin: 0px; padding: 0px; width: 98%; }

/* Default Style for Table containing all Search Options text & elements */
.SearchOptions_COPY_Container { padding: 0px 0px 0px 4px; vertical-align: top; }
.SearchOptions_COPY_Container P { }

/* Section Labels TD's (Basic Options, Search Method, Display Options) */
.SearchOptions_SectionLabel { color: #14344D; padding: 7px 0px 7px 3px; background: #E3E3E2; }
/* Section Items (Form Items and Labels, text, etc.) */
.SearchOptions_SectionCopy { padding-top: 2px 0px 0px 0px;}

/* Styles used for Basic Search Section (Form Labels and Drop-Down Lists) */
.SearchOptions_COPY_BasicSearchFormItemLabels { font-size: .90em; width: 110px; height: 24px; white-space: nowrap; }
.SearchOptions_TD_BasicSearchFormItem { height: 24px; }
.SearchOptions_FORM_BasicSearchSelectBox, 
.SearchOptions_FORM_BasicSearchTextBox { background-color: #FEF5E3; color: #4E3809; width: 150px; }
.SearchOptions_COPY_MasterFirstFloor { background-color: #FEF5E3; width: 259px; padding: 2px; } 
.SearchOptions_COPY_NewConstruction { background-color: #FEF5E3; width: 259px; padding: 2px; } 

.SearchOptions_TD_AdvancedOptions, 
.SearchOptions_TD_AdvancedOptionsText { color: #75470C; background: #FCC074; font-size: 1em; }
.SearchOptions_TD_AdvancedOptionsText { padding-left: 4px; } 

/* Search Method */
.SearchOptions_TD_SearchMethodRadioButton { width: 10px; }
.SearchOptions_COPY_SearchMethodFormItemLabels { font-size: .90em; width: 170px; height: 24px; white-space: nowrap; }
.SearchOptions_TD_SearchMethodFormItem { height: 24px; }
.SearchOptions_FORM_SearchMethodSelectBox, 
.SearchOptions_FORM_SearchMethodTextBox { background-color: #FEF5E3; color: #4E3809; width: 200px; }

/* Display Options TD BgColor Formatting & Fonts */
.SearchOptions_TD_DisplayOptionsBg { background: #FCC074; padding: 3px 0px; }
.SearchOptions_COPY_DisplayOptionsFormItemLabels { font-size: .90em; height: 24px; white-space: nowrap; color: #75470C; }
.SearchOptions_TD_DisplayOptionsFormItem { height: 24px; }

.SearchOptions_FORM_DisplayOptionsSelectBox, .SearchOptions_FORM_DisplayOptionsTextBox { background-color: #FEF5E3; color: #4E3809; }
.SearchOptions_COPY_SelectSchoolBg { background: #3A475A url(../images/layout/IDX_SelectSchoolBg.gif) no-repeat 0% 100%; }

/* SEARCH OPTIONS PROGRESS BOX */
.SearchResults_ProgressIndicatorHeaderTable { border: 1px solid #FFF; }
.SearchResults_ProgressIndicatorHeaderTable TD { background: #90A3BE; color: #C9D5E6; font-weight: bold; text-align: left; }
.SearchResults_ProgressIndicatorMainTable { border: 1px solid #FFF; background: #758CAE; }
.SearchResults_ProgressIndicatorMainTable TD { color: #FFF; font-weight: bold; text-transform: uppercase; text-align: center; }
.SearchResults_ProgressIndicatorAnimation { background: url(../images/layout/web_AnimatedProgressBar.gif) no-repeat 50% 50%; }

