 /************************************************
 * Basic CSS to layout standard quickidx elements *
 * There should be minimal assumptions here, and  *
 * thing should be easily overridden in a site's  *
 * CSS.                                           *
  ************************************************/

/*** Messaging ***/
div.notice, div.warning, div.error {
  padding: 5px 5px 5px 26px;
  margin: 1em 0;
  font-size: 12px;
  font-weight: bold;
}
div.notice {
  background: #DAFFC8 5px 5px no-repeat url(/images/icon_notice.png);
  color: #00710D;
}
div.warning {
  background: #FFD0C1 5px 5px no-repeat url(/images/icon_warning.png);
  color: #AA4D00;
}
div.error {
  background: #FFB0B3 url(/images/icon_error.png) 5px 5px no-repeat;
  color: #8F0000;
}


/*** Icons ***/
a.icon {
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 18px;
}
a.icon.big {
}
a.icon.map { background-image: url(/images/icon_map.png); }
a.icon.pdf { background-image: url(/images/icon_pdf.png); }
a.icon.email { background-image: url(/images/icon_email.png); }
a.icon.notice { background-image: url(/images/icon_notice.png); }
a.icon.save-listing { background-image: url(/images/icon_save_listing.png); }
a.icon.save-search { background-image: url(/images/icon_save_search.png); }
a.icon.refine-search { background-image: url(/images/icon_search_refine.png); }
a.icon.search { background-image: url(/images/icon_search.png); }
a.icon.bio { background-image: url(/images/icon_bio.png); }
a.icon.listing { background-image: url(/images/icon_listing.png); }
a.icon.listings { background-image: url(/images/icon_listings.png); }
a.icon.video { background-image: url(/images/icon_video.png); }
a.icon.virtual-tour { background-image: url(/images/icon_virtual_tour.png); }
a.icon.return { background-image: url(/images/icon_return.png); }
a.icon.add { background-image: url(/images/icon_add.png); }
a.icon.edit { background-image: url(/images/icon_edit.png); }
a.icon.delete { background-image: url(/images/icon_delete.png); }
a.icon.cancel { background-image: url(/images/icon_cancel.png); }
a.icon.site { background-image: url(/images/icon_site.png); }
.actions {
  margin: 0;
  list-style: none;
}


/**** General Purpose ****/
.clear {
  font-size: 0;
  line-height: 0.0;
  height: 0;
  clear: both;
}
.right {
  float: right;
  margin: 0 0 10px 10px;
}
.left {
  float: left;
  margin: 0 10px 10px 0;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
label.required {
  color: #900;
}


/**** PAGER ****/
.pager {
  width: 100%;
  position: relative;
  text-align: center;
}
.pager a {
  text-decoration: none;
}
.pager .result-count {
  position: absolute;
  top: 0;
  left: 0;
}
.page img {
  border: 0;
}
.page.current {
  position: relative;
  top: -4px;
  font-weight: bold;
}


/*** SEARCH FORM ***/
#search-table {
}
#search-table td {
  vertical-align: top;
}
#search-table h2 {
  margin-bottom: 5px;
}
#search-table ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}

#search-left {
  padding-right: 10px;
}
#search-center {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 10px;
}
#search-right {
  padding-left: 10px;
}

#search-areas {
  padding-top: 10px;
}
#search-areas-boxes {
  height: 200px;
  overflow: scroll;
}

#search-button {
  text-align: center;
}

/*** RAILS BOILERPLATE ***/
.fieldWithErrors {
  padding: 2px;
  background-color: #9B0000;
  display: table;
}

.errorExplanation {
  width: 400px;
  border: 2px solid #9B0000;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

.errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #9B0000;
  color: #fff;
}

.errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

.errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/*** OTHER BOILERPLATE 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
***/
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#abq-map table{
}
#abq-map img, .area-map img{
	width: 400px;
}
#abq-area-list{
	height: 590px;

}
#abq-area-list, .area-list{
	width: 160px;
	margin-top: 50px;
	overflow: auto;
	font: 12px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
}
.area-list{
	height: 500px;

}
.videoplayer {
width: 410px;
display: block;
margin: 0 auto;
text-align: center;
}
