/*
 * New:
 *  Light Gray: #E0DFDF
 *  Ligh Blue: #7E98B5
 *  Gray: #cccccc
 *  Dark Gray: #333333
 *  Blue: #285483
 *  Tan: #CFC48E
 *  Light Tan: #E8DFCD
 *  Dark Tan: #69624A
 * 
 * Old:
 *  Brown: #D3C8A7
 *  Blue: #7B91A9
 *  Dark Blue: #445E71
 *  Beige: #F2ECD8
 *  Dark Gray: #455551
 */


#mls, #mls td {
	font-family: Verdana, Arial, Helvetica, 'sans-serif';
	font-size: 13px;
	line-height: 175%;
	margin: 0px;
}

#mls h2 {
	font-size: 19px;
	font-weight: normal;
	color: #7B91A9;
}


#mls div.inlineHelp {
	border: 1px solid #996600;
	background-color: #D6BA84;
}

#mls div.navigation {
	margin-bottom: 15px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 11px;
}

/******************************************************************************
 **********                    Generic tabled list                   **********
 ******************************************************************************/

#mls div.list {
	border-color: #E8DFCD;
}

#mls div.list table {
	
}

#mls div.list table tr th {
	background-color: #E8DFCD;
}

#mls div.list table tr td {
	border-color: #E8DFCD;
}

#mls div.list table tr.oddRow td {
	background-color: transparent;
}

#mls div.list table tr.evenRow td {
	background-color: #F2ECD8;
}

#mls div.list table tr.hover td {
	background-color: #E8DFCD;
}

/******************************************************************************
 **********                 Generic properties table                 **********
 ******************************************************************************/

#mls div.properties table {
	border-color: #E8DFCD;
}

#mls div.properties table tr th {
	background-color: #E8DFCD;
}

#mls div.properties table tr td {
	border-color: #E8DFCD;
}

#mls div.properties table tr td.propertyName {
	background-color: #E8DFCD;
}

#mls div.properties table tr td.propertyValue {
	background-color: transparent;
}

/* Generic tabled form */

#mls table.form tr th {
	background-color: transparent;
	border-bottom: 1px solid #D3C8A7;
}

/* Checkbox list */

#mls div.checkboxList div.selector div.options {
	border: 2px inset white;
}

/******************************************************************************
 **********                      Filter form                         **********
 ******************************************************************************/


#mls div.filterForm table tr td {
	font-size: 11px;
	padding: 5px;
}

#mls div.filterForm table tr.criteria td {
	border-bottom: 1px solid #CFC48E;
}

#mls div.filterForm table tr.criteria td.label {
	background-color: transparent;
	font-weight: bold;
	font-size: 11px;
}

#mls div.filterForm table tr.buttons td {
	background-color: transparent;
}

/******************************************************************************
 **********                        Search results                    **********
 ******************************************************************************/

#mls div.results div.result div.properties table tr td.propertyName {
	
}

#mls div.results div.result {
	background-color: #transparent;
}

#mls div.results div.result.hover {
	background-color: #F2ECD8;
}


/******************************************************************************
 **********                      Listing details                     **********
 ******************************************************************************/

#mls div.listingDetailOptions {
	font-weight: bold;
	font-size: 13px;
}

#mls div.listingDetails div.properties table {
	border: 0px;
}

#mls div.listingDetails div.properties table tr th {
	background-color: #E8DFCD;
}

#mls div.listingDetails div.properties table tr td.propertyName {
	background-color: transparent;
}

#mls div.listingDetails div.properties table tr td.propertyValue {
	background-color: transparent;
}

#mls div.orleans div.title {
	background: #E8DFCD;
	border: 1px solid #CFC48E;
}

/******************************************************************************
 **********                      Checkbox List                       **********
 ******************************************************************************/

#mls div.checkboxList div.selector div.options div.option.highlight {
	background-color: #CFC48E;
}

/******************************************************************************
 **********                        Agent Profile                     **********
 ******************************************************************************/
 
#mls div.agentProfile dl dt {
	font-weight: bold;
}