/* CSS specifically used in the SuperControl search pages */

.sc_button {
	cursor: pointer;
}

/*************************** Ajax loading popup */

#popUpDiv {
	position:absolute;
	background-color:#FFF;
	width: 120px;
	height: 120px;
	z-index: 9002;
	text-align: center;
	border: 1px solid #000;
	font: 12px arial;
}

#popUpDiv img {
	margin: 10px;
}

/*************************** Search form */

#search_table {
	border-collapse: collapse;
}

#search_table td {
	border-bottom: 1px dotted silver;
	padding: 3px;
}

/*************************** Google Map & furniture */

#map {
	border:1px solid #999999;
}

.spacer {
	clear:both;
	margin-top:25px;
	}

.maplink {
	padding:5px; 
	font-weight:bold;
	}

a.maplinkS:link, a.maplinkS:visited {
	text-decoration:none;
	color:#5E7FAB;
	}
	
a.maplinkS:hover, a.maplinkS:active {
	border-bottom:1px dotted #A2B5CE;
	color:#5E7FAB;
	}		
	

/************************************** Search variable at the top of search results page */
.var_table {
	background-color: #e0e0e0;
	border: 1px solid #D9D3BB;
	margin: 5px 0;
}

.var_table td {
	font-size: 10px;
	padding: 3px;
}

.var_table th {
	font-size: 15px;
	padding: 3px;
	color: #ffffff;
	background-color: #e0e0e0;
}


/********************************** Search results ******/

.pagenumbers {
	text-align: center;
	padding: 1em 0;
}

.sc_price {
	font-size: 12px;
	font-weight: bold;
	color: #486F9F;
}

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }

