/* Colors:
 *   Blue: #9AAACB
 *   Green: #7D9D5A
 *   Dark Grey: #333333
 *   Dark Blue: #061439
 */

#mls
{
	text-align: left;
}

#mls a
{
	color: #061439;
}

#mls h2
{
	color: #061439;	
	border-bottom: 1px solid #061439;
}

#mls .warning
{
	border: 2px solid #7D9D5A;
	color: #7D9D5A;
	background-color: white;
	padding: 5px 10px;
}

/* Search Form */ 

#mls div.filterForm table
{
	width: 600px;
}

#mls div.filterForm table tr.criteria td.label
{
	background-color: #7D9D5A;
	font-weight: bold;
	color: #FFFFFF;
	width: 150px;
}

#mls div.filterForm table tr.criteria td
{
	border-bottom: 1px solid #061439;
}

#mls div.filterForm table tr.buttons td
{
	background-color: transparent;
}

/* Properties */

#mls div.properties table
{
	border-width: 0px;
}

#mls div.properties table tr td
{
	border-bottom: 1px solid #061439;
}

#mls div.properties table tr th
{
	background-color: #7D9D5A;
	border-bottom-width: 0px;
	color: #FFFFFF;
}

#mls div.properties table tr td.propertyName
{
	background-color: transparent;
}

/* Table */

#mls div.list
{
	border-width: 0px;
	border-color: transparent;
}

#mls div.list table tr th
{
	background-color: #7D9D5A;
	color: #ffffff;
}

#mls div.list table tr th
{
	background-color: #7D9D5A;
	color: #ffffff;
}

/* Form */

#mls table.form tr th
{
	background-color: #7D9D5A;
	color: #FFFFFF;
}
