/* listings pages */

.featured_sale{
  display: none;
}

#content_listings {
	position: relative;
	left: 15px;
	padding: 20px 0px 10px 0px;
	width: 738px;
}
#coming_soon{  /* for page with no content*/
	text-align: center;
	font: .9em verdana, arial, helvetica, sans-serif;
	color: #2d486c;
	font-weight: bold;
	padding-top: 100px;
	padding-left: 0px;
	padding-bottom: 100px;
}

/* tables listings*/
.bedroom_num {
	text-align: center;
	font: .8em verdana, arial, helvetica, sans-serif;
	color: #2d486c;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 20px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	width: 710px;
}
.bedroom_num2 {
	text-align: center;
	font: .7em verdana, arial, helvetica, sans-serif;
	color: #2d486c;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 20px;
	padding-bottom: 3px;
	width: 710px;
}

table {
	width: 730px;
}
.listing_img {
	width: 90px;
	border: 0px;
}
.listing_img:hover{
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
}
td.table_header {
	font: .8em verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	vertical-align: bottom;
	background-color: #9ec3de;
	text-align: center;
}
tr {
/* odd rows */
	background-color: #eee;
}
tr.even {
/*even rows */
	background-color: #ccc;
}
td {
	vertical-align: top;
	font: .7em verdana, arial, helvetica, sans-serif;
	text-align: justify;
	padding: 3px;
}
td.center {
	text-align: center;
}
td.left{
  text-align: left;
}
td.capital{
	text-transform: uppercase;
}
td a:link, td a:visited{
	color:#2D486C;
}
td a:hover{
	color:#206BB1;
}
/*tr:hover {
	background-color: #ffffff;
}*/
/* apartment pages */
/*left panel*/
#left_panel {
	float: left;
	width: 410px;
	padding-left: 5px;
}
.left_panel_header {
/* building name and address*/
	font: .8em verdana, arial, helvetica, sans-serif;
	color: #2d486c;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
}

.web_id {
	font: .7em verdana, arial, helvetica, sans-serif;
	color: #2d486c;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
}

/* boxes for financial, details and building */
.financial_box {
	width: 138px;
	height: 200px;
	border-right: 1px solid #999999;
}
.apt_box {
	position: absolute;
	width: 120px;
	height: 200px;
	left: 144px;
	top: 82px;
	border-right: 1px solid #999999;
}
.building_box {
	position: absolute;
	width: 150px;
	left: 265px;
	top: 82px;
}
.details_background {
/* grey background for apt details/price*/
	height: 200px;
	background-color: #eeeeee;
	padding: 0px;
}
.details_header {
	font: .7em verdana, arial, helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #9EC3DE;
	border-bottom: 1px solid #999999;
	
}
.details_header2 {
	font: .7em verdana, arial, helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	padding-left: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #9EC3DE;
	border-bottom: 1px solid #999999;
}
table.apt_details1 {
/*sets width of apt details section*/
	width: 100px;
	padding-right: 10px;
	padding-left: 5px;
}
table.apt_details2 {
/*sets width of apt details section*/
	width: 110px;
	padding-right: 10px;
	padding-left: 5px;
}
table.apt_details3 {
/*sets width of apt details section*/
	width: 150px;
	padding-right: 10px;
	padding-left: 5px;
}
td.apt_spec {
/*price, cc/tax, br, baths, sqft*/
	font: .7em verdana, arial, helvetica, sans-serif;
	color: #2d486c;
	font-weight: bold;
	width: 100px;
}
td.apt_spec2 {
/*price, cc/tax, br, baths, sqft*/
	font: .6em verdana, arial, helvetica, sans-serif;
	width: 130px;
	color: #2d486c;
	text-align: left;
	padding-left: 10px;
}
td.spec {
/* css for dynamic data in apt details*/
	font: .7em verdana, arial, helvetica, sans-serif;
	color: #2d486c;
}
.lease_term{
	width:  125px;
	font: .7em verdana, arial, helvetica, sans-serif;
	color: #2d486c;
	text-align: center;
}
#brief_container {
	top: -381px;
	width: 410px;
	height: 150px;
	background-color: #eeeeee;
	/*margin-bottom: 100px;*/
}
.brief_header {
	width: 410px;
	border-bottom: 1px solid #999999;
	font: .7em verdana, arial, helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	color: #2d486c;
	padding-top: 5px;
	padding-bottom: 3px;
	background-color: #9EC3DE;
}
.brief_text {
	font: .7em verdana, arial, helvetica, sans-serif;
	text-align: justify;
	padding: 10px;
}
.view_listing{
	padding-top:  3px;
	padding-bottom: 3px;	
}
.view_listing a:link, .view_listing a:visited{
	color: #2d486c;
}
.view_listing a:hover{
	color: #206BB1;
}
/* pop up */
#popup{
	position: relative;
	width: 410px;
	/* border: 1px solid #000000; */
}
.popup_header{
	border-bottom: 1px solid #999999;
	font: .7em verdana, arial, helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	color: #2d486c;
	padding-top: 5px;
	padding-bottom: 3px;
	background-color: #9EC3DE;
}
.popup_wrapper{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EEEEEE;
}
.popup_img{
	width: 125px;
	border: 0px;
	padding: 2px;
	
}
.popup_img2{
	height: 85px;
	border: 0px;
  padding-left: 30px;
  
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	

} 
.popup_img:hover, .popup_img2:hover{
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
}
	
/* right panel */
#right_panel {
	float: right;
	width: 300px;
	padding-right: 15px;
	padding-top: 31px;
}
.main_img {
	width: 300px;
	padding-bottom: 5px;
}
.floorplan_header {
	width: 300px;
	border-bottom: 1px solid #999999;
	font: .7em verdana, arial, helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	color: #2d486c;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	background-color: #9EC3DE;
}
.floorplan_img {
	top: 0px;
	width: 300px;
	padding-bottom: 50px;
}
.floorplan_img2 {
	top: 0px;
	height: 500px;
	padding-bottom: 50px;
}
.strike{
  text-decoration: line-through;
}
.dress a:link, .dress a:visited, .dress a:hover{
  color: 	#666666;
  text-decoration: none; 
}
